
* {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}
-simg {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.croppie-container {
    width: 100%;
    height: 100%
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%
}

.croppie-container .cr-resizer,
.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    z-index: 0
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none
}

.croppie-container .cr-resizer-horisontal,
.croppie-container .cr-resizer-vertical {
    position: absolute;
    pointer-events: all
}

.croppie-container .cr-resizer-horisontal:after,
.croppie-container .cr-resizer-vertical:after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    width: 10px;
    height: 10px;
    content: ""
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px
}

.croppie-container .cr-resizer-vertical:after {
    left: 50%;
    margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%
}

.croppie-container .cr-resizer-horisontal:after {
    top: 50%;
    margin-top: -5px
}

.croppie-container .cr-original-image {
    display: none
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:focus {
    outline: none
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower,
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower,
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: none
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: "â†º"
}

.cr-rotate-r i:before {
    content: "â†»"
}

.team-managment .image-cropped-wrap .modal-dialog {
    overflow: hidden
}

.team-managment .image-cropped-wrap .modal-dialog .btn {
    height: 4.25rem;
    font-size: .875rem;
    line-height: 4rem;
    margin-top: 0
}

.team-managment .image-cropped-wrap .modal-dialog .image-cropped-label h4 {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #6c6c6c;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.team-managment .image-cropped-wrap .cr-boundary {
    height: 300px
}

.team-managment .image-cropped-wrap .profile-cropped-image {
    text-align: center;
    padding: 2.5rem 0
}

.team-managment .image-cropped-wrap .profile-cropped-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.team-managment .image-cropped-wrap .modal-header {
    padding: 0
}

.team-managment .image-cropped-wrap .modal-header .closeModal {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.team-managment .image-cropped-wrap .modal-header .closeModal svg {
    fill: #fff
}

.team-managment .image-cropped-wrap .modal-body {
    padding: 0 !important
}

.team-managment .image-cropped-wrap .modal-body .image-cropped-label {
    background-color: #f0f0ea
}

.team-managment .image-cropped-wrap .modal-body .image-cropped-label h4 {
    margin: 0;
    padding: .9375rem 1.5rem;
    text-align: center
}

.team-managment .image-cropped-wrap .modal-body .editMode {
    stroke: #232323
}

.team-managment .image-cropped-wrap .modal-body .editMode:hover {
    background: #e00800
}

.team-managment .image-cropped-wrap .modal-body .editMode:hover .crop-description h4,
.team-managment .image-cropped-wrap .modal-body .editMode:hover .crop-description p {
    color: #fff
}

.team-managment .image-cropped-wrap .modal-body .editMode:hover svg {
    fill: #fff;
    stroke: #fff
}

.team-managment .image-cropped-wrap .modal-body .editMode:hover svg g {
    stroke: #fff !important
}

.team-managment .image-cropped-wrap .upload-files-container {
    position: relative
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content {
    padding: 1.3125rem 3rem;
    -ms-flex-pack: left;
    justify-content: left;
    border-bottom: 1px solid #ccc;
    -ms-flex-direction: row;
    flex-direction: row
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-icon {
    padding-right: 2rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-icon input[type=file] {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    cursor: pointer
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-icon svg {
    max-height: 45px;
    max-width: 33px
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-icon svg g {
    stroke: #232323
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-description {
    color: #232323;
    float: left
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-description h4 {
    margin: 0;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.team-managment .image-cropped-wrap .upload-files-container .upload-files-content .crop-description p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    color: #232323
}

.team-managment .image-cropped-wrap .header-img-2 img {
    width: 100%
}

.team-managment .image-cropped-wrap .header-img-1 {
    padding: 3rem 12rem;
    max-width: 100%;
    background-size: cover;
    background-position: 0;
    transform: scale(1.2)
}

.team-managment .image-cropped-wrap .header-img-1 img {
    width: 100%;
    border-radius: 50%
}

.team-managment .image-cropped-wrap .header-img-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    filter: blur(10px);
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
    transition: all radial 2s;
    -moz-transition: all 2s radial;
    -webkit-transition: all radial 2s;
    -o-transition: all 2s radial;
    top: 0;
    left: 0
}

.team-managment .image-cropped-wrap .delete-profile-picture .upload-files-content {
    background: #fff;
    border-bottom: none
}

.team-managment .image-cropped-wrap .delete-profile-picture .upload-files-content .crop-icon {
    margin-top: 8px
}

.team-managment .image-cropped-wrap .delete-profile-picture .upload-files-content .crop-icon svg {
    max-height: 28px;
    max-width: 28px
}

.team-managment .image-cropped-wrap .delete-profile-picture .upload-files-content .crop-description {
    color: #232323;
    height: auto
}

.team-managment .image-cropped-wrap .delete-profile-picture .upload-files-content .crop-description h4 {
    color: #e00800;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    margin-top: 12px
}

.loader-container.svpn.imageUpload {
    z-index: 9999 !important;
    top: 0 !important;
    left: 0 !important
}

@media (max-width:767px) {
    .team-managment .image-cropped-wrap .header-img-1 {
        padding: 3rem 11rem
    }
}

@media (max-width:480px) {
    .team-managment .image-cropped-wrap .header-img-1 {
        padding: 3rem 8rem
    }
}

@media (max-width:375px) {
    .team-managment .image-cropped-wrap .header-img-1 {
        padding: 3rem 6rem
    }
}

.team-managment .image-cropped-wrap .header-img-2 {
    height: 100%;
    position: relative
}

.croppie-container .cr-slider-wrap {
    background: none;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 25%;
    right: 25%;
    width: 50%
}

.croppie-container .cr-slider-wrap:before {
    content: "_";
    left: -30px;
    bottom: 32px
}

.croppie-container .cr-slider-wrap:after,
.croppie-container .cr-slider-wrap:before {
    width: 20px;
    height: 20px;
    position: absolute;
    font-family: vedana;
    font-size: 2rem;
    font-weight: 700
}

.croppie-container .cr-slider-wrap:after {
    content: "+";
    right: -30px;
    bottom: 14px
}

.croppie-container .cr-resizer,
.croppie-container .cr-viewport {
    box-shadow: 0 0 2000px 2000px hsla(0, 0%, 100%, .8)
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #232323;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #232323
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #161616
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all all .2s ease-in-out ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #fff
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

[lang=ar] body {
    font-family: GE SS Two, Arial, sans-serif !important
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .container {
        width: 768px
    }
}

@media (min-width:992px) {
    .container {
        width: 992px
    }
}

@media (min-width:1440px) {
    .container {
        width: 1440px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: inherit;
    color: #242424;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #909192
}

.form-control {
    width: 100%;
    height: 39px;
    padding: 6px 32px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: all border-color .15s ease-in-out, box-shadow .15s ease-in-out ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 39px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 15rem
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 48px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 41px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 15rem;
    padding: 6px 16px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 15rem;
    line-height: 15rem
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 15rem;
    padding: 6px 16px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 15rem;
    line-height: 15rem
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 15rem;
    min-height: 25.875px;
    padding: 7px 16px;
    font-size: .875rem;
    line-height: 1.5
}

.input-lg {
    height: 48px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 48px;
    line-height: 48px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 48px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 41px;
    padding: 13px 32px;
    font-size: 16px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 48.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 15rem;
    height: 15rem;
    line-height: 15rem
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 30px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #636363
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13px;
        font-size: 16px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px;
        font-size: .875rem
    }
}

[dir=rtl] #elifeuseridDiv input {
    padding: 2.0825rem 1rem .8325rem
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 32px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #232323;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #232323;
    background-color: transparent;
    border-color: #232323
}

.btn-default.focus,
.btn-default:focus {
    color: #232323;
    background-color: transparent;
    border-color: #000
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #232323;
    background-color: transparent;
    border-color: #040404
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #232323;
    background-color: transparent;
    border-color: #000
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #232323
}

.btn-default .badge {
    color: transparent;
    background-color: #232323
}

.btn-primary {
    color: #fff;
    background-color: #e00800;
    border-color: #c70700
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #ad0600;
    border-color: #470300
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ad0600;
    border-color: #890500
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #890500;
    border-color: #470300
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #e00800;
    border-color: #c70700
}

.btn-primary .badge {
    color: #e00800;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #567a6a;
    border-color: #4b6b5d
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #415c50;
    border-color: #17201c
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #415c50;
    border-color: #32473e
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #32473e;
    border-color: #17201c
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #567a6a;
    border-color: #4b6b5d
}

.btn-success .badge {
    color: #567a6a;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #2e3936;
    border-color: #232b29
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #171d1b;
    border-color: #000
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #171d1b;
    border-color: #070909
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #070909;
    border-color: #000
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #2e3936;
    border-color: #232b29
}

.btn-info .badge {
    color: #2e3936;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ff8100;
    border-color: #e67400
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #cc6700;
    border-color: #663400
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #cc6700;
    border-color: #a85500
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #a85500;
    border-color: #663400
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #ff8100;
    border-color: #e67400
}

.btn-warning .badge {
    color: #ff8100;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #b3170c;
    border-color: #9b140a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #831109;
    border-color: #240502
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #831109;
    border-color: #620d07
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #620d07;
    border-color: #240502
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #b3170c;
    border-color: #9b140a
}

.btn-danger .badge {
    color: #b3170c;
    background-color: #fff
}

.btn-link {
    color: #232323;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #161616;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #fff;
    text-decoration: none
}

.btn-lg {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm {
    padding: 6px 16px
}

.btn-sm,
.btn-xs {
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: all opacity .15s linear ease-in-out;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    color: #242424;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #171717;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e00800
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #fff
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: .875rem;
    line-height: 1.6;
    color: #fff;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff
}

.nav>li.disabled>a {
    color: #fff
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #232323
}

.nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #fff #fff #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #909192;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #e00800
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 25px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:414px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: 0;
    margin-left: 0
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 12.5px 0;
    font-size: 16px;
    line-height: 25px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: 0
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 6.25px 0
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 25px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 12.5px;
        padding-bottom: 12.5px
    }
}

.navbar-form {
    margin: 5.5px 0;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 5.5px;
    margin-bottom: 5.5px
}

.navbar-btn.btn-sm {
    margin-top: 17.5px;
    margin-bottom: 17.5px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }

    .navbar-right,
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #fff
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .btn-link,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.tooltipped .tooltip {
    position: absolute;
    z-index: 9;
    display: block;
    font-family: suiss, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: .875rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0
}

.tooltipped .tooltip.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9
}

.tooltipped .tooltip.top {
    margin-top: -3px;
    padding: 1rem 0
}

.tooltipped .tooltip.right {
    margin-left: 3px;
    padding: 0 1rem
}

.tooltipped .tooltip.bottom {
    margin-top: 3px;
    padding: 1rem 0
}

.tooltipped .tooltip.left {
    margin-left: -3px;
    padding: 0 1rem
}

.tooltipped .tooltip-inner {
    max-width: 360px;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltipped .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltipped .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -1rem;
    border-width: 1rem 1rem 0;
    border-top-color: #e00800
}

.tooltipped .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 1rem;
    margin-bottom: -1rem;
    border-width: 1rem 1rem 0;
    border-top-color: #e00800
}

.tooltipped .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 1rem;
    margin-bottom: -1rem;
    border-width: 1rem 1rem 0;
    border-top-color: #e00800
}

.tooltipped .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -1rem;
    border-width: 1.25rem 1rem 1.25rem 0;
    border-right-color: #e00800
}

.tooltipped .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -1rem;
    border-width: 1rem 0 1rem 1rem;
    border-left-color: #e00800
}

.tooltipped .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -1rem;
    border-width: 0 1rem 1rem;
    border-bottom-color: #e00800
}

.tooltipped .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 1rem;
    margin-top: -1rem;
    border-width: 0 1rem 1rem;
    border-bottom-color: #e00800
}

.tooltipped .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 1rem;
    margin-top: -1rem;
    border-width: 0 1rem 1rem;
    border-bottom-color: #e00800
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-open .modal.image-cropped-wrap {
    padding-right: 0 !important
}

.modal-dialog {
    position: relative;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #f0f0ea
}

.modal-backdrop.fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0
}

.modal-backdrop.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.renew-id-modal.speed-test-modal {
    background: linear-gradient(0deg, #f1f1eb, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F0F0EA", GradientType=0)
}

.renew-id-modal.speed-test-modal .modal-dialog .modal-content .modal-header {
    padding-top: 0
}

.renew-id-modal.speed-test-modal h2 {
    margin-top: 0;
    font-size: 1.875rem;
    letter-spacing: 0;
    margin-bottom: 3rem
}

.renew-id-modal.speed-test-modal h3 {
    font-size: 1.5625rem;
    letter-spacing: 0
}

.renew-id-modal.speed-test-modal .start-speed-test-head {
    padding-bottom: 1rem;
    border-bottom: 1px solid #9a9b9c;
    margin-bottom: 2.75rem;
    text-align: left
}

.renew-id-modal.speed-test-modal .start-speed-test-head img {
    width: 175px
}

.renew-id-modal.speed-test-modal .start-speed-test-body {
    padding-bottom: 2rem
}

.renew-id-modal.speed-test-modal .speed-test-result {
    padding-top: 1.5rem;
    margin-bottom: 3rem
}

.renew-id-modal.speed-test-modal .speed-test-result img {
    width: 100%
}

.renew-id-modal.speed-test-modal .broadband-package1 {
    background-color: #fff;
    padding: 2rem
}

.renew-id-modal.speed-test-modal .broadband-package1 .form-submit .btn {
    min-width: auto
}

.renew-id-modal.speed-test-modal .broadband-package2 .last-result,
.renew-id-modal.speed-test-modal .broadband-package3 .last-result {
    background-color: transparent
}

.renew-id-modal.speed-test-modal .broadband-package2 .last-result.text-and-table>div.text-and-table-table>.row,
.renew-id-modal.speed-test-modal .broadband-package3 .last-result.text-and-table>div.text-and-table-table>.row {
    border-color: #e2e1da
}

.renew-id-modal.speed-test-modal .broadband-package2 .last-result.text-and-table>div.text-and-table-table>.row:last-child,
.renew-id-modal.speed-test-modal .broadband-package3 .last-result.text-and-table>div.text-and-table-table>.row:last-child {
    border-bottom: #e2e1da
}

.renew-id-modal.speed-test-modal .broadband-package2 .broadband-results,
.renew-id-modal.speed-test-modal .broadband-package3 .broadband-results {
    padding: 2rem;
    background-color: #fff
}

.renew-id-modal.speed-test-modal .broadband-package2 .broadband-results .form-submit .btn,
.renew-id-modal.speed-test-modal .broadband-package3 .broadband-results .form-submit .btn {
    margin-left: 1rem !important;
    margin-bottom: 1rem !important;
    min-width: 210px
}

.renew-id-modal.speed-test-modal .broadband-package2 .broadband-results .text-and-table,
.renew-id-modal.speed-test-modal .broadband-package3 .broadband-results .text-and-table {
    padding: 0
}

.renew-id-modal.speed-test-modal .broadband-package2 .broadband-results .start-speed-test-head,
.renew-id-modal.speed-test-modal .broadband-package3 .broadband-results .start-speed-test-head {
    padding-top: 0
}

@media (max-width:767px) {
    .renew-id-modal.speed-test-modal .modal-dialog .modal-content .modal-header {
        padding: 0
    }

    .renew-id-modal.speed-test-modal h2 {
        padding-top: 2rem
    }
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

[lang=ar] [dir=rtl] .renew-id-modal.speed-test-modal .start-speed-test-head {
    text-align: right
}

[lang=ar] [dir=rtl] .renew-id-modal.speed-test-modal .broadband-package2 .broadband-results .text-and-table,
[lang=ar] [dir=rtl] .renew-id-modal.speed-test-modal .broadband-package3 .broadband-results .text-and-table {
    display: block
}

[lang=ar] [dir=rtl] .renew-id-modal.speed-test-modal .broadband-package3 .text-and-table.last-result {
    display: block !important
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: suiss, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1440px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1440px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1440px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1440px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1440px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%230A0A0A'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%230A0A0A'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: #2d2f31;
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: #fefefe;
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #36393b;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #1e2021;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #232323;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker__input {
    cursor: default;
    background: transparent;
    z-index: 2
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #f7f8f3;
    border: 1px solid transparent;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0
}

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    font-size: .8em;
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width:24.5em) {

    .picker__select--month,
    .picker__select--year {
        margin-top: -.5em
    }
}

.picker__select--month {
    width: 45%
}

.picker__select--year {
    width: 35%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: .5em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}

@media (min-width:24.5em) {

    .picker__nav--next,
    .picker__nav--prev {
        top: -.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width:24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width:24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #232323;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #232323
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #232323;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height:33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--outfocus {
    color: #ddd
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #232323;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #232323;
    background: #b1dcfb
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #0089ec;
    color: #fff
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__footer {
    text-align: center
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #232323;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--clear:before,
.picker__button--today:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #e20
}

.picker__button--close:before {
    content: "\D7";
    top: -.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa
}

.picker {
    z-index: 15
}

.picker__holder {
    font-family: suiss, Arial, sans-serif;
    color: #393c3a;
    border: 0;
    border-top: 1px solid #bcbcbc;
    outline: none
}

.picker__holder:focus {
    outline: none;
    border-top: 1px solid #bcbcbc
}

.picker__holder .picker__header .picker__nav--next:before,
.picker__holder .picker__header .picker__nav--prev:before {
    border-right-color: #393c3a
}

.picker__holder .picker__header .picker__month,
.picker__holder .picker__header .picker__year {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    color: #e00800
}

.picker__holder .picker__footer .picker__button--clear,
.picker__holder .picker__footer .picker__button--close,
.picker__holder .picker__footer .picker__button--today {
    font-family: suiss, Arial, sans-serif;
    color: #e00800;
    background-color: transparent;
    border: 0
}

.picker__holder .picker__footer .picker__button--today:before {
    border-top-color: #e00800
}

.picker__holder .picker__weekday {
    font-family: suiss, Arial, sans-serif;
    color: #e00800
}

.picker__holder .picker__day--outfocus {
    color: #d2d3ce
}

.picker__holder .picker--focused .picker__day--selected,
.picker__holder .picker__day--selected,
.picker__holder .picker__day--selected:hover {
    background: #e00800;
    color: #fff
}

.picker__holder .picker__day--today:before {
    border-top-color: #e00800
}

.picker__holder .picker__day--highlighted {
    border-color: #e00800;
    background: #e00800;
    color: #fff
}

.picker__holder .picker__day--highlighted.picker__day--today:before {
    border-top-color: #fff
}

.picker__holder .picker__day--infocus:hover,
.picker__holder .picker__day--outfocus:hover {
    background: #e00800;
    color: #fff
}

.business .picker__holder .picker__header .picker__month,
.business .picker__holder .picker__header .picker__year {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    color: #e00800
}

.business .picker__holder .picker__footer .picker__button--clear,
.business .picker__holder .picker__footer .picker__button--close,
.business .picker__holder .picker__footer .picker__button--today {
    color: #e00800
}

.business .picker__holder .picker__footer .picker__button--today:before {
    border-top-color: #e00800
}

.business .picker__holder .picker__weekday {
    color: #e00800
}

.business .picker__holder .picker--focused .picker__day--selected,
.business .picker__holder .picker__day--infocus:hover,
.business .picker__holder .picker__day--outfocus:hover,
.business .picker__holder .picker__day--selected,
.business .picker__holder .picker__day--selected:hover {
    background: #e00800
}

.business .picker__holder .picker__day--today:before {
    border-top-color: #e00800
}

.business .picker__holder .picker__day--highlighted {
    border-color: #e00800;
    background: #e00800;
    color: #fff
}

.business .picker__holder .picker__day--highlighted.picker__day--today:before {
    border-top-color: #fff
}

.picker__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: suiss, Arial, sans-serif
}

.picker__list-item {
    border-bottom: 0 solid #bcbcbc;
    border-top: 0 solid #bcbcbc;
    margin-bottom: 0;
    position: relative;
    background: #f0f0ea;
    padding: .75em 1.25em
}

@media (min-height:46.75em) {
    .picker__list-item {
        padding: .5em 1em
    }
}

.picker__list-item:hover {
    cursor: pointer;
    color: #fff;
    background: #e00800;
    transition: all .3s ease-in-out;
    transition: .3s
}

.picker__list-item--highlighted,
.picker__list-item:hover {
    border-color: #e00800;
    z-index: 10
}

.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
    cursor: pointer;
    transition: all .3s ease-in-out;
    transition: .3s;
    color: #fff;
    background: #e00800
}

.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
    background: #e00800;
    color: #fff;
    z-index: 10
}

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #bcbcbc;
    cursor: default;
    border-color: #bcbcbc;
    z-index: auto
}

.picker--time .picker__button--clear {
    display: block;
    width: 100%;
    margin: .5em auto;
    padding: .66em 0;
    background: none;
    border: 0;
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    text-transform: uppercase;
    color: #e00800
}

.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
    color: #0a0a0a;
    background: none;
    border-color: none;
    cursor: pointer;
    color: #e00800;
    outline: none
}

.picker--time .picker__button--clear:before {
    top: -.25em;
    color: #666;
    font-size: 1.25em;
    font-weight: 700
}

.picker--time {
    min-width: 256px;
    max-width: auto
}

.picker--time .picker__holder {
    background: #f2f2f2
}

@media (min-height:40.125em) {
    .picker--time .picker__holder {
        font-size: 1rem
    }
}

.picker--time .picker__box {
    padding: 0;
    position: relative
}

.row.is-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.is-flex>[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#grid-layout.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow: hidden
}

#grid-layout.in {
    display: block
}

#grid-layout .container,
#grid-layout .container-fluid,
#grid-layout .container-fluid .row,
#grid-layout .container .row {
    height: 100%
}

#grid-layout .container-fluid .row .col-xs-1,
#grid-layout .container .row .col-xs-1 {
    height: 100%;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid #c1b792
}

#grid-layout .container-fluid .row .col-xs-1 .filler,
#grid-layout .container .row .col-xs-1 .filler {
    height: 100%
}

#grid-layout__info {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    z-index: 13
}

@media (max-width:425px) {
    #grid-layout__info {
        font-size: 14px;
        width: 320px
    }
}

@media (max-width:414px) {
    #grid-layout__info {
        font-size: 14px;
        width: 320px
    }
}

img {
    min-height: 30px
}

img:before {
    content: " ";
    top: -10px;
    height: 110%;
    background-color: #e6e6e6;
    border: 2px dotted #c8c8c8;
    border-radius: 5px
}

img:after,
img:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%
}

img:after {
    content: " Broken Image of " attr(alt);
    font-size: 16px;
    font-style: normal;
    font-family: Arial, sans-serif;
    color: #646464;
    top: 5px;
    text-align: center
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-space-around {
    margin: 0 !important
}

.no-space-top {
    margin-top: 0 !important
}

.margin-top-small {
    margin-top: 1rem !important
}

.margin-bottom-small {
    margin-bottom: 1rem !important
}

.margin-left-small {
    margin-left: 1rem !important
}

.margin-right-small {
    margin-right: 1rem !important
}

.bg-lighter {
    background-color: #f0f0ea
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mw240 {
    max-width: 240px !important
}

.m-auto {
    margin: auto !important
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

.mBminus20 {
    margin-bottom: -20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-64 {
    padding-top: 64px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-175 {
    padding-top: 175px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.pr-150 {
    padding-right: 150px
}

.pr-200 {
    padding-right: 200px
}

.pb-0 {
    padding-bottom: 0
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

.pl-200 {
    padding-left: 200px
}

.ptb-10 {
    padding: 10px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-64 {
    padding: 64px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0 !important
}

.ptb-200 {
    padding: 200px 0
}

.ptb-250 {
    padding: 250px 0
}

.ptb-300 {
    padding: 300px 0
}

.plr-30 {
    padding: 0 30px
}

.plr-40 {
    padding: 0 40px
}

.plr-50 {
    padding: 0 50px
}

.plr-60 {
    padding: 0 60px
}

.plr-70 {
    padding: 0 70px
}

.plr-80 {
    padding: 0 80px
}

.plr-90 {
    padding: 0 90px
}

.plr-100 {
    padding: 0 100px
}

.plr-110 {
    padding: 0 110px
}

.plr-120 {
    padding: 0 120px
}

.plr-130 {
    padding: 0 130px
}

.plr-140 {
    padding: 0 140px
}

.plr-150 {
    padding: 0 150px
}

.plr-200 {
    padding: 0 200px
}

.plr-250 {
    padding: 0 250px
}

.plr-300 {
    padding: 0 300px
}

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0 !important
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 1px !important
}

.ml-2 {
    margin-left: 2px !important
}

.ml-3 {
    margin-left: 3px !important
}

.ml-4 {
    margin-left: 4px !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-6 {
    margin-left: 6px !important
}

.ml-7 {
    margin-left: 7px !important
}

.ml-8 {
    margin-left: 8px !important
}

.ml-9 {
    margin-left: 9px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-12 {
    margin-left: 12px !important
}

.ml-14 {
    margin-left: 14px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-16 {
    margin-left: 16px !important
}

.ml-18 {
    margin-left: 18px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 1px !important
}

.mr-2 {
    margin-right: 2px !important
}

.mr-3 {
    margin-right: 3px !important
}

.mr-4 {
    margin-right: 4px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-6 {
    margin-right: 6px !important
}

.mr-7 {
    margin-right: 7px !important
}

.mr-8 {
    margin-right: 8px !important
}

.mr-9 {
    margin-right: 9px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-12 {
    margin-right: 12px !important
}

.mr-14 {
    margin-right: 14px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-16 {
    margin-right: 16px !important
}

.mr-18 {
    margin-right: 18px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-left: 25px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 1px !important
}

.mt-2 {
    margin-top: 2px !important
}

.mt-3 {
    margin-top: 3px !important
}

.mt-4 {
    margin-top: 4px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-6 {
    margin-top: 6px !important
}

.mt-7 {
    margin-top: 7px !important
}

.mt-8 {
    margin-top: 8px !important
}

.mt-9 {
    margin-top: 9px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-12 {
    margin-top: 12px !important
}

.mt-14 {
    margin-top: 14px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-16 {
    margin-top: 16px !important
}

.mt-18 {
    margin-top: 18px !important
}

.mt-20 {
    margin-top: 20px !important
}

@media (max-width:767px) {
    .mt-xs-20 {
        margin-top: 20px !important
    }
}

.mt-25 {
    margin-top: 25px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1px !important
}

.mb-2 {
    margin-bottom: 2px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-6 {
    margin-bottom: 6px !important
}

.mb-7 {
    margin-bottom: 7px !important
}

.mb-8 {
    margin-bottom: 8px !important
}

.mb-9 {
    margin-bottom: 9px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-12 {
    margin-bottom: 12px !important
}

.mb-14 {
    margin-bottom: 14px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.mb-18 {
    margin-bottom: 18px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (max-width:992px) {
    .mLr-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width:993px) {
    .mLr-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.mlr-1 {
    margin-left: 1px !important;
    margin-right: 1px !important
}

.mlr-2 {
    margin-left: 2px !important;
    margin-right: 2px !important
}

.mlr-3 {
    margin-left: 3px !important;
    margin-right: 3px !important
}

.mlr-4 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mlr-6 {
    margin-left: 6px !important;
    margin-right: 6px !important
}

.mlr-7 {
    margin-left: 7px !important;
    margin-right: 7px !important
}

.mlr-8 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.mlr-9 {
    margin-left: 9px !important;
    margin-right: 9px !important
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mlr-12 {
    margin-left: 12px !important;
    margin-right: 12px !important
}

@media (min-width:993px) {
    .mlr-sm-12 {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
}

.mlr-14 {
    margin-left: 14px !important;
    margin-right: 14px !important
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mlr-16 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.mlr-18 {
    margin-left: 18px !important;
    margin-right: 18px !important
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mlr-25,
.mlr-auto {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mtb-1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important
}

.mtb-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.mtb-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important
}

.mtb-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mtb-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.mtb-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important
}

.mtb-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.mtb-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mtb-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.mtb-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.mtb-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.mtb-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 1px !important
}

.m-2 {
    margin: 2px !important
}

.m-3 {
    margin: 3px !important
}

.m-4 {
    margin: 4px !important
}

.m-5 {
    margin: 5px !important
}

.m-6 {
    margin: 6px !important
}

.m-7 {
    margin: 7px !important
}

.m-8 {
    margin: 8px !important
}

.m-9 {
    margin: 9px !important
}

.m-10 {
    margin: 10px !important
}

.m-12 {
    margin: 12px !important
}

.m-14 {
    margin: 14px !important
}

.m-15 {
    margin: 15px !important
}

.m-16 {
    margin: 16px !important
}

.m-18 {
    margin: 18px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.mLminus-12 {
    margin-left: -12px !important
}

.mRminus-12 {
    margin-right: -12px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 1px !important
}

.pl-2 {
    padding-left: 2px !important
}

.pl-3 {
    padding-left: 3px !important
}

.pl-4 {
    padding-left: 4px !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-6 {
    padding-left: 6px !important
}

.pl-7 {
    padding-left: 7px !important
}

.pl-8 {
    padding-left: 8px !important
}

.pl-9 {
    padding-left: 9px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-12 {
    padding-left: 12px !important
}

.pl-14 {
    padding-left: 14px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-16 {
    padding-left: 16px !important
}

.pl-18 {
    padding-left: 18px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 1px !important
}

.pr-2 {
    padding-right: 2px !important
}

.pr-3 {
    padding-right: 3px !important
}

.pr-4 {
    padding-right: 4px !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-6 {
    padding-right: 6px !important
}

.pr-7 {
    padding-right: 7px !important
}

.pr-8 {
    padding-right: 8px !important
}

.pr-9 {
    padding-right: 9px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-12 {
    padding-right: 12px !important
}

.pr-14 {
    padding-right: 14px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-16 {
    padding-right: 16px !important
}

.pr-18 {
    padding-right: 18px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-25 {
    padding-left: 25px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 1px !important
}

.pt-2 {
    padding-top: 2px !important
}

.pt-3 {
    padding-top: 3px !important
}

.pt-4 {
    padding-top: 4px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-6 {
    padding-top: 6px !important
}

.pt-7 {
    padding-top: 7px !important
}

.pt-8 {
    padding-top: 8px !important
}

.pt-9 {
    padding-top: 9px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-12 {
    padding-top: 12px !important
}

.pt-14 {
    padding-top: 14px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-16 {
    padding-top: 16px !important
}

.pt-18 {
    padding-top: 18px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1px !important
}

.pb-2 {
    padding-bottom: 2px !important
}

.pb-3 {
    padding-bottom: 3px !important
}

.pb-4 {
    padding-bottom: 4px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-6 {
    padding-bottom: 6px !important
}

.pb-7 {
    padding-bottom: 7px !important
}

.pb-8 {
    padding-bottom: 8px !important
}

.pb-9 {
    padding-bottom: 9px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-12 {
    padding-bottom: 12px !important
}

.pb-14 {
    padding-bottom: 14px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-16 {
    padding-bottom: 16px !important
}

.pb-18 {
    padding-bottom: 18px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.plr-1 {
    padding-left: 1px !important;
    padding-right: 1px !important
}

.plr-2 {
    padding-left: 2px !important;
    padding-right: 2px !important
}

.plr-3 {
    padding-left: 3px !important;
    padding-right: 3px !important
}

.plr-4 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.plr-6 {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.plr-7 {
    padding-left: 7px !important;
    padding-right: 7px !important
}

.plr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.plr-9 {
    padding-left: 9px !important;
    padding-right: 9px !important
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.plr-12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.plr-14 {
    padding-left: 14px !important;
    padding-right: 14px !important
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.plr-16 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.plr-18 {
    padding-left: 18px !important;
    padding-right: 18px !important
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.ptb-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important
}

.ptb-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.ptb-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

.ptb-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.ptb-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.ptb-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.ptb-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.ptb-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.ptb-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.ptb-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.ptb-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.ptb-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 1px !important
}

.p-2 {
    padding: 2px !important
}

.p-3 {
    padding: 3px !important
}

.p-4 {
    padding: 4px !important
}

.p-5 {
    padding: 5px !important
}

.p-6 {
    padding: 6px !important
}

.p-7 {
    padding: 7px !important
}

.p-8 {
    padding: 8px !important
}

.p-9 {
    padding: 9px !important
}

.p-10 {
    padding: 10px !important
}

.p-12 {
    padding: 12px !important
}

.p-14 {
    padding: 14px !important
}

.p-15 {
    padding: 15px !important
}

.p-16 {
    padding: 16px !important
}

.p-18 {
    padding: 18px !important
}

.p-20 {
    padding: 20px !important
}

.p-25 {
    padding: 25px !important
}

.white-bg {
    background: #fff
}

.no-bg {
    background: transparent !important
}

.gray-bg {
    background: hsla(0, 0%, 95%, .5)
}

.deep-gray-bg {
    background: #f1f1f1
}

@media (min-width:768px) {
    .shadow {
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
    }
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:768px) {
    .pt-64 {
        padding-top: 24px
    }
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.inline {
    display: inline !important
}

.none {
    display: none !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clear {
    clear: both !important
}

.align-left {
    text-align: left !important
}

.align-center {
    text-align: center !important
}

.align-right {
    text-align: right !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.normal {
    font-style: normal !important;
    font-weight: 400 !important
}

.italic {
    font-style: italic !important
}

.bold {
    font-weight: 700 !important
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:425px) and (max-width:767px) {
    .container {
        max-width: 748px
    }

    .hidden-xs {
        display: block !important
    }

    .hidden-xs.hidden-xs-l {
        display: none !important
    }
}

@media (min-width:425px) {

    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12 {
        float: left
    }

    .col-ms-12 {
        width: 100%
    }

    .col-ms-11 {
        width: 91.66666667%
    }

    .col-ms-10 {
        width: 83.33333333%
    }

    .col-ms-9 {
        width: 75%
    }

    .col-ms-8 {
        width: 66.66666667%
    }

    .col-ms-7 {
        width: 58.33333333%
    }

    .col-ms-6 {
        width: 50%
    }

    .col-ms-5 {
        width: 41.66666667%
    }

    .col-ms-4 {
        width: 33.33333333%
    }

    .col-ms-3 {
        width: 25%
    }

    .col-ms-2 {
        width: 16.66666667%
    }

    .col-ms-1 {
        width: 8.33333333%
    }

    .col-ms-pull-12 {
        right: 100%
    }

    .col-ms-pull-11 {
        right: 91.66666667%
    }

    .col-ms-pull-10 {
        right: 83.33333333%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-pull-8 {
        right: 66.66666667%
    }

    .col-ms-pull-7 {
        right: 58.33333333%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-pull-5 {
        right: 41.66666667%
    }

    .col-ms-pull-4 {
        right: 33.33333333%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-pull-2 {
        right: 16.66666667%
    }

    .col-ms-pull-1 {
        right: 8.33333333%
    }

    .col-ms-pull-0 {
        right: auto
    }

    .col-ms-push-12 {
        left: 100%
    }

    .col-ms-push-11 {
        left: 91.66666667%
    }

    .col-ms-push-10 {
        left: 83.33333333%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-push-8 {
        left: 66.66666667%
    }

    .col-ms-push-7 {
        left: 58.33333333%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-push-5 {
        left: 41.66666667%
    }

    .col-ms-push-4 {
        left: 33.33333333%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-push-2 {
        left: 16.66666667%
    }

    .col-ms-push-1 {
        left: 8.33333333%
    }

    .col-ms-push-0 {
        left: auto
    }

    .col-ms-offset-12 {
        margin-left: 100%
    }

    .col-ms-offset-11 {
        margin-left: 91.66666667%
    }

    .col-ms-offset-10 {
        margin-left: 83.33333333%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-offset-8 {
        margin-left: 66.66666667%
    }

    .col-ms-offset-7 {
        margin-left: 58.33333333%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-offset-5 {
        margin-left: 41.66666667%
    }

    .col-ms-offset-4 {
        margin-left: 33.33333333%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-offset-2 {
        margin-left: 16.66666667%
    }

    .col-ms-offset-1 {
        margin-left: 8.33333333%
    }

    .col-ms-offset-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1440px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.visible-ms,
.visible-xs {
    display: none !important
}

.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:424px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:424px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:424px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:424px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:425px) and (max-width:767px) {
    .visible-ms {
        display: block !important
    }

    table.visible-ms {
        display: table !important
    }

    tr.visible-ms {
        display: table-row !important
    }

    td.visible-ms,
    th.visible-ms {
        display: table-cell !important
    }
}

@media (min-width:425px) and (max-width:767px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width:425px) and (max-width:767px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width:425px) and (max-width:767px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (max-width:424px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:425px) and (max-width:767px) {
    .hidden-ms {
        display: none !important
    }
}

.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media (min-width:1600px) {
    .container {
        width: 1680px
    }

    .container-fluid {
        max-width: 1680px
    }

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .visible-xl {
        display: block !important
    }

    table.visible-xl {
        display: table
    }

    tr.visible-xl {
        display: table-row !important
    }

    td.visible-xl,
    th.visible-xl {
        display: table-cell !important
    }

    .visible-xl-block {
        display: block !important
    }

    .visible-xl-inline {
        display: inline !important
    }

    .visible-xl-inline-block {
        display: inline-block !important
    }

    .hidden-xl,
    .visible-lg,
    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block {
        display: none !important
    }
}

@media (min-width:1440px) and (max-width:1599px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-ml,
.visible-ml-block,
.visible-ml-inline,
.visible-ml-inline-block {
    display: none !important
}

@media (min-width:1280px) {

    .col-ml-1,
    .col-ml-2,
    .col-ml-3,
    .col-ml-4,
    .col-ml-5,
    .col-ml-6,
    .col-ml-7,
    .col-ml-8,
    .col-ml-9,
    .col-ml-10,
    .col-ml-11,
    .col-ml-12 {
        float: left
    }

    .col-ml-12 {
        width: 100%
    }

    .col-ml-11 {
        width: 91.66666667%
    }

    .col-ml-10 {
        width: 83.33333333%
    }

    .col-ml-9 {
        width: 75%
    }

    .col-ml-8 {
        width: 66.66666667%
    }

    .col-ml-7 {
        width: 58.33333333%
    }

    .col-ml-6 {
        width: 50%
    }

    .col-ml-5 {
        width: 41.66666667%
    }

    .col-ml-4 {
        width: 33.33333333%
    }

    .col-ml-3 {
        width: 25%
    }

    .col-ml-2 {
        width: 16.66666667%
    }

    .col-ml-1 {
        width: 8.33333333%
    }

    .col-ml-pull-12 {
        right: 100%
    }

    .col-ml-pull-11 {
        right: 91.66666667%
    }

    .col-ml-pull-10 {
        right: 83.33333333%
    }

    .col-ml-pull-9 {
        right: 75%
    }

    .col-ml-pull-8 {
        right: 66.66666667%
    }

    .col-ml-pull-7 {
        right: 58.33333333%
    }

    .col-ml-pull-6 {
        right: 50%
    }

    .col-ml-pull-5 {
        right: 41.66666667%
    }

    .col-ml-pull-4 {
        right: 33.33333333%
    }

    .col-ml-pull-3 {
        right: 25%
    }

    .col-ml-pull-2 {
        right: 16.66666667%
    }

    .col-ml-pull-1 {
        right: 8.33333333%
    }

    .col-ml-pull-0 {
        right: auto
    }

    .col-ml-push-12 {
        left: 100%
    }

    .col-ml-push-11 {
        left: 91.66666667%
    }

    .col-ml-push-10 {
        left: 83.33333333%
    }

    .col-ml-push-9 {
        left: 75%
    }

    .col-ml-push-8 {
        left: 66.66666667%
    }

    .col-ml-push-7 {
        left: 58.33333333%
    }

    .col-ml-push-6 {
        left: 50%
    }

    .col-ml-push-5 {
        left: 41.66666667%
    }

    .col-ml-push-4 {
        left: 33.33333333%
    }

    .col-ml-push-3 {
        left: 25%
    }

    .col-ml-push-2 {
        left: 16.66666667%
    }

    .col-ml-push-1 {
        left: 8.33333333%
    }

    .col-ml-push-0 {
        left: auto
    }

    .col-ml-offset-12 {
        margin-left: 100%
    }

    .col-ml-offset-11 {
        margin-left: 91.66666667%
    }

    .col-ml-offset-10 {
        margin-left: 83.33333333%
    }

    .col-ml-offset-9 {
        margin-left: 75%
    }

    .col-ml-offset-8 {
        margin-left: 66.66666667%
    }

    .col-ml-offset-7 {
        margin-left: 58.33333333%
    }

    .col-ml-offset-6 {
        margin-left: 50%
    }

    .col-ml-offset-5 {
        margin-left: 41.66666667%
    }

    .col-ml-offset-4 {
        margin-left: 33.33333333%
    }

    .col-ml-offset-3 {
        margin-left: 25%
    }

    .col-ml-offset-2 {
        margin-left: 16.66666667%
    }

    .col-ml-offset-1 {
        margin-left: 8.33333333%
    }

    .col-ml-offset-0 {
        margin-left: 0
    }

    .visible-ml {
        display: block !important
    }

    table.visible-ml {
        display: table
    }

    tr.visible-ml {
        display: table-row !important
    }

    td.visible-ml,
    th.visible-ml {
        display: table-cell !important
    }

    .visible-ml-block {
        display: block !important
    }

    .visible-ml-inline {
        display: inline !important
    }

    .visible-ml-inline-block {
        display: inline-block !important
    }

    .hidden-ml,
    .visible-lg,
    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block {
        display: none !important
    }
}

.col-xs-offset-right-12 {
    margin-right: 100%
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%
}

.col-xs-offset-right-9 {
    margin-right: 75%
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%
}

.col-xs-offset-right-6 {
    margin-right: 50%
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%
}

.col-xs-offset-right-3 {
    margin-right: 25%
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%
}

.col-xs-offset-right-0 {
    margin-right: 0
}

@media (min-width:425px) {
    .col-ms-offset-right-12 {
        margin-right: 100%
    }

    .col-ms-offset-right-11 {
        margin-right: 91.66666667%
    }

    .col-ms-offset-right-10 {
        margin-right: 83.33333333%
    }

    .col-ms-offset-right-9 {
        margin-right: 75%
    }

    .col-ms-offset-right-8 {
        margin-right: 66.66666667%
    }

    .col-ms-offset-right-7 {
        margin-right: 58.33333333%
    }

    .col-ms-offset-right-6 {
        margin-right: 50%
    }

    .col-ms-offset-right-5 {
        margin-right: 41.66666667%
    }

    .col-ms-offset-right-4 {
        margin-right: 33.33333333%
    }

    .col-ms-offset-right-3 {
        margin-right: 25%
    }

    .col-ms-offset-right-2 {
        margin-right: 16.66666667%
    }

    .col-ms-offset-right-1 {
        margin-right: 8.33333333%
    }

    .col-ms-offset-right-0 {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%
    }

    .col-sm-offset-right-9 {
        margin-right: 75%
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%
    }

    .col-sm-offset-right-6 {
        margin-right: 50%
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%
    }

    .col-sm-offset-right-3 {
        margin-right: 25%
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%
    }

    .col-sm-offset-right-0 {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .col-md-offset-right-12 {
        margin-right: 100%
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%
    }

    .col-md-offset-right-9 {
        margin-right: 75%
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%
    }

    .col-md-offset-right-6 {
        margin-right: 50%
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%
    }

    .col-md-offset-right-3 {
        margin-right: 25%
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%
    }

    .col-md-offset-right-0 {
        margin-right: 0
    }
}

@media (min-width:1440px) {
    .col-lg-offset-right-12 {
        margin-right: 100%
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%
    }

    .col-lg-offset-right-9 {
        margin-right: 75%
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%
    }

    .col-lg-offset-right-6 {
        margin-right: 50%
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%
    }

    .col-lg-offset-right-3 {
        margin-right: 25%
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%
    }

    .col-lg-offset-right-0 {
        margin-right: 0
    }
}

@media (min-width:1600px) {
    .col-xl-offset-right-12 {
        margin-right: 100%
    }

    .col-xl-offset-right-11 {
        margin-right: 91.66666667%
    }

    .col-xl-offset-right-10 {
        margin-right: 83.33333333%
    }

    .col-xl-offset-right-9 {
        margin-right: 75%
    }

    .col-xl-offset-right-8 {
        margin-right: 66.66666667%
    }

    .col-xl-offset-right-7 {
        margin-right: 58.33333333%
    }

    .col-xl-offset-right-6 {
        margin-right: 50%
    }

    .col-xl-offset-right-5 {
        margin-right: 41.66666667%
    }

    .col-xl-offset-right-4 {
        margin-right: 33.33333333%
    }

    .col-xl-offset-right-3 {
        margin-right: 25%
    }

    .col-xl-offset-right-2 {
        margin-right: 16.66666667%
    }

    .col-xl-offset-right-1 {
        margin-right: 8.33333333%
    }

    .col-xl-offset-right-0 {
        margin-right: 0
    }
}

[dir=rtl] .col-xs-ar-offset-right-12 {
    margin-right: 100%
}

[dir=rtl] .col-xs-ar-offset-right-11 {
    margin-right: 91.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-10 {
    margin-right: 83.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-9 {
    margin-right: 75%
}

[dir=rtl] .col-xs-ar-offset-right-8 {
    margin-right: 66.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-7 {
    margin-right: 58.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-6 {
    margin-right: 50%
}

[dir=rtl] .col-xs-ar-offset-right-5 {
    margin-right: 41.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-4 {
    margin-right: 33.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-3 {
    margin-right: 25%
}

[dir=rtl] .col-xs-ar-offset-right-2 {
    margin-right: 16.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-1 {
    margin-right: 8.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-0 {
    margin-right: 0
}

[dir=rtl] .col-xs-ar-offset-12 {
    margin-right: 100%
}

[dir=rtl] .col-xs-ar-offset-right-12 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-11 {
    margin-right: 91.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-11 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-10 {
    margin-right: 83.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-10 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-9 {
    margin-right: 75%
}

[dir=rtl] .col-xs-ar-offset-right-9 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-8 {
    margin-right: 66.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-8 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-7 {
    margin-right: 58.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-7 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-6 {
    margin-right: 50%
}

[dir=rtl] .col-xs-ar-offset-right-6 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-5 {
    margin-right: 41.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-5 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-4 {
    margin-right: 33.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-4 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-3 {
    margin-right: 25%
}

[dir=rtl] .col-xs-ar-offset-right-3 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-2 {
    margin-right: 16.66666667%
}

[dir=rtl] .col-xs-ar-offset-right-2 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-1 {
    margin-right: 8.33333333%
}

[dir=rtl] .col-xs-ar-offset-right-1 {
    margin-left: 0
}

[dir=rtl] .col-xs-ar-offset-0 {
    margin-right: 0
}

[dir=rtl] .col-xs-ar-offset-right-0 {
    margin-left: 0
}

@media (min-width:425px) {
    [dir=rtl] .col-ms-ar-offset-right-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-ms-ar-offset-right-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-ms-ar-offset-right-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-ms-ar-offset-right-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-ms-ar-offset-right-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-0 {
        margin-right: 0
    }

    [dir=rtl] .col-ms-ar-offset-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-ms-ar-offset-right-12 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-11 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-10 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-ms-ar-offset-right-9 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-8 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-7 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-ms-ar-offset-right-6 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-5 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-4 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-ms-ar-offset-right-3 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-ms-ar-offset-right-2 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-ms-ar-offset-right-1 {
        margin-left: 0
    }

    [dir=rtl] .col-ms-ar-offset-0 {
        margin-right: 0
    }

    [dir=rtl] .col-ms-ar-offset-right-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {
    [dir=rtl] .col-sm-ar-offset-right-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-sm-ar-offset-right-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-sm-ar-offset-right-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-sm-ar-offset-right-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-sm-ar-offset-right-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-0 {
        margin-right: 0
    }

    [dir=rtl] .col-sm-ar-offset-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-sm-ar-offset-right-12 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-11 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-10 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-sm-ar-offset-right-9 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-8 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-7 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-sm-ar-offset-right-6 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-5 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-4 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-sm-ar-offset-right-3 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-sm-ar-offset-right-2 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-sm-ar-offset-right-1 {
        margin-left: 0
    }

    [dir=rtl] .col-sm-ar-offset-0 {
        margin-right: 0
    }

    [dir=rtl] .col-sm-ar-offset-right-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    [dir=rtl] .col-md-ar-offset-right-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-md-ar-offset-right-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-md-ar-offset-right-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-md-ar-offset-right-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-md-ar-offset-right-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-0 {
        margin-right: 0
    }

    [dir=rtl] .col-md-ar-offset-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-md-ar-offset-right-12 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-11 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-10 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-md-ar-offset-right-9 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-8 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-7 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-md-ar-offset-right-6 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-5 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-4 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-md-ar-offset-right-3 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-md-ar-offset-right-2 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-md-ar-offset-right-1 {
        margin-left: 0
    }

    [dir=rtl] .col-md-ar-offset-0 {
        margin-right: 0
    }

    [dir=rtl] .col-md-ar-offset-right-0 {
        margin-left: 0
    }
}

@media (min-width:1440px) {
    [dir=rtl] .col-lg-ar-offset-right-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-lg-ar-offset-right-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-lg-ar-offset-right-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-lg-ar-offset-right-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-lg-ar-offset-right-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-0 {
        margin-right: 0
    }

    [dir=rtl] .col-lg-ar-offset-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-lg-ar-offset-right-12 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-11 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-10 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-lg-ar-offset-right-9 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-8 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-7 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-lg-ar-offset-right-6 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-5 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-4 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-lg-ar-offset-right-3 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-lg-ar-offset-right-2 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-lg-ar-offset-right-1 {
        margin-left: 0
    }

    [dir=rtl] .col-lg-ar-offset-0 {
        margin-right: 0
    }

    [dir=rtl] .col-lg-ar-offset-right-0 {
        margin-left: 0
    }
}

@media (min-width:1600px) {
    [dir=rtl] .col-xl-ar-offset-right-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-xl-ar-offset-right-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-xl-ar-offset-right-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-xl-ar-offset-right-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-xl-ar-offset-right-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-0 {
        margin-right: 0
    }

    [dir=rtl] .col-xl-ar-offset-12 {
        margin-right: 100%
    }

    [dir=rtl] .col-xl-ar-offset-right-12 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-11 {
        margin-right: 91.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-11 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-10 {
        margin-right: 83.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-10 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-9 {
        margin-right: 75%
    }

    [dir=rtl] .col-xl-ar-offset-right-9 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-8 {
        margin-right: 66.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-8 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-7 {
        margin-right: 58.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-7 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-6 {
        margin-right: 50%
    }

    [dir=rtl] .col-xl-ar-offset-right-6 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-5 {
        margin-right: 41.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-5 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-4 {
        margin-right: 33.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-4 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-3 {
        margin-right: 25%
    }

    [dir=rtl] .col-xl-ar-offset-right-3 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-2 {
        margin-right: 16.66666667%
    }

    [dir=rtl] .col-xl-ar-offset-right-2 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-1 {
        margin-right: 8.33333333%
    }

    [dir=rtl] .col-xl-ar-offset-right-1 {
        margin-left: 0
    }

    [dir=rtl] .col-xl-ar-offset-0 {
        margin-right: 0
    }

    [dir=rtl] .col-xl-ar-offset-right-0 {
        margin-left: 0
    }
}

html {
    font-size: 16px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: suiss, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #fff
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 25px;
    margin-bottom: 12.5px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 2.1875rem
}

.h2,
h2 {
    font-size: 1.625rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.25rem
}

.h5,
.h6,
h5,
h6 {
    font-size: 1rem
}

p {
    margin: 0 0 12.5px
}

.lead {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

.small,
small {
    font-size: 5%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-initial {
    text-transform: none !important
}

.text-muted {
    color: #fff
}

.text-primary {
    color: #e00800
}

a.text-primary:focus,
a.text-primary:hover {
    color: #ad0600
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #e00800
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #ad0600
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #e00800
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 12.5px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 25px
}

dd,
dt {
    line-height: 1.6
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #fff
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 20px;
    border-left: 5px solid #e00800
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #e00800
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e00800;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.6
}

.body-big,
.body-big p {
    font-size: 1rem;
    line-height: 1.6 em
}

.body-standard,
.body-standard p {
    font-size: .875rem;
    line-height: 1.6 em
}

.body-small,
.body-smallest,
.body-smallest p,
.body-small p {
    font-size: .75rem;
    line-height: 1.6 em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading-big,
.heading-bigger,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0
}

@media (min-width:425px) {

    .h1,
    .heading-bigger,
    h1 {
        font-size: 2.1875rem;
        letter-spacing: 0
    }

    .h2,
    .heading-big,
    h2 {
        font-size: 1.625rem;
        letter-spacing: 0
    }

    .h3,
    h3 {
        font-size: 1.5rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        letter-spacing: 0
    }

    .h4,
    h4 {
        font-size: 1.25rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        letter-spacing: 0
    }

    .body-big,
    .body-big p,
    .h5,
    .h6,
    h5,
    h6 {
        font-size: 1rem
    }

    .body-standard,
    .body-standard p {
        font-size: .875rem
    }

    .body-small,
    .body-smallest,
    .body-smallest p,
    .body-small p {
        font-size: .75rem
    }
}

@media (min-width:768px) {

    .h1,
    .heading-bigger,
    h1 {
        font-size: 3.4375rem;
        letter-spacing: 0
    }

    .h2,
    .heading-big,
    h2 {
        font-size: 2.5rem;
        letter-spacing: 0
    }

    .h3,
    h3 {
        font-size: 1.625rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        letter-spacing: 0
    }

    .h4,
    h4 {
        font-size: 1.25rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        letter-spacing: 0
    }

    .body-big,
    .body-big p,
    .body-standard,
    .body-standard p,
    .h5,
    .h6,
    h5,
    h6 {
        font-size: 1rem
    }

    .body-small,
    .body-small p {
        font-size: .875rem
    }

    .body-smallest,
    .body-smallest p {
        font-size: .75rem
    }
}

@media (min-width:992px) {

    .h1,
    .heading-bigger,
    h1 {
        font-size: 3.4375rem;
        letter-spacing: 0
    }

    .h2,
    .heading-big,
    h2 {
        font-size: 2.5rem;
        letter-spacing: 0
    }

    .h3,
    h3 {
        font-size: 1.625rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        letter-spacing: 0
    }

    .h4,
    h4 {
        font-size: 1.25rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        letter-spacing: 0
    }

    .body-big,
    .body-big p,
    .h5,
    .h6,
    h5,
    h6 {
        font-size: 1rem
    }

    .body-standard,
    .body-standard p {
        font-size: .875rem
    }

    .body-small,
    .body-smallest,
    .body-smallest p,
    .body-small p {
        font-size: .75rem
    }
}

@media (min-width:1440px) {

    .h1,
    .heading-bigger,
    h1 {
        font-size: 5rem;
        letter-spacing: 0
    }

    .h2,
    .heading-big,
    h2 {
        font-size: 3.375rem;
        letter-spacing: 0
    }

    .h3,
    h3 {
        font-size: 1.875rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        letter-spacing: 0
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        letter-spacing: 0
    }

    .body-big,
    .body-big p,
    .h5,
    .h6,
    h5,
    h6 {
        font-size: 1.25rem
    }

    .body-standard,
    .body-standard p {
        font-size: 1rem
    }

    .body-small,
    .body-small p {
        font-size: .875rem
    }

    .body-smallest,
    .body-smallest p {
        font-size: .75rem
    }
}

@media (min-width:1600px) {

    .h1,
    .heading-bigger,
    h1 {
        font-size: 5rem;
        letter-spacing: .0625em
    }

    .h2,
    .heading-big,
    h2 {
        font-size: 3.375rem;
        letter-spacing: 0
    }

    .h3,
    h3 {
        font-size: 1.875rem
    }

    .h3,
    .h4,
    h3,
    h4 {
        letter-spacing: 0
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .h5,
    .h6,
    h5,
    h6 {
        letter-spacing: 0
    }

    .body-big,
    .body-big p,
    .h5,
    .h6,
    h5,
    h6 {
        font-size: 1.25rem
    }

    .body-standard,
    .body-standard p {
        font-size: 1rem
    }

    .body-small,
    .body-small p {
        font-size: .875rem
    }

    .body-smallest,
    .body-smallest p {
        font-size: .75rem
    }
}

form:not(#search-form):not(#store-locator-form):not(#select-account-form):not(#help-me-form):not(#filters-form):not(#support-search-form):not([data-active=true]) {
    position: relative
}

form:not(#search-form):not(#store-locator-form):not(#select-account-form):not(#help-me-form):not(#filters-form):not(#support-search-form):not([data-active=true]):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

form:not(#search-form):not(#store-locator-form):not(#select-account-form):not(#help-me-form):not(#filters-form):not(#support-search-form):not([data-active=true])>* {
    opacity: .5
}

form:not(#search-form):not(#store-locator-form):not(#select-account-form):not(#help-me-form):not(#filters-form):not(#support-search-form):not([data-active=true])>* button {
    pointer-events: none
}

.submit-ko-icon,
.submit-ok-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    margin-top: .8125rem
}

.submit-ko-icon {
    display: none
}

.error .submit-ko-icon {
    display: block
}

.error .submit-ok-icon {
    display: none
}

.form .smartpayNotEligibleMsg.error {
    color: #fb193f;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 2rem
}

.form .upload-files-container.download-files {
    margin-bottom: 3rem
}

.form .upload-files-container.download-files .download-file-tile {
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    border: 1px solid #cecece
}

.form .upload-files-container.download-files .download-file-tile label {
    padding: 0
}

.form .upload-files-container.download-files .download-file-tile h5 {
    color: #e00800
}

.form .upload-files-container .upload-files-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 1rem;
    padding-left: 1rem
}

.form .upload-files-container .upload-files-content .alert-icon {
    display: none
}

.form .upload-files-container .upload-files-content svg {
    max-height: 24px;
    max-width: 24px
}

.form .upload-files-container .upload-files-content h5 {
    letter-spacing: 0;
    display: -ms-flexbox;
    display: flex
}

.form .upload-files-container .upload-files-content h5 svg {
    height: 24px;
    width: 24px;
    fill: #e00800;
    margin: 0 1rem
}

.form .upload-files-container .upload-files-content .inputfile-label {
    margin: 0;
    color: #e00800;
    font-size: 1.15rem
}

.form .upload-files-container .upload-files-content .inputfile+label,
.form .upload-files-container .upload-files-content label {
    color: #e00800;
    font-weight: 400;
    font-size: .85rem;
    border: 0
}

.form .upload-files-container .upload-files-content .inputfile+label svg g,
.form .upload-files-container .upload-files-content label svg g {
    stroke: #e00800
}

.form .upload-files-container hr {
    border-top: 1px solid #cecece;
    margin-top: 0;
    margin-bottom: 3rem
}

.form .file-input .alert-icon {
    display: none
}

.form .form-section {
    margin-bottom: 32px
}

.form .form-section.mZero,
.form .form-section.no-mar-bottom {
    margin-bottom: 0
}

.form .form-section .grayText {
    color: #232323
}

.form:last-child {
    margin-bottom: 0
}

.form .form-control {
    border: 1px solid #bcbcbc;
    padding: 16px;
    line-height: 16px;
    font-size: 1rem;
    min-height: 48px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto
}

.form .form-control::-webkit-input-placeholder {
    color: #232323
}

.form .form-control::-moz-placeholder {
    color: #232323
}

.form .form-control::-ms-input-placeholder {
    color: #232323
}

.form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: initial
}

.form .checkbox,
.form .radio {
    position: relative;
    display: block;
    line-height: 1rem
}

@media (min-width:992px) {

    .form .checkbox,
    .form .radio {
        padding-top: 1rem
    }
}

.form .checkbox input[type=radio]:checked+label:before,
.form .radio input[type=radio]:checked+label:before {
    background-image: url(../img/forms/radio.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75%
}

.form .checkbox input,
.form .radio input {
    visibility: hidden
}

.form .checkbox input[type=checkbox]:checked~label:before,
.form .radio input[type=checkbox]:checked~label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: 1px solid #e00800
}

.form .checkbox input[type=radio]~label:before,
.form .radio input[type=radio]~label:before {
    border-radius: 50%
}

.form .checkbox input[type=radio]:checked~label:before,
.form .radio input[type=radio]:checked~label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #e00800;
    background-size: 28px 28px
}

.form .checkbox input:nth-child(2),
.form .radio input:nth-child(2) {
    display: none
}

.form .checkbox label,
.form .radio label {
    display: block;
    min-height: auto;
    position: relative;
    padding-left: 1.5rem
}

@media (min-width:992px) {

    .form .checkbox label,
    .form .radio label {
        padding-left: 2rem
    }
}

.form .checkbox label:hover,
.form .radio label:hover {
    background-color: transparent !important
}

.form .checkbox label:before,
.form .radio label:before {
    content: "";
    display: block;
    border: 1px solid #bcbcbc;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 50%
}

@media (min-width:992px) {

    .form .checkbox label:before,
    .form .radio label:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }
}

.form .checkbox .alert-icon,
.form .radio .alert-icon {
    display: none
}

.form .checkbox .alert-label,
.form .radio .alert-label {
    color: #fb193f;
    margin: 0;
    padding: 0 0 0 1.5rem;
    float: right;
    font-size: .75rem;
    line-height: 1.6 em
}

@media (min-width:992px) {

    .form .checkbox .alert-label,
    .form .radio .alert-label {
        padding-left: 2rem
    }
}

.form .checkbox .alert-label svg,
.form .radio .alert-label svg {
    display: none;
    fill: #fb193f;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.form .checkbox .alert-label a,
.form .radio .alert-label a {
    color: #fb193f;
    text-decoration: underline
}

.form .checkbox.had-error-fields input+label,
.form .checkbox.has-error-fields input+label,
.form .radio.had-error-fields input+label,
.form .radio.has-error-fields input+label {
    color: #fb193f
}

.form .checkbox.had-error-fields input+label:before,
.form .checkbox.has-error-fields input+label:before,
.form .radio.had-error-fields input+label:before,
.form .radio.has-error-fields input+label:before {
    border-color: #fb193f
}

.form .checkbox.disabled,
.form .checkbox.disabled a,
.form .radio.disabled,
.form .radio.disabled a {
    color: #909192 !important
}

.form .radio {
    text-align: left
}

.form .radio label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 0
}

.form .floating-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form .floating-label-group .floating-label-input {
    -ms-flex: 1;
    flex: 1
}

.form .file-input.has-error-fields .alert-label {
    color: #fb193f;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 1.6 em
}

.form .file-input.has-error-fields .alert-label svg {
    display: none;
    fill: #fb193f;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.form .file-input.has-error-fields .alert-label a {
    color: #fb193f;
    text-decoration: underline
}

.form .file-input.has-error-fields .alert-icon {
    display: none
}

.form .file-input.has-error-fields .inputfile-label {
    color: #fb193f
}

.form .floating-label-input,
.form .floating-label-select {
    position: relative;
    display: block;
    margin: 0 0 3rem;
    padding: 0;
    border: 1px solid #bcbcbc;
    background-color: #fff
}

.form .floating-label-input>select,
.form .floating-label-input input,
.form .floating-label-input textarea,
.form .floating-label-select>select,
.form .floating-label-select input,
.form .floating-label-select textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 2.499rem 1.9995rem .999rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #232323;
    font-weight: 400;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    position: relative;
    z-index: 2
}

.form .floating-label-input>select:focus,
.form .floating-label-input input:focus,
.form .floating-label-input textarea:focus,
.form .floating-label-select>select:focus,
.form .floating-label-select input:focus,
.form .floating-label-select textarea:focus {
    outline: none
}

.form .floating-label-input>textarea,
.form .floating-label-select>textarea {
    resize: none;
    border-top: 2rem solid transparent;
    border-bottom: .7rem solid transparent;
    padding-top: 0;
    padding-bottom: 0
}

.form .floating-label-input label,
.form .floating-label-select label {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    max-width: 85%;
    margin: 0;
    padding: 0 1.9995rem;
    font-size: 1.25rem;
    line-height: 4.9995rem;
    color: #e00800;
    font-weight: 400;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    transition: all .3s ease-in-out;
    transition: .3s
}

.form .floating-label-input label:hover,
.form .floating-label-select label:hover {
    background-color: transparent
}

.form .floating-label-input.valid,
.form .floating-label-select.valid {
    border-color: #e00800
}

.form .floating-label-input.valid input,
.form .floating-label-select.valid input {
    background-color: #e3ecd1
}

.form .floating-label-input.valid label,
.form .floating-label-select.valid label {
    color: #e00800
}

.form .floating-label-input input:-webkit-autofill~label,
.form .floating-label-select input:-webkit-autofill~label {
    top: .9375rem;
    font-size: .9375rem !important;
    line-height: 1.125rem;
    color: #232323;
    z-index: 2
}

.form .floating-label-input input:disabled~label,
.form .floating-label-input input:focus~label,
.form .floating-label-input input:required:valid~label,
.form .floating-label-input input[readonly]~label,
.form .floating-label-input label.floating-label,
.form .floating-label-input select.selected~label,
.form .floating-label-select input:disabled~label,
.form .floating-label-select input:focus~label,
.form .floating-label-select input:required:valid~label,
.form .floating-label-select input[readonly]~label,
.form .floating-label-select label.floating-label,
.form .floating-label-select select.selected~label {
    top: .9375rem;
    font-size: .9375rem !important;
    line-height: 1.125rem;
    color: #232323;
    z-index: 2
}

.form .floating-label-input label.floating-label,
.form .floating-label-input select.selected~label,
.form .floating-label-input textarea:disabled~label,
.form .floating-label-input textarea:focus~label,
.form .floating-label-input textarea:required:valid~label,
.form .floating-label-input textarea[readonly]~label,
.form .floating-label-select label.floating-label,
.form .floating-label-select select.selected~label,
.form .floating-label-select textarea:disabled~label,
.form .floating-label-select textarea:focus~label,
.form .floating-label-select textarea:required:valid~label,
.form .floating-label-select textarea[readonly]~label {
    top: .9375rem;
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #232323
}

.form .floating-label-input.floating-label-prefix,
.form .floating-label-select.floating-label-prefix {
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    margin-right: 1.5rem
}

.form .floating-label-input .forgot-label,
.form .floating-label-select .forgot-label {
    color: #232323;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: -1.5rem
}

.form .floating-label-input .forgot-label a,
.form .floating-label-select .forgot-label a {
    color: #232323;
    text-decoration: underline
}

.form .floating-label-input .alert-icon,
.form .floating-label-select .alert-icon {
    display: none
}

.form .floating-label-input.had-error-fields,
.form .floating-label-input.has-error-fields,
.form .floating-label-select.had-error-fields,
.form .floating-label-select.has-error-fields {
    border-color: #fb193f
}

.form .floating-label-input.had-error-fields input,
.form .floating-label-input.had-error-fields label,
.form .floating-label-input.had-error-fields textarea,
.form .floating-label-input.has-error-fields input,
.form .floating-label-input.has-error-fields label,
.form .floating-label-input.has-error-fields textarea,
.form .floating-label-select.had-error-fields input,
.form .floating-label-select.had-error-fields label,
.form .floating-label-select.had-error-fields textarea,
.form .floating-label-select.has-error-fields input,
.form .floating-label-select.has-error-fields label,
.form .floating-label-select.has-error-fields textarea {
    color: #e00800 !important
}

.form .floating-label-input.had-error-fields .alert-icon,
.form .floating-label-input.has-error-fields .alert-icon,
.form .floating-label-select.had-error-fields .alert-icon,
.form .floating-label-select.has-error-fields .alert-icon {
    display: block
}

.form .floating-label-input.had-error-fields .alert-icon svg,
.form .floating-label-input.has-error-fields .alert-icon svg,
.form .floating-label-select.had-error-fields .alert-icon svg,
.form .floating-label-select.has-error-fields .alert-icon svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.7rem;
    right: 1.125rem
}

.form .floating-label-input.had-error-fields .alert-label,
.form .floating-label-input.has-error-fields .alert-label,
.form .floating-label-select.had-error-fields .alert-label,
.form .floating-label-select.has-error-fields .alert-label {
    color: #fb193f;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: -1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 1.6 em
}

.form .floating-label-input.had-error-fields .alert-label svg,
.form .floating-label-input.has-error-fields .alert-label svg,
.form .floating-label-select.had-error-fields .alert-label svg,
.form .floating-label-select.has-error-fields .alert-label svg {
    display: none;
    fill: #fb193f;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.form .floating-label-input.had-error-fields .alert-label a,
.form .floating-label-input.has-error-fields .alert-label a,
.form .floating-label-select.had-error-fields .alert-label a,
.form .floating-label-select.has-error-fields .alert-label a {
    color: #fb193f;
    text-decoration: underline
}

.form .floating-label-input.had-error-fields .inner-icon svg,
.form .floating-label-input.has-error-fields .inner-icon svg,
.form .floating-label-select.had-error-fields .inner-icon svg,
.form .floating-label-select.has-error-fields .inner-icon svg {
    fill: #fb193f
}

.form .floating-label-input.mZero,
.form .floating-label-select.mZero {
    margin: 0
}

.form .floating-label-input .caps-warn {
    color: #ff8100;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: -1.5rem;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 1.6 em
}

.form .floating-label-select.has-error-fields .select2.select2-container .select2-selection__arrow b {
    border-color: #fb193f transparent transparent !important
}

.form .floating-label-select.has-error-fields .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fb193f !important
}

.form .datepicker~.picker select {
    box-sizing: border-box;
    padding: 0;
    color: #e00800;
    font-weight: 400;
    border: 1px solid #bcbcbc;
    box-shadow: none;
    outline: none;
    background-color: #fff
}

.form .floating-label-input span svg {
    height: 25px;
    width: 25px
}

.form .inner-icon {
    position: absolute;
    right: 1rem;
    top: 35%
}

@media (max-width:1440px) {

    .form .floating-label-input,
    .form .floating-label-select {
        margin: 0 0 2.5rem
    }

    .form .floating-label-input.mBtm10,
    .form .floating-label-select.mBtm10 {
        margin-bottom: 0
    }

    .form .floating-label-input>select,
    .form .floating-label-input input,
    .form .floating-label-input textarea,
    .form .floating-label-select>select,
    .form .floating-label-select input,
    .form .floating-label-select textarea {
        padding: 2.0825rem 1.66625rem .8325rem;
        font-size: 1rem;
        line-height: 1.25rem
    }

    .form .floating-label-input label,
    .form .floating-label-select label {
        padding: 0 1.66625rem;
        font-size: 1rem;
        line-height: 4.16625rem;
        padding-right: 3rem
    }

    .form .floating-label-input input:disabled~label,
    .form .floating-label-input input:focus~label,
    .form .floating-label-input input:required:valid~label,
    .form .floating-label-input input[readonly]~label,
    .form .floating-label-input label.floating-label,
    .form .floating-label-input select.selected~label,
    .form .floating-label-input textarea:disabled~label,
    .form .floating-label-input textarea:focus~label,
    .form .floating-label-input textarea:required:valid~label,
    .form .floating-label-input textarea[readonly]~label,
    .form .floating-label-select input:disabled~label,
    .form .floating-label-select input:focus~label,
    .form .floating-label-select input:required:valid~label,
    .form .floating-label-select input[readonly]~label,
    .form .floating-label-select label.floating-label,
    .form .floating-label-select select.selected~label,
    .form .floating-label-select textarea:disabled~label,
    .form .floating-label-select textarea:focus~label,
    .form .floating-label-select textarea:required:valid~label,
    .form .floating-label-select textarea[readonly]~label {
        top: .78125rem;
        font-size: .75rem;
        line-height: .9375rem;
        color: #232323
    }

    .form .floating-label-input.floating-label-prefix,
    .form .floating-label-select.floating-label-prefix {
        margin-right: 1.25rem
    }

    .form .floating-label-input.had-error-fields .alert-icon svg,
    .form .floating-label-input.has-error-fields .alert-icon svg,
    .form .floating-label-select.had-error-fields .alert-icon svg,
    .form .floating-label-select.has-error-fields .alert-icon svg {
        width: 1.25rem;
        height: 1.25rem;
        top: 1.45825rem;
        right: .9375rem
    }
}

.form .select2.select2-container {
    position: relative;
    top: 0 !important;
    margin: 0;
    padding: 2.499rem 3rem .999rem 1.9995rem;
    line-height: 1.5rem;
    text-align: left;
    background-color: transparent
}

.form .select2.select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    outline: none;
    height: 1.5rem;
    background-color: transparent
}

.form .select2.select2-container .select2-selection--single:focus {
    outline: 0
}

.form .select2.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #232323;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    border: 0
}

.form .select2.select2-container .select2-selection__arrow {
    top: 3rem;
    right: 1.9995rem;
    height: 0;
    width: 0
}

.form .select2.select2-container .select2-selection__arrow b {
    border-color: #e00800 transparent transparent;
    border-width: .3125rem .3125rem 0
}

.form .select2.select2-container.select2-container--open {
    top: 0 !important
}

.form .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e00800;
    border-width: 0 .3125rem .3125rem
}

.form .select2-container.select2-container--open {
    top: 4.9995rem !important;
    left: 0 !important
}

.form .select2-container.select2-container--open .select2-dropdown {
    width: 100%;
    text-align: left;
    background-color: #f0f0ea;
    border: 0;
    border-radius: 0;
    z-index: 5;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.form .select2-container.select2-container--open .select2-results__option {
    color: #242424;
    font-size: 1.25rem;
    line-height: 3.4995rem;
    font-weight: 400;
    margin: 0;
    padding: 0 1.9995rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    transition: all .2s ease-in-out
}

.form .select2-container.select2-container--open .select2-results__option--highlighted {
    background-color: transparent;
    color: #e00800
}

.form .select2-container.select2-container--open .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #e00800;
    text-decoration: underline
}

.form .select2-container.select2-container--open .select2-container--focus {
    background-color: transparent
}

.form .select2-container.select2-container--open .select2-results__options {
    max-height: 13.9995rem
}

@media (max-width:768px) {

    .form .form .floating-label-input label,
    .form .form .floating-label-select label,
    .form table .floating-label-input label,
    .form table .floating-label-select label {
        padding-right: 0
    }
}

@media (max-width:1440px) {
    .form .select2.select2-container {
        padding: 2.0825rem 2.5rem .8325rem 1.66625rem;
        line-height: 1.25rem
    }

    .form .select2.select2-container .select2-selection--single {
        height: 1.25rem
    }

    .form .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
        line-height: 1.25rem;
        height: 1.25rem
    }

    .form .select2.select2-container .select2-selection__arrow {
        top: 2.5rem;
        right: 1.66625rem
    }

    .form .select2.select2-container .select2-selection__arrow b {
        border-width: .25rem .25rem 0
    }

    .form .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .25rem .25rem
    }

    .form .select2-container.select2-container--open {
        top: 4.16625rem !important
    }

    .form .select2-container.select2-container--open .select2-results__option {
        font-size: 1rem;
        line-height: 2.91625rem;
        padding: 0 1.66625rem
    }

    .form .select2-container.select2-container--open .select2-results__options {
        max-height: 11.66625rem
    }
}

.form .search-group .form-group input.form-control {
    color: #232323;
    border-right: 0;
    border-left: 0
}

.form .search-group .form-group.input-group {
    position: relative;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-collapse: separate
}

.form .search-group .form-group.input-group .input-group-btn {
    display: block
}

.form .search-group .form-group.input-group .input-group-btn .search-btn {
    background-color: #f0f0ea;
    border: 0;
    text-transform: uppercase
}

.form .search-group .form-group.focused .input-group-btn {
    display: block
}

.form .submit .btn {
    display: block;
    width: 100%;
    margin: auto
}

@media (min-width:992px) {
    .form .submit .btn {
        width: auto
    }
}

.form.disabled input:not(.datepicker),
.form input.disabled:not(.datepicker),
.form input:disabled:not(.datepicker),
.form input[readonly]:not(.datepicker) {
    background-color: #f5f5f1 !important;
    -webkit-autofill: #f5f5f1 !important
}

.form input.timepicker.time {
    background-color: transparent !important;
    -webkit-autofill: transparent !important
}

.form label.contact-customer-service {
    width: 100%;
    margin-top: 2rem;
    font-weight: 400
}

.form .masked-input {
    position: relative
}

.form .masked-input>input:not(.input-masked) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.form .masked-input>input.input-masked {
    display: inline-block;
    vertical-align: top
}

.form .masked-input>input.input-masked[type=text] {
    padding-right: 0;
    width: 7ch
}

.form .masked-input>input.input-masked[type=password] {
    padding-left: 0;
    width: auto
}

.form .masked-input:not(.has-error-fields) .form .masked-input:not(.had-error-fields) .alert-icon,
.form .masked-input:not(.has-error-fields) .form .masked-input:not(.had-error-fields) .alert-label {
    display: none
}

.form .floating-label-input.has-error-fields label {
    padding-right: 2.5rem
}

@media (min-width:1440px) {
    .form .floating-label-input.has-error-fields label {
        padding-right: 3rem
    }
}

.form .floating-label-select label {
    padding-right: 2.5rem
}

@media (min-width:1440px) {
    .form .floating-label-select label {
        padding-right: 3rem
    }
}

.form .floating-label-select.has-error-fields .alert-icon svg {
    right: 2.5rem
}

.form .floating-label-select.has-error-fields label {
    padding-right: 4.375rem
}

@media (min-width:1440px) {
    .form .floating-label-select.has-error-fields .alert-icon svg {
        right: 3rem
    }

    .form .floating-label-select.has-error-fields label {
        padding-right: 5.25rem
    }
}

.form .datepicker~label {
    padding-right: 3.125rem
}

@media (min-width:1440px) {
    .form .datepicker~label {
        padding-right: 3.75rem
    }
}

@media (min-width:992px) {

    .config-accordion--verD .form .checkbox,
    .config-accordion--verE .form .checkbox {
        padding-top: .2rem
    }
}

.form .inputfile-label {
    display: block;
    text-align: center;
    margin: 1.5rem;
    font-size: 18px
}

.form .inputfile-label.uploaded {
    color: #e00800;
    text-decoration: underline
}

.form .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form .inputfile+label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden
}

.form .inputfile+label svg {
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em
}

.form .inputfile+label {
    color: #232323;
    border: 2px solid currentColor
}

.has-error-block h3 {
    color: #fb193f;
    letter-spacing: 0
}

.has-error-block p {
    color: #232323;
    font-size: 1.25rem
}

#pac-input {
    text-overflow: ellipsis;
    box-shadow: 0 1px 4px 0 hsla(0, 0%, 65%, .5)
}

.pac-container {
    margin-top: 0
}

.pac-container>.pac-item {
    padding: 15px 4px 9px;
    line-height: .875rem
}

.pac-container>.pac-item .pac-icon {
    margin-right: 1.6rem;
    margin-left: .6rem
}

.pac-container>.pac-item span {
    font-size: .875rem
}

.pac-container>.pac-item .pac-item-query {
    color: #232323
}

.pac-container>.pac-item .pac-item-query+span {
    margin-left: 3.2rem;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width:768px) {
    .sm-small-space {
        margin-left: 2rem
    }

    .pac-container {
        margin-top: 0
    }

    .pac-container>.pac-item {
        padding: 15px 4px 9px
    }

    .pac-container>.pac-item .pac-icon {
        margin-right: 1.25rem;
        margin-left: 1.34rem
    }

    .pac-container>.pac-item span {
        font-size: .875rem
    }

    .pac-container>.pac-item .pac-item-query {
        color: #232323
    }
}

@media (min-width:992px) {
    .pac-container {
        margin-top: -145px
    }

    .pac-container>.pac-item {
        padding: 15px 4px 9px
    }

    .pac-container>.pac-item .pac-icon {
        margin-right: 2.25rem;
        margin-left: 2rem
    }

    .pac-container>.pac-item span {
        font-size: 1rem
    }

    .pac-container>.pac-item .pac-item-query {
        color: #232323
    }
}

@media (min-width:414px) and (max-width:767px) {
    .search-group .form-group:last-child {
        margin: 1.625rem auto
    }

    .search-group .form-group input.form-control {
        height: 2.5rem;
        font-size: 1rem;
        line-height: 1rem
    }

    .search-group .form-group.input-group .input-group-btn .search-btn {
        padding: 12px;
        height: 3.84em;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: .75rem;
        Letter-spacing: 2px
    }
}

@media (min-width:768px) {
    .search-group .form-group:last-child {
        margin: 0 auto .875rem
    }

    .search-group .form-group input.form-control {
        height: 2.5rem;
        font-size: 1rem;
        line-height: 1rem
    }

    .search-group .form-group.input-group .input-group-btn .search-btn {
        padding: 12px;
        height: 3.84em;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: .75rem;
        letter-spacing: 2px
    }
}

@media (min-width:992px) {
    .search-group .form-group:last-child {
        margin: 1rem auto .875rem
    }

    .search-group .form-group input.form-control {
        height: 2.5rem;
        font-size: 1rem;
        line-height: 1rem
    }

    .search-group .form-group.input-group .input-group-btn .search-btn {
        padding: 12px;
        height: 3.84em;
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: .75rem;
        Letter-spacing: 2px
    }
}

@media (min-width:1440px) {
    .search-group .form-group:last-child {
        margin: 1rem auto .875rem
    }

    .search-group .form-group input.form-control {
        height: 4rem;
        font-size: 1.25rem;
        line-height: 1.25rem
    }

    .search-group .form-group.input-group .input-group-btn .search-btn {
        padding: 21px;
        height: 3.85rem;
        padding-right: 24px;
        font-size: .875rem;
        padding-left: 24px;
        Letter-spacing: 2.3px
    }
}

.form.custom-dd .category-dropdown .floating-label-select {
    border: 0;
    z-index: 5
}

.form.custom-dd .category-dropdown .select2.select2-container {
    position: relative;
    top: 0;
    margin: 0;
    padding: 1rem;
    line-height: 0;
    text-align: left;
    background-color: #f5f4f5;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    color: #242424;
    text-transform: uppercase;
    height: 4rem;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.form.custom-dd .category-dropdown .select2.select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    outline: none;
    height: 100%;
    background-color: #f5f4f5
}

.form.custom-dd .category-dropdown .select2.select2-container .select2-selection--single:focus {
    outline: 0
}

.form.custom-dd .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #242424;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #f5f4f5;
    height: 100%;
    padding: 0;
    border: 0;
    display: -ms-flexbox;
    display: flex
}

.form.custom-dd .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered img,
.form.custom-dd .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered svg {
    height: 24px;
    width: 24px;
    margin-right: 1rem;
    stroke: #242424
}

.form.custom-dd .category-dropdown .select2.select2-container .select2-selection__arrow {
    display: none
}

.form.custom-dd .category-dropdown .select2.select2-container.select2-container--open {
    top: 0 !important
}

.form.custom-dd .category-dropdown .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    display: none
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open {
    top: auto;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3);
    left: 0
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-container--focus {
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-dropdown {
    width: 100%;
    text-align: left;
    background-color: #f5f4f5;
    border: 0;
    border-radius: 0;
    left: 0;
    top: -2px;
    z-index: -1;
    padding: 1rem 0;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option {
    color: #242424;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0;
    padding: .5rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    transition: none
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option img {
    height: 24px;
    width: 24px;
    margin-right: 1rem;
    stroke: #242424
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option--highlighted {
    background-color: transparent;
    color: #242424;
    border-left: 4px solid #e00800;
    text-decoration: none
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option--highlighted img {
    margin-left: -4px
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #242424;
    text-decoration: none;
    border-left: 4px solid #e00800
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option[aria-selected=true] img {
    margin-left: -4px
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-container--focus {
    background-color: transparent;
    text-decoration: none;
    border-left: 4px solid #e00800
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-container--focus img {
    margin-left: -4px
}

.form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__options {
    max-height: 100%
}

@media (min-width:425px) {
    .form.custom-dd .category-dropdown .form .upload-files-container .upload-files-content {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form.custom-dd .category-dropdown .select2.select2-container {
        height: 3rem;
        padding-left: 1rem
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem
    }
}

@media (min-width:768px) {
    .form.custom-dd .category-dropdown .select2.select2-container {
        height: 3rem;
        padding-left: 1rem
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem
    }
}

@media (min-width:992px) {
    .form.custom-dd .category-dropdown .select2.select2-container {
        height: 3rem;
        padding-left: 2rem
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 2rem
    }
}

@media (min-width:1440px) {
    .form.custom-dd .category-dropdown .select2.select2-container {
        height: 4rem;
        padding-left: 1rem
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -16px;
        padding: 1rem 0
    }

    .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem
    }
}

[lang=ar] [dir=rtl] .form.custom-dd .category-dropdown .select2.select2-container {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end
}

[lang=ar] [dir=rtl] .form.custom-dd .category-dropdown .select2.select2-container .select2-selection__rendered img {
    margin-left: 1rem;
    margin-right: auto
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-dropdown {
    text-align: right;
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option {
    border-right: 4px solid transparent
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option img {
    margin-left: 1rem;
    margin-right: -4px
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option--highlighted {
    border-right: 4px solid #e00800;
    border-left: 0
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option--highlighted img {
    margin-left: 1rem;
    margin-right: -4px
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option[aria-selected=true] {
    border-right: 4px solid #e00800;
    border-left: 0
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option[aria-selected=true] img {
    margin-left: 1rem;
    margin-right: -4px
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-container--focus {
    border-right: 4px solid #e00800;
    border-left: 0
}

[lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-container--focus img {
    margin-left: 1rem;
    margin-right: -4px
}

@media (min-width:425px) {

    [lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form.custom-dd .select2.select2-container {
        padding-right: 1rem;
        padding-left: auto
    }
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form.custom-dd .select2.select2-container {
        padding-right: 1rem;
        padding-left: auto
    }
}

@media (min-width:992px) {

    [lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form.custom-dd .select2.select2-container {
        padding-right: 2rem;
        padding-left: auto
    }
}

@media (min-width:1440px) {

    [lang=ar] [dir=rtl] .form.custom-dd .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form.custom-dd .select2.select2-container {
        padding-right: 1rem;
        padding-left: auto
    }
}

[lang=ar] [dir=rtl] .form.custom-dd input.has-error~.inner-icon,
[lang=ar] [dir=rtl] .form.custom-dd input.has-error~.outside-icon {
    margin-right: 0;
    margin-left: 2rem
}

[lang=ar] [dir=rtl] .form.custom-dd .checkbox .alert-label,
[lang=ar] [dir=rtl] .form.custom-dd .radio .alert-label {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
    float: left !important
}

@media (min-width:992px) {

    [lang=ar] [dir=rtl] .form.custom-dd .checkbox .alert-label,
    [lang=ar] [dir=rtl] .form.custom-dd .radio .alert-label {
        padding-right: 2rem !important
    }
}

[lang=ar] [dir=rtl] .form,
[lang=ar] [dir=rtl] .form .select2.select2-container,
[lang=ar] [dir=rtl] .form .select2.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: right
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-dropdown {
    text-align: right;
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option {
    text-align: right;
    font-weight: 300
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option--highlighted,
[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option[aria-selected=true] {
    text-align: right
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-container--focus {
    text-align: right;
    border-left: 0
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-container--focus img {
    margin-left: 1rem;
    margin-right: -4px
}

[lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__options {
    text-align: right
}

@media (min-width:425px) {

    [lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form .select2.select2-container {
        padding-right: 1rem;
        padding-left: auto
    }
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form .select2.select2-container {
        padding-right: 1rem;
        padding-left: auto
    }
}

@media (min-width:992px) {

    [lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form .select2.select2-container {
        padding-right: 2rem;
        padding-left: auto
    }
}

@media (min-width:1440px) {

    [lang=ar] [dir=rtl] .form .select2-container.select2-container--open .select2-results__option,
    [lang=ar] [dir=rtl] .form .select2.select2-container {
        padding-right: 1rem;
        padding-left: auto
    }
}

[lang=ar] [dir=rtl] .form input.has-error~.inner-icon,
[lang=ar] [dir=rtl] .form input.has-error~.outside-icon {
    margin-right: 0;
    margin-left: 2rem
}

[lang=ar] [dir=rtl] .form .checkbox,
[lang=ar] [dir=rtl] .form .radio {
    text-align: right
}

[lang=ar] [dir=rtl] .form .checkbox .alert-label,
[lang=ar] [dir=rtl] .form .radio .alert-label {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
    float: left !important
}

@media (min-width:992px) {

    [lang=ar] [dir=rtl] .form .checkbox .alert-label,
    [lang=ar] [dir=rtl] .form .radio .alert-label {
        padding-right: 2rem !important
    }
}

[lang=ar] [dir=rtl] .form .form-section.forgot {
    text-align: center
}

[lang=ar] [dir=rtl] .form .inputfile+label svg {
    vertical-align: middle;
    fill: currentColor;
    margin-top: 8%;
    margin-right: 1em;
    margin-left: 0;
    float: left;
    text-align: center
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .form .inputfile+label svg {
        margin-top: 12%
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .pull-right-ar .btn.btn-default {
        margin-left: 0;
        margin-right: 1.625rem
    }
}

[lang=ar] [dir=rtl] .form .row>.form-section .floating-label-input span.outside-icon,
[lang=ar] [dir=rtl] .form>.form-section .floating-label-input span.outside-icon {
    top: 33%;
    left: 4%;
    right: auto;
    vertical-align: middle
}

@media (max-width:768px) {
    .form .upload-files-container.download-files .download-file-tile {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form .upload-files-container.download-files .download-file-tile label {
        padding: 0 1rem
    }

    .form .upload-files-container .upload-files-content {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.business .floating-label-input input,
.business .floating-label-input label,
.business .floating-label-select input,
.business .floating-label-select label {
    color: #e00800
}

.business .floating-label-input span svg {
    height: 25px;
    width: 25px;
    fill: #e00800
}

.business .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #e00800
}

.business .select2.select2-container .select2-selection__arrow b {
    border-color: #e00800 transparent transparent
}

.business .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e00800
}

.business .select2-container.select2-container--open .select2-results__option--highlighted,
.business .select2-container.select2-container--open .select2-results__option[aria-selected=true] {
    color: #e00800
}

.business .form .upload-files-container.download-files .download-file-tile {
    padding-left: 0;
    border: 1px solid #cecece
}

.business .form .upload-files-container.download-files .download-file-tile h5 {
    color: #e00800
}

.business .form .upload-files-container .upload-files-content h5 svg {
    fill: #e00800
}

.business .form .upload-files-container .upload-files-content .inputfile+label,
.business .form .upload-files-container .upload-files-content .inputfile-label,
.business .form .upload-files-container .upload-files-content label {
    color: #e00800
}

.business .form .upload-files-container .upload-files-content .inputfile+label svg g,
.business .form .upload-files-container .upload-files-content label svg g {
    stroke: #e00800
}

.spinbox {
    display: -ms-flexbox;
    display: flex;
    width: 11rem;
    height: 3rem;
    margin: 0 auto 3rem
}

.spinbox input {
    display: block;
    width: 5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #242424;
    border: none;
    outline: none;
    background-color: #fff
}

.spinbox .spinminus,
.spinbox .spinplus {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #e00800;
    cursor: pointer
}

.spinbox .spinminus svg,
.spinbox .spinplus svg {
    box-sizing: content-box;
    width: 1.5rem;
    height: 1.5rem;
    padding: .75rem
}

.spinbox .spinminus.disabled,
.spinbox .spinplus.disabled {
    background-color: #cecece
}

.business .spinbox .spinminus,
.business .spinbox .spinplus {
    background-color: #e00800
}

@media (min-width:768px) {
    .spinbox {
        margin: 0
    }
}

@media (min-width:1440px) {
    .spinbox {
        width: 15rem;
        height: 4rem
    }

    .spinbox input {
        width: 7rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.5rem
    }

    .spinbox .spinminus,
    .spinbox .spinplus {
        width: 4rem;
        height: 4rem
    }

    .spinbox .spinminus svg,
    .spinbox .spinplus svg {
        width: 2rem;
        height: 2rem;
        padding: 1rem
    }
}

[lang=ar] [dir=rtl] .form .floating-label-input.floating-label-prefix,
[lang=ar] [dir=rtl] .form .floating-label-select.floating-label-prefix {
    margin-left: 1.5rem;
    margin-right: auto
}

[lang=ar] [dir=rtl] .form .floating-label-input.had-error-fields .alert-icon svg,
[lang=ar] [dir=rtl] .form .floating-label-input.has-error-fields .alert-icon svg,
[lang=ar] [dir=rtl] .form .floating-label-select.has-error-fields .alert-icon svg {
    left: 1.125rem;
    right: auto
}

@media (min-width:1440px) {

    [lang=ar] [dir=rtl] .form .floating-label-input.floating-label-prefix,
    [lang=ar] [dir=rtl] .form .floating-label-select.floating-label-prefix {
        margin-left: 1.25rem;
        margin-right: auto
    }

    [lang=ar] [dir=rtl] .form .floating-label-input.had-error-fields .alert-icon svg,
    [lang=ar] [dir=rtl] .form .floating-label-input.has-error-fields .alert-icon svg,
    [lang=ar] [dir=rtl] .form .floating-label-select.has-error-fields .alert-icon svg {
        left: .9375rem;
        right: auto
    }
}

[lang=ar] [dir=rtl] .form input.has-error~.inner-icon {
    margin-right: 2rem
}

[lang=ar] [dir=rtl] .form .inner-icon {
    left: 1rem;
    right: auto
}

[lang=ar] [dir=rtl] .form .floating-label-input.has-error-fields label {
    padding-left: 2.5rem;
    padding-right: 1.6625rem
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .form .floating-label-input.has-error-fields label {
        padding-left: 3rem;
        padding-right: 1.995rem
    }
}

[lang=ar] [dir=rtl] .form .floating-label-select label {
    padding-left: 2.5rem;
    padding-right: 1.6625rem
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .form .floating-label-select label {
        padding-left: 3rem;
        padding-right: 1.995rem
    }
}

[lang=ar] [dir=rtl] .form .floating-label-select.has-error-fields .alert-icon svg {
    left: 2.5rem;
    right: auto
}

[lang=ar] [dir=rtl] .form .floating-label-select.has-error-fields label {
    padding-left: 4.375rem;
    padding-right: 1.6625rem
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .form .floating-label-select.has-error-fields .alert-icon svg {
        left: 3rem;
        right: auto
    }

    [lang=ar] [dir=rtl] .form .floating-label-select.has-error-fields label {
        padding-left: 5.25rem;
        padding-right: 1.995rem
    }
}

[lang=ar] [dir=rtl] .form .datepicker~label {
    padding-left: 3.125rem;
    padding-right: 1.6625rem
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .form .datepicker~label {
        padding-left: 3.75rem;
        padding-right: 1.995rem
    }
}

[lang=ar] [dir=rtl] .form .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1.6625rem;
    right: auto
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .form .select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 1.995rem
    }
}

.form input.has-error~.inner-icon,
.form input.has-error~.outside-icon {
    margin-right: 2rem
}

.form-submitting {
    margin: 0
}

.business-register-form-submitted,
.capture-lead-form-submitted,
.consumer-register-form-submitted,
.form-submitted,
.form-submitting,
.notify-me-form-submitted,
.reset-password-form-submitted {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    padding: 0;
    text-align: center
}

.business-register-form-submitted,
.capture-lead-form-submitted,
.consumer-register-form-submitted,
.form-submitted,
.notify-me-form-submitted,
.reset-password-form-submitted {
    margin: 2.2rem 0 0;
    color: #fff;
    background-color: #e00800
}

.business-register-form-submitted svg.order-success,
.capture-lead-form-submitted svg.order-success,
.consumer-register-form-submitted svg.order-success,
.form-submitted svg.order-success,
.notify-me-form-submitted svg.order-success,
.reset-password-form-submitted svg.order-success {
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem
}

.business-register-form-submitted.error,
.business-register-form-submitted.error.red,
.capture-lead-form-submitted.error,
.capture-lead-form-submitted.error.red,
.consumer-register-form-submitted.error,
.consumer-register-form-submitted.error.red,
.form-submitted.error,
.form-submitted.error.red,
.notify-me-form-submitted.error,
.notify-me-form-submitted.error.red,
.reset-password-form-submitted.error,
.reset-password-form-submitted.error.red {
    background-color: #fb193f
}

.business-register-form-submitted.error h3,
.capture-lead-form-submitted.error h3,
.consumer-register-form-submitted.error h3,
.form-submitted.error h3,
.notify-me-form-submitted.error h3,
.reset-password-form-submitted.error h3 {
    margin: 1rem
}

.business .business-register-form-submitted,
.business .capture-lead-form-submitted,
.business .consumer-register-form-submitted,
.business .form-submitted,
.business .notify-me-form-submitted,
.business .reset-password-form-submitted {
    background-color: #e00800
}

.business .business-register-form-submitted.error,
.business .capture-lead-form-submitted.error,
.business .consumer-register-form-submitted.error,
.business .form-submitted.error,
.business .notify-me-form-submitted.error,
.business .reset-password-form-submitted.error {
    background-color: #232323
}

.business .business-register-form-submitted.alert-yellow,
.business .capture-lead-form-submitted.alert-yellow,
.business .consumer-register-form-submitted.alert-yellow,
.business .form-submitted.alert-yellow,
.business .notify-me-form-submitted.alert-yellow,
.business .reset-password-form-submitted.alert-yellow {
    background-color: #fc0;
    color: #232323
}

input::-ms-clear {
    display: none !important
}

#passwordUpdateForm input:-webkit-autofill,
#passwordUpdateForm select:-webkit-autofill,
#passwordUpdateForm textarea:-webkit-autofill {
    background-color: #f0f0ea !important;
    -webkit-box-shadow: 0 0 0 1000px #f0f0ea inset !important
}

@media (max-width:992px) {
    .search-your-number .form-section input {
        padding: 10px
    }
}

#elifeuseridDiv .customError,
#internetUserIdDiv .customError {
    color: #fb193f;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: -1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 1.6 em
}

@media (max-width:767px) {

    .business-register-form-submitted.error h3,
    .capture-lead-form-submitted.error h3,
    .consumer-register-form-submitted.error h3,
    .form-submitted.error h3,
    .notify-me-form-submitted.error h3,
    .reset-password-form-submitted.error h3 {
        width: 90%
    }
}

[lang=ar] [dir=rtl] .commonClass .pull-right-ar .btn.btn-default {
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] .commonClass .pull-right-ar .expantion-form-submit {
    margin-right: 0;
    margin-left: 1rem !important
}

/*! visualCaptcha - v0.0.8 - 2016-01-23
* http://visualcaptcha.net
* Copyright (c) 2016 emotionLoop; Licensed MIT */
.visualCaptcha {
    margin-bottom: 20px;
    min-height: 120px;
    background: #fff
}

@media only screen and (min-width:750px) {
    .visualCaptcha {
        margin-bottom: 50px;
        background: #fff;
        padding-bottom: 20px
    }
}

.visualCaptcha * {
    box-sizing: border-box
}

.visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    border-radius: 0
}

.visualCaptcha .audioField.form-control {
    width: 70%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    min-height: 42px;
    height: 42px
}

@media only screen and (max-width:375px) {
    .visualCaptcha {
        padding-bottom: 1rem
    }

    .visualCaptcha .audioField {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:375px) {
    .visualCaptcha .audioField {
        width: 240px;
        float: left
    }
}

.accessibility-description,
.status.valid,
.visualCaptcha-explanation {
    background-color: #e2e1da;
    padding: 10px;
    text-align: center;
    font-family: suiss, Arial, sans-serif;
    font-size: 18px;
    color: #232323;
    font-weight: 100;
    margin: 20px 0
}

@media only screen and (max-width:375px) {

    .accessibility-description,
    .status.valid,
    .visualCaptcha-explanation {
        font-size: 16px
    }
}

.visualCaptcha-accessibility-button,
.visualCaptcha-button-group,
.visualCaptcha-possibilities,
.visualCaptcha-refresh-button {
    display: inline-block
}

.visualCaptcha-possibilities {
    vertical-align: middle
}

@media only screen and (min-width:425px) {
    .visualCaptcha {
        padding-bottom: 1rem
    }
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities {
        margin-right: 15px
    }
}

.visualCaptcha-possibilities .img {
    padding: 4px;
    border: 1px solid #fff;
    display: inline-block
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities .img {
        padding: 10px;
        border: 3px solid #fff
    }
}

.visualCaptcha-possibilities img {
    width: 28px;
    height: 28px;
    z-index: 5;
    transition: all .2s;
    -webkit-transition: all .2s;
    min-height: auto
}

.visualCaptcha-possibilities img:hover {
    cursor: pointer
}

@media only screen and (max-width:375px) {
    .visualCaptcha-possibilities .visualCaptcha-button-group {
        text-align: center;
        margin-top: 15px
    }
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities .visualCaptcha-button-group {
        float: right
    }
}

.visualCaptcha-possibilities .visualCaptcha-selected {
    background-color: #f0f0ea;
    border-radius: 4px;
    padding: 4px;
    border: 1px dashed #e00800
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities .visualCaptcha-selected {
        padding: 10px;
        border: 3px dashed #e00800
    }
}

.visualCaptcha-refresh-button {
    padding: 4px 10px 7px;
    margin: 0 5px;
    background-color: #f87056;
    border: 1px solid #f87056;
    border-radius: 100px
}

.visualCaptcha-refresh-button img {
    width: 16px;
    height: 16px;
    min-height: auto
}

.visualCaptcha-refresh-button:hover {
    cursor: pointer
}

.visualCaptcha-accessibility-button {
    padding: 4px 10px 7px;
    border: 1px solid #000;
    border-radius: 100px
}

.visualCaptcha-accessibility-button img {
    width: 16px;
    height: 16px;
    min-height: auto
}

.visualCaptcha-accessibility-button:hover {
    cursor: pointer
}

div.visualCaptcha .visualCaptcha-show {
    animation: h .3s
}

div.visualCaptcha .visualCaptcha-hide {
    display: none !important;
    animation: i .3s
}

.captcha-selected-option {
    background-color: rgba(97, 107, 30, .14);
    padding: 5px;
    border: 3px dashed #be1218
}

.captcha-option {
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer
}

.captcha-refresh {
    text-decoration: none;
    padding: 0 15px
}

.captcha-refresh img {
    width: 24px;
    height: 24px;
    background-color: #ff8100;
    padding: 5px;
    border-radius: 50%
}

.visualCaptcha-text {
    padding: 10px;
    color: #232323;
    background-color: #dbdad0;
    text-align: center
}

.visualCaptcha-image {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center
}

#recover-captcha {
    margin-top: 30px
}

.showCaptchaError {
    border: 1px solid #fb193f !important
}

.showCaptchaErrorMsg {
    color: #fb193f;
    height: 1rem;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px
}

.consumer-register-form-submitting .loader {
    margin: 0 auto
}

[dir=rtl] .h1,
[dir=rtl] .h2,
[dir=rtl] .h3,
[dir=rtl] .h4,
[dir=rtl] .h5,
[dir=rtl] .h6,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
    font-family: GE SS Two, Arial, sans-serif !important;
    font-weight: 300;
    letter-spacing: 0 !important
}

[dir=ltr],
[dir=rtl] input[type=text] {
    font-family: suiss, Arial, sans-serif
}

[dir=ltr] {
    letter-spacing: 0 !important
}

.h1[dir=ltr],
.h2[dir=ltr],
.h3[dir=ltr],
.h4[dir=ltr],
.h5[dir=ltr],
.h6[dir=ltr],
h1[dir=ltr],
h2[dir=ltr],
h3[dir=ltr],
h4[dir=ltr],
h5[dir=ltr],
h6[dir=ltr] {
    font-family: suiss, Arial, sans-serif
}

[dir=ltr] {
    direction: ltr;
    unicode-bidi: embed
}

[dir=rtl] {
    direction: rtl;
    unicode-bidi: embed
}

bdo[dir=ltr] {
    direction: ltr
}

bdo[dir=ltr],
bdo[dir=rtl] {
    unicode-bidi: bidi-override
}

bdo[dir=rtl] {
    direction: rtl
}

.btn {
    height: 3rem;
    font-size: .75rem;
    line-height: 2.75rem;
    letter-spacing: .14285714em
}

.hero-image .btn.btn-default {
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #232323;
    color: #232323
}

.business .main-text .btn.btn-default,
.hero-image .bg-dark .btn.btn-default {
    color: #fff;
    border-color: #fff;
    background-color: rgba(35, 35, 35, .2)
}

@media (min-width:1440px) {
    .btn {
        height: 4.25rem;
        font-size: .875rem;
        line-height: 4rem;
        letter-spacing: .14285714em
    }
}

.btn-sm {
    height: 3rem;
    font-size: .75rem;
    line-height: 2.75rem;
    letter-spacing: .14285714em
}

.bg-dark .btn,
.btn {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    color: #333;
    background-color: hsla(0, 0%, 100%, .2);
    border-width: 2px;
    border-color: #232323;
    padding: 0 2rem;
    -ms-flex-pack: center;
    justify-content: center
}

.bg-dark .btn.btn-default.focus,
.bg-dark .btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:focus {
    outline: 0;
    color: #fff;
    background-color: #232323;
    border-color: #232323
}

.bg-dark .btn.btn-default.active,
.bg-dark .btn.btn-default:active,
.bg-dark .btn.btn-default:hover,
.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:hover,
.open>.dropdown-toggle.bg-dark .btn.btn-default,
.open>.dropdown-toggle.btn.btn-default {
    box-shadow: none !important;
    color: #fff;
    background-color: #232323;
    border-color: #232323
}

.bg-dark .btn.btn-default .ink,
.btn.btn-default .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.bg-dark .btn.btn-green,
.btn.btn-green {
    color: #f0f0ea;
    background-color: #232323;
    border-color: #232323
}

.bg-dark .btn.btn-green.focus,
.bg-dark .btn.btn-green:focus,
.btn.btn-green.focus,
.btn.btn-green:focus {
    outline: 0;
    color: #fff;
    background-color: rgba(35, 35, 35, .2);
    border-color: #232323
}

.bg-dark .btn.btn-green.active,
.bg-dark .btn.btn-green:active,
.bg-dark .btn.btn-green:hover,
.btn.btn-green.active,
.btn.btn-green:active,
.btn.btn-green:hover,
.open>.dropdown-toggle.bg-dark .btn.btn-green,
.open>.dropdown-toggle.btn.btn-green {
    box-shadow: none !important;
    color: #f0f0ea;
    background-color: #232323;
    border-color: #232323
}

.bg-dark .btn.btn-green .ink,
.btn.btn-green .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.bg-dark .btn.btn-red,
.btn.btn-red {
    color: #fff;
    background-color: #e00800;
    border-color: #e00800
}

.bg-dark .btn.btn-red.focus,
.bg-dark .btn.btn-red:focus,
.btn.btn-red.focus,
.btn.btn-red:focus {
    outline: 0;
    color: #333;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #232323
}

.bg-dark .btn.btn-red.active,
.bg-dark .btn.btn-red:active,
.bg-dark .btn.btn-red:hover,
.btn.btn-red.active,
.btn.btn-red:active,
.btn.btn-red:hover,
.open>.dropdown-toggle.bg-dark .btn.btn-red,
.open>.dropdown-toggle.btn.btn-red {
    box-shadow: none !important;
    color: #f0f0ea;
    background-color: #a60b11;
    border-color: #a60b11
}

.bg-dark .btn.btn-red .ink,
.btn.btn-red .ink {
    background-color: #a60b11;
    border-color: #a60b11
}

.bg-dark .btn.btn-primary,
.btn.btn-primary {
    color: #8c7767;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #8c7767
}

.bg-dark .btn.btn-primary.focus,
.bg-dark .btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    outline: 0;
    color: #8c7767;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #8c7767
}

.bg-dark .btn.btn-primary.active,
.bg-dark .btn.btn-primary:active,
.bg-dark .btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    color: #f0f0ea;
    background-color: #8c7767;
    border-color: #8c7767
}

.bg-dark .btn.btn-primary .ink,
.btn.btn-primary .ink {
    background-color: #6f5e51;
    border-color: #7d6b5c
}

.bg-dark .btn.btn-text-only,
.btn.btn-text-only {
    color: #f0f0ea;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.bg-dark .btn.btn-text-only.active,
.bg-dark .btn.btn-text-only:active,
.bg-dark .btn.btn-text-only:hover,
.btn.btn-text-only.active,
.btn.btn-text-only:active,
.btn.btn-text-only:hover {
    text-decoration: none
}

.bg-dark .btn.btn-text-only.darkFont,
.btn.btn-text-only.darkFont {
    color: #333
}

.bg-dark .btn.disabled,
.bg-dark .btn.disabled:hover,
.bg-dark .btn:disabled,
.bg-dark .btn[disabled],
.bg-dark .btn[disabled]:hover,
.btn.disabled,
.btn.disabled:hover,
.btn:disabled,
.btn[disabled],
.btn[disabled]:hover {
    color: #232323;
    background-color: #cecece;
    border-color: #cecece
}

.business .bg-white .btn.btn-default {
    background-color: transparent;
    border-color: #232323;
    color: #232323
}

.business .btn.btn-default {
    color: #232323;
    background-color: hsla(60, 17%, 93%, .2);
    border-color: #232323
}

.business .btn.btn-default.active,
.business .btn.btn-default:active,
.business .btn.btn-default:hover,
.open>.dropdown-toggle.business .btn.btn-default {
    color: #f0f0ea;
    background-color: #e00800;
    border-color: #e00800
}

.business .btn.btn-default .ink {
    background-color: #ad0600;
    border-color: #c70700
}

.business .btn.btn-primary {
    color: #aeaf89;
    background-color: rgba(35, 35, 35, .2);
    border-color: #aeaf89
}

.business .btn.btn-primary.active,
.business .btn.btn-primary:active,
.business .btn.btn-primary:hover,
.open>.dropdown-toggle.business .btn.btn-primary {
    color: #f0f0ea;
    background-color: #aeaf89;
    border-color: #aeaf89
}

.business .btn.btn-primary .ink {
    background-color: #999a6b;
    border: #a4a57a
}

.business .btn.btn-green {
    color: #fff;
    background-color: #232323;
    border-color: #232323
}

.business .btn.btn-green.focus,
.business .btn.btn-green:focus {
    outline: 0;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #232323
}

.business .btn.btn-green.active,
.business .btn.btn-green:active,
.business .btn.btn-green:hover,
.open>.dropdown-toggle.business .btn.btn-green {
    box-shadow: none !important;
    color: #f0f0ea;
    background-color: #232323;
    border-color: #232323
}

.business .btn.btn-green .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.business .btn.disabled,
.business .btn.disabled:hover,
.business .btn[disabled],
.business .btn[disabled]:hover {
    color: #232323;
    background-color: #cecece;
    border-color: #cecece
}

.bg-dark .business .btn.btn-default {
    color: #fff;
    background-color: rgba(35, 35, 35, .2);
    border-color: #fff
}

.btn-transparent {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    color: #e00800;
    padding: 0
}

.btn-transparent.disabled,
.btn-transparent[disabled] {
    cursor: not-allowed;
    color: #232323;
    text-decoration: none
}

@media (min-width:1440px) {
    .btn {
        padding: 0 2.8125rem
    }

    .btn-icon {
        padding: 0 1rem
    }
}

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    transform: scale(0);
    background: #fff;
    border: 2em solid #fff;
    opacity: 1
}

.ink.animate {
    animation: b .5s linear
}

@keyframes b {
    to {
        opacity: 0;
        transform: scale(2.5)
    }
}

.btn:disabled {
    color: #232323 !important;
    background-color: #cecece !important;
    border-color: #cecece !important
}

.detail-info-wrap-pricetag {
    display: inline-block;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.detail-info-wrap-pricetag>div {
    position: relative;
    display: inline-block;
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    text-align: left
}

.detail-info-wrap-pricetag .detail-price-new {
    width: 100%;
    margin: 0 1.5rem
}

.detail-info-wrap-pricetag .lower-part,
.detail-info-wrap-pricetag .upper-part {
    font-size: .875rem;
    line-height: 1em
}

.detail-info-wrap-pricetag .upper-part {
    padding-bottom: .4rem
}

.detail-info-wrap-pricetag .main-part {
    line-height: 1em;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: .125rem;
    max-width: 80%
}

.detail-info-wrap-pricetag .main-part .price {
    font-size: 2.5rem;
    line-height: .8em;
    padding-right: .125rem;
    font-family: suiss, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 400
}

.detail-info-wrap-pricetag .main-part .price span.pre-price {
    font-size: .55em;
    line-height: .8em
}

.detail-info-wrap-pricetag .main-part .price-specs {
    font-size: 1rem;
    line-height: 1em;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400
}

.detail-info-wrap-pricetag .detail-price-black {
    color: #232323
}

.detail-info-wrap-pricetag .detail-price-old {
    color: #cecece !important
}

.detail-info-wrap-pricetag .detail-price-old:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #cecece;
    transform: rotate(15deg)
}

.detail-info-wrap-pricetag .detail-price-old+.detail-price-new {
    padding-left: 1.25rem
}

.detail-info-wrap-pricetag .detail-plus {
    margin: 0;
    padding: 0 .5rem;
    font-size: 2.5rem;
    line-height: .8em;
    font-family: suiss, Arial, sans-serif;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:414px) {
    .detail-info-wrap-pricetag .main-part .price {
        font-size: 1.875rem
    }

    .detail-info-wrap-pricetag .main-part .price-specs {
        font-size: .75rem
    }
}

@media (max-width:768px) {
    .detail-info-wrap-pricetag .main-part .price {
        font-size: 1.875rem
    }

    .detail-info-wrap-pricetag .main-part .price-specs {
        font-size: .75rem
    }
}

@media (min-width:992px) {

    .detail-info-wrap-pricetag .lower-part,
    .detail-info-wrap-pricetag .upper-part {
        font-size: 1rem
    }

    .detail-info-wrap-pricetag .upper-part {
        padding-bottom: .3rem
    }

    .detail-info-wrap-pricetag .detail-plus,
    .detail-info-wrap-pricetag .main-part .price {
        font-size: 3.375rem
    }
}

@media (min-width:1440px) {

    .detail-info-wrap-pricetag .lower-part,
    .detail-info-wrap-pricetag .upper-part {
        font-size: 1rem
    }

    .detail-info-wrap-pricetag .upper-part {
        padding-bottom: .3rem
    }

    .detail-info-wrap-pricetag .detail-plus,
    .detail-info-wrap-pricetag .main-part .price {
        font-size: 3.375rem
    }
}

.business .detail-info-wrap-pricetag>div {
    color: #e00800
}

.business .detail-info-wrap-pricetag .detail-price-black {
    color: #232323
}

[lang=ar] [dir=rtl] .detail-info-wrap-pricetag>div {
    text-align: right
}

[lang=ar] [dir=rtl] .detail-info-wrap-pricetag .detail-price-old+.detail-price-new {
    padding-right: 1.25rem
}

[lang=ar] [dir=rtl] .detail-info-wrap-pricetag .detail-price-old:after {
    transform: rotate(-15deg)
}

[lang=ar] [dir=rtl] .detail-info-wrap-pricetag .main-part .price {
    padding-right: 0;
    padding-left: .125rem
}

:focus {
    outline: 0 auto -webkit-focus-ring-color
}

.hideOfX {
    overflow-x: hidden !important
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
    top: 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.range-slider.noUi-target {
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 3.5px;
    border: 0;
    height: 7px;
    background: #f9f9f9
}

.noUi-horizontal.noUi-horizontal .noUi-handle {
    top: -10px;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    background: #e00800;
    border-radius: 27px;
    -moz-border-radius: 27px;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.noUi-connect {
    background: #3fb8af;
    background: #e00800
}

.noUi-horizontal .noUi-tooltip {
    display: block;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    color: #fff;
    background: #e00800;
    letter-spacing: 1px;
    padding: 2px 5px;
    line-height: 1.2
}

.noUi-horizontal .noUi-tooltip,
.noUi-horizontal .noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    font-size: 14px
}

.noUi-horizontal .noUi-value {
    color: #232323;
    background: transparent;
    visibility: unset !important
}

.noUi-horizontal .noUi-tooltip,
.noUi-horizontal .noUi-value {
    direction: rtl
}

.footer-links-wrapper {
    padding-top: 20px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.footer-links-wrapper .footer-links h4 {
    color: #232323;
    font-size: 1em;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.footer-links-wrapper .footer-links ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.footer-links-wrapper .footer-links ul li {
    list-style: none;
    margin-bottom: 15px;
    word-wrap: break-word
}

.footer-links-wrapper .footer-links ul li a {
    font-size: 1em;
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.footer-links-wrapper .footer-links ul li a:hover {
    color: #e00800;
    text-decoration: underline
}

.bg-sand-white-filler {
    background-color: #f0f0ea
}

@media only screen and (max-width:1024px) and (min-width:768px) {

    .footer-links-wrapper .footer-links h4,
    .footer-links-wrapper .footer-links ul li {
        padding-right: 1rem
    }
}

@media (max-width:374px) {
    .footer-links-wrapper .footer-links ul li {
        margin-bottom: 10px
    }

    .footer-links-wrapper .footer-links .col-xs-6 {
        width: 100%
    }
}

[lang=ar] [dir=rtl] .footer-links-wrapper .footer-links ul li {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400
}

@media only screen and (max-width:1024px) and (min-width:768px) {

    [lang=ar] [dir=rtl] .footer-links-wrapper .footer-links h4,
    [lang=ar] [dir=rtl] .footer-links-wrapper .footer-links ul li {
        padding-left: 1rem;
        padding-right: 0
    }
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper h3 {
    letter-spacing: 0;
    margin: 0
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country {
    width: 100%;
    text-align: center;
    height: 46px;
    margin: 1rem 0
}

@media (min-width:1025px) {
    .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country {
        position: absolute;
        right: 0;
        top: -17px;
        width: 400px;
        text-align: left
    }
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .magnifierGlass {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 36px
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field .input-field {
    padding: 0 2.5rem;
    height: 46px;
    color: #242424;
    font-size: 1.5rem
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field .input-field:focus {
    color: #242424
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field .input-field::-webkit-input-placeholder {
    color: #999
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field .input-field:focus+label {
    font-size: 1rem
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field .input-field+label {
    padding: 0 2.25rem;
    line-height: 1;
    font-size: 1.5rem
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .search-switch {
    padding-right: 2rem;
    width: 110px;
    text-align: center;
    margin: 1rem auto;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left
}

@media (min-width:768px) {
    .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .search-switch {
        position: absolute;
        right: 0;
        top: -11px
    }
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .search-switch .magnifierGlass {
    right: 0;
    left: auto
}

@media (max-width:767px) {
    .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field {
        margin: 1rem 0
    }
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList {
    margin: 2rem 0 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 500px
}

@media (max-width:767px) {
    .unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList {
        padding-left: 0;
        padding-right: 0
    }
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li {
    text-align: left;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

@media (max-width:767px) {
    .unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width:520px) {
    .unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li>span {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 1rem;
    padding: 1rem 0
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryName,
.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countrySlot {
    vertical-align: middle
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryName .circle-check-radio,
.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countrySlot .circle-check-radio {
    float: right
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryName .circle-check-radio input[type=radio]+label:before,
.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countrySlot .circle-check-radio input[type=radio]+label:before {
    height: 24px;
    width: 24px;
    border: 1px solid #a8a8a8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryFlag {
    width: 36px;
    height: 36px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden
}

.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryFlag img,
.unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryFlag svg {
    width: 36px;
    height: 36px
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .search-switch {
    right: auto;
    left: 0;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .close {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .magnifierGlass {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .floating-label-field .input-field {
    padding-left: 0 !important;
    padding-right: 2.2rem !important
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper .search-a-country .search-switch .magnifierGlass {
    right: 0;
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li {
    text-align: right
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countryFlag {
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .unsub-image-text .text-and-table-table .search-a-country-wrapper ul.countryList li .countrySlot .circle-check-radio {
    float: left
}

body a:focus {
    outline: none
}

.bg-white-filler {
    background-color: #fff !important
}

.bg-light-filler {
    background-color: #dbdad0
}

.bg-lighter-filler,
.bg-lighty-filler {
    background-color: #f0f0ea !important
}

.bg-dark-filler {
    background-color: #2b2e2c
}

.bg-sandygray-filler {
    background-color: #f2f2f2
}

.main-green-opc-80 {
    background-color: rgba(113, 158, 25, .8) !important
}

.pink-opc-80 {
    background-color: rgba(251, 25, 63, .8) !important
}

.dark-orange-opc-80 {
    background-color: rgba(255, 128, 0, .8) !important
}

.gold-top-opc-80 {
    background-color: rgba(255, 204, 0, .8) !important
}

.dark-gray-opc-80 {
    background-color: rgba(36, 36, 36, .8) !important
}

.white-opc-80 {
    background-color: hsla(0, 0%, 100%, .8) !important
}

.white-opc-80 .detail-info-wrap-pricetag>div {
    color: #242424 !important
}

.darkest-night-opc-80 {
    background-color: hsla(0, 0%, 8%, .8) !important
}

@media (max-width:992px) {
    .mT0-xs {
        margin-top: 0 !important
    }
}

.underline {
    text-decoration: underline !Important
}

div[class*=col-]>.square-responsive,
li[class*=col-]>.square-responsive,
ol[class*=col-]>.square-responsive,
span[class*=col-]>.square-responsive,
ul[class*=col-]>.square-responsive {
    padding-bottom: 100%
}

div[class*=col-]>.rect-responsive,
li[class*=col-]>.rect-responsive,
ol[class*=col-]>.rect-responsive,
span[class*=col-]>.rect-responsive,
ul[class*=col-]>.rect-responsive {
    padding-bottom: 50%
}

.rect-responsive,
.square-responsive {
    position: relative;
    overflow: hidden
}

.rect-responsive>*,
.square-responsive>* {
    position: absolute
}

.rect-responsive>.content,
.square-responsive>.content {
    width: 100%;
    height: 100%
}

.col-static {
    position: static
}

div.cover {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%
}

img.cover,
video.cover {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important
}

.thankyou-waiting-loader {
    width: 100%;
    padding: 5rem 1rem;
    text-align: center
}

.thankyou-waiting-loader p {
    color: #989b9b;
    font-size: 16px;
    margin-top: 2rem
}

.loaderWrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 220px;
    margin: auto
}

.loader {
    position: relative;
    background: none;
    height: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: scale(.24)
}

.loader img {
    width: 200px;
    height: 200px
}

.loader>div {
    position: absolute;
    top: 76px;
    left: 92px;
    width: 16px;
    height: 48px;
    background: #e00800;
    transform: rotate(0deg) translateY(-60px);
    border-radius: 0
}

.loader>div:first-of-type {
    animation: i 1s linear infinite;
    animation-delay: -.5s
}

.loader>div:nth-of-type(2) {
    animation: i 1s linear infinite;
    animation-delay: -.41666667s
}

.loader .uil-default-css>div:nth-of-type(3) {
    animation: i 1s linear infinite;
    animation-delay: -.33333333s
}

.loader>div:nth-of-type(4) {
    animation: i 1s linear infinite;
    animation-delay: -.25s
}

.loader>div:nth-of-type(5) {
    animation: i 1s linear infinite;
    animation-delay: -.16666667s
}

.loader>div:nth-of-type(6) {
    animation: i 1s linear infinite;
    animation-delay: -.08333333s
}

.loader>div:nth-of-type(7) {
    animation: i 1s linear infinite;
    animation-delay: 0s
}

.loader>div:nth-of-type(8) {
    animation: i 1s linear infinite;
    animation-delay: .08333333333333337s
}

.loader>div:nth-of-type(9) {
    animation: i 1s linear infinite;
    animation-delay: .16666666666666663s
}

.loader>div:nth-of-type(10) {
    animation: i 1s linear infinite;
    animation-delay: .25s
}

.loader>div:nth-of-type(11) {
    animation: i 1s linear infinite;
    animation-delay: .33333333333333337s
}

.loader>div:nth-of-type(12) {
    animation: i 1s linear infinite;
    animation-delay: .41666666666666663s
}

@media (min-width:1280px) {
    .js-fixed-nav {
        margin-top: 139px
    }
}

.business .loader_svg svg,
.business .loader_svg svg circle,
.loader_svg svg,
.loader_svg svg circle {
    fill: #e00800
}

.ets-disabled {
    opacity: .5;
    pointer-events: none
}

.form .checkbox input[type=checkbox]:checked+label:before,
.form .radio input[type=checkbox]:checked+label:before {
    background-image: url(../img/forms/checkbox.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%
}

.loader-disable-screen {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%
}

.loader-disable-screen .loader svg {
    width: 100%
}

@media (min-width:768px) {
    .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields #expirydate-error.alert-label {
        white-space: normal;
        line-height: .8rem
    }
}

.close-selected-plan {
    display: block;
    position: absolute;
    width: 100%;
    height: 95%;
    z-index: 999;
    top: 30px
}

@media (min-width:992px) {
    .close-selected-plan {
        display: none
    }
}

#help-me-form .select2 {
    min-width: 100px
}

#pac-input-store-locator {
    padding-right: 125px
}

.page-section-heading h5 {
    text-align: center;
    color: #e00800;
    margin: 50px 0
}

.page-level-title .form-container,
.page-level-title .form-title {
    padding-bottom: 0 !important
}

.tags {
    padding: 2px 5px;
    border-radius: 3px;
    margin: 0 5px;
    color: #fff
}

.tags.primary {
    background-color: #e00800
}

.tags.default {
    background-color: #909192
}

.button-alignment a,
.button-alignment button {
    float: none
}

.user-manual {
    padding: 50px 0
}

.user-manual ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.user-manual ul li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.radio-buttons-with-tooltip .upload-files-container,
.radio-buttons-with-tooltip label {
    float: left
}

.radio-buttons-with-tooltip .upload-files-container {
    margin-top: -5px
}

.pb130 {
    padding-bottom: 130px !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    margin: 0
}

@media (max-width:767px) {
    .search-your-number .form-section {
        padding-right: 5px;
        float: left;
        width: 14.28%
    }

    .search-your-number .form-section input {
        height: 67px;
        padding: 5px
    }

    .search-your-number .alert-icon,
    .search-your-number .has-error.alert-label {
        display: none !important
    }

    .checkAvaiMobBtn button,
    .search-your-number .form-section:first-child {
        width: 100%
    }

    .form-section.prefixMobFIx {
        max-width: 28.67%
    }
}

@media (min-width:320px) and (max-width:500px) {
    .form-section.prefixMobFIx {
        max-width: 42.67%
    }
}

@media (min-width:768px) {
    .search-your-number .form-section:first-child {
        width: 19%
    }

    .search-your-number .form-section {
        padding-right: 10px;
        float: left;
        width: 8%
    }

    .search-your-number .alert-icon,
    .search-your-number .has-error.alert-label {
        display: none !important
    }

    .search-your-number .form-section input {
        min-height: 68px;
        text-align: center;
        padding: 0
    }
}

@media (min-width:992px) {
    .search-your-number .form-section:first-child {
        width: 14%
    }

    .search-your-number .form-section {
        padding-right: 10px;
        float: left;
        width: 6%
    }

    .search-your-number .form-section input {
        min-height: 67px;
        text-align: center;
        padding: 0
    }
}

@media (min-width:1440px) {
    .search-your-number .form-section input {
        min-height: 80px
    }
}

.select2-search__field {
    background-color: #fff !important;
    padding: 20px !important
}

.darkerGray {
    color: #6C6C6 !important
}

.arabic-to-english-text {
    direction: ltr
}

.search-your-number .floating-label-select {
    min-width: auto !important;
    margin: 0
}

.msg-to-book-number {
    color: #909192
}

.msg-to-book-number,
.number-booked {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.number-booked {
    color: #232323;
    display: none
}

.number-booking {
    display: none;
    background: #232323;
    padding: 2px 15px;
    margin-left: 15px;
    min-width: 180px;
    color: #fff
}

.number-booking h4,
.number-booking h5 {
    margin: 1px 0
}

.number-booking .number-booked-for {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1rem
}

.number-booking .number-booked-time>div {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.number-booking .number-booked-time>div span {
    text-transform: uppercase
}

.timeisup {
    background-color: #e00800
}

@media (min-width:1440px) {
    .number-booking .number-booked-time>div {
        font-family: suisse_intlregular, Roboto, Arial, sans-serif;
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .number-booking .number-booked-time>div span {
        text-transform: uppercase
    }
}

@media (max-width:767px) {
    .timer-for-mobileView {
        min-width: 180px;
        width: 100%;
        margin: 0;
        float: right;
        margin-bottom: 10px
    }

    .timer-for-mobileView h5 {
        font-size: 12px
    }
}

.resize-btn {
    padding: 0 4px
}

.customError {
    color: #e00800;
    font-size: 12px
}

.errorMsgText {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #e00800;
    text-align: center
}

.showOtpErrorMsg {
    color: #e00800;
    margin-bottom: 25px
}

.config-accordion-ticked .accordion-arrow svg {
    fill: #242424 !important;
    opacity: .1
}

.current-accordion-wrapper .accordion-arrow svg {
    fill: #242424 !important;
    opacity: 1
}

.nowrap {
    padding-bottom: 0
}

.nowrap .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nowrap .business-register-form-submit {
    height: 5rem
}

.checkoutAsGuest .form {
    padding-bottom: 0 !important
}

.checkoutAsGuest .form .business-register-form-submit {
    height: 5rem 0 !important
}

.noltrspacing {
    letter-spacing: 0
}

.btn.conUaePass {
    padding: 7px 0 0
}

@media (max-width:767px) {

    .btn.conUaePass img,
    .btn.conUaePass svg {
        width: 100%
    }
}

.btn.conUaePass:hover {
    background: #383838
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .business-register-form .form>.row,
    [lang=ar] [dir=rtl] .consumer-register-form .form>.row,
    [lang=ar] [dir=rtl] .login .form>.row,
    [lang=ar] [dir=rtl] .recover-username .form>.row,
    [lang=ar] [dir=rtl] .reset-password .form>.row {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
}

@media (min-width:768px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }
}

input[type=button],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.arLtr {
    direction: ltr !Important
}

.picker__select--month,
.picker__select--year {
    padding: .25rem 0
}

.pull-none {
    float: none !important
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.loader-disable-screen {
    background-color: #fff;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.loader-disable-screen.full {
    position: fixed
}

.loader-disable-screen-eid {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.loader-disable-screen-eid p {
    padding-top: 1rem
}

div.loadingText {
    display: block;
    font-size: 1rem;
    text-align: center;
    margin-top: -2rem
}

@media (min-width:768px) {
    div.loadingText {
        margin-top: -5rem
    }
}

.captchaGle>div {
    margin-left: auto;
    margin-right: auto
}

.address-edit-form .filters #ex1Slider .tooltip,
.address-edit-form .filters #ex2Slider .tooltip {
    opacity: 1
}

.address-edit-form .points-bar.filters #ex2Slider .tooltip .tooltip-inner {
    color: #fff
}

.smallertext {
    font-size: 1rem !important
}

.tooltipped .tooltip-inner {
    min-width: 220px
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f0f0ea inset !important
}

a.whTxLk {
    color: #fff !important;
    text-decoration: underline
}

a.whTxLk:hover {
    text-decoration: none
}

.whiteTxt {
    color: #fff !important
}

.blackTxt {
    color: #000 !important
}

.main-menu .navbar .navbar-right .sub-account-menu {
    position: relative !important
}

.main-menu .navbar .navbar-right .sub-account-menu li {
    float: none !important;
    display: inline-block
}

@media (min-width:768px) {
    .login-sub .height-more p {
        min-height: 204px
    }
}

.floating-label-field.floating-label-select label.fixedLabel {
    font-size: 12px;
    font-weight: 400;
    top: 20px;
    line-height: .9375rem;
    color: #232323
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    font-size: 8px !important;
    padding: 3px;
    margin-left: 5px;
    text-transform: uppercase !important;
    color: #fff !important;
    display: inline-block !important;
    line-height: 1;
    vertical-align: text-bottom
}

.quickpay_wrapper .hero-image-search {
    min-height: 21.25rem
}

.quickpay_wrapper .swiper-wrapper .swiper-slide h2.heading-bigger {
    font-size: 3.4375rem;
    font-family: suiss, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0 !important;
    margin-top: 0;
    text-align: center;
    padding: 8rem 0
}

.whTxt {
    color: #fff !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:disabled:checked+label:before,
.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:disabled:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64_disable.svg);
    border: 1px solid #666
}

.quickpay_wrapper .hero-image {
    height: 350px;
    padding-top: 0;
    min-height: 21rem
}

.quickpay_wrapper .swiper-wrapper .swiper-slide h2.heading-bigger {
    padding: 7rem 0
}

.quickpay_wrapper div.cover {
    max-height: 350px
}

.quickpay_wrapper .hero-images-ver-F {
    margin-top: 0
}

@media (min-width:1280px) {
    .main-menu-selfcare .col-ml-6 {
        width: 45% !important
    }
}

.login-page-section .fieldSec {
    min-height: 225px
}

.login-page-section .login-order p.body-standard {
    margin-bottom: 1rem !important;
    height: 213px
}

#login-form-portal-desk input:-webkit-autofill,
#login-form-portal-desk select:-webkit-autofill,
#login-form-portal-desk textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.paymentMessage p {
    color: #9e9d9d;
    padding: 1rem 0
}

img.loadingImgBills {
    position: absolute;
    right: 12%;
    bottom: 6px;
    width: 24px;
    height: 24px;
    min-height: 24px
}

@media (min-width:1025px) {
    .consumer-register-form .form .whiteText.checkbox {
        padding: 0 1rem
    }
}

.consumer-register-form .form .whiteText.checkbox label {
    color: #fff
}

.consumer-register-form .form .whiteText.checkbox a {
    color: #e00800;
    text-transform: none;
    line-height: 1
}

.failIcon img {
    max-width: 220px
}

.uploadDocumentMessage {
    color: #717476
}

.enterVerCode .main-text h3 {
    padding-top: 0
}

.range-slider.ui-slider {
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 3.5px;
    border: 0 !important;
    height: 7px;
    background: #f9f9f9;
    width: 100%
}

.range-slider.ui-slider .ui-slider-handle.ui-corner-all.ui-state-default {
    top: -10px;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    background: #e00800;
    border-radius: 27px;
    -moz-border-radius: 27px;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.range-slider.ui-slider label {
    white-space: nowrap;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    visibility: unset !important;
    position: absolute;
    margin-left: -40px;
    text-align: center;
    margin-top: 20px;
    width: 80px
}

.range-slider.ui-slider .ui-slider-range-min {
    background: #e00800;
    border-top: 0;
    border-bottom: 0
}

.mTzero {
    margin-top: 0 !important
}

.paddingZero {
    padding: 0 !important
}

.pTop {
    padding-top: 4rem
}

.pBtm {
    padding-bottom: 4rem
}

.consumer-register-form .termCheckbox .whiteText.checkbox {
    padding: 1.5rem 0 0;
    max-width: 230px;
    line-height: 1.25;
    font-size: .65rem;
    margin-top: 0
}

.consumer-register-form .termCheckbox .whiteText.checkbox label {
    text-align: left
}

@media (max-width:1024px) {
    .consumer-register-form .termCheckbox .whiteText.checkbox {
        padding: 0;
        max-width: 400px;
        float: right
    }
}

@media (max-width:767px) {
    .consumer-register-form .termCheckbox .whiteText.checkbox {
        margin: 0 auto
    }
}

.consumer-register-form .termCheckbox .whiteText.checkbox input[type=checkbox]+label:before {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    margin-top: -11px;
    border-color: #6c6c6c
}

.consumer-register-form .termCheckbox .whiteText.checkbox input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: none
}

.consumer-register-form .termCheckbox.form {
    padding: 0 1.5rem;
    display: inline-block
}

@media (max-width:1024px) {
    .consumer-register-form .termCheckbox.form {
        padding: .5rem 0;
        width: 100%
    }
}

.consumer-register-form .termCheckbox.singleBtn.form {
    max-width: 270px;
    padding: 0 1rem
}

@media (max-width:1024px) {
    .consumer-register-form .termCheckbox.singleBtn.form {
        max-width: 220px;
        padding: .6rem 1rem
    }
}

@media (max-width:992px) {
    .consumer-register-form .termCheckbox.singleBtn.form {
        max-width: 160px
    }
}

@media (max-width:767px) {
    .consumer-register-form .termCheckbox.singleBtn.form {
        max-width: 100%;
        padding: 1rem 0
    }
}

.buttonContainer {
    float: right;
    display: block
}

@media (max-width:767px) {
    .buttonContainer {
        width: 100%
    }
}

@media (min-width:1280px) {
    .main-menu-desktop .container {
        width: 1166px
    }
}

@media (min-width:1366px) {
    .main-menu-desktop .container {
        width: 1138px
    }
}

@media (min-width:1440px) {
    .main-menu-desktop .container {
        width: 1200px
    }
}

@media (min-width:1600px) {
    .main-menu-desktop .container {
        width: 1333px
    }
}

@media (min-width:1920px) {
    .main-menu-desktop .container {
        width: 1400px
    }
}

.smaller {
    font-size: 80% !important
}

.noltrspacing * {
    letter-spacing: 0 !important
}

.grayText {
    color: #232323 !important
}

.almBlkText {
    color: #232323
}

.greenLink {
    color: #e00800 !important;
    text-decoration: none !important
}

.greenLink:hover {
    color: #232323
}

@media (max-width:767px) {
    #cms_menu_top_wst+.hidden-xs {
        display: none !important
    }
}

.displayInline {
    display: inline-block
}

.promise-to-pay .consumer-register-form .form .row .form-section.inline-checkboxes-wrap {
    border-bottom: 1px solid #f0f0ea;
    padding: 1rem 0;
    margin-top: 0 !important
}

.card-box.status {
    background: none
}

.serviceMsg {
    padding: 1rem 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    background: none !important
}

.liveChat .help-action-bar.bg-plain-grey,
.liveChat .help-action-bar.bg-plain-grey label {
    margin: 0
}

@media (min-width:767px) {
    .liveChat .help-action-bar.bg-plain-grey label {
        line-height: 3
    }
}

@media (min-width:993px) {
    .liveChat .help-action-bar.bg-plain-grey label {
        margin: 0 1rem
    }
}

.liveChat .help-action-bar.bg-plain-grey .supBtnContr .btn {
    padding: 0 1rem
}

span.button-loading img {
    width: 30px;
    height: 20px
}

@media (max-width:767px) {
    .box-border {
        margin-bottom: 3rem
    }
}

.custom-error.has-error.alert-label {
    color: #e00800;
    line-height: 1rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

#captchErrorField-error {
    text-align: center;
    margin-top: 1rem
}

.benEID {
    font-weight: 700 !important
}

.learnMore {
    position: relative;
    padding-right: 1.25rem;
    line-height: 1.25rem;
    vertical-align: text-top;
    letter-spacing: 2px;
    color: #e00800
}

.learnMore:before {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.25rem;
    line-height: 1
}

.learnMore:before,
.tagBadge {
    font-family: suiss, Arial, sans-serif
}

.tagBadge {
    min-width: 3.875rem;
    height: 2rem;
    margin: 0 0 0 .5rem;
    padding: 5px 16px;
    border-radius: 8px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
    background: #232323;
    display: inline-block
}

@media (max-width:992px) {
    .tagBadge {
        font-size: .75rem;
        min-width: 3.0625rem;
        height: 1.625rem
    }
}

@media (max-width:767px) {
    .tagBadge {
        vertical-align: text-bottom
    }
}

.apD2 .radio-inline input[type=checkbox]+label,
.apD2 .radio-inline input[type=radio]+label,
.table-payment-methods-row .table-responsive table.table-payment-methods tr.disabledRow {
    opacity: .5
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child .radio label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    opacity: .9;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b6b6b
}

@media (max-width:992px) {
    .mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        text-align: left
    }
}

.mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child .radio label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    opacity: .9;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b6b6b
}

.mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child .radio {
    padding: 0;
    margin: 0
}

.mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child .radio label>span svg {
    height: 18px
}

@media (max-width:992px) {
    .mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        padding-right: 26px
    }
}

.mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:last-child {
    text-align: left
}

@media (max-width:992px) {
    .mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:last-child {
        padding-right: 28px
    }
}

@media (max-width:992px) {
    .mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .radio label:before {
        top: 80%
    }
}

#paymentMethods .btn.btn-big span {
    float: none
}

[lang=en] [dir=ltr] .hidden-ar {
    display: none !important
}

.form .form-section.qPayAmount .grayText,
.grayText.gbPromoMsg {
    color: #9b9b9b !important;
    padding-top: .5rem;
    line-height: 1;
    display: block
}

.custom-error+.grayText.gbPromoMsg {
    padding-top: 1.45rem
}

@media (min-width:768px) and (max-width:1199px) {
    .custom-error+.grayText.gbPromoMsg {
        line-height: 1.15rem;
        padding-top: 1.75rem
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .custom-error+.grayText.gbPromoMsg.pB {
        padding-top: 2.25rem
    }
}

.qucikPayAccountWrap .floating-label-input.has-error-fields+.grayText {
    padding-top: 0
}

.blackText {
    color: #0a0a0a !important
}

.btn-container {
    padding: 4rem 0 2rem
}

@media (max-width:767px) {
    .mB-zero-xs {
        margin-bottom: 0
    }
}

.almostBlack,
a.disabled,
a[disabled] {
    color: #232323 !important
}

a.disabled,
a[disabled] {
    cursor: not-allowed;
    opacity: .65;
    text-decoration: none !important
}

.text-transform-initial {
    text-transform: none !important
}

.consumer-register-form.withIcons .form.modified-form .form-section .floating-label-input input.valid {
    background: url(/b2c/assets/img/self-care-profile/icon-Circle-check-dualtone.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 39px !important;
    background-size: 24px 24px !important
}

.consumer-register-form.withIcons .form.modified-form .form-section .floating-label-input.has-error-fields .icon-error svg {
    right: 2.125rem;
    border-radius: 50%;
    top: 2.5rem;
    background: url(/b2c/assets/img/self-care-profile/icon-actions-circle-close-circle-close-red.svg) !important
}

.consumer-register-form.withIcons .form.modified-form .form-section .floating-label-input .icon-error {
    display: none
}

.consumer-register-form.withIcons .form.modified-form .form-section .floating-label-input.has-error-fields .icon-error {
    display: block !important
}

.sPayLogo img,
.sPayLogo svg {
    width: 90px !important;
    margin-top: 2.4rem;
    height: 1rem !important;
    line-height: 1rem;
    vertical-align: bottom
}

@media (min-width:1600px) {
    .container-fluid {
        max-width: 100%
    }
}

@media (min-width:993px) {
    .push-menu-open .main-menu.menu-order.login-menu {
        top: 76px
    }
}

@media (min-width:1281px) {
    .push-menu-open .main-menu.menu-order.login-menu {
        top: 122px
    }
}

.shFbComp .aem-spa-wrap .nv-modal {
    z-index: 9991
}

[lang=ar] [dir=rtl] .learnMore {
    padding-left: 1.25rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .learnMore:before {
    right: auto;
    left: 0
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .learnMore:before {
        left: -2rem
    }
}

[lang=ar] [dir=rtl] .tagBadge {
    margin-right: .5rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .consumer-register-form.withIcons .form.modified-form .form-section .floating-label-input input.valid {
    background: url(/b2c/assets/img/self-care-profile/icon-actions-circle-check-circle-check-green.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10% 39px !important;
    background-size: 24px 24px !important
}

[lang=ar] [dir=rtl] .consumer-register-form.withIcons .form.modified-form .form-section .floating-label-input.has-error-fields .icon-error svg {
    right: auto !important;
    left: 2.5rem !important
}

[lang=ar] [dir=rtl] #accountTypeSelect-error {
    text-align: right
}

[lang=ar] [dir=rtl] .help-me .form .floating-label-select label.floating-label {
    line-height: 1.5
}

[lang=ar] [dir=rtl] .hidden-en {
    display: none !important
}

[lang=ar] [dir=rtl] .text-right-ar {
    text-align: right !important
}

[lang=ar] [dir=rtl] .ar-col-float .pad-left.pull-right.pull-left-ar {
    float: left !important
}

[lang=ar] [dir=rtl] .alnment-arabic .row>div {
    float: right
}

[lang=ar] [dir=rtl] .tooltip-inner ul,
[lang=ar] [dir=rtl] .tooltip div {
    text-align: right
}

[lang=ar] [dir=rtl] .rowDispBlock {
    display: block !important
}

[lang=ar] [dir=rtl] .arLtr {
    direction: ltr !Important;
    text-align: right
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields #expirydate-error.alert-label {
        font-size: .75rem;
        text-align: right
    }
}

[lang=ar] [dir=rtl] .main-menu-selfcare .login-sub .login-order.updated-login-dropdown .height-more p {
    min-height: 229px
}

[lang=ar] [dir=rtl] img.loadingImgBills {
    right: auto;
    left: 12%
}

[lang=ar] [dir=rtl] .consumer-register-form .form .whiteText.checkbox {
    padding: 0
}

@media (min-width:1025px) {
    [lang=ar] [dir=rtl] .consumer-register-form .form .whiteText.checkbox {
        padding: 0 1rem
    }
}

[lang=ar] [dir=rtl] .consumer-register-form .form .whiteText.checkbox label {
    font-size: .75rem
}

[lang=ar] [dir=rtl] .vDivider {
    border-left: none;
    border-right: 1px solid #cecece
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .vDivider {
        border: none
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .uploadDocMainCont h3 {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .consumer-register-form .termCheckbox .whiteText.checkbox {
    padding: 1rem 0 0 !important
}

[lang=ar] [dir=rtl] .consumer-register-form .termCheckbox .whiteText.checkbox label {
    text-align: right;
    padding-right: 2.5rem;
    padding-left: 0
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .consumer-register-form .termCheckbox .whiteText.checkbox {
        padding: 1rem 0 0 !important;
        float: left
    }
}

[lang=ar] [dir=rtl] .buttonContainer {
    float: left
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section input:focus+label,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section label.regMyEts {
    line-height: 1.2
}

@media (min-width:786px) {
    [lang=ar] [dir=rtl] .consumer-register-form .termCheckbox .whiteText.checkbox {
        max-width: 312px
    }
}

[lang=ar] [dir=rtl] .arEng {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important
}

[lang=ar] [dir=rtl] .text-left-ar {
    text-align: left
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
        padding-right: 32px
    }
}

.product-grid {
    display: block !important
}

.compound-control #complaintNature-error svg {
    height: 24px;
    width: 24px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle
}

#submitClaim .has-error.alert-label svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle
}

.mtopZero {
    margin-top: 0 !important
}

.caps-warn {
    display: none !important
}

@media (max-width:767px) {
    table .hidden-xs {
        display: none !important
    }
}

.chat-success {
    padding-top: 2rem
}

br {
    font-family: arial !important
}

#g-recaptcha-response div {
    margin: auto
}

.fixedBg {
    background: rgba(0, 0, 0, .5);
    position: fixed
}

@media (min-width:768px) {
    .pT-0 {
        padding-top: 0 !important
    }
}

@media (min-width:768px) {
    .pB-0 {
        padding-bottom: 0 !important
    }
}

.vDivider {
    border-left: 1px solid #cecece
}

@media (max-width:992px) {
    .enterVerCode .vDivider {
        border: none
    }
}

.uploadDocMainCont h3 {
    letter-spacing: 0
}

@media (max-width:767px) {
    .uploadDocMainCont h3 {
        text-align: left
    }
}

@media (max-width:767px) {
    .uploadDocumentMessage {
        margin-bottom: 2rem
    }
}

.uploadDocumentMessage b,
.uploadDocumentMessage strong {
    font-weight: 700 !important
}

.fileUploadCont {
    min-height: 282px
}

.fileUploadCont .wow>div {
    min-height: 276px;
    position: relative;
    padding-bottom: 78px
}

.fileUploadCont .wow .uploadBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

@media (min-width:1280px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .mega-menu-navbar .container {
        width: 1160px
    }
}

@media (min-width:1400px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .mega-menu-navbar .container {
        width: 1224px
    }
}

@media (min-width:1600px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .mega-menu-navbar .container {
        width: 1400px
    }
}

.text-capitalize {
    text-transform: capitalize !Important
}

.bg-sandyer-filler {
    background-color: #fbfbfb !important
}

.text-black {
    color: #232323 !important
}

#footer .container.responsivegrid.container-center.aem-GridColumn.aem-GridColumn--default--12,
.container.responsivegrid.container-center.container-fix__width.aem-GridColumn.aem-GridColumn--default--12 {
    width: 100% !important
}

#footer .root.container.responsivegrid {
    max-width: 100%
}

.container.responsivegrid.container-center.container-fix__width.aem-GridColumn.aem-GridColumn--default--12 {
    left: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important
}

.container.responsivegrid.container-fix__width.aem-GridColumn.aem-GridColumn--default--12 {
    left: 0 !important;
    margin-left: 0 !important;
    overflow-x: hidden;
    max-width: 100% !important
}

.footer.aem-GridColumn.aem-GridColumn--default--12 {
    margin: 0
}

a span.undelrine-link {
    font-weight: 700
}

[lang=ar] [dir=rtl] .col-xs-12.pad-right.pull-right.pull-left-ar {
    float: left !important
}

[lang=ar] [dir=rtl] .footer-links-logo-section .copyright,
[lang=ar] [dir=rtl] .quick-links-section .quick-links-body .links-item a,
[lang=ar] [dir=rtl] .search-5-0-wrap .sub-menu-wrap {
    font-family: GE SS Two, Arial, sans-serif !important
}

[lang=ar] [dir=rtl] .loginweb .resendCode.greenLinktext,
[lang=ar] [dir=rtl] .quick-links-section .quick-links-head .links-title {
    letter-spacing: 0 !important
}

[lang=ar] [dir=rtl] .loginweb .resendCode span {
    font-family: suiss, Arial, sans-serif !important
}

[lang=ar] [dir=rtl] .mngCrLimit .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:last-child {
    text-align: right
}

[lang=ar] [dir=rtl] .drop2 .greenLinktext,
[lang=ar] [dir=rtl] .qucikPayAccountWrap .consumer-register-form .form .addLabel {
    letter-spacing: 0
}

.business-register-form.tooltipped .tooltip .tooltip-inner,
.business-register-form .tooltipped .tooltip .tooltip-inner {
    background-color: #e00800
}

.business-register-form.tooltipped .tooltip.top-left .tooltip-arrow,
.business-register-form .tooltipped .tooltip.top-left .tooltip-arrow,
.business-register-form.tooltipped .tooltip.top-right .tooltip-arrow,
.business-register-form .tooltipped .tooltip.top-right .tooltip-arrow,
.business-register-form.tooltipped .tooltip.top .tooltip-arrow,
.business-register-form .tooltipped .tooltip.top .tooltip-arrow {
    border-top-color: #e00800
}

.business-register-form.tooltipped .tooltip.right .tooltip-arrow,
.business-register-form .tooltipped .tooltip.right .tooltip-arrow {
    border-right-color: #e00800
}

.business-register-form.tooltipped .tooltip.left .tooltip-arrow,
.business-register-form .tooltipped .tooltip.left .tooltip-arrow {
    border-left-color: #e00800
}

.business-register-form.tooltipped .tooltip.bottom-left .tooltip-arrow,
.business-register-form .tooltipped .tooltip.bottom-left .tooltip-arrow,
.business-register-form.tooltipped .tooltip.bottom-right .tooltip-arrow,
.business-register-form .tooltipped .tooltip.bottom-right .tooltip-arrow,
.business-register-form.tooltipped .tooltip.bottom .tooltip-arrow,
.business-register-form .tooltipped .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e00800
}

.consumer-register-form.tooltipped .tooltip .tooltip-inner,
.consumer-register-form .tooltipped .tooltip .tooltip-inner {
    padding: 1rem;
    background-color: #e00800;
    max-width: 69vw;
    width: 360px;
    color: #fff;
    text-align: left
}

.consumer-register-form.tooltipped .tooltip .tooltip-inner ul,
.consumer-register-form .tooltipped .tooltip .tooltip-inner ul {
    padding-left: 1rem
}

.uae-Pass-cont .tooltipped .tooltip .tooltip-inner {
    text-align: center;
    min-width: 100px
}

.business-register-form .has-error-fields.tooltipped .tooltip .tooltip-inner,
.business-register-form .has-error-fields .tooltipped .tooltip .tooltip-inner,
.consumer-register-form .has-error-fields.tooltipped .tooltip .tooltip-inner,
.consumer-register-form .has-error-fields .tooltipped .tooltip .tooltip-inner {
    background-color: #fb193f
}

.business-register-form .has-error-fields.tooltipped .tooltip.top-left .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.top-left .tooltip-arrow,
.business-register-form .has-error-fields.tooltipped .tooltip.top-right .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.top-right .tooltip-arrow,
.business-register-form .has-error-fields.tooltipped .tooltip.top .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.top .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.top-left .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.top-left .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.top-right .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.top-right .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.top .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.top .tooltip-arrow {
    border-top-color: #fb193f
}

.business-register-form .has-error-fields.tooltipped .tooltip.right .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.right .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.right .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.right .tooltip-arrow {
    border-right-color: #fb193f
}

.business-register-form .has-error-fields.tooltipped .tooltip.left .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.left .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.left .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.left .tooltip-arrow {
    border-left-color: #fb193f
}

.business-register-form .has-error-fields.tooltipped .tooltip.bottom-left .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.bottom-left .tooltip-arrow,
.business-register-form .has-error-fields.tooltipped .tooltip.bottom-right .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.bottom-right .tooltip-arrow,
.business-register-form .has-error-fields.tooltipped .tooltip.bottom .tooltip-arrow,
.business-register-form .has-error-fields .tooltipped .tooltip.bottom .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.bottom-left .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.bottom-left .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.bottom-right .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.bottom-right .tooltip-arrow,
.consumer-register-form .has-error-fields.tooltipped .tooltip.bottom .tooltip-arrow,
.consumer-register-form .has-error-fields .tooltipped .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fb193f
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: 97.6%
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 25px
}

.slider.slider-horizontal .slider-track {
    height: 12.5px;
    width: 100%;
    margin-top: -6.25px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
    margin-left: -12.5px;
    margin-top: -6.25px
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
    border-width: 0 12.5px 12.5px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 25px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 5px;
    display: inline-block;
    text-align: center
}

.slider.slider-vertical {
    height: 210px;
    width: 25px
}

.slider.slider-vertical .slider-track {
    width: 12.5px;
    height: 100%;
    margin-left: -6.25px;
    left: 50%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
    margin-left: -6.25px;
    margin-top: -12.5px
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
    border-width: 12.5px 0 12.5px 12.5px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 5px
}

.slider.slider-disabled .slider-handle {
    background-image: linear-gradient(180deg, #dfdfdf 0, #bebebe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-image: linear-gradient(180deg, #e5e5e5 0, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe7e7e7", GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    cursor: pointer;
    background-image: linear-gradient(180deg, #f5f5f5 0, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.slider-selection,
.slider-track {
    position: absolute;
    background-repeat: repeat-x;
    border-radius: 0
}

.slider-selection {
    background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.slider-selection.tick-slider-selection {
    background-image: linear-gradient(180deg, #89cdef 0, #81bfde);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0)
}

.slider-track-high,
.slider-track-low {
    position: absolute;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0
}

.slider-handle {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #337ab7;
    background-image: linear-gradient(180deg, #149bdf 0, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
    filter: none;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.custom,
.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom:before {
    line-height: 25px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

.slider-tick {
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.custom,
.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom:before {
    line-height: 25px;
    font-size: 20px;
    content: "\2605";
    color: #726204
}

.slider-tick.in-selection {
    background-image: linear-gradient(180deg, #89cdef 0, #81bfde);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
    opacity: 1
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -.6rem;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

:focus {
    outline: none
}

.ipad-other-stores .country-list .slider-nav {
    display: none
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    height: 24px;
    width: 25px
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../img/svg-icons/chevrole-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    left: 35px;
    top: 25px
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .ulWrapper {
    z-index: 2;
    list-style: none;
    text-align: left;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    width: 700px;
    padding: 30px 0;
    position: relative
}

.intl-tel-input .ulWrapper:before {
    content: "Select Country";
    text-transform: uppercase;
    background: #fff;
    margin-left: 0;
    text-align: center;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    width: 956px;
    font-size: 3rem;
    top: 0;
    position: absolute;
    padding: 0;
    height: 100px;
    line-height: 3
}

.intl-tel-input .country-list {
    overflow-y: scroll;
    position: relative;
    width: 100%;
    margin: 1px 0;
    padding: 0;
    border: none;
    list-style-type: none;
    height: 335px;
    z-index: 8;
    top: -1px;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding-left: 0 !important
}

.intl-tel-input .country-list .divider {
    display: none
}

.intl-tel-input .country-list>li {
    border-bottom: 1px solid #ccc;
    line-height: 2;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 15px;
    background: #ccc;
    border-radius: 50%;
    height: 24px;
    overflow: hidden
}

.intl-tel-input .country-list .country {
    padding: 5px 20px;
    background: #fff;
    margin: 0 16px;
    position: relative
}

.intl-tel-input .country-list .country :not(html) {
    -webkit-transform: translateZ(0)
}

.intl-tel-input .country-list .country .dial-code {
    float: right;
    font-size: 16px;
    color: #232323;
    line-height: 2.8;
    position: absolute;
    right: 10px;
    top: -2px
}

.intl-tel-input .country-list .country.highlight {
    background: #fff
}

.intl-tel-input .country-list .country.highlight .country-name,
.intl-tel-input .country-list .country.highlight .dial-code {
    color: #e00800
}

.intl-tel-input .country-list .country-name {
    vertical-align: middle;
    margin-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 185px;
    display: inline-block;
    color: #232323;
    font-size: 16px;
    line-height: normal
}

.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text] {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 65px !important
}

.intl-tel-input.allow-dropdown .flag-container {
    right: auto;
    left: 0;
    width: 100%;
    top: 25px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    display: table
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    vertical-align: middle;
    margin-left: 48px;
    color: #8c8f91;
    margin-top: 2px;
    font-weight: 400;
    min-width: 47px;
    line-height: 1.4;
    padding-bottom: 2px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input {
    padding-left: 8px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 0
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input {
    padding-left: 8px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.allow-dropdown.separate-dial-code input {
    margin-left: 115px
}

.intl-tel-input.allow-dropdown.separate-dial-code input[type=text] {
    padding-left: 115px
}

.intl-tel-input.allow-dropdown.separate-dial-code input[type=tel] {
    color: #e00800;
    border: none;
    display: block;
    line-height: 1.5;
    padding-bottom: 2px
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    width: 86px
}

.intelnum .intl-tel-input.allow-dropdown.separate-dial-code input[type=tel],
.intelnum .intl-tel-input.allow-dropdown.separate-dial-code input[type=text] {
    margin-left: 0;
    text-align: left
}

.intelnum .phonedDcont label {
    padding-left: 148px
}

.intelnum ::-webkit-input-placeholder {
    color: transparent
}

.intelnum :-moz-placeholder,
.intelnum ::-moz-placeholder {
    color: transparent
}

.intelnum :-ms-input-placeholder {
    color: transparent
}

.out-of-stock .slider .slider-nav {
    position: fixed !important;
    top: 140px !important;
    right: 0 !important
}

@media (max-width:768px) {
    .intelnum .phonedDcont label {
        padding-left: 85px
    }

    .intelnum .slider .slider-nav {
        right: 135px !important
    }

    .out-of-stock .slider .slider-nav {
        right: 50px !important
    }
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input {
    padding-left: 18px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 18px
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 76px
}

.intl-tel-input.iti-container {
    position: fixed;
    z-index: 999;
    padding: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #dfdfdf;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 2px
}

.iti-mobile .intl-tel-input .country-list .country .country-name {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block
}

.iti-mobile .intl-tel-input .country-list .country:first-child {
    border: none
}

.iti-flag {
    width: 24px;
    height: 24px;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 20px 0
}

.iti-flag.be {
    width: 24px;
    height: 24px;
    background-position: -440px 0
}

.iti-flag.ch {
    width: 24px;
    height: 24px;
    background-position: -944px 0
}

.iti-flag.mc {
    width: 24px;
    height: 24px;
    background-position: -3139px 0
}

.iti-flag.ne {
    width: 24px;
    height: 24px;
    background-position: -3666px 0
}

.iti-flag.np {
    width: 24px;
    height: 24px;
    background-position: -3796px 0;
    background-color: transparent
}

.iti-flag.va {
    width: 24px;
    height: 24px;
    background-position: -5307px 0
}

.iti-flag.ac {
    height: 24px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 24px;
    background-position: -22px 0
}

.iti-flag.ae {
    background-image: url(../img/flags/ae.svg)
}

.iti-flag.ae,
.iti-flag.af {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.af {
    background-image: url(../img/flags/af.svg)
}

.iti-flag.ag {
    background-image: url(../img/flags/ag.svg)
}

.iti-flag.ag,
.iti-flag.ai {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ai {
    background-image: url(../img/flags/ai.svg)
}

.iti-flag.al {
    background-image: url(../img/flags/al.svg)
}

.iti-flag.al,
.iti-flag.am {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.am {
    background-image: url(../img/flags/am.svg)
}

.iti-flag.ao {
    background-image: url(../img/flags/ao.svg)
}

.iti-flag.ao,
.iti-flag.aq {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.aq {
    background-image: url(../img/flags/aq.svg)
}

.iti-flag.ar {
    background-image: url(../img/flags/ar.svg)
}

.iti-flag.ar,
.iti-flag.as {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.as {
    background-image: url(../img/flags/as.svg)
}

.iti-flag.at {
    background-image: url(../img/flags/at.svg)
}

.iti-flag.at,
.iti-flag.au {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.au {
    background-image: url(../img/flags/au.svg)
}

.iti-flag.aw {
    background-image: url(../img/flags/aw.svg)
}

.iti-flag.aw,
.iti-flag.ax {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ax {
    background-image: url(../img/flags/ax.svg)
}

.iti-flag.az {
    background-image: url(../img/flags/az.svg)
}

.iti-flag.az,
.iti-flag.ba {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ba {
    background-image: url(../img/flags/ba.svg)
}

.iti-flag.bb {
    background-image: url(../img/flags/bb.svg)
}

.iti-flag.bb,
.iti-flag.bd {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bd {
    background-image: url(../img/flags/bd.svg)
}

.iti-flag.bf {
    background-image: url(../img/flags/bf.svg)
}

.iti-flag.bf,
.iti-flag.bg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bg {
    background-image: url(../img/flags/bg.svg)
}

.iti-flag.bh {
    background-image: url(../img/flags/bh.svg)
}

.iti-flag.bh,
.iti-flag.bi {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bi {
    background-image: url(../img/flags/bi.svg)
}

.iti-flag.bj {
    background-image: url(../img/flags/bj.svg)
}

.iti-flag.bj,
.iti-flag.bl {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bl {
    background-image: url(../img/flags/bl.svg)
}

.iti-flag.bm {
    background-image: url(../img/flags/bm.svg)
}

.iti-flag.bm,
.iti-flag.bn {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bn {
    background-image: url(../img/flags/bn.svg)
}

.iti-flag.bo {
    background-image: url(../img/flags/bo.svg)
}

.iti-flag.bo,
.iti-flag.bq {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bq {
    background-image: url(../img/flags/bq.svg)
}

.iti-flag.br {
    background-image: url(../img/flags/br.svg)
}

.iti-flag.br,
.iti-flag.bs {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bs {
    background-image: url(../img/flags/bs.svg)
}

.iti-flag.bt {
    background-image: url(../img/flags/bt.svg)
}

.iti-flag.bt,
.iti-flag.bv {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.bv {
    background-image: url(../img/flags/bv.svg)
}

.iti-flag.bw {
    background-image: url(../img/flags/bw.svg)
}

.iti-flag.bw,
.iti-flag.by {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.by {
    background-image: url(../img/flags/by.svg)
}

.iti-flag.bz {
    background-image: url(../img/flags/bz.svg)
}

.iti-flag.bz,
.iti-flag.ca {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ca {
    background-image: url(../img/flags/ca.svg)
}

.iti-flag.cc {
    background-image: url(../img/flags/cc.svg)
}

.iti-flag.cc,
.iti-flag.cd {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cd {
    background-image: url(../img/flags/cd.svg)
}

.iti-flag.cf {
    background-image: url(../img/flags/cf.svg)
}

.iti-flag.cf,
.iti-flag.cg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cg {
    background-image: url(../img/flags/cg.svg)
}

.iti-flag.ci {
    background-image: url(../img/flags/ci.svg)
}

.iti-flag.ci,
.iti-flag.ck {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ck {
    background-image: url(../img/flags/ck.svg)
}

.iti-flag.cl {
    background-image: url(../img/flags/cl.svg)
}

.iti-flag.cl,
.iti-flag.cm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cm {
    background-image: url(../img/flags/cm.svg)
}

.iti-flag.cn {
    background-image: url(../img/flags/cn.svg)
}

.iti-flag.cn,
.iti-flag.co {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.co {
    background-image: url(../img/flags/co.svg)
}

.iti-flag.cp,
.iti-flag.cr {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cr {
    background-image: url(../img/flags/cr.svg)
}

.iti-flag.cu {
    background-image: url(../img/flags/cu.svg)
}

.iti-flag.cu,
.iti-flag.cv {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cv {
    background-image: url(../img/flags/cv.svg)
}

.iti-flag.cw {
    background-image: url(../img/flags/cw.svg)
}

.iti-flag.cw,
.iti-flag.cx {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cx {
    background-image: url(../img/flags/cx.svg)
}

.iti-flag.cy {
    background-image: url(../img/flags/cy.svg)
}

.iti-flag.cy,
.iti-flag.cz {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.cz {
    background-image: url(../img/flags/cz.svg)
}

.iti-flag.de {
    background-image: url(../img/flags/de.svg)
}

.iti-flag.de,
.iti-flag.dg,
.iti-flag.dj {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.dj {
    background-image: url(../img/flags/dj.svg)
}

.iti-flag.dk {
    background-image: url(../img/flags/dk.svg)
}

.iti-flag.dk,
.iti-flag.dm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.dm {
    background-image: url(../img/flags/dm.svg)
}

.iti-flag.do {
    background-image: url(../img/flags/do.svg)
}

.iti-flag.do,
.iti-flag.dz {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.dz {
    background-image: url(../img/flags/dz.svg)
}

.iti-flag.ea,
.iti-flag.ec {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ec {
    background-image: url(../img/flags/ec.svg)
}

.iti-flag.ee {
    background-image: url(../img/flags/ee.svg)
}

.iti-flag.ee,
.iti-flag.eg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.eg {
    background-image: url(../img/flags/eg.svg)
}

.iti-flag.eh {
    background-image: url(../img/flags/eh.svg)
}

.iti-flag.eh,
.iti-flag.er {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.er {
    background-image: url(../img/flags/er.svg)
}

.iti-flag.es {
    background-image: url(../img/flags/es.svg)
}

.iti-flag.es,
.iti-flag.et {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.et {
    background-image: url(../img/flags/et.svg)
}

.iti-flag.eu {
    background-image: url(../img/flags/eu.svg)
}

.iti-flag.eu,
.iti-flag.fi {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.fi {
    background-image: url(../img/flags/fi.svg)
}

.iti-flag.fj {
    background-image: url(../img/flags/fj.svg)
}

.iti-flag.fj,
.iti-flag.fk {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.fk {
    background-image: url(../img/flags/fk.svg)
}

.iti-flag.fm {
    background-image: url(../img/flags/fm.svg)
}

.iti-flag.fm,
.iti-flag.fo {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.fo {
    background-image: url(../img/flags/fo.svg)
}

.iti-flag.fr {
    background-image: url(../img/flags/fr.svg)
}

.iti-flag.fr,
.iti-flag.ga {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ga {
    background-image: url(../img/flags/ga.svg)
}

.iti-flag.gb {
    background-image: url(../img/flags/gb.svg)
}

.iti-flag.gb,
.iti-flag.gd {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gd {
    background-image: url(../img/flags/gd.svg)
}

.iti-flag.ge {
    background-image: url(../img/flags/ge.svg)
}

.iti-flag.ge,
.iti-flag.gf {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gf {
    background-image: url(../img/flags/gf.svg)
}

.iti-flag.gg {
    background-image: url(../img/flags/gg.svg)
}

.iti-flag.gg,
.iti-flag.gh {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gh {
    background-image: url(../img/flags/gh.svg)
}

.iti-flag.gi {
    background-image: url(../img/flags/gi.svg)
}

.iti-flag.gi,
.iti-flag.gl {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gl {
    background-image: url(../img/flags/gl.svg)
}

.iti-flag.gm {
    background-image: url(../img/flags/gm.svg)
}

.iti-flag.gm,
.iti-flag.gn {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gn {
    background-image: url(../img/flags/gn.svg)
}

.iti-flag.gp {
    background-image: url(../img/flags/gp.svg)
}

.iti-flag.gp,
.iti-flag.gq {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gq {
    background-image: url(../img/flags/gq.svg)
}

.iti-flag.gr {
    background-image: url(../img/flags/gr.svg)
}

.iti-flag.gr,
.iti-flag.gs {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gs {
    background-image: url(../img/flags/gs.svg)
}

.iti-flag.gt {
    background-image: url(../img/flags/gt.svg)
}

.iti-flag.gt,
.iti-flag.gu {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gu {
    background-image: url(../img/flags/gu.svg)
}

.iti-flag.gw {
    background-image: url(../img/flags/gw.svg)
}

.iti-flag.gw,
.iti-flag.gy {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.gy {
    background-image: url(../img/flags/gy.svg)
}

.iti-flag.hk {
    background-image: url(../img/flags/hk.svg)
}

.iti-flag.hk,
.iti-flag.hm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.hm {
    background-image: url(../img/flags/hm.svg)
}

.iti-flag.hn {
    background-image: url(../img/flags/hn.svg)
}

.iti-flag.hn,
.iti-flag.hr {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.hr {
    background-image: url(../img/flags/hr.svg)
}

.iti-flag.ht {
    background-image: url(../img/flags/ht.svg)
}

.iti-flag.ht,
.iti-flag.hu {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.hu {
    background-image: url(../img/flags/hu.svg)
}

.iti-flag.ic,
.iti-flag.id {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.id {
    background-image: url(../img/flags/id.svg)
}

.iti-flag.ie {
    background-image: url(../img/flags/ie.svg)
}

.iti-flag.ie,
.iti-flag.il {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.il {
    background-image: url(../img/flags/il.svg)
}

.iti-flag.im {
    background-image: url(../img/flags/im.svg)
}

.iti-flag.im,
.iti-flag.in {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.in {
    background-image: url(../img/flags/in.svg)
}

.iti-flag.io {
    background-image: url(../img/flags/io.svg)
}

.iti-flag.io,
.iti-flag.iq {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.iq {
    background-image: url(../img/flags/iq.svg)
}

.iti-flag.ir {
    background-image: url(../img/flags/ir.svg)
}

.iti-flag.ir,
.iti-flag.is {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.is {
    background-image: url(../img/flags/is.svg)
}

.iti-flag.it {
    background-image: url(../img/flags/it.svg)
}

.iti-flag.it,
.iti-flag.je {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.je {
    background-image: url(../img/flags/je.svg)
}

.iti-flag.jm {
    background-image: url(../img/flags/jm.svg)
}

.iti-flag.jm,
.iti-flag.jo {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.jo {
    background-image: url(../img/flags/jo.svg)
}

.iti-flag.jp {
    background-image: url(../img/flags/jp.svg)
}

.iti-flag.jp,
.iti-flag.ke {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ke {
    background-image: url(../img/flags/ke.svg)
}

.iti-flag.kg {
    background-image: url(../img/flags/kg.svg)
}

.iti-flag.kg,
.iti-flag.kh {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.kh {
    background-image: url(../img/flags/kh.svg)
}

.iti-flag.ki {
    background-image: url(../img/flags/ki.svg)
}

.iti-flag.ki,
.iti-flag.km {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.km {
    background-image: url(../img/flags/km.svg)
}

.iti-flag.kn {
    background-image: url(../img/flags/kn.svg)
}

.iti-flag.kn,
.iti-flag.kp {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.kp {
    background-image: url(../img/flags/kp.svg)
}

.iti-flag.kr {
    background-image: url(../img/flags/kr.svg)
}

.iti-flag.kr,
.iti-flag.kw {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.kw {
    background-image: url(../img/flags/kw.svg)
}

.iti-flag.ky {
    background-image: url(../img/flags/ky.svg)
}

.iti-flag.ky,
.iti-flag.kz {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.kz {
    background-image: url(../img/flags/kz.svg)
}

.iti-flag.la {
    background-image: url(../img/flags/la.svg)
}

.iti-flag.la,
.iti-flag.lb {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.lb {
    background-image: url(../img/flags/lb.svg)
}

.iti-flag.lc {
    background-image: url(../img/flags/lc.svg)
}

.iti-flag.lc,
.iti-flag.li {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.li {
    background-image: url(../img/flags/li.svg)
}

.iti-flag.lk {
    background-image: url(../img/flags/lk.svg)
}

.iti-flag.lk,
.iti-flag.lr {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.lr {
    background-image: url(../img/flags/lr.svg)
}

.iti-flag.ls {
    background-image: url(../img/flags/ls.svg)
}

.iti-flag.ls,
.iti-flag.lt {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.lt {
    background-image: url(../img/flags/lt.svg)
}

.iti-flag.lu {
    background-image: url(../img/flags/lu.svg)
}

.iti-flag.lu,
.iti-flag.lv {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.lv {
    background-image: url(../img/flags/lv.svg)
}

.iti-flag.ly {
    background-image: url(../img/flags/ly.svg)
}

.iti-flag.ly,
.iti-flag.ma {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ma {
    background-image: url(../img/flags/ma.svg)
}

.iti-flag.md {
    background-image: url(../img/flags/md.svg)
}

.iti-flag.md,
.iti-flag.me {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.me {
    background-image: url(../img/flags/me.svg)
}

.iti-flag.mf {
    background-image: url(../img/flags/mf.svg)
}

.iti-flag.mf,
.iti-flag.mg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mg {
    background-image: url(../img/flags/mg.svg)
}

.iti-flag.mh {
    background-image: url(../img/flags/mh.svg)
}

.iti-flag.mh,
.iti-flag.mk {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mk {
    background-image: url(../img/flags/mk.svg)
}

.iti-flag.ml {
    background-image: url(../img/flags/ml.svg)
}

.iti-flag.ml,
.iti-flag.mm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mm {
    background-image: url(../img/flags/mm.svg)
}

.iti-flag.mn {
    background-image: url(../img/flags/mn.svg)
}

.iti-flag.mn,
.iti-flag.mo {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mo {
    background-image: url(../img/flags/mo.svg)
}

.iti-flag.mp {
    background-image: url(../img/flags/mp.svg)
}

.iti-flag.mp,
.iti-flag.mq {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mq {
    background-image: url(../img/flags/mq.svg)
}

.iti-flag.mr {
    background-image: url(../img/flags/mr.svg)
}

.iti-flag.mr,
.iti-flag.ms {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ms {
    background-image: url(../img/flags/ms.svg)
}

.iti-flag.mt {
    background-image: url(../img/flags/mt.svg)
}

.iti-flag.mt,
.iti-flag.mu {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mu {
    background-image: url(../img/flags/mu.svg)
}

.iti-flag.mv {
    background-image: url(../img/flags/mv.svg)
}

.iti-flag.mv,
.iti-flag.mw {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.mw {
    background-image: url(../img/flags/mw.svg)
}

.iti-flag.mx {
    background-image: url(../img/flags/mx.svg)
}

.iti-flag.mx,
.iti-flag.my {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.my {
    background-image: url(../img/flags/my.svg)
}

.iti-flag.mz {
    background-image: url(../img/flags/mz.svg)
}

.iti-flag.mz,
.iti-flag.na {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.na {
    background-image: url(../img/flags/na.svg)
}

.iti-flag.nc {
    background-image: url(../img/flags/nc.svg)
}

.iti-flag.nc,
.iti-flag.nf {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.nf {
    background-image: url(../img/flags/nf.svg)
}

.iti-flag.ng {
    background-image: url(../img/flags/ng.svg)
}

.iti-flag.ng,
.iti-flag.ni {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ni {
    background-image: url(../img/flags/ni.svg)
}

.iti-flag.nl {
    background-image: url(../img/flags/nl.svg)
}

.iti-flag.nl,
.iti-flag.no {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.no {
    background-image: url(../img/flags/no.svg)
}

.iti-flag.nr {
    background-image: url(../img/flags/nr.svg)
}

.iti-flag.nr,
.iti-flag.nu {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.nu {
    background-image: url(../img/flags/nu.svg)
}

.iti-flag.nz {
    background-image: url(../img/flags/nz.svg)
}

.iti-flag.nz,
.iti-flag.om {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.om {
    background-image: url(../img/flags/om.svg)
}

.iti-flag.pa {
    background-image: url(../img/flags/pa.svg)
}

.iti-flag.pa,
.iti-flag.pe {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.pe {
    background-image: url(../img/flags/pe.svg)
}

.iti-flag.pf {
    background-image: url(../img/flags/pf.svg)
}

.iti-flag.pf,
.iti-flag.pg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.pg {
    background-image: url(../img/flags/pg.svg)
}

.iti-flag.ph {
    background-image: url(../img/flags/ph.svg)
}

.iti-flag.ph,
.iti-flag.pk {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.pk {
    background-image: url(../img/flags/pk.svg)
}

.iti-flag.pl {
    background-image: url(../img/flags/pl.svg)
}

.iti-flag.pl,
.iti-flag.pm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.pm {
    background-image: url(../img/flags/pm.svg)
}

.iti-flag.pn {
    background-image: url(../img/flags/pn.svg)
}

.iti-flag.pn,
.iti-flag.pr {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.pr {
    background-image: url(../img/flags/pr.svg)
}

.iti-flag.ps {
    background-image: url(../img/flags/ps.svg)
}

.iti-flag.ps,
.iti-flag.pt {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.pt {
    background-image: url(../img/flags/pt.svg)
}

.iti-flag.pw {
    background-image: url(../img/flags/pw.svg)
}

.iti-flag.pw,
.iti-flag.py {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.py {
    background-image: url(../img/flags/py.svg)
}

.iti-flag.qa {
    background-image: url(../img/flags/qa.svg)
}

.iti-flag.qa,
.iti-flag.re {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.re {
    background-image: url(../img/flags/re.svg)
}

.iti-flag.ro {
    background-image: url(../img/flags/ro.svg)
}

.iti-flag.ro,
.iti-flag.rs {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.rs {
    background-image: url(../img/flags/rs.svg)
}

.iti-flag.ru {
    background-image: url(../img/flags/ru.svg)
}

.iti-flag.ru,
.iti-flag.rw {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.rw {
    background-image: url(../img/flags/rs.svg)
}

.iti-flag.sa {
    background-image: url(../img/flags/sa.svg)
}

.iti-flag.sa,
.iti-flag.sb {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sb {
    background-image: url(../img/flags/sb.svg)
}

.iti-flag.sc {
    background-image: url(../img/flags/sc.svg)
}

.iti-flag.sc,
.iti-flag.sd {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sd {
    background-image: url(../img/flags/sd.svg)
}

.iti-flag.se {
    background-image: url(../img/flags/se.svg)
}

.iti-flag.se,
.iti-flag.sg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sg {
    background-image: url(../img/flags/sg.svg)
}

.iti-flag.sh {
    background-image: url(../img/flags/sh.svg)
}

.iti-flag.sh,
.iti-flag.si {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.si {
    background-image: url(../img/flags/si.svg)
}

.iti-flag.sj {
    background-image: url(../img/flags/sj.svg)
}

.iti-flag.sj,
.iti-flag.sk {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sk {
    background-image: url(../img/flags/sk.svg)
}

.iti-flag.sl {
    background-image: url(../img/flags/sl.svg)
}

.iti-flag.sl,
.iti-flag.sm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sm {
    background-image: url(../img/flags/sm.svg)
}

.iti-flag.sn {
    background-image: url(../img/flags/sn.svg)
}

.iti-flag.sn,
.iti-flag.so {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.so {
    background-image: url(../img/flags/so.svg)
}

.iti-flag.sr {
    background-image: url(../img/flags/sr.svg)
}

.iti-flag.sr,
.iti-flag.ss {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ss {
    background-image: url(../img/flags/ss.svg)
}

.iti-flag.st {
    background-image: url(../img/flags/st.svg)
}

.iti-flag.st,
.iti-flag.sv {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sv {
    background-image: url(../img/flags/sv.svg)
}

.iti-flag.sx {
    background-image: url(../img/flags/sx.svg)
}

.iti-flag.sx,
.iti-flag.sy {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.sy {
    background-image: url(../img/flags/sy.svg)
}

.iti-flag.sz {
    background-image: url(../img/flags/sz.svg)
}

.iti-flag.sz,
.iti-flag.ta,
.iti-flag.tc {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.tc {
    background-image: url(../img/flags/tc.svg)
}

.iti-flag.td {
    background-image: url(../img/flags/td.svg)
}

.iti-flag.td,
.iti-flag.tf {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.tf {
    background-image: url(../img/flags/tf.svg)
}

.iti-flag.tg {
    background-image: url(../img/flags/tg.svg)
}

.iti-flag.tg,
.iti-flag.th {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.th {
    background-image: url(../img/flags/th.svg)
}

.iti-flag.tj {
    background-image: url(../img/flags/tj.svg)
}

.iti-flag.tj,
.iti-flag.tk {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.tk {
    background-image: url(../img/flags/tk.svg)
}

.iti-flag.tl {
    background-image: url(../img/flags/tl.svg)
}

.iti-flag.tl,
.iti-flag.tm {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.tm {
    background-image: url(../img/flags/tm.svg)
}

.iti-flag.tn {
    background-image: url(../img/flags/tn.svg)
}

.iti-flag.tn,
.iti-flag.to {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.to {
    background-image: url(../img/flags/to.svg)
}

.iti-flag.tr {
    background-image: url(../img/flags/tr.svg)
}

.iti-flag.tr,
.iti-flag.tt {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.tt {
    background-image: url(../img/flags/tt.svg)
}

.iti-flag.tv {
    background-image: url(../img/flags/tv.svg)
}

.iti-flag.tv,
.iti-flag.tw {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.tw {
    background-image: url(../img/flags/tw.svg)
}

.iti-flag.tz {
    background-image: url(../img/flags/tz.svg)
}

.iti-flag.tz,
.iti-flag.ua {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ua {
    background-image: url(../img/flags/ua.svg)
}

.iti-flag.ug {
    background-image: url(../img/flags/ug.svg)
}

.iti-flag.ug,
.iti-flag.um {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.um {
    background-image: url(../img/flags/um.svg)
}

.iti-flag.us {
    background-image: url(../img/flags/us.svg)
}

.iti-flag.us,
.iti-flag.uy {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.uy {
    background-image: url(../img/flags/uy.svg)
}

.iti-flag.uz {
    background-image: url(../img/flags/uz.svg)
}

.iti-flag.uz,
.iti-flag.vc {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.vc {
    background-image: url(../img/flags/vc.svg)
}

.iti-flag.ve {
    background-image: url(../img/flags/ve.svg)
}

.iti-flag.ve,
.iti-flag.vg {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.vg {
    background-image: url(../img/flags/vg.svg)
}

.iti-flag.vi {
    background-image: url(../img/flags/vi.svg)
}

.iti-flag.vi,
.iti-flag.vn {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.vn {
    background-image: url(../img/flags/vn.svg)
}

.iti-flag.vu {
    background-image: url(../img/flags/vu.svg)
}

.iti-flag.vu,
.iti-flag.wf {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.wf {
    background-image: url(../img/flags/wf.svg)
}

.iti-flag.ws {
    background-image: url(../img/flags/ws.svg)
}

.iti-flag.ws,
.iti-flag.xk,
.iti-flag.ye {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.ye {
    background-image: url(../img/flags/ye.svg)
}

.iti-flag.yt {
    background-image: url(../img/flags/yt.svg)
}

.iti-flag.yt,
.iti-flag.za {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.za {
    background-image: url(../img/flags/za.svg)
}

.iti-flag.zm {
    background-image: url(../img/flags/zm.svg)
}

.iti-flag.zm,
.iti-flag.zw {
    height: 24px;
    background-size: cover;
    background-position: -4px 0
}

.iti-flag.zw {
    background-image: url(../img/flags/zw.svg)
}

.ipad-ticket-number-footer-wrapper .btn.percent40.mLeft-92px {
    margin-left: 92px;
    padding: 0 1.5rem
}

.send-ticket .ipad-ticket-number-footer-wrapper .btn.percent40.mLeft-92px {
    display: inline-block;
    margin: 0
}

.send-ticket .intl-tel-input .ulWrapper {
    margin-top: auto !important
}

.phoneDcont-hint {
    color: #8c8f91;
    padding: 20px 0
}

.phoneDcont-hint.error-msg {
    color: #c63035;
    font-size: .6rem
}

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

@media only screen and (min--moz-device-pixel-ratio:2) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

@media only screen and (-o-min-device-pixel-ratio:2/1) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

@media only screen and (min-device-pixel-ratio:2) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5634px 30px
    }
}

.closePopupBtn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px;
    right: 25px;
    top: 25px
}

.phonedDcont label {
    color: #8c8f91;
    font-weight: 400;
    font-size: .6rem;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    text-indent: 61px;
    margin-bottom: 0;
    line-height: 1
}

[lang=ar] [dir=rtl] .thirty2-country-number-selection .phoneDcont-hint {
    padding-left: 3rem
}

[lang=ar] [dir=rtl] .phonedDcont label {
    text-align: left !important;
    padding-left: 60px
}

[lang=ar] [dir=rtl] .intelnum .phonedDcont label {
    text-align: left !important;
    padding-left: 209px
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .intelnum .phonedDcont label {
        padding-left: 143px
    }
}

[lang=ar] [dir=rtl] .intelnum .intl-tel-input.allow-dropdown.separate-dial-code input[type=tel] {
    padding-left: 115px !important
}

[lang=ar] [dir=rtl] .intelnum .ipad-ticket-number-footer-wrapper .btn.percent40.mLeft-92px {
    margin-left: auto
}

[lang=ar] [dir=rtl] .intelnum ::-webkit-input-placeholder {
    color: transparent
}

[lang=ar] [dir=rtl] .intelnum :-moz-placeholder,
[lang=ar] [dir=rtl] .intelnum ::-moz-placeholder {
    color: transparent
}

[lang=ar] [dir=rtl] .intelnum :-ms-input-placeholder {
    color: transparent
}

[lang=ar] [dir=rtl] .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    margin-right: 0 !important;
    margin-left: 48px !important;
    text-align: left;
    direction: ltr
}

[lang=ar] [dir=rtl] .intl-tel-input.allow-dropdown .flag-container {
    right: auto !important;
    left: 0 !important
}

[lang=ar] [dir=rtl] .intl-tel-input .selected-flag .iti-flag {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .intl-tel-input .selected-flag .iti-arrow {
    left: auto;
    right: 36px
}

[lang=ar] [dir=rtl] .intl-tel-input .ulWrapper:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

[lang=ar] [dir=rtl] .intl-tel-input .country-list .country-name {
    margin-left: 6px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .intl-tel-input .country-list .country {
    text-align: right;
    direction: right
}

[lang=ar] [dir=rtl] .intl-tel-input .country-list .country .dial-code {
    float: left;
    right: auto;
    left: 15px
}

[lang=ar] [dir=rtl] .intl-tel-input .country-list .flag-box {
    margin-left: 15px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .slider .slider-nav {
    right: 10px;
    left: auto
}

[lang=ar] [dir=rtl] .out-of-stock .input-width {
    direction: ltr
}

[lang=ar] [dir=rtl] .out-of-stock .slider .slider-nav {
    right: 7px !important
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .out-of-stock .slider .slider-nav {
        right: 50px !important
    }
}

[lang=ar] [dir=rtl] .out-of-stock ::-webkit-input-placeholder {
    color: transparent
}

[lang=ar] [dir=rtl] .out-of-stock :-moz-placeholder,
[lang=ar] [dir=rtl] .out-of-stock ::-moz-placeholder {
    color: transparent
}

[lang=ar] [dir=rtl] .out-of-stock :-ms-input-placeholder {
    color: transparent
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input .intl-tel-input label {
    left: 65px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input .intl-tel-input input {
    border-bottom: 1px solid #b2b2b2;
    width: 82%
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input .intl-tel-input input:valid {
    color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.intl-tel-input .country-list::-webkit-scrollbar {
    width: 8px
}

.intl-tel-input .country-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px
}

.intl-tel-input .country-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 60px;
    background: #d8d8d8
}

.error-label-intel {
    position: absolute;
    top: auto;
    left: 65px;
    bottom: -1.3rem;
    text-align: left;
    font-size: .875rem;
    color: #e00800
}

.accept-continue-btn.btn-big {
    margin-top: 2rem !important
}

[lang=ar] [dir=rtl] .intl-tel-input.allow-dropdown input,
[lang=ar] [dir=rtl] .intl-tel-input.allow-dropdown input[type=text] {
    margin-right: 65px !important;
    margin-left: 0 !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input .intl-tel-input label {
    right: 65px;
    left: auto;
    font-size: 12px
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table>div.text-and-table-table>.row.change-number-field.hide {
    display: none !important
}

[lang=ar] [dir=rtl] .etist-bridge-lite a.changeNum {
    padding-right: 3rem
}

.top-nav {
    background-color: #f0f0ea;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 0;
    z-index: 100;
    top: 0;
    min-height: 48px
}

.top-nav,
.top-nav.fixedNav {
    position: fixed;
    width: 100%;
    transition: all .3s ease-in-out;
    transition: .3s
}

.top-nav.fixedNav {
    top: -1px;
    left: 0;
    z-index: 9000
}

.top-nav .top-nav-main-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-nav .top-nav-channel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.top-nav .top-nav-language {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-nav .top-nav-language .inline-svg {
    min-height: 18px;
    margin-left: 10px
}

.top-nav a {
    display: inline-block;
    width: 100%;
    height: 48px;
    font-size: .6875rem;
    letter-spacing: .18181818em;
    color: #232323;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-nav .text-right a {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-nav .text-center a {
    -ms-flex-pack: center;
    justify-content: center
}

.top-nav .active>a,
.top-nav .active>a:focus,
.top-nav .active>a:hover,
.top-nav a:focus,
.top-nav a:hover {
    background: rgba(86, 122, 106, .4);
    color: #232323;
    transition: all .3s ease-in-out;
    transition: .3s
}

.top-nav #top-nav-store-img {
    width: 14px;
    height: 18px;
    margin-left: 10px
}

.top-nav.top-nav-new #top-nav-store-img {
    width: 22px;
    height: 28px;
    margin-left: 10px
}

.top-nav #top-nav-cart-img {
    width: 24px;
    height: 21px;
    margin-left: 10px
}

.top-nav #top-nav-arrow-img {
    transform: rotate(90deg);
    width: 8px !important;
    height: 8px !important;
    margin-left: 10px;
    position: absolute;
    top: 42%;
    right: 13%
}

.top-nav span.language-switch-content {
    font-size: 1rem;
    font-weight: 100;
    font-family: GE SS Two, Arial, sans-serif;
    letter-spacing: 0
}

.top-nav span.badge-top {
    width: 1.31rem;
    height: 1.31rem;
    background-color: #e00800;
    color: #fff;
    border-radius: 50%;
    line-height: 1.31rem;
    position: absolute;
    top: 0;
    left: 50%;
    letter-spacing: 2px;
    margin-left: .3rem
}

.top-nav .align-cart a>div:first-child {
    margin-right: -10px
}

.top-nav .align-cart a>div:first-child span {
    float: right;
    margin-right: 10px
}

.top-nav .align-cart a>div:nth-child(2) {
    padding-top: 5px
}

html[lang=ar] [dir=rtl] .top-nav span.language-switch-content {
    font-size: .6875rem;
    letter-spacing: 2px !important
}

html[lang=ar] [dir=rtl] .top-nav a {
    font-size: .8rem
}

html[lang=ar] [dir=rtl] .top-nav span.badge-top {
    right: 50%;
    left: auto;
    margin-right: .15rem;
    margin-left: 0;
    top: .25rem
}

html[lang=ar] [dir=rtl] #top-nav-cart-img,
html[lang=ar] [dir=rtl] #top-nav-store-img {
    margin-right: 10px
}

html[lang=ar] [dir=rtl] #top-nav-arrow-img {
    width: 5px;
    height: 9px;
    margin-left: 10px;
    transform: rotate(90deg);
    position: absolute;
    right: auto;
    left: -4%;
    top: 45%
}

html[lang=ar] [dir=rtl] .align-cart a>div:first-child span {
    float: left
}

html[lang=ar] [dir=rtl] .align-cart a>div:nth-child(2) {
    padding-top: 10px
}

.top-nav-section {
    height: 48px
}

.top-nav-section #top-nav-cart-img,
.top-nav-section .links svg {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transform: translateZ(0)
}

.top-nav-section .links li {
    display: inline-block
}

.top-nav-section .links li a {
    padding: 0 1rem
}

@media (max-width:1280px) and (min-width:992px) {
    .top-nav-section .links li a {
        padding: 0 .5rem
    }
}

.top-nav-section .links li a svg {
    stroke: #232323
}

.top-nav-section .links li a .link-icon-wrapper {
    position: relative
}

.top-nav-section .links li a .link-icon-wrapper .link-icon {
    position: absolute;
    top: -8px;
    right: -20px;
    min-width: 14px;
    min-height: 14px;
    height: 14px;
    width: 14px
}

.top-nav-section .top-nav-left .links a {
    font-weight: 800;
    height: 47px
}

.top-nav-section .top-nav-left .links .active>a,
.top-nav-section .top-nav-left .links .active>a:hover,
.top-nav-section .top-nav-left .links a:hover {
    background: transparent;
    border-bottom: 2px solid #e00800;
    color: #e00800;
    height: 47px
}

.top-nav-section .top-nav-right {
    text-align: right
}

.top-nav-section .top-nav-right .links li a {
    padding: 0 .75rem;
    position: relative
}

@media (min-width:1279px) and (max-width:1400px) {
    .top-nav-section .top-nav-right .links li a {
        padding: 0 .5rem
    }
}

@media (min-width:993px) and (max-width:1279px) {
    .top-nav-section .top-nav-right .links li a {
        padding: 0 .45rem;
        font-size: .6rem
    }
}

.top-nav-section .top-nav-right .links li:last-child a {
    padding-right: 0
}

.top-nav-section .top-nav-right .links .badge-top {
    top: 6px;
    z-index: 99;
    letter-spacing: 0;
    font-weight: 700
}

.top-nav-section .top-nav-right .links .language-switch-content+svg {
    width: 8px;
    height: 5px
}

.top-nav-section .active>a,
.top-nav-section .active>a:focus,
.top-nav-section .active>a:hover,
.top-nav-section a:focus,
.top-nav-section a:hover {
    background: transparent
}

@media (min-width:1280px) {
    .top-nav-section .container {
        width: 1166px
    }
}

@media (min-width:1366px) {
    .top-nav-section .container {
        width: 1138px
    }
}

@media (min-width:1400px) {
    .top-nav-section .container {
        width: 1224px
    }
}

@media (min-width:1440px) {
    .top-nav-section .container {
        width: 1224px
    }
}

@media (min-width:1600px) {
    .top-nav-section .container {
        width: 1400px
    }
}

@media (min-width:1920px) {
    .top-nav-section .container {
        width: 1400px
    }
}

@media (max-width:768px) {
    .top-nav-section .container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:1024px) {
    .tablet_search.hidden-lg.hidden-xl {
        display: none !important
    }
}

html[lang=ar] [dir=rtl] .top-nav-section .top-nav-right .links li:last-child a {
    padding-left: 0;
    padding-right: 1.5rem
}

html[lang=ar] [dir=rtl] .top-nav-section .top-nav-right .links li:last-child a:hover {
    cursor: pointer
}

html[lang=ar] [dir=rtl] .top-nav-section .top-nav-left .link-icon-wrapper .link-icon {
    left: -20px;
    right: auto
}

html[lang=ar] [dir=rtl] .top-nav-section [class*=col-] {
    float: right
}

html[lang=ar] [dir=rtl] .top-nav-section .top-nav-right {
    text-align: left
}

html[lang=ar] [dir=rtl] .quick-links-section .quick-links-head .links-title,
html[lang=ar] [dir=rtl] .top-nav a {
    letter-spacing: 0 !important
}

[dir=ltr] .etisalat-logo-img-rtl,
[dir=rtl] .etisalat-logo-img-ltr {
    display: none
}

.main-menu {
    position: fixed;
    font-size: 1rem;
    letter-spacing: 2px
}

.main-menu .main-menu-main-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.main-menu .hamburger_icon,
.main-menu .navbar,
.main-menu .navbar-center,
.main-menu .navbar-header,
.main-menu .navbar-nav>li>a {
    transition: all height .25s ease-in-out ease-in-out;
    transition: height .25s ease-in-out
}

.main-menu .etisalat-logo-img {
    transition: all all .25s ease-in-out ease-in-out;
    transition: all .25s ease-in-out
}

.main-menu .navbar {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #f0f0ea;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin: 0
}

.main-menu .navbar .navbar-center,
.main-menu .navbar .navbar-right {
    float: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    max-height: 96px;
    padding-right: 0;
    padding-left: 0;
    list-style: none
}

.main-menu .navbar .navbar-center.menu-left {
    -ms-flex-pack: left;
    justify-content: left
}

.main-menu .navbar .navbar-nav>li>.navbar-text,
.main-menu .navbar .navbar-nav>li>a,
.main-menu .navbar .navbar-right a {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    font-size: 1rem
}

.main-menu .navbar .navbar-nav>li:first-child>a {
    margin-left: -32px
}

.main-menu .navbar .navbar-header {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.main-menu .navbar .navbar-header.text-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:992px) {
    .main-menu .navbar .navbar-header {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.main-menu .navbar .nav>li>a:focus,
.main-menu .navbar .nav>li>a:hover,
.main-menu .navbar .navbar-nav>.active>a:focus,
.main-menu .navbar .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #e00800
}

.main-menu .navbar .account-link.active a,
.main-menu .navbar .navbar-nav>.active>a {
    color: #e00800
}

.main-menu .navbar #main-menu-search-img {
    width: 18px;
    height: 18px
}

.main-menu .navbar .account-link:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f0f0ea
}

.main-menu .navbar .search-link a {
    padding-right: 0
}

.main-menu .navbar .hamburger_icon {
    background: transparent;
    height: 60px;
    width: 100%;
    border: 0 none;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.main-menu .navbar .hamburger_icon span {
    height: 1px;
    width: 29px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    background: #232323;
    display: block
}

.main-menu .navbar .hamburger_icon span:first-child {
    margin-top: 5px
}

.main-menu .navbar .hamburger_icon span:last-child {
    margin-bottom: 0
}

.main-menu .navbar .hamburger_icon:focus {
    outline: none
}

.main-menu .navbar .hamburger_icon.open {
    background: #232323
}

.main-menu .navbar .hamburger_icon.open span {
    background: #fff
}

.main-menu,
.main-menu.main-menu__full {
    height: 60px;
    z-index: 9;
    width: 100%
}

.main-menu.main-menu__full .navbar,
.main-menu.main-menu__full .navbar-header,
.main-menu .navbar,
.main-menu .navbar-header {
    height: 60px
}

.main-menu.main-menu__full .navbar .etisalat-logo-img,
.main-menu .navbar .etisalat-logo-img {
    width: 95px;
    height: 24px
}

.main-menu.main-menu__full .navbar .navbar-nav>li>.navbar-text,
.main-menu.main-menu__full .navbar .navbar-nav>li>a,
.main-menu .navbar .navbar-nav>li>.navbar-text,
.main-menu .navbar .navbar-nav>li>a {
    height: 60px
}

.main-menu.main-menu__full .navbar .logo_center,
.main-menu .navbar .logo_center {
    text-align: center
}

.main-menu.main-menu__full .navbar .logo_center_alone,
.main-menu .navbar .logo_center_alone {
    text-align: center;
    margin: 0 auto
}

.main-menu.main-menu__fixed .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.main-menu .mega-dropdown {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), 0 -1px 4px 0 rgba(0, 0, 0, .25);
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
    margin-top: 1px;
    overflow: hidden;
    max-height: 0;
    transition: all .2s ease-in-out
}

.main-menu .mega-dropdown.open {
    max-height: 100vh
}

.main-menu .mega-dropdown .sub-menu .row-sub-menu {
    padding-bottom: 0
}

.main-menu .mega-dropdown .sub-menu .row-sub-menu>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-menu .mega-dropdown .sub-menu .row-sub-menu .sub-menu-section {
    position: relative
}

.main-menu .mega-dropdown .sub-menu h5 {
    font-size: 1.125rem;
    margin-top: 3.5875rem;
    margin-bottom: 1.75rem;
    max-width: 90%
}

.main-menu .mega-dropdown .sub-menu h5 a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #2a332f
}

.main-menu .mega-dropdown .sub-menu h5 svg {
    margin-left: 27px;
    width: 9px;
    height: 13px;
    margin-top: 1px;
    fill: #2a332f;
    -moz-transform-origin: center center
}

.main-menu .mega-dropdown .sub-menu h5:hover a {
    color: #e00800
}

.main-menu .mega-dropdown .sub-menu h5:hover svg {
    fill: #e00800
}

.main-menu .mega-dropdown .sub-menu h5.active a {
    color: #e00800
}

.main-menu .mega-dropdown .sub-menu h5.active a svg {
    transform-origin: center center;
    overflow: visible
}

.main-menu .mega-dropdown .sub-menu h5.active a svg use {
    -moz-transform: rotate(270deg)
}

.main-menu .mega-dropdown .sub-menu h5.active svg {
    transform: rotate(90deg);
    fill: #e00800
}

.main-menu .mega-dropdown .sub-menu ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    display: inline-block;
    font-size: 1rem
}

.main-menu .mega-dropdown .sub-menu ul li {
    margin-bottom: 1rem;
    display: block
}

.main-menu .mega-dropdown .sub-menu ul li a {
    color: #2a332f
}

.main-menu .mega-dropdown .sub-menu ul li:hover a {
    color: #e00800
}

.main-menu .mega-dropdown .sub-menu ul li.active a {
    color: #e00800;
    text-decoration: underline
}

.main-menu .mega-dropdown .tiles-menu {
    border-bottom: 1px solid #f0f0ea;
    border-top: 1px solid #f0f0ea
}

.main-menu .mega-dropdown .tiles-menu .row {
    padding: 2rem 0 1.5rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.main-menu .mega-dropdown .tiles-menu .row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-menu .mega-dropdown .tiles-menu .row .menu-tile {
    height: 8.125rem;
    overflow: hidden;
    position: relative
}

.main-menu .mega-dropdown .tiles-menu .row .menu-tile .cover {
    width: 92%
}

.main-menu .mega-dropdown .tiles-menu .row .menu-tile a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: .125rem;
    font-family: suiss, Arial, sans-serif;
    font-weight: 600
}

.main-menu .mega-dropdown .tiles-menu .row .menu-tile a,
.main-menu .tablet_search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu .tablet_search {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (max-width:768px) {
    .main-menu .tablet_search .navbar-right {
        margin-right: 1.75rem
    }
}

.main-menu .tablet_search .navbar-right .search-link a {
    padding-left: 0
}

@media (max-width:768px) {
    .main-menu .tablet_search .navbar-right .search-link a {
        padding-right: 0
    }
}

.main-menu-selfcare .main-menu .navbar .navbar-nav>li:first-child>a {
    margin-left: -55px
}

@media (min-width:768px) {

    .main-menu-selfcare .main-menu .navbar .navbar-nav>li>.navbar-text,
    .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a,
    .main-menu-selfcare .main-menu .navbar .navbar-right>a {
        padding: 0 18px;
        padding-top: 15px
    }
}

@media (min-width:1280px) and (max-width:1599px) {

    .main-menu-selfcare .main-menu .navbar .navbar-nav>li>.navbar-text,
    .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a,
    .main-menu-selfcare .main-menu .navbar .navbar-right>a {
        padding: 0 9px;
        font-size: .95rem
    }
}

@media (min-width:768px) {
    .main-menu-selfcare .main-menu.main-menu__fixed .navbar .navbar-nav>li>a {
        padding-top: unset
    }
}

.email-menu svg {
    margin-top: 4.5px;
    margin-left: 2px
}

[dir=rtl] .main-menu .navbar .navbar-nav>li:first-child>a {
    margin-left: 0;
    margin-right: -32px
}

@media (min-width:768px) {
    .main-menu .navbar #main-menu-search-img {
        width: 33px;
        height: 33px
    }

    .main-menu .navbar .etisalat-logo-img {
        margin-bottom: 0
    }

    .main-menu .navbar .navbar-nav>li>.navbar-text,
    .main-menu .navbar .navbar-nav>li>a,
    .main-menu .navbar .navbar-right a {
        padding: 0 32px
    }

    .main-menu.main-menu__fixed,
    .main-menu.main-menu__fixed .navbar-header {
        height: 50px
    }

    .main-menu.main-menu__fixed .navbar {
        top: 0
    }

    .main-menu.main-menu__fixed .navbar,
    .main-menu.main-menu__fixed .navbar .hamburger_icon {
        height: 50px
    }

    .main-menu.main-menu__fixed .navbar .etisalat-logo-img {
        width: 80px;
        height: 20px;
        margin-bottom: 0
    }

    .main-menu.main-menu__fixed .navbar .navbar-nav>li>a,
    .main-menu.main-menu__fixed .navbar .navbar-right>li>a {
        height: 50px;
        line-height: 50px
    }

    .main-menu,
    .main-menu.main-menu__fixed.main-menu__full,
    .main-menu.main-menu__fixed.main-menu__full .navbar,
    .main-menu.main-menu__fixed.main-menu__full .navbar-header,
    .main-menu.main-menu__fixed.main-menu__full .navbar .hamburger_icon,
    .main-menu.main-menu__full,
    .main-menu.main-menu__full .navbar,
    .main-menu.main-menu__full .navbar-header,
    .main-menu.main-menu__full .navbar .hamburger_icon,
    .main-menu .navbar,
    .main-menu .navbar-header,
    .main-menu .navbar .hamburger_icon {
        height: 96px
    }

    .main-menu.main-menu__fixed.main-menu__full .navbar .etisalat-logo-img,
    .main-menu.main-menu__full .navbar .etisalat-logo-img,
    .main-menu .navbar .etisalat-logo-img {
        width: 147px;
        height: 37px;
        margin-bottom: 13px
    }

    .main-menu.main-menu__fixed.main-menu__full .navbar .navbar-nav>li>.navbar-text,
    .main-menu.main-menu__fixed.main-menu__full .navbar .navbar-nav>li>a,
    .main-menu.main-menu__fixed.main-menu__full .navbar .navbar-right>li>a,
    .main-menu.main-menu__full .navbar .navbar-nav>li>.navbar-text,
    .main-menu.main-menu__full .navbar .navbar-nav>li>a,
    .main-menu.main-menu__full .navbar .navbar-right>li>a,
    .main-menu .navbar .navbar-nav>li>.navbar-text,
    .main-menu .navbar .navbar-nav>li>a,
    .main-menu .navbar .navbar-right>li>a {
        height: 96px;
        line-height: 96px
    }

    .sub_menu_mobile.visible_menu {
        padding-top: 96px
    }

    .sub_menu_mobile.visible_menu.sub-menu__fixed {
        padding-top: 50px
    }

    .sub_menu_mobile.visible_menu.sub-menu__fixed.sub-menu__full {
        padding-top: 96px
    }

    .sub_menu_mobile #accordion_menu .panel-title {
        height: 89px
    }

    .sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
        height: 88px;
        width: 88px
    }

    .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
        margin-left: 7.875rem
    }

    .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
        margin-left: 10.625rem
    }

    .sub_menu_mobile #accordion_menu .panel-body .panel-title a,
    .sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
        font-size: 1.125rem
    }

    .sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 4.1rem
    }

    .sub_menu_mobile .link-black_menu {
        font-size: 1.125rem;
        margin-bottom: 3.125rem
    }

    .sub_menu_mobile .link-black_menu svg {
        margin-right: 1.25rem;
        width: 31px
    }

    .sub_menu_mobile .bg_bottom_accordion,
    .sub_menu_mobile .bg_button {
        height: 80px
    }

    .sub_menu_mobile .bg_bottom_accordion .link-black_menu,
    .sub_menu_mobile .bg_button .link-black_menu {
        margin: 0;
        line-height: 80px
    }

    .arrow_accordion svg {
        fill: #e00800
    }

    .main-menu,
    .main-menu.main-menu__full {
        top: 0;
        position: relative
    }
}

@media (min-width:992px) {

    .main-menu,
    .main-menu.main-menu__full {
        top: 0
    }

    .sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 5.3125rem
    }

    .sub_menu_mobile .bg_bottom_accordion .link-black_menu-left {
        margin-left: 19%
    }

    .main-menu .mega-dropdown .sub-menu h5 a {
        min-height: 48px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-menu .mega-dropdown .sub-menu h5 a svg {
        margin-top: 6px
    }
}

@media (min-width:1280px) {
    .main-menu .navbar .logo_center a {
        margin: 0
    }

    .main-menu .navbar #main-menu-search-img {
        width: 24px;
        height: 25px
    }

    .main-menu .navbar .navbar-header {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-menu .navbar .navbar-right .sub-account-menu-wrap {
        position: absolute;
        width: 100%;
        display: none
    }

    .main-menu .navbar .navbar-right .sub-account-menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding-left: 0;
        padding-top: .9rem;
        padding-bottom: 2.1rem;
        border-top: 5px solid #e00800;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        background-color: #fff
    }

    .main-menu .navbar .navbar-right .sub-account-menu li {
        list-style: none;
        float: left;
        width: 100%;
        text-align: left;
        padding-top: .14rem
    }

    .main-menu .navbar .navbar-right .sub-account-menu li a {
        text-align: left;
        padding-right: 0
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right {
        width: 100%;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right .account-link {
        width: 100%;
        max-width: 100%;
        min-width: 164px
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right .account-link>a {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        line-height: 1;
        word-wrap: break-word
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right .search-link>a {
        padding: 0 2rem
    }

    .main-menu li.account-link {
        position: relative
    }

    .main-menu.main-menu__fixed.main-menu__full .sub-account-menu-wrap,
    .main-menu.main-menu__fixed .sub-account-menu-wrap,
    .main-menu.main-menu__full .sub-account-menu-wrap,
    .main-menu .sub-account-menu-wrap {
        height: 0
    }

    .main-menu.main-menu__fixed .navbar {
        top: 47px
    }

    .main-menu.main-menu__fixed .navbar .navbar-header.text-right .navbar-right {
        padding-top: unset
    }

    .main-menu.main-menu__fixed .navbar .navbar-header.text-right .navbar-right .account-link.account-link-after>a:after {
        top: 8px !important
    }

    .sub_menu_mobile {
        display: none
    }

    .main-menu,
    .main-menu.main-menu__full {
        top: 46px;
        position: fixed
    }
}

@media (min-width:1440px) {
    .main-menu .navbar .logo_center a {
        margin: 0
    }

    .main-menu .navbar #main-menu-search-img {
        width: 24px;
        height: 25px
    }

    .main-menu .navbar .navbar-header {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-menu .navbar .navbar-right .account-link:hover .sub-account-menu-wrap {
        display: block
    }

    .main-menu .navbar .navbar-right .sub-account-menu-wrap {
        position: absolute;
        width: 100%;
        display: none
    }

    .main-menu .navbar .navbar-right .sub-account-menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding-left: 0;
        padding-top: .9rem;
        padding-bottom: 2.1rem;
        border-top: 5px solid #e00800;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
        background-color: #fff
    }

    .main-menu .navbar .navbar-right .sub-account-menu li {
        list-style: none;
        float: left;
        width: 100%;
        text-align: left;
        padding-top: .14rem
    }

    .main-menu .navbar .navbar-right .sub-account-menu li a {
        text-align: left;
        padding-right: 0
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right {
        width: 100%;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right .account-link {
        width: 100%;
        max-width: 100%;
        min-width: 160px
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right .account-link>a {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        line-height: 1;
        word-wrap: break-word
    }

    .main-menu .navbar .navbar-header.text-right .navbar-right .search-link>a {
        padding: 0 2rem
    }

    .main-menu li.account-link {
        position: relative
    }

    .main-menu.main-menu__fixed.main-menu__full .sub-account-menu-wrap,
    .main-menu.main-menu__fixed .sub-account-menu-wrap,
    .main-menu.main-menu__full .sub-account-menu-wrap,
    .main-menu .sub-account-menu-wrap {
        height: 0
    }

    .sub_menu_mobile {
        display: none
    }
}

@media (max-width:1024px) {
    .sub_menu_mobile .panel {
        border-radius: 0 !important;
        margin-top: 0 !important;
        border: 0 solid #ddd !important;
        box-shadow: 0 0 0 0 transparent !important;
        margin-bottom: 0
    }

    .sub_menu_mobile .panel-heading {
        padding: 0
    }
}

.main-menu-eCare .main-menu .navbar .account-link:after {
    content: "";
    height: 39px;
    position: absolute;
    right: 0;
    width: 1px;
    background: #edeee6;
    top: 28px
}

@media (min-width:1279px) {
    .main-menu-eCare .main-menu.main-menu__fixed.menu__collapse .navbar .account-link:after {
        top: 5px
    }
}

@media (max-width:1024px) {
    .main-menu .navbar .logo_center a.logolink {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1279px) {
    .main-menu-desktop {
        padding-top: 3.5rem
    }
}

@media (max-width:992px) {
    .main-menu-mobile .menu-account .menu-account-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    .menu-order .navbar .loggedinMenuCont .logo_center a.logolink {
        margin-left: 8.33%
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    .menu-order .navbar .loggedinMenuCont .logo_center a.logolink {
        margin-left: 3rem
    }

    .main-menu-selfcare .menu-order .navbar .loggedinMenuCont .navbar-nav>li>a {
        letter-spacing: 0
    }

    .menu-order .navbar .loggedinMenuCont .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li {
        display: block
    }

    .menu-order .navbar .loggedinMenuCont .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a {
        text-align: left
    }
}

@media (min-width:993px) and (max-width:1024px) {
    .menu-order .navbar .loggedinMenuCont .logo_center a.logolink {
        margin-left: 1rem
    }

    .main-menu-selfcare .menu-order .navbar .loggedinMenuCont .navbar-nav>li>a {
        letter-spacing: 0;
        font-size: 1rem
    }

    .menu-order .navbar .loggedinMenuCont .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li {
        display: block
    }

    .menu-order .navbar .loggedinMenuCont .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a {
        text-align: left
    }
}

@media (max-width:1024px) {
    .loggedin.sub_menu_mobile {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1;
        top: -100%;
        overflow-y: auto;
        height: 100%;
        z-index: 8;
        transition: all .2s ease-in-out
    }

    .loggedin.sub_menu_mobile.visible_menu {
        padding-top: 96px;
        top: 0
    }

    .loggedin.sub_menu_mobile .container_swip {
        overflow: hidden;
        background: #f0f0ea
    }

    .loggedin.sub_menu_mobile .container_swip .swiper_menu {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 2rem
    }

    .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide {
        background-color: #000;
        width: 200px;
        height: 123px;
        margin-right: 28px
    }

    .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide,
    .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center
    }

    .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover {
        text-align: center
    }

    .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover a {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        letter-spacing: .131875rem;
        font-weight: 600;
        width: 100%;
        color: #fff;
        font-size: 1rem;
        font-family: suiss, Arial, sans-serif;
        text-align: center
    }

    .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide span {
        margin: 0 auto
    }

    .loggedin.sub_menu_mobile #accordion_menu {
        position: relative
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title {
        border-bottom: 1px solid #e2e1da;
        background-color: #fff;
        height: 78px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        margin: 0
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title a {
        font-size: 1.25rem;
        color: #232323;
        text-transform: uppercase;
        font-family: suiss, Arial, sans-serif;
        width: 100%;
        height: 100%;
        line-height: 80px !important
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
        display: none !important;
        top: 0;
        right: 0;
        height: 77px;
        width: 78px;
        border-left: 1px solid #f0f0ea;
        border-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        background: #f0f0ea
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion svg {
        width: 23px;
        height: 13px;
        margin: 0 auto;
        transform: rotate(180deg);
        transition: all .2s ease-in-out
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion.collapsed {
        background: #fff
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion.collapsed svg {
        transform: rotate(0deg)
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title.collapsed {
        border-color: #f0f0ea;
        background: #fff
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title:hover {
        cursor: pointer
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body {
        background: #f0f0ea
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
        margin-left: 2.8125rem
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
        margin-left: 3.75rem
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .panel-title {
        background: #f0f0ea
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .panel-title a {
        font-size: 1rem
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-default {
        border-bottom: 1px solid #e2e1da
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title {
        height: 75px;
        border-bottom: 1px solid #e2e1da
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title .arrow_accordion {
        border: 0;
        height: 74px
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title .arrow_accordion svg {
        width: 18px;
        height: 10px
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title.collapsed {
        border-bottom: 0
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title.collapsed .arrow_accordion {
        background: transparent
    }

    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
        padding: 17px 0;
        width: 100%;
        display: inline-block;
        font-size: .875rem;
        color: #232323;
        text-transform: uppercase;
        font-family: suiss, Arial, sans-serif;
        letter-spacing: .125rem
    }

    .loggedin.sub_menu_mobile .menu_account .space_white_menu {
        padding-top: 6.25rem;
        background: #fff
    }

    .loggedin.sub_menu_mobile .menu_account .bg_white_menu {
        background: #fff
    }

    .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 2rem
    }

    .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu:last-child {
        margin-bottom: 2.6125rem
    }

    .loggedin.sub_menu_mobile .link-black_menu {
        font-family: suiss, Arial, sans-serif;
        color: #000;
        font-size: .75rem;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        letter-spacing: .181875rem;
        margin-bottom: 2.8125rem
    }

    .loggedin.sub_menu_mobile .link-black_menu img,
    .loggedin.sub_menu_mobile .link-black_menu svg {
        margin-right: 1.0625rem;
        width: 25px
    }

    .loggedin.sub_menu_mobile .bg_bottom_accordion {
        background: #dbdad1;
        height: 60px
    }

    .loggedin.sub_menu_mobile .bg_bottom_accordion .link-black_menu {
        margin-top: 1.275rem;
        margin-bottom: 0;
        text-align: center
    }

    .loggedin.sub_menu_mobile .bg_button {
        background: rgba(86, 122, 106, .4);
        text-align: center;
        height: 60px
    }

    .loggedin.sub_menu_mobile .bg_button span {
        margin: 0 auto;
        font-family: suiss, Arial, sans-serif;
        letter-spacing: 0
    }

    .loggedin.sub_menu_mobile.visible_menu.sub-menu__fixed {
        padding-top: 50px
    }

    .loggedin.sub_menu_mobile.visible_menu.sub-menu__fixed.sub-menu__full {
        padding-top: 96px
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title {
        height: 89px
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
        height: 88px;
        width: 88px
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
        margin-left: 7.875rem
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
        margin-left: 10.625rem
    }

    .loggedin.sub_menu_mobile #accordion_menu .panel-body .panel-title a,
    .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
        font-size: 1.125rem
    }

    .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 4.1rem
    }

    .loggedin.sub_menu_mobile .link-black_menu {
        font-size: 1.125rem;
        margin-bottom: 3.125rem
    }

    .loggedin.sub_menu_mobile .link-black_menu svg {
        margin-right: 1.25rem;
        width: 31px
    }

    .loggedin.sub_menu_mobile .bg_bottom_accordion,
    .loggedin.sub_menu_mobile .bg_button {
        height: 80px
    }

    .loggedin.sub_menu_mobile .bg_bottom_accordion .link-black_menu,
    .loggedin.sub_menu_mobile .bg_button .link-black_menu {
        margin: 0;
        line-height: 80px
    }
}

@media (max-width:1024px) and (max-width:992px) {
    .loggedin.sub_menu_mobile #accordion_menu {
        margin-bottom: 0 !important
    }

    .main-menu-mobile .sub_menu_mobile.visible_menu {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .loggedin.sub_menu_mobile.visible_menu {
        padding-top: 60px
    }
}

@media (max-width:992px) {
    body.js-fixed-nav.consumer {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 5.3125rem
    }

    .loggedin.sub_menu_mobile .bg_bottom_accordion .link-black_menu-left {
        margin-left: 19%
    }
}

@media (min-width:993px) and (max-width:1279px) {
    body.js-fixed-nav.consumer {
        margin-top: 50px
    }
}

@media (min-width:1280px) {
    .loggedin.sub_menu_mobile {
        display: none
    }
}

@media (min-width:1440px) {
    .loggedin.sub_menu_mobile {
        display: none
    }
}

@media (min-width:993px) and (max-width:1200px) {
    .hidden-md-L {
        display: none !important
    }

    .main-menu-selfcare .main-menu .navbar .navbar-nav>li:first-child>a {
        margin-left: 0
    }

    .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a {
        letter-spacing: 0;
        padding: 0 8px
    }
}

@media (min-width:1201px) and (max-width:1439px) {
    .main-menu-selfcare .main-menu .navbar .navbar-nav>li:first-child>a {
        margin-left: 0
    }

    .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a {
        letter-spacing: 0
    }
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile {
    left: auto;
    right: 0;
    transition: all .2s ease-in-out
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile.visible_menu {
    padding-top: 60px;
    top: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .container_swip .swiper_menu {
    margin-right: 5.3125rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide {
    margin-left: 28px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide,
[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover a {
    letter-spacing: .131875rem
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu {
    position: relative
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-title {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-title a {
    font-size: 1.25rem;
    color: #232323;
    font-family: suiss, Arial, sans-serif
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
    left: 0;
    right: auto;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #f0f0ea;
    border-left: 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-title.col-xs-1 {
    float: right
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
    margin-right: 2.8125rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
    margin-right: 3.75rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
    font-family: suiss, Arial, sans-serif
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
    margin-right: 2rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .link-black_menu {
    font-family: suiss, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .link-black_menu svg {
    margin-left: 1.0625rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_bottom_accordion .pull-right-ar {
    float: right
}

[lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_button span {
    margin: 0 auto;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile.visible_menu {
        padding-top: 96px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile.visible_menu.sub-menu__fixed {
        padding-top: 50px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile.visible_menu.sub-menu__fixed.sub-menu__full {
        padding-top: 96px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-title {
        height: 89px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
        height: 88px;
        width: 88px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-body {
        float: right
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
        margin-right: 7.875rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
        margin-right: 10.625rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .panel-body .panel-title a {
        font-size: 1.125rem
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion {
        float: right;
        width: 100%
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
        font-size: 1.125rem
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title {
        width: 100%
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile #accordion_menu .container_swip {
        float: right
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-right: 4.1rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .link-black_menu {
        font-size: 1.125rem;
        margin-bottom: 3.125rem
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .link-black_menu svg {
        margin-left: 1.25rem;
        margin-right: 0;
        width: 31px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_bottom_accordion,
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_button {
        height: 80px
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_bottom_accordion .link-black_menu,
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_button .link-black_menu {
        margin: 0;
        line-height: 80px
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-right: 5.3125rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_bottom_accordion .link-black_menu-left {
        margin-right: 19%;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .bg_bottom_accordion,
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .menu_account .bg_white_menu,
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .menu_account .space_white_menu,
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile .panel-title {
        float: right
    }
}

@media (min-width:1280px) {
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile {
        display: none
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .loggedin.sub_menu_mobile {
        display: none
    }
}

@media (min-width:993px) and (max-width:1024px) {
    [lang=ar] [dir=rtl] .menu-order .navbar .loggedinMenuCont .logo_center a.logolink {
        margin-left: 0;
        margin-right: 1rem
    }

    [lang=ar] [dir=rtl] .menu-order .navbar .loggedinMenuCont .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a {
        text-align: right
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    [lang=ar] [dir=rtl] .menu-order .navbar .loggedinMenuCont .logo_center a.logolink {
        margin-left: 0;
        margin-right: 3rem
    }

    [lang=ar] [dir=rtl] .menu-order .navbar .loggedinMenuCont .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a {
        text-align: right
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    [lang=ar] [dir=rtl] .menu-order .navbar .loggedinMenuCont .logo_center a.logolink {
        margin-left: 0;
        margin-right: 8.33%
    }
}

[lang=ar] [dir=rtl] .main-menu .navbar .navbar-nav>li>.navbar-text,
[lang=ar] [dir=rtl] .main-menu .navbar .navbar-nav>li>a {
    font-family: GE SS Two, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 0 !important
}

[lang=ar] [dir=rtl] .main-menu .navbar .account-link a {
    font-family: suiss, Arial, sans-serif
}

[lang=ar] [dir=rtl] .main-menu .navbar .account-link:after {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .sub-menu ul {
    font-family: GE SS Two, Arial, sans-serif;
    font-weight: 400
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .sub-menu h5 {
    font-size: 1.375rem
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .sub-menu h5 a svg {
    margin-right: 27px;
    margin-left: 0;
    transform: rotate(180deg);
    overflow: visible
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .sub-menu h5 a svg use {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: center center
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .sub-menu h5.active a svg {
    transform: rotate(90deg)
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .sub-menu h5.active a svg use {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center
}

[lang=ar] [dir=rtl] .main-menu .mega-dropdown .tiles-menu .row .menu-tile a {
    font-family: GE SS Two, Arial, sans-serif;
    font-weight: 400
}

[lang=ar] [dir=rtl] .sub_menu_mobile {
    left: auto;
    right: 0;
    transition: all .2s ease-in-out
}

[lang=ar] [dir=rtl] .sub_menu_mobile.visible_menu {
    padding-top: 60px;
    top: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu {
    margin-right: 5.3125rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu .swiper-slide {
    margin-left: 28px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu .swiper-slide,
[lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start
}

[lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu .swiper-slide .cover a {
    letter-spacing: .131875rem
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu {
    position: relative
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title a {
    font-size: 1.25rem;
    color: #232323;
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
    left: 0;
    right: auto;
    display: -ms-flexbox;
    display: flex;
    border-left: 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title.col-xs-1 {
    float: right
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
    margin-right: 2.8125rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
    margin-right: 3.75rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
    margin-right: 2rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile .link-black_menu {
    font-family: GE SS Two, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

[lang=ar] [dir=rtl] .sub_menu_mobile .link-black_menu svg {
    margin-left: 1.0625rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .sub_menu_mobile .bg_bottom_accordion .pull-right-ar {
    float: right
}

[lang=ar] [dir=rtl] .sub_menu_mobile .bg_button span {
    margin: 0 auto;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .main-menu .navbar .search-link a {
        padding-left: 2rem;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile.visible_menu {
        padding-top: 96px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile.visible_menu.sub-menu__fixed {
        padding-top: 50px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile.visible_menu.sub-menu__fixed.sub-menu__full {
        padding-top: 96px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title {
        height: 89px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
        height: 88px;
        width: 88px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-body {
        float: right
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
        margin-right: 7.875rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
        margin-right: 10.625rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-body .panel-title a {
        font-size: 1.125rem
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .sub_menu_accordion {
        float: right;
        width: 100%
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
        font-size: 1.125rem
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .sub_menu_accordion .panel-title {
        width: 100%
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .container_swip {
        float: right
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-right: 4.1rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .link-black_menu {
        font-size: 1.125rem;
        margin-bottom: 3.125rem
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .link-black_menu svg {
        margin-left: 1.25rem;
        margin-right: 0;
        width: 31px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .bg_bottom_accordion,
    [lang=ar] [dir=rtl] .sub_menu_mobile .bg_button {
        height: 80px
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .bg_bottom_accordion .link-black_menu,
    [lang=ar] [dir=rtl] .sub_menu_mobile .bg_button .link-black_menu {
        margin: 0;
        line-height: 80px
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .main-menu .navbar .search-link a {
        padding-left: 2rem;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-right: 5.3125rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .bg_bottom_accordion .link-black_menu-left {
        margin-right: 19%;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile .bg_bottom_accordion,
    [lang=ar] [dir=rtl] .sub_menu_mobile .menu_account .bg_white_menu,
    [lang=ar] [dir=rtl] .sub_menu_mobile .menu_account .space_white_menu,
    [lang=ar] [dir=rtl] .sub_menu_mobile .panel-title {
        float: right
    }
}

@media (min-width:1280px) {
    [lang=ar] [dir=rtl] .main-menu .navbar .search-link a {
        padding-right: 2rem;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile {
        display: none
    }

    [lang=ar] [dir=rtl] .main-menu .navbar .navbar-right .sub-account-menu li a,
    [lang=ar] [dir=rtl] .navbar-header.text-right .navbar-right .account-link>a {
        text-align: right
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .main-menu .navbar .search-link a {
        padding-right: 2rem;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile {
        display: none
    }

    [lang=ar] [dir=rtl] .main-menu .navbar .navbar-right .sub-account-menu li a,
    [lang=ar] [dir=rtl] .navbar-header.text-right .navbar-right .account-link>a {
        text-align: right
    }
}

.business .main-menu .navbar .nav>li>a:focus,
.business .main-menu .navbar .nav>li>a:hover,
.business .main-menu .navbar .navbar-nav>.active>a:focus,
.business .main-menu .navbar .navbar-nav>.active>a:hover,
.business .main-menu .navbar .navbar-right>li.active>a.signIn,
.business .main-menu .navbar .navbar-right>li>a.signIn:hover {
    color: #fff;
    background-color: #e00800
}

.business .main-menu .navbar .navbar-nav>.active>a {
    color: #e00800
}

.business .main-menu .navbar .hamburger_icon.open,
.business .main-menu .navbar .hamburger_icon span {
    background-color: #e00800
}

.business .main-menu .navbar .hamburger_icon.open span {
    background-color: #fff
}

.business .sub_menu_mobile .arrow_accordion svg {
    fill: #e00800
}

.business .mega-dropdown .sub-menu h5:hover a,
.business .mega-dropdown .sub-menu ul li:hover a {
    color: #e00800
}

.business .mega-dropdown .sub-menu h5:hover svg,
.business .mega-dropdown .sub-menu ul li:hover svg {
    fill: #e00800
}

.business .mega-dropdown .sub-menu h5.active a,
.business .mega-dropdown .sub-menu ul li.active a {
    color: #e00800
}

.business .mega-dropdown .sub-menu h5.active svg,
.business .mega-dropdown .sub-menu ul li.active svg {
    fill: #e00800
}

.business .main-menu .navbar .navbar-right .sub-account-menu {
    border-top: 5px solid #e00800
}

@media (min-width:414px) {
    .sub_menu_mobile .container_swip .swiper_menu {
        margin-left: 2rem
    }
}

@media (min-width:425px) {
    .sub_menu_mobile .container_swip .swiper_menu {
        margin-left: 2.3125rem
    }
}

@media (min-width:768px) {
    .sub_menu_mobile .container_swip .swiper_menu {
        margin-left: 4.3125rem
    }
}

@media (min-width:992px) {
    .sub_menu_mobile .container_swip .swiper_menu {
        margin-left: 5.3125rem
    }

    .business .main-menu .mega-dropdown .sub-menu h5 a {
        min-height: 48px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .business .main-menu .mega-dropdown .sub-menu h5 a svg {
        margin-top: 6px
    }
}

@media (min-width:992px) and (-ms-high-contrast:none),
(min-width:992px) and screen and (-ms-high-contrast:active) {
    .business .main-menu .mega-dropdown .sub-menu h5 a svg {
        position: absolute
    }
}

@media (min-width:992px) and (-ms-high-contrast:none),
(min-width:992px) and screen and (-ms-high-contrast:active) {
    .business .main-menu .mega-dropdown .sub-menu h5 a {
        display: block;
        max-width: 120px
    }
}

@media (min-width:1280px) and (max-width:1599px) {

    [lang=ar] [dir=rtl] .main-menu-selfcare .main-menu .navbar .navbar-nav>li>.navbar-text,
    [lang=ar] [dir=rtl] .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a,
    [lang=ar] [dir=rtl] .main-menu-selfcare .main-menu .navbar .navbar-right>a {
        padding: 0 9px;
        font-size: .95rem
    }
}

[lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu {
    margin-right: 2rem;
    margin-left: auto
}

@media (min-width:414px) {
    [lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu {
        margin-right: 2rem;
        margin-left: auto
    }
}

@media (min-width:425px) {
    [lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu {
        margin-right: 2.3125rem;
        margin-left: auto
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu {
        margin-right: 4.3125rem;
        margin-left: auto
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .sub_menu_mobile .container_swip .swiper_menu {
        margin-right: 5.3125rem;
        margin-left: auto
    }
}

.menu-order .navbar .navbar-right .sub-account-menu-wrap {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    top: 88px
}

.menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list {
    right: 0 !important;
    left: auto !important;
    width: 210px !important;
    top: 91px
}

.menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu {
    padding-top: 0;
    padding-bottom: 16px
}

.menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li {
    padding-top: 1rem
}

.menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a {
    padding: 0 16px;
    font-size: 14px;
    line-height: 18px;
    color: #6c6c6c
}

.menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover {
    color: #e00800
}

.menu-order.menu__collapse .navbar .navbar-right .sub-account-menu-wrap {
    top: 87px
}

.menu-order .navbar .navbar-header.text-right {
    height: auto;
    max-width: 214px;
    float: right
}

.menu-order .navbar .navbar-header.text-right .navbar-right .account-link>a {
    text-align: center;
    border-right: 1px solid #d8d8d8
}

.menu-order .navbar .navbar-header.text-right .navbar-right .account-link:focus>a,
.menu-order .navbar .navbar-header.text-right .navbar-right .account-link:hover>a {
    color: #fff
}

.menu-order .navbar .navbar-header.text-right .navbar-right .account-link:focus,
.menu-order .navbar .navbar-header.text-right .navbar-right .account-link:hover {
    background: #e00800
}

.menu-order .navbar .navbar-header.text-right .navbar-right .account-link {
    padding: 35px 0
}

.menu-order .navbar .account-link:after {
    background-color: transparent !important
}

.menu-order .navbar .navbar-header.text-right .navbar-right .search-link>a {
    padding: 29px 1rem 29px 1.375rem
}

.forget1 a,
.forget2 a {
    letter-spacing: 2px
}

.menu-order.menu__collapse .navbar .navbar-header.text-right .navbar-right .account-link {
    padding: 13px 0
}

.menu-order.menu__collapse .navbar .navbar-header.text-right .navbar-right .search-link>a {
    padding: 7px 1rem !important
}

.sub_menu_mobile .login-order {
    width: auto
}

.sub_menu_mobile .login-order .checkbox label {
    line-height: 16px
}

.sub_menu_mobile .form .checkbox input,
.sub_menu_mobile .form .radio input {
    visibility: visible;
    z-index: 999;
    opacity: 0;
    left: 18px;
    top: 24px;
    width: 30px;
    height: 30px
}

.ui-menu {
    background: #fff;
    border-radius: 0;
    font-size: 1em;
    color: #333
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu.source:hover {
    background: #454545
}

.navbar-right .sub-account-menu-wrap .login-order {
    background: #fff;
    right: 0;
    position: absolute
}

@media (min-width:1280px) {
    .main-menu .navbar .navbar-header {
        -ms-flex-pack: center;
        justify-content: center
    }

    .sub_menu_mobile.visible_menu {
        display: block
    }
}

@media (min-width:1600px) {
    .sub-account-menu-wrap .container {
        width: 1280px
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-container .hero-over-title {
    letter-spacing: .215em
}

.swiper-container .hero-content {
    font-size: .875rem
}

.swiper-container .hero-content span {
    width: 65%;
    display: block;
    margin: 0 auto
}

.swiper-container .hero-upper-title {
    font-size: 2.25rem;
    font-family: GE SS Two, Arial, sans-serif;
    margin-bottom: .6875rem
}

.swiper-container .hero-swiper-button-next,
.swiper-container .hero-swiper-button-prev {
    width: 1rem;
    height: 2rem;
    background: hsla(0, 0%, 100%, 0);
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
    top: 50%;
    position: absolute;
    cursor: pointer
}

.swiper-container .hero-swiper-button-next svg,
.swiper-container .hero-swiper-button-prev svg {
    stroke: #232323;
    width: 1rem;
    height: 2rem
}

.swiper-container .hero-swiper-button-next {
    right: 1.25rem
}

.swiper-container .hero-swiper-button-prev {
    left: 1.25rem
}

.swiper-container.bg-dark .hero-swiper-button-next svg,
.swiper-container.bg-dark .hero-swiper-button-prev svg {
    stroke: #fff
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232323;
    background-color: #fff;
    cursor: auto
}

.swiper-container .swiper-slide a {
    cursor: pointer
}

.swiper-container .swiper-slide>.cover {
    top: 0;
    left: 0;
    z-index: 1
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .swiper-container .swiper-slide>.cover {
        z-index: 0
    }
}

.swiper-container .swiper-slide>.container {
    margin: 0;
    z-index: 3
}

.swiper-container .swiper-slide>.container-fluid {
    margin: 0;
    width: 100%
}

.swiper-container .swiper-slide.bg-dark {
    color: #fff
}

.swiper-container .swiper-slide .section-title {
    position: relative;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em
}

.swiper-container .swiper-slide .price-tag {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem 1.8rem 1rem;
    background-color: rgba(255, 128, 0, .8)
}

.swiper-container .swiper-slide .price-tag .detail-info-wrap-pricetag>div {
    color: #fff
}

.swiper-container .swiper-slide h2 {
    letter-spacing: 0;
    font-size: 2.1875rem;
    margin-top: 0
}

.swiper-container .swiper-slide h2:first-child {
    margin-top: 0
}

.swiper-container .swiper-slide h2:last-child {
    margin-bottom: 1.625rem
}

.swiper-container .swiper-slide p {
    position: relative
}

.swiper-container .swiper-slide a.btn {
    margin-top: 1.875rem
}

.swiper-container .swiper-slide .bg-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: transparent;
    opacity: 0
}

.swiper-pagination-custom {
    position: absolute;
    bottom: 1.6rem;
    width: 100%;
    color: #fff;
    z-index: 100;
    text-align: center;
    letter-spacing: .2383333333em;
    font-weight: 400
}

.swiper-pagination-custom .pagination-wrapper {
    width: auto;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.swiper-pagination-custom a {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #232323;
    color: #232323;
    text-transform: uppercase;
    padding-top: .75rem;
    margin-left: .3125rem;
    margin-right: .3125rem;
    position: relative;
    animation-duration: 5.5s;
    display: block
}

.swiper-pagination-custom a:first-child {
    margin-left: 0
}

.swiper-pagination-custom a:last-child {
    margin-right: 0
}

.swiper-pagination-custom a.active:after,
.swiper-pagination-custom a.activedNo:after {
    position: absolute;
    top: -.25rem;
    left: 0;
    height: .1875rem;
    content: " ";
    background-color: #232323;
    width: 0
}

.swiper-pagination-custom a.activedNo:after {
    width: 100%
}

.swiper-pagination-custom a.active:after {
    -webkit-animation: c;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: c;
    -moz-animation-fill-mode: forwards;
    -o-animation: c;
    -o-animation-fill-mode: forwards;
    animation: c;
    animation-fill-mode: forwards;
    animation-duration: inherit;
    -webkit-animation-duration: inherit
}

.swiper-pagination-custom.bg-dark {
    color: #fff
}

.swiper-pagination-custom.bg-dark a {
    color: #fff;
    border-color: #fff
}

.swiper-pagination-custom.bg-dark a.active:after,
.swiper-pagination-custom.bg-dark a.activedNo:after {
    background-color: #fff
}

.halfscreen .swiper-pagination-custom {
    display: none
}

.halfscreen.swiper-container .swiper-slide a.btn,
.halfscreen.swiper-container .swiper-slide h2:last-child {
    margin-bottom: 0
}

@media (max-width:425px) {

    .halfscreen .price-tag+div,
    .halfscreen .price-tag+p {
        margin-top: 9rem;
        padding-bottom: 0
    }

    .swiper-container .swiper-slide .section-title {
        margin-top: 4rem
    }
}

@media (max-width:768px) {
    .swiper-container .swiper-slide .price-tag {
        margin-right: 0
    }

    .swiper-container .hero-upper-title {
        font-size: 1.25rem
    }

    .swiper-container .hero-swiper-button-next svg,
    .swiper-container .hero-swiper-button-prev svg {
        stroke-width: .25rem
    }
}

@media (min-width:425px) {
    .swiper-container {
        padding-top: 60px
    }

    .swiper-container .swiper-slide h2:last-child {
        margin-bottom: 3rem
    }

    .swiper-container .swiper-slide a.btn {
        margin-top: 0;
        margin-bottom: 1.875rem
    }

    .halfscreen .swiper-slide a.btn {
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    .swiper-pagination-custom {
        bottom: 2.7rem
    }

    .swiper-pagination-custom .pagination-wrapper {
        font-size: .75rem
    }

    .halfscreen .swiper-pagination-custom {
        display: none
    }

    .swiper-container .swiper-slide h2 {
        font-size: 3.4375rem;
        font-weight: 300;
        letter-spacing: 0 !important
    }

    .swiper-container .swiper-slide h2.promo-heading {
        margin-top: 3rem
    }

    .swiper-container .swiper-slide h2:last-child {
        margin-bottom: 5.8rem
    }

    .swiper-container .swiper-slide .section-title {
        position: absolute;
        padding-top: 0;
        top: 3.125rem
    }

    .swiper-container .swiper-slide .price-tag {
        padding: 1rem 2rem 1.5rem
    }

    .swiper-container .swiper-slide a.btn {
        margin-bottom: 0;
        margin-top: 1rem
    }

    .swiper-container .swiper-slide a.btn.btn-promo {
        line-height: 1.6rem;
        font-size: 1rem;
        padding: 1rem;
        height: 5rem;
        bottom: -6rem;
        font-family: suiss, Arial, sans-serif
    }

    .swiper-container .hero-content {
        font-size: 1rem
    }

    .swiper-container .hero-upper-title {
        font-size: 1.5rem;
        margin-bottom: .8rem
    }

    .swiper-container .hero-swiper-button-next,
    .swiper-container .hero-swiper-button-next svg,
    .swiper-container .hero-swiper-button-prev,
    .swiper-container .hero-swiper-button-prev svg {
        width: 2.1875rem;
        height: 4.25rem
    }

    .swiper-container .hero-swiper-button-next {
        right: 2.25rem
    }

    .swiper-container .hero-swiper-button-prev {
        left: 2.25rem
    }

    .hero-images-ver-H {
        margin-top: 0
    }

    .hero-images-ver-H .search-group .form-group input.form-control {
        height: 3.5rem;
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    .hero-image {
        min-height: 34rem;
        height: 500px
    }

    .swiper-pagination-custom {
        bottom: 4rem
    }

    .swiper-pagination-custom .pagination-wrapper {
        font-size: .875rem
    }

    .swiper-container .swiper-slide h2:last-child {
        margin-bottom: 8.4rem
    }

    .hero-images-ver-F {
        margin-top: 3.7rem
    }

    .hero-images-ver-H {
        margin-top: 0
    }

    .hero-images-ver-H .search-group .form-group input.form-control {
        height: 3.5rem;
        font-size: 1.25rem
    }
}

@media (min-width:1440px) {
    .swiper-pagination-custom {
        bottom: 3.55rem;
        font-weight: 600
    }

    .swiper-pagination-custom .pagination-wrapper {
        font-size: 1rem
    }

    .swiper-pagination-custom a {
        padding-top: .8rem
    }

    .swiper-container .swiper-slide h2 {
        font-size: 5rem
    }

    .swiper-container .swiper-slide h2:last-child {
        margin-bottom: 5rem
    }

    .swiper-container .hero-content {
        font-size: 1.25rem
    }

    .swiper-container .hero-upper-title {
        font-size: 2.25rem
    }

    .swiper-container .hero-swiper-button-next,
    .swiper-container .hero-swiper-button-next svg,
    .swiper-container .hero-swiper-button-prev,
    .swiper-container .hero-swiper-button-prev svg {
        width: 2.875rem;
        height: 5.625rem
    }

    .swiper-container .hero-swiper-button-next {
        right: 4.625rem
    }

    .swiper-container .hero-swiper-button-prev {
        left: 4.625rem
    }

    .hero-images-ver-H .form .search-group .form-group input.form-control {
        height: 4.938rem;
        font-size: 1.5rem
    }
}

@media (max-width:440px) {
    .swiper-container .swiper-slide h2 {
        font-size: 1.5rem
    }
}

[lang=ar] [dir=rtl] .swiper-container .swiper-slide .price-tag {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .hero-upper-title {
    font-size: 2.25rem;
    font-family: suiss, Arial, sans-serif
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .hero-upper-title {
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .hero-upper-title {
        font-size: 1.5rem
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .hero-upper-title {
        font-size: 2.25rem
    }

    [lang=ar] [dir=rtl] .swiper-container .swiper-slide h2 {
        font-size: 5.625rem
    }

    [lang=ar] [dir=rtl] .swiper-pagination-custom .pagination-wrapper a span {
        font-size: 1.375rem
    }
}

.promo-logo {
    position: absolute;
    margin: auto;
    z-index: 360;
    left: 0;
    right: 0;
    width: 180px;
    height: 48px;
    top: 4rem
}

.ipad-hero-image-00 {
    padding: 0 2rem;
    background-color: #f0f0ea
}

.ipad-hero-image-00 .hero-image {
    height: 29rem;
    max-height: 39rem
}

.ipad-hero-image-00 .swiper-container .swiper-slide .section-title {
    top: -1.5rem
}

.ipad-hero-image-00 .hero-images-ver-F {
    margin-top: 10%
}

.ipad-hero-image-00 .swiper-container .swiper-slide .price-tag {
    margin-right: 32px
}

.ipad-hero-image-01 .hero-image {
    height: 39rem
}

.ipad-hero-image-01 .image,
.ipad-hero-image-01 img {
    height: 100%
}

.ipad-hero-image-01 img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ipad-hero-image {
    background-color: #f0f0ea;
    padding: 32px 32px 0
}

.ipad-hero-image .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .2)
}

.ipad-hero-image img {
    width: 100%
}

.ipad-hero-image .text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ipad-hero-image .ipad-text {
    position: relative;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.ipad-hero-image h2,
.ipad-hero-image p {
    color: #fff
}

.ipad-hero-image h2 {
    font-size: 1.875rem;
    letter-spacing: 3.75px;
    line-height: 2.375rem;
    text-transform: uppercase;
    margin-top: .625rem
}

.ipad-hero-image svg {
    display: inline-block;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #fff
}

[lang=ar] [dir=rtl] .ipad-text {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%)
}

.main-text {
    text-align: center;
    color: #232323
}

.main-text,
.main-text.bg-sand-white {
    background-color: #f0f0ea
}

.main-text.bg-light-sand-brown {
    background-color: #e2e1da
}

.main-text.bg-white {
    background-color: #fff
}

.main-text.bg-green {
    background-color: #e00800
}

.main-text.bg-green .btn,
.main-text.bg-green a,
.main-text.bg-green h1,
.main-text.bg-green h2,
.main-text.bg-green h3,
.main-text.bg-green p {
    color: #fff
}

.main-text.bg-green .btn {
    border-color: #fff
}

.main-text.bg-green hr {
    border-top: 1px solid #fff
}

.main-text.bg-dark,
.main-text.bg-dark-sand-brown,
.main-text.bg-photo {
    background-color: #393c3a
}

.main-text.bg-dark-sand-brown .btn,
.main-text.bg-dark-sand-brown a,
.main-text.bg-dark-sand-brown h1,
.main-text.bg-dark-sand-brown h2,
.main-text.bg-dark-sand-brown h3,
.main-text.bg-dark .btn,
.main-text.bg-dark a,
.main-text.bg-dark h1,
.main-text.bg-dark h2,
.main-text.bg-dark h3,
.main-text.bg-photo .btn,
.main-text.bg-photo a,
.main-text.bg-photo h1,
.main-text.bg-photo h2,
.main-text.bg-photo h3 {
    color: #fff
}

.main-text.bg-dark-sand-brown li,
.main-text.bg-dark-sand-brown p,
.main-text.bg-dark li,
.main-text.bg-dark p,
.main-text.bg-photo li,
.main-text.bg-photo p {
    color: #cecece
}

.main-text.bg-dark-sand-brown .btn,
.main-text.bg-dark .btn,
.main-text.bg-photo .btn {
    border-color: #fff
}

.main-text.bg-dark-sand-brown hr,
.main-text.bg-dark hr,
.main-text.bg-photo hr {
    border-top: 1px solid #fff
}

.main-text hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    width: 1.75rem;
    border-top: 1px solid #e00800
}

.main-text ul {
    list-style-type: none;
    padding-left: 0
}

.main-text ul li {
    padding-top: .5rem
}

.main-text.text-right .btn,
.main-text.text-right a,
.main-text.text-right h1,
.main-text.text-right h2,
.main-text.text-right h3,
.main-text.text-right p,
.main-text.text-right ul li {
    text-align: right
}

.main-text.text-left .btn,
.main-text.text-left a,
.main-text.text-left h1,
.main-text.text-left h2,
.main-text.text-left h3,
.main-text.text-left p,
.main-text.text-left ul li {
    text-align: left
}

.main-text.text-left ul {
    list-style-type: disc;
    padding-left: 40px
}

.main-text.text-center .btn,
.main-text.text-center a,
.main-text.text-center h1,
.main-text.text-center h2,
.main-text.text-center h3,
.main-text.text-center p,
.main-text.text-center ul li {
    text-align: center
}

.main-text a {
    color: #333;
    text-decoration: none
}

.main-text a:hover {
    text-decoration: underline
}

.main-text a.btn {
    text-decoration: none
}

.main-text .h2,
.main-text h1,
.main-text h2,
.main-text h3 {
    color: #353733;
    text-transform: uppercase;
    padding: 2.03rem 0 1.2rem;
    margin: 0
}

.main-text .h2.do-not-uppercase,
.main-text h1.do-not-uppercase,
.main-text h2.do-not-uppercase,
.main-text h3.do-not-uppercase {
    text-transform: none
}

.main-text .h2.do-not-uppercase.paddSmaller,
.main-text h1.do-not-uppercase.paddSmaller,
.main-text h2.do-not-uppercase.paddSmaller,
.main-text h3.do-not-uppercase.paddSmaller {
    padding: .3rem 0
}

.main-text .h3,
.main-text h3 {
    padding-top: 2.8rem;
    font-size: 1.5rem;
    padding-bottom: .5rem
}

.main-text p {
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: .875rem
}

.main-text p.small-p,
.main-text ul {
    font-size: .75rem;
    line-height: 1.2rem
}

.main-text .prices-container {
    margin-bottom: 2rem
}

.main-text .prices-container .detail-info-wrap {
    margin-bottom: 1rem
}

.main-text .ico-status {
    width: 100%;
    text-align: center
}

.main-text .ico-status svg {
    width: 2.5rem;
    height: 2.5rem
}

.main-text .ico-status {
    fill: #e00800
}

.main-text .btn {
    margin-bottom: 1.69rem
}

.main-text.getHelpSp3 {
    padding-bottom: 0
}

.main-text.getHelpSp3 h3 {
    font-size: 2.625rem;
    line-height: 4rem;
    letter-spacing: 0;
    text-transform: none
}

.main-text.withTextTiles .textTilesWrap .textTile {
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: left
}

@media (min-width:768px) {
    .main-text.withTextTiles .textTilesWrap .textTile {
        margin: 0 1rem
    }
}

.main-text.withTextTiles .textTilesWrap .textTile h3 {
    text-transform: capitalize;
    padding-top: 0
}

.main-text.withTextTiles .textTilesWrap .textTile p {
    font-size: 1rem;
    margin-bottom: 1rem
}

.main-text.withTextTiles .textTilesWrap .textTile .btn.btn-default {
    margin: 0
}

.main-text.withTextTiles .textTilesWrap:first-child .textTile {
    margin-left: 0
}

.main-text.withTextTiles .textTilesWrap:last-child .textTile {
    margin-right: 0
}

.main-text.main-text-H {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.main-text.main-text-H h4 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #232323;
    margin: 0 0 2rem
}

.main-text.main-text-H p {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0;
    color: #6c6c6c
}

.main-text.main-text-H .action-buttons-container button {
    margin: 0;
    min-width: 282px;
    height: 3rem;
    line-height: 3rem
}

@media (max-width:992px) {
    .main-text.main-text-H .action-buttons-container button {
        width: 100% !important
    }
}

.main-text-order-status .ico-status {
    padding-top: 1.6875rem
}

.main-text-order-status p {
    font-size: .875rem;
    padding-bottom: 1.23rem
}

.main-text-order-status p.order-id {
    padding-top: 1.5rem;
    color: #232323;
    line-height: 1.5rem;
    padding-bottom: .65rem
}

.main-text-order-status p.order-id span {
    color: #e00800;
    font-weight: 700
}

.main-text-order-status p.order-id span.error {
    color: #fb193f
}

.main-text-order-status .btn {
    color: #232323;
    margin-bottom: .15rem
}

.main-text-order-status .h2,
.main-text-order-status h1,
.main-text-order-status h2 {
    padding-top: .9rem;
    padding-bottom: 1.15rem
}

.bg-photo {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 16.88rem;
    -ms-flex-direction: row;
    flex-direction: row
}

.bg-photo .btn {
    margin-top: 2rem
}

.bg-photo .cover {
    z-index: 0
}

.bg-photo .cover:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #232323;
    content: " ";
    z-index: 2;
    opacity: .15
}

.bg-photo :nth-child(2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.two-col-layout ul {
    text-align: left;
    list-style-type: none;
    padding: 0
}

@media (min-width:425px) {

    .main-text p.small-p,
    .main-text ul {
        font-size: .75rem;
        line-height: 1.2rem
    }

    .main-text .h3,
    .main-text h3 {
        padding-top: 2.8rem;
        font-size: 1.125rem;
        padding-bottom: .82rem
    }

    .main-text.two-col-layout {
        padding-top: 2.6rem;
        padding-bottom: .6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-text.two-col-layout .h2,
    .main-text.two-col-layout h1,
    .main-text.two-col-layout h2 {
        margin-top: 0;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0
    }

    .main-text.two-col-layout p {
        font-size: .75rem;
        text-align: left;
        line-height: 1.2rem
    }

    .main-text.main-text-order-status .ico-status {
        padding-top: 1.6875rem
    }

    .main-text.main-text-order-status p.order-id {
        padding-top: 2.3rem;
        padding-bottom: .85rem
    }

    .main-text.main-text-order-status .h2,
    .main-text.main-text-order-status h1,
    .main-text.main-text-order-status h2 {
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    .main-text {
        padding-bottom: 2.05rem
    }

    .main-text h1+div,
    .main-text h2+div {
        padding-bottom: 1.2rem
    }

    .main-text .h2,
    .main-text h1,
    .main-text h2 {
        padding-top: 3.95rem;
        padding-bottom: 1.43rem
    }

    .main-text p {
        padding-bottom: .1rem
    }

    .main-text .h3,
    .main-text h3 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
        padding-top: 3.4rem
    }

    .main-text p.small-p,
    .main-text ul {
        font-size: .875rem;
        line-height: 1.4rem
    }

    .main-text .btn {
        margin-bottom: 0;
        margin-top: 2.2rem
    }

    .main-text .btn.alignLeft {
        margin: 0 1rem;
        height: 4.25rem
    }

    .main-text .prices-container {
        margin-top: 1rem;
        margin-bottom: 0
    }

    .main-text .prices-container .detail-info-wrap {
        margin-bottom: 1rem
    }

    .main-text.two-col-layout {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem
    }

    .main-text.two-col-layout .h2,
    .main-text.two-col-layout h1,
    .main-text.two-col-layout h2 {
        font-size: 1.875rem
    }

    .main-text.two-col-layout p {
        font-size: .875rem;
        line-height: 1.4rem
    }

    .main-text.main-text-order-status .ico-status {
        padding-top: 3rem
    }

    .main-text.main-text-order-status .ico-status svg {
        width: 2.8125rem;
        height: 2.8125rem
    }

    .main-text.main-text-order-status p {
        font-size: 1rem
    }

    .main-text.main-text-order-status p:last-child {
        padding-bottom: .3rem
    }

    .main-text.main-text-order-status p.order-id {
        padding-top: 1.5rem;
        padding-bottom: .85rem;
        line-height: 1.8rem
    }

    .main-text.main-text-order-status .h2,
    .main-text.main-text-order-status h1,
    .main-text.main-text-order-status h2 {
        font-size: 2.5rem;
        padding-top: 1.1rem;
        padding-bottom: 1rem
    }

    .main-text.main-text-order-status .btn {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .main-text p {
        font-size: .9875rem
    }

    .main-text .h2,
    .main-text h1,
    .main-text h2 {
        font-size: 2.5rem;
        padding-top: 4rem;
        padding-bottom: 1.4rem
    }

    .main-text .h3,
    .main-text h3 {
        font-size: 1.625rem
    }

    .main-text.bg-photo {
        min-height: 18.75rem
    }

    .main-text .prices-container {
        margin-top: 2
    }

    .main-text .prices-container .detail-info-wrap {
        margin-bottom: 1rem
    }

    .main-text.two-col-layout {
        padding-top: 2.1rem;
        padding-bottom: 2.6rem
    }

    .main-text.two-col-layout .h2,
    .main-text.two-col-layout h1,
    .main-text.two-col-layout h2 {
        font-size: 2.5rem
    }

    .main-text.two-col-layout p {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media (min-width:1440px) {
    .main-text {
        padding-bottom: 3.13rem
    }

    .main-text .doNotD h3 {
        text-transform: capitalize
    }

    .main-text h1+div,
    .main-text h2+div {
        padding-bottom: 1.2rem
    }

    .main-text .h2,
    .main-text h1,
    .main-text h2 {
        padding-top: 4.03rem;
        padding-bottom: 1.72rem;
        font-size: 3.375rem
    }

    .main-text p {
        padding-bottom: .9rem;
        font-size: 1.25rem
    }

    .main-text h3 {
        font-size: 2rem;
        padding-top: 5rem
    }

    .main-text p.small-p,
    .main-text ul {
        font-size: 1rem
    }

    .main-text .btn {
        margin-bottom: .7rem;
        margin-top: 2.15rem
    }

    .main-text .btn+.btn {
        margin-top: .373rem
    }

    .main-text .prices-container {
        margin-top: 2rem
    }

    .main-text .prices-container .detail-info-wrap {
        margin-bottom: 1rem
    }

    .main-text.two-col-layout {
        padding-top: 3.5rem;
        padding-bottom: 3.7rem
    }

    .main-text.two-col-layout .h2,
    .main-text.two-col-layout h1,
    .main-text.two-col-layout h2 {
        font-size: 3.375rem
    }

    .main-text.two-col-layout p {
        font-size: 1.25rem;
        line-height: 2rem
    }

    .main-text.main-text-order-status .ico-status {
        padding-top: 4rem;
        padding-bottom: .3rem
    }

    .main-text.main-text-order-status .ico-status svg {
        width: 3.75rem;
        height: 3.75rem
    }

    .main-text.main-text-order-status p {
        font-size: 1.25rem;
        line-height: 2rem
    }

    .main-text.main-text-order-status p.order-id {
        padding-top: 2.9rem;
        padding-bottom: .9rem;
        line-height: 1.9rem
    }

    .main-text.main-text-order-status .h2,
    .main-text.main-text-order-status h1,
    .main-text.main-text-order-status h2 {
        font-size: 3.375rem;
        padding-top: 1.1rem;
        padding-bottom: 1.7rem
    }

    .main-text.main-text-order-status .btn {
        margin-top: 0
    }

    .main-text.bg-photo {
        min-height: 23.75rem
    }

    .main-text.sp3 {
        padding-bottom: 0
    }

    .main-text.sp3 .h2,
    .main-text.sp3 h2 {
        letter-spacing: 0;
        text-transform: capitalize
    }
}

.business .main-text {
    background-color: #393c3a;
    color: #fff
}

.business .main-text.bg-sand-white {
    background: #f0f0ea;
    color: #232323
}

.business .main-text .h2,
.business .main-text h1,
.business .main-text h2 {
    color: #fff
}

.business .main-text.bg-photo {
    background-color: rgba(80, 91, 77, .8)
}

.business .main-text hr {
    border-top: 1px solid #e00800
}

.business .main-text.cross-nav-text {
    background-color: #e2e1da;
    color: #9e9d9d
}

.business .main-text.cross-nav-text .h2,
.business .main-text.cross-nav-text h1,
.business .main-text.cross-nav-text h2 {
    color: #232323
}

.business .main-text .ico-status {
    fill: #e00800
}

.business .main-text.bg-lighty {
    background-color: #e2e1da
}

.business .main-text.bg-lighty a,
.business .main-text.bg-lighty h2,
.business .main-text.bg-lighty p,
.business .main-text.bg-lighty p.order-id {
    color: #232323
}

.business .main-text.bg-lighty p.order-id span {
    color: #e00800
}

.business .main-text.bg-lighty p.order-id span.error {
    color: #fb193f
}

.business .main-text.bg-transparent {
    background-color: transparent
}

.business .main-text.bg-transparent a,
.business .main-text.bg-transparent h2,
.business .main-text.bg-transparent p,
.business .main-text.bg-transparent ul {
    color: #232323
}

.business .main-text.bg-transparent a span,
.business .main-text.bg-transparent h2 span,
.business .main-text.bg-transparent p span {
    color: #e00800
}

.business .main-text.bg-transparent a span.error,
.business .main-text.bg-transparent h2 span.error,
.business .main-text.bg-transparent p span.error {
    color: #fb193f
}

.business .main-text.main-text-order-status {
    background-color: #f0f0ea
}

.business .main-text.main-text-order-status h2,
.business .main-text.main-text-order-status p.order-id {
    color: #232323
}

.business .main-text.main-text-order-status p.order-id span {
    color: #e00800
}

.business .main-text.main-text-order-status p.order-id span.error {
    color: #fb193f
}

.business .order-detail-heading h2 {
    padding-top: 2.5rem;
    padding-bottom: 0
}

.business .order-detail-heading svg {
    height: 24px;
    width: 24px;
    text-align: left;
    margin-top: 3.2rem;
    fill: #fff;
    transform: translate(0) rotate(90deg)
}

.business .order-detail-heading .delete-order svg {
    width: 32px;
    height: 32px
}

.business .main-text.bg-photo.all-orders {
    min-height: 10rem
}

.business .order-detail-loader {
    background: #f0f0ea
}

.business .order-detail-loader svg {
    width: 40px;
    height: 40px
}

.business #back-to-top {
    position: fixed;
    bottom: 20%;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    padding: 20px;
    line-height: 30px;
    background: #e00800;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 2px 8px #242424;
    transition: opacity .2s ease-out;
    opacity: 0
}

.business #back-to-top svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

.business #back-to-top.show {
    opacity: 1
}

@media (max-width:768px) {
    .business .order-detail-heading h2 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .business .order-detail-heading svg {
        margin-top: 2.8rem;
        padding-right: 5px
    }
}

.qPayRecharge_wrapper .main-text h2,
.qPayRecharge_wrapper .main-text h3 {
    font-size: 2.5rem;
    color: #232323;
    text-transform: capitalize;
    letter-spacing: 0
}

.qPayRecharge_wrapper .qucikPayAccountWrap h3 {
    font-size: 26px;
    padding-top: 0
}

.blockSms .main-text {
    padding-bottom: 0
}

.blockSms .main-text h3 {
    letter-spacing: 0;
    padding-bottom: 0;
    padding-top: 3rem
}

.blockSms .main-text p {
    font-size: 1rem
}

.blockSms .help-support .userprofile-summary .userprofile-summary-middle {
    padding-left: 2rem;
    padding-right: 2rem
}

.block-promo-sms-wrapper {
    padding-top: 4rem
}

@media (max-width:992px) {
    .block-promo-sms-wrapper {
        padding-top: 0
    }
}

.block-promo-sms-wrapper .addSenderAc {
    padding: 1rem 0 1.5rem
}

@media (max-width:992px) {
    .block-promo-sms-wrapper .addSenderAc {
        padding: .5rem 0
    }
}

.block-promo-sms-wrapper .addSenderAc>a {
    letter-spacing: 2px
}

.block-promo-sms-wrapper .table-payment-methods-row a {
    color: #e00800;
    text-decoration: none;
    text-transform: uppercase
}

.block-promo-sms-wrapper .table-payment-methods-row a:hover {
    color: #232323
}

.block-promo-sms-wrapper .table-payment-methods-row a:hover .plusIcon {
    background: #232323
}

.block-promo-sms-wrapper .table-payment-methods-row a .plusIcon {
    width: 24px;
    height: 24px;
    background: #e00800;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 24px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-family: Arial;
    vertical-align: bottom;
    margin-right: .5rem
}

.block-promo-sms-wrapper .table-payment-methods-row a .plusIcon:hover {
    background: #232323
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a {
    padding-right: 3rem
}

@media (max-width:992px) {
    .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a {
        padding: .25rem 0;
        display: block
    }
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel {
    color: #232323
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel:hover {
    color: #e00800
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a:hover {
    color: #232323
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td a {
    color: #e00800;
    text-decoration: none;
    text-transform: uppercase
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td a:hover {
    color: #232323
}

.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td:first-child {
    text-transform: inherit
}

@media (min-width:992px) {
    .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td:first-child {
        width: 70%;
        text-transform: uppercase
    }

    .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td:first-child .form-section {
        max-width: 300px
    }
}

@media (max-width:1024px) {
    .block-promo-sms-wrapper .heading-with-buttons h2 {
        padding-top: 0
    }
}

.block-unblock-mareking-call-wrapper {
    padding-top: 4.75rem
}

@media (min-width:993px) {
    .block-unblock-mareking-call-wrapper {
        padding-top: 0
    }
}

.block-unblock-mareking-call-wrapper .main-text {
    padding-bottom: 0
}

@media (max-width:992px) {
    .block-unblock-mareking-call-wrapper .main-text {
        padding-bottom: 2rem
    }
}

.block-unblock-mareking-call-wrapper .main-text h2 {
    text-transform: none;
    font-size: 2.75rem
}

@media (max-width:992px) {
    .block-unblock-mareking-call-wrapper .main-text h2 {
        font-size: 1.5rem;
        padding-bottom: .5rem;
        font-family: suiss, Arial, sans-serif
    }
}

.block-unblock-mareking-call-wrapper .main-text p {
    font-size: 1rem;
    color: #6c6c6c;
    line-height: 1.25
}

@media (min-width:993px) {
    .block-unblock-mareking-call-wrapper .main-text p {
        line-height: 1.25
    }
}

.block-unblock-mareking-call-wrapper .main-text p.smaller {
    font-size: .75rem
}

.block-unblock-mareking-call-wrapper .main-text p.medium {
    font-size: .85rem
}

.block-unblock-mareking-call-wrapper a {
    text-decoration: none !important
}

.block-unblock-mareking-call-wrapper a.needHelplink {
    letter-spacing: 2px !important
}

.block-unblock-mareking-call-wrapper h4 {
    color: #232323
}

@media (min-width:993px) {
    .block-unblock-mareking-call-wrapper .main-text .reRegRenwalHd h2 {
        font-size: 40px
    }
}

@media (min-width:993px) {
    .block-unblock-mareking-call-wrapper .uploadEid h4 {
        font-size: 26px
    }
}

.regReNew .regReNewCont {
    margin: 1rem auto 5rem
}

@media (min-width:768px) {
    .regReNew .regReNewCont {
        width: 384px
    }
}

.regReNew .regReNewCont .button-container .btn {
    width: 100%;
    height: 64px
}

@media (min-width:768px) {
    .regReNew .regReNewCont .button-container .btn {
        width: 384px
    }
}

.regReNew .grayLine {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border: none;
    border-top: 1px solid #c6c6c6;
    width: 100%
}

.regReNew .upCont {
    position: relative;
    height: 70px
}

.regReNew .upCont h6 {
    line-height: 2;
    background: #f0f0ea;
    margin: 0 auto;
    padding: 1.5rem 0 .5rem;
    display: inline-block;
    z-index: 2;
    position: absolute;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    letter-spacing: 0;
    font-size: .75rem;
    font-weight: 700;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    color: #232323
}

.regReNew h4 {
    font-size: 26px
}

[lang=ar] [dir=rtl] .flexisble-ar {
    display: -ms-flexbox;
    display: flex
}

[lang=ar] [dir=rtl] .main-text {
    text-align: center
}

[lang=ar] [dir=rtl] .main-text.text-right .btn,
[lang=ar] [dir=rtl] .main-text.text-right a,
[lang=ar] [dir=rtl] .main-text.text-right h1,
[lang=ar] [dir=rtl] .main-text.text-right h2,
[lang=ar] [dir=rtl] .main-text.text-right h3,
[lang=ar] [dir=rtl] .main-text.text-right p {
    text-align: left
}

[lang=ar] [dir=rtl] .main-text.text-left .body-big {
    text-align: center
}

[lang=ar] [dir=rtl] .main-text.text-left .btn,
[lang=ar] [dir=rtl] .main-text.text-left a,
[lang=ar] [dir=rtl] .main-text.text-left h1,
[lang=ar] [dir=rtl] .main-text.text-left h2,
[lang=ar] [dir=rtl] .main-text.text-left h3,
[lang=ar] [dir=rtl] .main-text.text-left p,
[lang=ar] [dir=rtl] .main-text.two-col-layout ul {
    text-align: right
}

[lang=ar] [dir=rtl] .main-text.bg-photo {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[lang=ar] [dir=rtl] .main-text.withTextTiles .textTilesWrap .textTile {
    text-align: right
}

@media (min-width:425px) {

    [lang=ar] [dir=rtl] .main-text.two-col-layout .h2,
    [lang=ar] [dir=rtl] .main-text.two-col-layout h1,
    [lang=ar] [dir=rtl] .main-text.two-col-layout h2,
    [lang=ar] [dir=rtl] .main-text.two-col-layout p {
        text-align: right
    }
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .main-text.two-col-layout .h2,
    [lang=ar] [dir=rtl] .main-text.two-col-layout h1,
    [lang=ar] [dir=rtl] .main-text.two-col-layout h2,
    [lang=ar] [dir=rtl] .main-text.two-col-layout p {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a {
    padding-right: 0;
    padding-left: 3rem
}

.contact-us-form.open-form .acc-btn {
    display: none
}

.contact-us-form .contact-us-form-container {
    display: none;
    width: 100%
}

.text-HO-summary {
    text-align: left;
    background-color: #e2e1da;
    color: #232323;
    padding-bottom: 20px
}

.text-HO-summary h3 {
    font-size: 2rem
}

.business .main-text.ho-success-white {
    background-color: #fff;
    color: #232323
}

.business .main-text.ho-success-white h2 {
    color: #232323;
    font-size: 2rem;
    padding-top: 1.4rem
}

.business .main-text.ho-success-white img {
    max-width: 50%
}

.bandwidthText p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #909192
}

.selectAccount h5 {
    color: #353733
}

.selectAccount hr {
    margin: 10px 0 65px;
    width: 100%;
    border-top: 2px solid #e2e1da
}

.selectAccount .action-buttons-container a {
    margin: 0 20px;
    color: #e00800
}

@media (max-width:767px) {
    .selectAccount hr {
        margin: 30px 0
    }

    .action-buttons-container {
        margin-bottom: 20px
    }
}

.createTemplateWrap {
    padding-bottom: 0
}

.createTemplateWrap h5 {
    color: #232323;
    font-size: 1.2rem
}

.createTemplateWrap hr {
    margin: 10px 0 65px;
    width: 100%;
    border-top: 2px solid #cecece
}

.createTemplateWrap ul {
    margin-top: 15px
}

.createTemplateWrap ul li {
    line-height: 16px;
    padding-top: .2rem
}

.createTemplateWrap ul li:before {
    content: "-";
    padding-right: 15px
}

.createTemplateWrap .btn {
    margin-top: 0
}

.createTemplateWrap .btn.uploadLogo {
    background-color: #fff;
    height: 100%;
    line-height: 25px;
    padding: 15px;
    border-color: #909192;
    position: relative
}

.createTemplateWrap .btn.uploadLogo .borderedFrame {
    border: 2px dashed #cecece;
    padding-top: 60px;
    width: 190px;
    height: 190px;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center
}

.createTemplateWrap .btn.uploadLogo .borderedFrame.imageUploaded {
    border: none;
    padding: 0;
    border-radius: 0;
    text-align: center;
    width: 190px;
    height: 190px;
    overflow: hidden
}

.createTemplateWrap .btn.uploadLogo .borderedFrame.imageUploaded img {
    max-width: 100%
}

.createTemplateWrap .btn.uploadLogo .borderedFrame.imageUploaded .deleteBackground {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    background: #fff;
    padding: 5px
}

.createTemplateWrap .btn.uploadLogo .borderedFrame.imageUploaded .deleteBackground svg {
    width: 22px;
    height: 22px
}

.createTemplateWrap .form-title {
    margin-bottom: 30px
}

.createTemplateWrap .form .inputfile+label {
    max-width: 90%
}

@media (max-width:767px) {
    .config-upselling-noBg hr {
        margin: 30px 0
    }

    .config-upselling-noBg .action-buttons-container {
        margin-bottom: 20px
    }

    .createTemplateWrap .btn {
        padding: 0 5rem
    }
}

.row-context-nav {
    position: relative
}

.row-context-nav>.container-fluid {
    background-color: #f0f0ea
}

.row-context-nav .context-nav-swiper-button-next,
.row-context-nav .context-nav-swiper-button-prev {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    background-color: #dbdad0;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.row-context-nav .context-nav-swiper-button-next svg,
.row-context-nav .context-nav-swiper-button-prev svg {
    width: 26px;
    height: 10px
}

.row-context-nav .context-nav-swiper-button-next {
    right: 0
}

.row-context-nav .context-nav-swiper-button-next svg {
    transform: rotate(180deg)
}

.row-context-nav .context-nav-swiper-button-prev {
    left: 0
}

.context-nav-box-wrap {
    text-align: center;
    padding: 0 0 2rem;
    overflow: hidden
}

.context-nav-box-wrap .swiper-wrapper {
    -webkit-filter: blur(0)
}

.context-nav-box-wrap .swiper-wrapper .rect-responsive {
    padding-bottom: 65%
}

.context-nav-box-wrap .swiper-wrapper .swiper-slide {
    width: 66.66666667%
}

.context-nav-box-wrap .context-nav-box {
    background-color: #fff;
    transition: all .2s ease-in-out;
    transition: .2s
}

.context-nav-box-wrap .context-nav-box.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.context-nav-box-wrap .context-nav-box:after {
    content: " ";
    background-color: #e00800;
    width: 100%;
    height: 6.57%;
    position: absolute;
    left: 0;
    bottom: 0
}

.context-nav-box-wrap .context-nav-box a h5 {
    color: #232323
}

.context-nav-box-wrap .context-nav-box h5 {
    position: relative;
    padding-top: 1em;
    margin-top: .5rem
}

.context-nav-box-wrap .context-nav-box h5:after {
    content: " ";
    width: 2.5rem;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #e00800
}

.context-nav-box-wrap .context-nav-box.hover,
.context-nav-box-wrap .context-nav-box:hover {
    cursor: pointer;
    background-color: #e00800
}

.context-nav-box-wrap .context-nav-box.hover a h5,
.context-nav-box-wrap .context-nav-box:hover a h5 {
    color: #fff
}

.context-nav-box-wrap .context-nav-box.hover h5:after,
.context-nav-box-wrap .context-nav-box:hover h5:after {
    background-color: #fff
}

.context-nav-box-wrap .context-nav-box.hover .icon-area img .main-stroke,
.context-nav-box-wrap .context-nav-box.hover .icon-area object .main-stroke,
.context-nav-box-wrap .context-nav-box.hover .icon-area svg .main-stroke,
.context-nav-box-wrap .context-nav-box:hover .icon-area img .main-stroke,
.context-nav-box-wrap .context-nav-box:hover .icon-area object .main-stroke,
.context-nav-box-wrap .context-nav-box:hover .icon-area svg .main-stroke {
    stroke: #fff
}

.context-nav-box-wrap .context-nav-box h5 {
    height: 3.75rem;
    padding-left: 5%;
    padding-right: 5%
}

.context-nav-box-wrap .context-nav-box .icon-area img,
.context-nav-box-wrap .context-nav-box .icon-area object,
.context-nav-box-wrap .context-nav-box .icon-area svg {
    height: 3.375rem;
    width: auto
}

.context-nav-box-wrap .context-nav-box .icon-area img .main-stroke,
.context-nav-box-wrap .context-nav-box .icon-area object .main-stroke,
.context-nav-box-wrap .context-nav-box .icon-area svg .main-stroke {
    stroke: #232323
}

.context-nav-box-wrap .swiper-pagination-bullets {
    display: block;
    height: 32px
}

.context-nav-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 29px 5px 0;
    height: 3px;
    width: 20px;
    border-radius: 0
}

.context-nav-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424
}

@media (min-width:425px) {
    .context-nav-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 65%
    }

    .context-nav-box-wrap .context-nav-box .icon-area svg {
        height: 3.375rem
    }

    .swiper-with-2-slides .context-nav-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

@media (min-width:768px) {
    .context-nav-box-wrap {
        padding: 0 0 2.25rem
    }

    .context-nav-box-wrap .swiper-pagination-bullets {
        display: none;
        height: 50px
    }

    .context-nav-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 47px 5px 0;
        width: 40px
    }

    .context-nav-box-wrap .context-nav-box .icon-area svg {
        height: 2.4rem
    }

    .context-nav-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 100%
    }

    .swiper-with-2-slides .context-nav-box-wrap .rect-responsive {
        padding-bottom: 44%
    }

    .swiper-with-2-slides .subTitleContextNav .rect-responsive {
        padding-bottom: 64%
    }

    .more-than-three .swiper-pagination-bullets {
        display: block
    }

    .more-than-three .context-nav-swiper-button-next,
    .more-than-three .context-nav-swiper-button-prev {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .context-nav-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 65%
    }

    .context-nav-box-wrap .context-nav-box .icon-area svg {
        height: 3.375rem
    }

    .swiper-with-2-slides .context-nav-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

@media (min-width:1440px) {
    .context-nav-box-wrap {
        padding: 0 0 3.125rem
    }

    .context-nav-box-wrap .context-nav-box h5 {
        height: 4.5rem
    }

    .context-nav-box-wrap .subTitleContextNav .swiper-wrapper .rect-responsive {
        padding-bottom: 70%
    }

    .more-than-three .context-nav-swiper-button-next,
    .more-than-three .context-nav-swiper-button-prev {
        height: 70px;
        width: 70px;
        margin-top: -20px
    }

    .more-than-three .context-nav-swiper-button-next svg,
    .more-than-three .context-nav-swiper-button-prev svg {
        width: 37px;
        height: 15px
    }

    .swiper-with-2-slides .context-nav-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

@media (min-width:1600px) {
    .context-nav-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 65%
    }

    .context-nav-box-wrap .context-nav-box .icon-area svg {
        height: 3.375rem
    }

    .swiper-with-2-slides .context-nav-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

.support-tabs-wrapper .context-nav-box-wrap .context-nav-box a h5 {
    text-transform: uppercase
}

@media (max-width:767px) {
    .context-nav-box-wrap.wOutSlider {
        padding: 1rem
    }
}

.context-nav-box-wrap.wOutSlider .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .context-nav-box-wrap.wOutSlider .swiper-wrapper {
        display: block
    }
}

.context-nav-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
    width: 30%;
    margin-bottom: 3.5%;
    margin-right: 5%
}

@media (max-width:767px) {
    .context-nav-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        display: block
    }
}

.context-nav-box-wrap.wOutSlider .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0
}

@media (max-width:767px) {
    .context-nav-box-wrap.wOutSlider .swiper-wrapper .rect-responsive {
        padding-bottom: 25%
    }
}

@media (max-width:767px) {
    .context-nav-box-wrap.wOutSlider .context-nav-box.content .icon-area {
        float: left;
        width: 80px
    }
}

@media (max-width:767px) {
    .context-nav-box-wrap.wOutSlider .context-nav-box.content h5 {
        float: left;
        text-align: left;
        margin: 0
    }

    .context-nav-box-wrap.wOutSlider .context-nav-box.content h5:after {
        background-color: transparent
    }
}

@media (max-width:767px) {
    html[lang=ar] [dir=rtl] .context-nav-box-wrap.wOutSlider .context-nav-box.content .icon-area {
        float: right
    }
}

@media (max-width:767px) {
    html[lang=ar] [dir=rtl] .context-nav-box-wrap.wOutSlider .context-nav-box.content h5 {
        float: right;
        text-align: right
    }
}

html[lang=ar] [dir=rtl] .context-nav-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
    margin-left: 5%;
    margin-right: 0
}

@media (max-width:767px) {
    html[lang=ar] [dir=rtl] .context-nav-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
        margin-right: 0;
        margin-left: 0
    }
}

html[lang=ar] [dir=rtl] .context-nav-box-wrap.wOutSlider .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
    margin-left: 0
}

.page-nav-wrap {
    width: 100%;
    background-color: #fff;
    font-family: suiss, Arial, sans-serif
}

.page-nav-wrap .dropdown-toggle,
.page-nav-wrap .page-nav-cta a,
.page-nav-wrap .page-nav-main-label,
.page-nav-wrap .page-nav a {
    font-size: .875rem;
    line-height: 1.5rem;
    padding-top: .625rem;
    padding-bottom: .8125rem
}

.page-nav-wrap .page-nav-main-label-top {
    display: block;
    z-index: 2;
    line-height: 2.25rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #bcbcbc;
    background-color: #f0f0ea
}

.page-nav-wrap .dropdown-toggle,
.page-nav-wrap .page-nav a {
    padding-top: .72rem
}

.page-nav-wrap .dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0ea
}

.page-nav-wrap .dropdown-toggle .current-dropdown-label {
    padding-left: 2rem;
    color: #232323
}

.page-nav-wrap .dropdown-toggle #dropdown-menu-arrow-img {
    width: 1.2rem;
    height: .8rem;
    margin-right: 2rem;
    fill: #e00800;
    stroke-width: .125rem
}

.page-nav-wrap .dropdown.open #dropdown-menu-arrow-img {
    transform: rotate(180deg)
}

.page-nav-wrap .page-nav-cta a {
    color: #fff;
    background-color: #e00800;
    display: block;
    text-align: center;
    font-style: 1rem;
    letter-spacing: .125rem
}

.page-nav-wrap .page-nav-main-label {
    color: #bcbcbc;
    letter-spacing: .125rem;
    text-transform: uppercase
}

.page-nav-wrap .page-nav-main-label.do-not-uppercase {
    text-transform: none
}

.page-nav-wrap .dropdown-menu {
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0
}

.page-nav-wrap .dropdown-menu li {
    width: 100%
}

.page-nav-wrap .page-nav {
    background-color: #fff;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: uppercase;
    border: none;
    padding-top: 1rem
}

.page-nav-wrap .page-nav li {
    margin-bottom: 0
}

.page-nav-wrap .page-nav a {
    display: inline-block;
    width: 100%;
    border: none;
    margin: 0;
    color: #232323;
    padding-left: 1rem;
    padding-right: 1rem
}

.page-nav-wrap .page-nav .highlight a {
    border-bottom: 4px solid #e00800
}

.page-nav-wrap .page-nav .active.highlight a,
.page-nav-wrap .page-nav .active a,
.page-nav-wrap .page-nav .active a:active,
.page-nav-wrap .page-nav .active a:focus {
    border-bottom: 0 solid #e00800
}

.page-nav-wrap .page-nav .active.highlight a:before,
.page-nav-wrap .page-nav .active a:active:before,
.page-nav-wrap .page-nav .active a:before,
.page-nav-wrap .page-nav .active a:focus:before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 1.5rem;
    background-color: #e00800;
    left: 0;
    top: .75rem
}

.page-nav-wrap .page-nav .active a:focus,
.page-nav-wrap .page-nav .active a:hover,
.page-nav-wrap .page-nav a:focus,
.page-nav-wrap .page-nav a:hover {
    border: none;
    border-bottom: 0 solid #e00800
}

.page-nav-wrap .page-nav .active a {
    border-bottom: 0 solid #e00800;
    border: 0
}

.page-nav-wrap .page-nav .dropdown-close-button {
    border-bottom: 4px solid #9e9d9d
}

.page-nav-wrap .page-nav .dropdown-close-button a {
    color: #242424;
    text-align: right;
    font-size: .875rem;
    padding-top: .9375rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    border-top: 1px solid #f0f0ea
}

.page-nav-wrap .page-nav .dropdown-close-button #close-menu-arrow-img {
    width: 1.2rem;
    height: .8rem;
    margin-left: 1rem;
    margin-right: 1rem;
    fill: #e00800;
    stroke-width: .125rem;
    transform: rotate(180deg)
}

.page-nav-wrap.affix {
    left: 0;
    width: 100%;
    top: 50px;
    z-index: 6
}

.page-nav-wrap.affix .row.page-nav-menu-row {
    border-bottom: 1.5rem solid #f0f0ea
}

.business .page-nav-wrap.affix {
    left: 0;
    width: 100%;
    z-index: 6
}

.business .page-nav-wrap.affix .row.page-nav-menu-row {
    border-bottom: 1.5rem solid #393c3a
}

.business .page-nav-wrap .page-nav-main-label-top {
    color: #232323;
    background-color: #151515
}

.business .page-nav-wrap .dropdown-toggle {
    border-bottom-color: #232323;
    background: #242424
}

.business .page-nav-wrap .dropdown-toggle .current-dropdown-label {
    color: #fff
}

.business .page-nav-wrap .dropdown-toggle #dropdown-menu-arrow-img {
    fill: #e2e1da
}

.business .page-nav-wrap .page-nav {
    background-color: #242424
}

.business .page-nav-wrap .page-nav a {
    color: #fff
}

.business .page-nav-wrap .page-nav a:focus,
.business .page-nav-wrap .page-nav a:hover {
    background: none
}

.business .page-nav-wrap .page-nav .dropdown-close-button {
    border-top: 1px solid #232323
}

.business .page-nav-wrap .page-nav .dropdown-close-button #close-menu-arrow-img {
    fill: #e2e1da
}

.business .page-nav-wrap .page-nav .active.highlight a,
.business .page-nav-wrap .page-nav .active a,
.business .page-nav-wrap .page-nav .active a:active,
.business .page-nav-wrap .page-nav .active a:focus,
.business .page-nav-wrap .page-nav .highlight a {
    color: #e2e1da;
    background-color: inherit
}

.business .page-nav-wrap .page-nav .active.highlight a:before,
.business .page-nav-wrap .page-nav .active a:active:before,
.business .page-nav-wrap .page-nav .active a:before,
.business .page-nav-wrap .page-nav .active a:focus:before,
.business .page-nav-wrap .page-nav .highlight a:before {
    position: absolute;
    content: " ";
    width: 4px;
    height: 1.5rem;
    background-color: #e2e1da;
    left: 0;
    top: .75rem
}

@media (max-width:768px) {
    .page-nav-wrap .page-nav a {
        padding-right: 2rem;
        padding-left: 2rem
    }

    .page-nav-wrap .page-nav .active a:active,
    .page-nav-wrap .page-nav a:active {
        border-bottom: 4px solid #e00800
    }

    .page-nav-wrap .page-nav .active a:active:before,
    .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 4px;
        height: 1.5rem;
        background-color: #e00800;
        left: 0;
        top: .75rem
    }

    .business .page-nav-wrap .page-nav .active a:active,
    .business .page-nav-wrap .page-nav a:active {
        color: #e2e1da
    }

    .business .page-nav-wrap .page-nav .active a:active:before,
    .business .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 4px;
        height: 1.5rem;
        background-color: #e2e1da;
        left: 0;
        top: .75rem
    }

    .page-nav-wrap .page-nav a:hover {
        border-bottom: 0 solid #e2e1da
    }
}

@media (min-width:768px) {

    .page-nav-wrap .page-nav .active a:active,
    .page-nav-wrap .page-nav a:active {
        border-left: 0
    }

    .page-nav-wrap .page-nav .active a:active:before,
    .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        background-color: none;
        left: 0;
        top: 0
    }

    .page-nav-wrap .dropdown {
        width: 100%
    }

    .page-nav-wrap .dropdown-toggle {
        display: none
    }

    .page-nav-wrap .page-nav-cta a,
    .page-nav-wrap .page-nav-main-label,
    .page-nav-wrap .page-nav a {
        font-size: .875rem;
        line-height: 1.125rem;
        padding-top: 1.5rem;
        padding-bottom: 1.4rem
    }

    .page-nav-wrap .page-nav-menu-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }

    .page-nav-wrap .page-nav-menu-row {
        display: -ms-flexbox;
        display: flex
    }

    .page-nav-wrap .dropdown-menu {
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
        top: 0
    }

    .page-nav-wrap .dropdown-menu li {
        width: auto
    }

    .page-nav-wrap .page-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-top: 0
    }

    .page-nav-wrap .page-nav a {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: 4px solid transparent
    }

    .page-nav-wrap .page-nav .active a,
    .page-nav-wrap .page-nav .active a:focus,
    .page-nav-wrap .page-nav .active a:hover,
    .page-nav-wrap .page-nav a:hover {
        color: #232323;
        border-bottom: 4px solid #e00800
    }

    .page-nav-wrap .page-nav .active a:before,
    .page-nav-wrap .page-nav .active a:focus:before,
    .page-nav-wrap .page-nav .active a:hover:before {
        display: none
    }

    .page-nav-wrap .page-nav a:hover {
        color: #fff;
        border-bottom: 4px solid #e00800;
        background-color: #e00800
    }

    .business .page-nav-wrap .page-nav .active a:active,
    .business .page-nav-wrap .page-nav a:active {
        border-left: 0;
        color: #e2e1da
    }

    .business .page-nav-cta a:active,
    .business .page-nav a:active {
        border-bottom: 4px solid #e2e1da;
        color: #e2e1da
    }

    .business .page-nav-wrap .page-nav a:hover {
        border-bottom: 4px solid #e2e1da
    }
}

@media (min-width:768px) and (min-width:768px) {
    .page-nav-wrap .page-nav li:first-child a {
        padding-left: 0
    }
}

@media (min-width:768px) and (max-width:767px) {
    .page-nav-wrap .page-nav li:first-child a {
        padding-left: .6rem
    }
}

@media (min-width:992px) {

    .page-nav-wrap .page-nav .active a:active,
    .page-nav-wrap .page-nav a:active {
        border-left: 0
    }

    .page-nav-wrap .page-nav {
        -ms-flex-pack: center;
        justify-content: center
    }

    .business .page-nav-wrap .page-nav .active a:active,
    .business .page-nav-wrap .page-nav a:active {
        border-left: 0;
        color: #e2e1da;
        border-bottom-color: #e2e1da
    }

    .business .page-nav-wrap .page-nav a:hover {
        border-bottom: 4px solid #e2e1da
    }
}

@media (min-width:1440px) {

    .business .page-nav-cta a:active,
    .business .page-nav a:active {
        border-bottom: 4px solid #e2e1da;
        color: #e2e1da
    }

    .page-nav-wrap .page-nav-cta a,
    .page-nav-wrap .page-nav-main-label,
    .page-nav-wrap .page-nav a {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 1.375rem;
        padding-bottom: 1.125rem
    }

    .page-nav-wrap .page-nav-cta a:active,
    .page-nav-wrap .page-nav a:active {
        border-bottom: 4px solid #e00800
    }

    .page-nav-wrap .page-nav {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-nav-wrap .page-nav li,
    .page-nav-wrap .page-nav li:first-child {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .page-nav-wrap .page-nav li a {
        padding-left: .75rem;
        padding-right: .75rem;
        border-bottom: 4px solid transparent
    }

    .page-nav-wrap.affix {
        top: 96px
    }

    .business .page-nav-wrap .page-nav a:hover {
        border-bottom: 4px solid #e2e1da
    }
}

@media (min-width:768px) {
    .business .page-nav-wrap>.container-fluid {
        background-color: #2b2e2c
    }

    .business .page-nav-wrap .dropdown-toggle .page-nav-main-label {
        color: #fff
    }

    .business .page-nav-wrap .page-nav {
        background-color: transparent
    }

    .business .page-nav-wrap .page-nav .active a:hover,
    .business .page-nav-wrap .page-nav a,
    .business .page-nav-wrap .page-nav a:hover {
        background-color: transparent;
        color: #fff
    }
}

@media (max-width:992px) {
    .page-nav-wrap.affix {
        top: 50px
    }
}

@media (max-width:1024px) {
    .page-nav-main-label {
        margin-left: unset !important
    }
}

@media (min-width:1280px) {
    .page-nav-wrap.affix {
        top: 96px
    }
}

@media (min-width:1440px) {
    .page-nav-wrap.affix {
        top: 96px
    }
}

html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav .active.highlight a:before,
html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav .active a:active:before,
html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav .active a:before,
html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav .active a:focus:before,
html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav a:active:before {
    right: 0;
    left: auto
}

@media (max-width:768px) {

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active {
        color: #e2e1da
    }

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active:before,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active:before,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:before {
        position: absolute;
        content: " ";
        width: 4px;
        height: 1.5rem;
        background-color: #e2e1da;
        right: 0;
        top: .75rem;
        left: auto
    }
}

@media (max-width:768px) {

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active {
        color: #e2e1da
    }

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active:before,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 4px;
        height: 1.5rem;
        background-color: #e2e1da;
        right: 0;
        top: .75rem;
        left: auto
    }
}

@media (min-width:768px) {

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active:before,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        background-color: none;
        right: 0;
        top: 0
    }

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active {
        border-left: 0;
        border-right: 0;
        color: #e2e1da
    }
}

@media (min-width:992px) {

    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .business .page-nav-wrap .page-nav a:active {
        border-left: 0;
        border-right: 0;
        color: #e2e1da;
        border-bottom-color: #e2e1da
    }
}

html[lang=ar] [dir=rtl] .page-nav-wrap .dropdown-toggle .current-dropdown-label {
    padding-right: 2rem
}

html[lang=ar] [dir=rtl] .page-nav-wrap .dropdown-toggle #dropdown-menu-arrow-img {
    margin-left: 2rem
}

html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav {
    text-align: right
}

html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav .dropdown-close-button a {
    text-align: left;
    font-family: GE SS Two, Arial, sans-serif
}

html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav .dropdown-close-button #close-menu-arrow-img {
    margin-left: 0
}

@media (max-width:768px) {

    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav a:active {
        color: #e00800
    }

    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav .active a:active:before,
    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 4px;
        height: 1.5rem;
        background-color: #e00800;
        right: 0;
        top: .75rem;
        left: auto
    }
}

@media (min-width:768px) {

    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav .active a:active:before,
    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav a:active:before {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        background-color: none;
        left: 0;
        top: 0
    }

    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav a:active {
        border-left: 0;
        border-right: 0
    }
}

@media (min-width:992px) {

    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav .active a:active,
    html[lang=ar] [dir=rtl] .page-nav-wrap .page-nav-wrap .page-nav a:active {
        border-left: 0;
        border-right: 0
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) and (orientation:portrait) {
    .page-nav-wrap .page-nav {
        max-height: 399px;
        overflow-y: auto
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) and (orientation:landscape) {
    .page-nav-wrap .page-nav {
        max-height: 184px;
        overflow-y: auto
    }
}

.action-bar-wrapper>.row {
    margin-top: 3rem;
    border-top: 2px solid #353738
}

.action-bar-wrapper .action-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem
}

.action-bar-wrapper .action-bar a {
    position: relative;
    height: 3.8rem;
    line-height: 3.8rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    color: #242424;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-bottom: 2px solid #353738;
    display: inline-block
}

.action-bar-wrapper .action-bar a:hover {
    color: #e00800
}

.action-bar-wrapper .action-bar a.active {
    background-color: #232323;
    color: #fff;
    border-bottom: #232323
}

.action-bar-wrapper .action-bar a.active svg {
    fill: #fff;
    transform: rotate(270deg)
}

.action-bar-wrapper .action-bar svg {
    position: absolute;
    height: .875rem;
    width: .4rem;
    transform: rotate(90deg);
    right: 1.75rem;
    top: 50%;
    margin-top: -.4rem;
    transition: all .3s ease-in-out
}

.action-bar-wrapper .active-center,
.action-bar-wrapper .active-first,
.action-bar-wrapper .active-last {
    border-bottom: none;
    border-top-color: #e00800
}

.action-bar-wrapper .active-center a,
.action-bar-wrapper .active-first a,
.action-bar-wrapper .active-last a {
    display: none
}

.action-bar-wrapper .active-center a.active,
.action-bar-wrapper .active-first a.active,
.action-bar-wrapper .active-last a.active {
    display: block
}

.action-bar-wrapper .active-center .action-bar,
.action-bar-wrapper .active-first .action-bar,
.action-bar-wrapper .active-last .action-bar {
    border-bottom: none
}

.action-bar-wrapper .active-first .action-bar {
    border-left-color: #e00800
}

.action-bar-wrapper .active-last .action-bar {
    border-right-color: #e00800
}

a.promisetopayBtn {
    right: 290px;
    position: absolute;
    color: #fff;
    min-height: 64px;
    letter-spacing: .14285714em !important;
    line-height: 64px;
    top: -1.1rem
}

@media (max-width:1024px) {
    a.promisetopayBtn {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        min-height: 24px;
        line-height: 2;
        padding: 1rem;
        margin-bottom: -2rem
    }
}

a.promisetopayBtn:hover {
    color: #232323
}

a.promisetopayBtn svg {
    vertical-align: text-top
}

.action-bar-container.tab-closed {
    display: none
}

.action-bar-container.action-bar-container-active {
    display: block
}

@media (-ms-high-contrast:none) and (max-width:768px) {

    .action-bar-wrapper,
    .action-bar-wrapper .action-bar,
    .business .action-bar-wrapper,
    .business .action-bar-wrapper .action-bar {
        display: block !important
    }

    .action-bar-wrapper .action-bar a,
    .business .action-bar-wrapper .action-bar a {
        display: block
    }
}

@media (min-width:768px) {
    .action-bar-wrapper>.row {
        border-top: none
    }

    .action-bar-wrapper .action-bar {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #353738;
        font-family: suiss, Arial, sans-serif;
        font-size: .875rem
    }

    .action-bar-wrapper .action-bar svg {
        display: none
    }

    .action-bar-wrapper .action-bar a {
        height: 3.8rem;
        line-height: 3.8rem;
        position: relative;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        color: #242424;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        border-bottom: none
    }

    .action-bar-wrapper .action-bar a+a {
        border-left: 2px solid #353738
    }

    .action-bar-wrapper .action-bar a:hover {
        color: #e00800
    }

    .action-bar-wrapper .action-bar a.active {
        color: #e00800;
        background-color: #fff;
        border-left-color: #e00800;
        border-bottom: none
    }

    .action-bar-wrapper .action-bar a.active:before {
        content: " ";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        background-color: #e00800;
        height: 2px
    }

    .action-bar-wrapper .action-bar a.active:after {
        content: " ";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 2px
    }

    .action-bar-wrapper .action-bar a.active+a {
        border-left: 2px solid #e00800
    }

    .action-bar-wrapper .active-center,
    .action-bar-wrapper .active-first,
    .action-bar-wrapper .active-last {
        border-bottom: 2px solid #e00800
    }

    .action-bar-wrapper .active-center a,
    .action-bar-wrapper .active-first a,
    .action-bar-wrapper .active-last a {
        display: block
    }
}

@media (min-width:992px) {
    .action-bar-wrapper .action-bar {
        font-size: 1rem
    }
}

@media (min-width:1440px) {
    .action-bar-wrapper>.row {
        margin-top: 4rem
    }

    .action-bar-wrapper .action-bar {
        font-size: 1.1875rem
    }

    .action-bar-wrapper .action-bar a {
        line-height: 6.77rem;
        height: 6.77rem;
        display: inline-block
    }
}

.business .action-bar-wrapper {
    background-color: #f0f0ea
}

.business .action-bar-wrapper>.row {
    border-top: 2px solid #353738
}

.business .action-bar-wrapper .action-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem
}

.business .action-bar-wrapper .action-bar a {
    position: relative;
    height: 3.8rem;
    line-height: 3.8rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    color: #242424;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-bottom: 2px solid #353738
}

.business .action-bar-wrapper .action-bar a:hover {
    color: #e00800
}

.business .action-bar-wrapper .action-bar a.active {
    background-color: #e00800;
    color: #fff;
    border-bottom: #e00800
}

.business .action-bar-wrapper .action-bar a.active svg {
    fill: #fff;
    transform: rotate(270deg)
}

.business .action-bar-wrapper .action-bar svg {
    position: absolute;
    height: .875rem;
    width: .4rem;
    transform: rotate(90deg);
    right: 1.75rem;
    top: 50%;
    margin-top: -.4rem;
    transition: all .3s ease-in-out
}

.business .action-bar-wrapper .active-center,
.business .action-bar-wrapper .active-first,
.business .action-bar-wrapper .active-last {
    border-bottom: none;
    border-top-color: #e00800
}

.business .action-bar-wrapper .active-center a,
.business .action-bar-wrapper .active-first a,
.business .action-bar-wrapper .active-last a {
    display: none
}

.business .action-bar-wrapper .active-center a.active,
.business .action-bar-wrapper .active-first a.active,
.business .action-bar-wrapper .active-last a.active {
    display: block
}

.business .action-bar-wrapper .active-center .action-bar,
.business .action-bar-wrapper .active-first .action-bar,
.business .action-bar-wrapper .active-last .action-bar {
    border-bottom: none
}

.business .action-bar-wrapper .active-first .action-bar {
    border-left-color: #e00800
}

.business .action-bar-wrapper .active-last .action-bar {
    border-right-color: #e00800
}

@media (min-width:768px) {
    .business .action-bar-wrapper>.row {
        border-top: none
    }

    .business .action-bar-wrapper .action-bar {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #353738;
        font-family: suiss, Arial, sans-serif;
        font-size: .875rem
    }

    .business .action-bar-wrapper .action-bar svg {
        display: none
    }

    .business .action-bar-wrapper .action-bar a {
        height: 3.8rem;
        line-height: 3.8rem;
        position: relative;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        color: #242424;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        border-bottom: none
    }

    .business .action-bar-wrapper .action-bar a+a {
        border-left: 2px solid #353738
    }

    .business .action-bar-wrapper .action-bar a:hover {
        color: #e00800
    }

    .business .action-bar-wrapper .action-bar a.active {
        color: #e00800;
        background-color: #f0f0ea;
        border-left-color: #e00800;
        border-bottom: none
    }

    .business .action-bar-wrapper .action-bar a.active:before {
        content: " ";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        background-color: #e00800;
        height: 2px
    }

    .business .action-bar-wrapper .action-bar a.active:after {
        content: " ";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        background-color: #f0f0ea;
        height: 2px
    }

    .business .action-bar-wrapper .action-bar a.active+a {
        border-left: 2px solid #e00800
    }

    .business .action-bar-wrapper .active-center,
    .business .action-bar-wrapper .active-first,
    .business .action-bar-wrapper .active-last {
        border-bottom: 2px solid #e00800
    }

    .business .action-bar-wrapper .active-center a,
    .business .action-bar-wrapper .active-first a,
    .business .action-bar-wrapper .active-last a {
        display: block
    }
}

@media (min-width:992px) {
    .business .action-bar-wrapper .action-bar {
        font-size: 1rem
    }
}

@media (min-width:1440px) {
    .business .action-bar-wrapper>.row {
        margin-top: 4rem
    }

    .business .action-bar-wrapper .action-bar {
        font-size: 1.1875rem
    }

    .business .action-bar-wrapper .action-bar a {
        line-height: 6.77rem;
        height: 6.77rem
    }
}

.business .tab-bg-sandy {
    background-color: #f0f0ea
}

.antispamAlert .alert-msg h3 {
    text-align: left;
    padding: 0 2rem;
    width: 100%
}

.alert-msg.banSpcTop {
    margin-top: 2.5rem
}

.messStatusBar {
    top: 130px;
    position: absolute !important;
    left: 0;
    z-index: 1;
    width: 100%
}

@media (min-width:993px) {
    .messStatusBar {
        top: 170px
    }
}

@media (max-width:767px) {
    .messStatusBar {
        top: 80px
    }
}

.messStatusBar .alert-msg {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.messStatusBar .alert-msg .alert-bg {
    padding: .8rem 1.75rem;
    border-radius: .25rem;
    text-align: left
}

.messStatusBar .alert-msg .errorIcon {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.messStatusBar .alert-msg .errorIcon .iconItem svg {
    height: 18px;
    margin-top: 7px
}

.messStatusBar .alert-msg h3,
.messStatusBar .alert-msg h4 {
    line-height: 1;
    font-size: 1rem;
    padding-left: 0
}

.messStatusBar .close {
    position: absolute;
    right: 0;
    top: 4px
}

.messStatusBar .close svg {
    fill: #fff;
    stroke-width: 1px;
    stroke: #fff
}

.messStatusBar.relative {
    top: auto;
    left: auto;
    position: relative !important;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.messStatusBar.relative .alert-msg .errorIcon .iconItem svg {
    fill: none !important;
    stroke: none
}

.infoStatusBar {
    border: 1px solid #cecece;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c
}

.infoStatusBar .iconCont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fc0;
    height: 100%
}

.infoStatusBar .iconCont svg {
    width: 2.25rem;
    height: 2.25rem
}

.infoStatusBar .iconItem {
    height: 100%;
    width: 68px;
    text-align: center;
    line-height: 1
}

.infoStatusBar .textItem {
    border: 1px solid #cecece;
    background: #fff;
    min-height: 85px;
    border-left: none
}

.infoStatusBar .textItem p {
    margin: 0;
    vertical-align: bottom;
    padding: 1rem 1rem 0;
    line-height: 1.25
}

.crossList ul {
    display: inline-block;
    padding-top: .5rem
}

@media (max-width:992px) {
    .crossList ul {
        padding-top: 1rem
    }
}

.crossList ul li {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #232323;
    position: relative;
    margin-bottom: .5rem;
    text-align: left;
    text-indent: 1.75rem
}

@media (min-width:993px) {
    .crossList ul li {
        margin-bottom: 1rem;
        font-size: .875rem;
        line-height: 1.125rem
    }
}

.crossList ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/b2c/assets/img/caramel/icon-cross.svg) 0 0 no-repeat;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 1.125rem
}

.acList p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #232323
}

.acList ul {
    display: inline-block;
    padding-top: .5rem
}

@media (max-width:992px) {
    .acList ul {
        padding-top: 1rem
    }
}

.acList ul li {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #232323;
    position: relative;
    margin-bottom: .5rem;
    text-align: left;
    padding-left: 2rem
}

@media (min-width:993px) {
    .acList ul li {
        font-size: 16px;
        line-height: 1.38
    }
}

.acList ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/b2c/assets/img/svg-icons/icon-actions-circle-check-circle-check-green.svg) 0 0 no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem
}

.acList ul li .planDetails {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33;
    color: #6c6c6c
}

.acList.crossicon ul li:before {
    background: url(/b2c/assets/img/caramel/icon-cross.svg) 0 0 no-repeat
}

html[lang=ar] [dir=rtl] .messStatusBar .close {
    right: auto;
    left: 0
}

html[lang=ar] [dir=rtl] .messStatusBar .alert-msg .errorIcon .iconItem {
    text-align: right
}

html[lang=ar] [dir=rtl] .infoStatusBar .textItem {
    border: 1px solid #cecece;
    border-right: none
}

html[lang=ar] [dir=rtl] .antispamAlert .alert-msg h3 {
    text-align: right;
    padding: 0 2rem
}

html[lang=ar] [dir=rtl] .action-bar-wrapper .active-first .action-bar {
    border-right-color: #e00800
}

html[lang=ar] [dir=rtl] .action-bar-wrapper .active-last .action-bar {
    border-left-color: #e00800
}

@media (min-width:768px) {
    html[lang=ar] [dir=rtl] .action-bar-wrapper .action-bar a.active {
        border-right-color: #e00800
    }

    html[lang=ar] [dir=rtl] .action-bar-wrapper .action-bar a.active+a {
        border-right: 2px solid #e00800
    }
}

html[lang=ar] [dir=rtl] .business .action-bar-wrapper .active-first .action-bar {
    border-right-color: #e00800
}

html[lang=ar] [dir=rtl] .business .action-bar-wrapper .active-last .action-bar {
    border-left-color: #e00800
}

@media (min-width:768px) {
    html[lang=ar] [dir=rtl] .business .action-bar-wrapper .action-bar a.active {
        border-right-color: #e00800
    }

    html[lang=ar] [dir=rtl] .business .action-bar-wrapper .action-bar a.active+a {
        border-right: 2px solid #e00800
    }
}

html[lang=ar] [dir=rtl] .action-bar-wrapper .action-bar a+a {
    border-left: none;
    border-right: 2px solid #353738
}

html[lang=ar] [dir=rtl] .action-bar-wrapper .action-bar svg {
    left: 1.75rem;
    right: auto
}

.alert-msg {
    width: 100%;
    z-index: 1051
}

.alert-msg .alert-bg {
    padding: 1.5rem 0
}

.alert-msg .errorIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1025px) and (max-width:1630px) {
    .alert-msg .errorIcon.promiseBlock {
        -ms-flex-pack: left;
        justify-content: left;
        padding: 0 1rem
    }
}

.alert-msg .errorIcon .iconItem {
    height: 30px;
    width: 30px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.alert-msg .errorIcon .iconItem svg {
    height: 21px;
    fill: #fff;
    margin-top: 6px
}

.alert-msg .errorIcon.inlineMess {
    display: block;
    text-align: center
}

@media (min-width:1025px) {
    .alert-msg .errorIcon.inlineMess .iconItem {
        display: inline-block;
        vertical-align: text-top
    }
}

.alert-msg .errorIcon.inlineMess p {
    margin-bottom: 0
}

@media (min-width:1025px) {
    .alert-msg .errorIcon.inlineMess p {
        margin-bottom: -1.5rem
    }
}

.alert-msg h3,
.alert-msg h4 {
    margin: 0;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    color: #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 500;
    line-height: 29px;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-left: .8rem
}

@media (max-width:992px) {

    .alert-msg h3,
    .alert-msg h4 {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width:667px) {

    .alert-msg h3,
    .alert-msg h4 {
        font-size: 18px;
        line-height: 22px
    }
}

.alert-msg.success .alert-bg {
    background: #232323
}

.alert-msg.success h3 {
    color: #fff
}

.alert-msg.ceased .alert-bg {
    background: #fc0
}

.alert-msg.ceased .alert-bg .errorIcon .iconItem svg {
    fill: #232323
}

.alert-msg.ceased .alert-bg .errorIcon .close svg {
    stroke: #232323
}

.alert-msg.ceased h3 {
    color: #232323
}

.alert-msg.success .alert-no-bg {
    background: #232323;
    padding: 1.5rem 0
}

.alert-msg.success .alert-no-bg .errorIcon .iconItem svg {
    fill: #fff
}

.alert-msg.success .alert-no-bg h3 {
    color: #fff
}

.alert-msg.warning .alert-bg {
    background-color: #fc0
}

.alert-msg.warning .alert-bg .errorIcon .iconItem svg {
    fill: #232323
}

.alert-msg.warning .alert-bg .errorIcon .close svg {
    stroke: #232323
}

.alert-msg.warning h3,
.alert-msg.warning h4 {
    color: #232323
}

.alert-msg.fail .alert-bg {
    background-color: #fc0
}

.alert-msg.fail .alert-bg .errorIcon .iconItem svg {
    fill: #232323
}

.alert-msg.fail .alert-bg .errorIcon .close svg {
    stroke: #232323
}

.alert-msg.fail h3 {
    color: #232323
}

@media (max-width:992px) {
    .alert-msg.fail {
        top: 0 !important
    }
}

.cX .alert-msg {
    margin-top: 1.5rem
}

.cX .alert-msg .btn-big {
    position: absolute;
    right: 2rem;
    color: #232323;
    top: -1.1rem
}

@media (max-width:1024px) {
    .cX .alert-msg .btn-big {
        position: relative;
        right: auto;
        top: auto;
        float: none !important;
        margin-top: 1.5rem !important;
        line-height: 64px
    }
}

@media (max-width:767px) {
    .cX .alert-msg .btn-big {
        width: 80%
    }
}

.cX .alert-bg {
    padding: 2.5rem 0;
    min-height: 100px
}

.cX .btn-big {
    position: absolute;
    right: 2rem;
    color: #fff;
    top: -1.1rem
}

@media (max-width:1024px) {
    .cX .errorIcon {
        display: block;
        text-align: center
    }
}

@media (max-width:1024px) {
    .cX .errorIcon .iconItem {
        margin: auto
    }
}

html[lang=ar] [dir=rtl] .alert-msg h3 {
    font-family: GE SS Two, Arial, sans-serif
}

@media (min-width:1025px) {
    html[lang=ar] [dir=rtl] .cX .alert-msg .btn-big {
        right: auto;
        left: 2rem
    }
}

.editorial-placement {
    text-align: center
}

.editorial-placement .placement-caption .placement-caption-container.rect-responsive {
    padding-bottom: 77.333%
}

.editorial-placement .placement-photo {
    height: 64vw;
    overflow: hidden;
    position: relative
}

.editorial-placement .placement-photo div.cover:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all .3s ease-in-out
}

.editorial-placement .placement-photo #read-more-triangle-placementphoto {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
    margin-right: -9px;
    transform: rotate(270deg);
    z-index: 2;
    fill: #fff
}

.editorial-placement .tiles-box {
    background-color: #fff;
    padding-bottom: 3.75rem;
    transition: all .3s ease-in-out
}

.editorial-placement .tiles-box.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.editorial-placement .tiles-box.content>.hidden-sm,
.editorial-placement .tiles-box.content>p {
    width: 100%
}

.editorial-placement .tiles-box h4 {
    position: relative;
    margin: 0 0 1.1875rem;
    color: #232323;
    text-transform: uppercase
}

.editorial-placement .tiles-box p,
.editorial-placement .tiles-box ul {
    color: #232323
}

.editorial-placement .tiles-box h4,
.editorial-placement .tiles-box p,
.editorial-placement .tiles-box ul {
    display: block;
    padding-left: 2%;
    padding-right: 2%
}

.editorial-placement .tiles-box ul {
    padding-top: 1rem
}

.editorial-placement .tiles-box ul li {
    text-align: left;
    padding-bottom: 1rem
}

.editorial-placement .tiles-box .read-more {
    background-color: #e00800;
    width: 100%;
    overflow: hidden;
    height: 3.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out
}

.editorial-placement .tiles-box #read-more-triangle-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5.5px;
    transform: rotate(180deg);
    fill: #fff
}

.editorial-placement .tiles-box .tiles-icon svg {
    width: 45px;
    height: 45px;
    display: inherit
}

.editorial-placement .tiles-box .tiles-icon {
    border-bottom: 1px solid #e00800;
    padding-bottom: .6875rem
}

.editorial-placement .tiles-box h4 {
    margin: 1.3625rem 0 1.3rem
}

.editorial-placement .tiles-box p,
.editorial-placement .tiles-box ul {
    font-size: .875rem
}

.editorial-placement .tiles-box .detail-info-wrap {
    margin-top: 1.0625rem
}

.editorial-placement .placement-box-wrap:hover .placement-photo div.cover:after {
    opacity: .1
}

.editorial-placement .placement-box-wrap-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.editorial-placement .price-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: .625rem 1.25rem
}

.editorial-placement .price-tag .detail-info-wrap-pricetag>div {
    color: #fff
}

@media (max-width:414px) {
    .editorial-placement .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 85.333%
    }

    .editorial-placement .tiles-box h4 {
        margin: 1.3625rem 0 1.5rem;
        font-size: 1rem
    }

    .editorial-placement .tiles-box p,
    .editorial-placement .tiles-box ul {
        font-size: .875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:414px) {
    .editorial-placement .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 77.333%
    }

    .editorial-placement .tiles-box h4 {
        margin: 1.3625rem 0 1.5rem;
        font-size: 1rem
    }

    .editorial-placement .tiles-box p,
    .editorial-placement .tiles-box ul {
        font-size: .875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:768px) {
    .editorial-placement .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 140.085%
    }

    .editorial-placement.caption-large-8col .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 70%
    }

    .editorial-placement .placement-box-wrap {
        display: -ms-flexbox;
        display: flex
    }

    .editorial-placement .placement-photo {
        height: auto
    }

    .editorial-placement .tiles-box {
        padding-bottom: 0
    }

    .editorial-placement .tiles-box .tiles-icon svg {
        width: 45px;
        height: 45px;
        display: inherit
    }

    .editorial-placement .tiles-box .tiles-icon {
        border-bottom: 1px solid #e00800;
        padding-bottom: .6875rem
    }

    .editorial-placement .tiles-box h4 {
        margin: 1.3625rem 0 1.5rem;
        font-size: 1rem
    }

    .editorial-placement .tiles-box .read-more {
        height: 0
    }

    .editorial-placement .tiles-box p,
    .editorial-placement .tiles-box ul {
        font-size: .875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .editorial-placement .tiles-box .detail-info-wrap {
        margin-top: 1.0625rem;
        padding-left: .5rem
    }

    .editorial-placement .placement-box-wrap:hover .tiles-box {
        padding-bottom: 3.75rem
    }

    .editorial-placement .placement-box-wrap:hover .read-more {
        height: 3.75rem
    }

    .editorial-placement .price-tag {
        right: 3.125rem
    }

    .editorial-placement-double {
        display: -ms-flexbox;
        display: flex
    }

    .editorial-placement-triple>div .tiles-box {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }

    .editorial-placement-triple>div:nth-child(2) .tiles-box {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
}

@media (min-width:992px) {
    .editorial-placement .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 102.085%
    }

    .editorial-placement.caption-large-8col .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 51%
    }

    .editorial-placement .tiles-box .tiles-icon svg {
        width: 50px;
        height: 50px
    }

    .editorial-placement .tiles-box .tiles-icon {
        padding-bottom: .9375rem
    }

    .editorial-placement .tiles-box h4 {
        margin: 1.3125rem 0 1.375rem
    }

    .editorial-placement .tiles-box h4,
    .editorial-placement .tiles-box p {
        padding-left: 5%;
        padding-right: 5%
    }

    .editorial-placement .tiles-box p {
        font-size: .875rem
    }

    .editorial-placement .tiles-box .detail-info-wrap {
        margin-top: 1.0625rem
    }

    .editorial-placement .placement-box-wrap:hover .tiles-box {
        padding-bottom: 5rem
    }

    .editorial-placement .placement-box-wrap:hover .read-more {
        height: 5rem
    }

    .editorial-placement .price-tag {
        padding: 1.375rem 2.75rem;
        right: 3.125rem
    }
}

@media (min-width:1440px) {
    .editorial-placement .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 97.03%
    }

    .editorial-placement.caption-large-8col .placement-caption .placement-caption-container.rect-responsive {
        padding-bottom: 48.5%
    }

    .editorial-placement .tiles-box .tiles-icon {
        margin-top: 2rem;
        width: auto !important
    }

    .editorial-placement .tiles-box .tiles-icon svg {
        width: 60px;
        height: 60px
    }

    .editorial-placement .tiles-box h4 {
        font-size: 1.25rem
    }

    .editorial-placement .tiles-box h4,
    .editorial-placement .tiles-box p {
        padding-left: 6%;
        padding-right: 6%;
        display: inline-block
    }

    .editorial-placement .tiles-box p,
    .editorial-placement .tiles-box ul {
        font-size: 1rem
    }

    .editorial-placement .tiles-box .detail-info-wrap {
        margin-top: 2rem;
        margin-bottom: 3rem
    }

    .editorial-placement .tiles-box div {
        width: auto
    }

    .editorial-placement .placement-box-wrap:hover .tiles-box {
        padding-bottom: 7.5rem
    }

    .editorial-placement .placement-box-wrap:hover .read-more {
        height: 7.5rem
    }
}

[lang=ar] [dir=rtl] .price-tag {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .editorial-placement .tiles-box ul li {
    text-align: right
}

[lang=ar] [dir=rtl] .editorial-placement .placement-photo #read-more-triangle-placementphoto {
    transform: rotate(90deg);
    margin-left: -9px;
    right: auto;
    left: 0;
    -ms-transform: rotate(-90deg)
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .editorial-placement .price-tag {
        padding: 1.375rem 2.75rem;
        left: 3.125rem;
        right: auto
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .editorial-placement .price-tag {
        padding: 1.375rem 2.75rem;
        left: 3.125rem;
        right: auto
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .editorial-placement .price-tag {
        left: 3.125rem;
        right: auto
    }

    [lang=ar] [dir=rtl] .tiles-box h4 {
        font-size: 1.5rem
    }

    [lang=ar] [dir=rtl] .tiles-box p,
    [lang=ar] [dir=rtl] .tiles-box ul {
        font-size: 1rem
    }

    [lang=ar] [dir=rtl] .tiles-box .read-more {
        font-size: 1.5rem
    }
}

.business .tiles-box .read-more {
    background-color: #e00800
}

.business .editorial-placement .tiles-icon {
    border-bottom: 1px solid #e00800
}

.row-tiles>.container-fluid {
    background-color: #f0f0ea
}

.row-tiles.bg-white>.container-fluid {
    background-color: #fff
}

.tiles-box-wrap {
    text-align: center;
    padding: 0 0 2rem;
    overflow: hidden
}

.tiles-box-wrap .swiper-wrapper {
    filter: blur(0);
    height: auto
}

.tiles-box-wrap .swiper-wrapper .swiper-slide {
    width: 66.66666667%;
    height: auto
}

.tiles-box-wrap div[class*=col-]>.rect-responsive {
    padding-bottom: 103%;
    display: block
}

.tiles-box-wrap .tiles-box {
    background-color: #fff;
    transition: all .2s ease-in-out;
    transition: .2s
}

.tiles-box-wrap .tiles-box.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.tiles-box-wrap .tiles-box.content a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tiles-box-wrap .tiles-box:after {
    content: " ";
    background-color: #e00800;
    width: 100%;
    height: .7125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out
}

.tiles-box-wrap .tiles-box h4 {
    color: #242424;
    position: relative;
    padding-bottom: 1em;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tiles-box-wrap .tiles-box p:before {
    content: " ";
    width: 10%;
    height: 1px;
    position: relative;
    display: block;
    top: -14px;
    left: 45%;
    background-color: #e00800;
    transition: all .2s ease-in-out;
    transition: .2s
}

.tiles-box-wrap .tiles-box p {
    color: #232323;
    font-size: .875rem
}

.tiles-box-wrap .tiles-box.hover,
.tiles-box-wrap .tiles-box:hover {
    cursor: pointer;
    background-color: #e00800
}

.tiles-box-wrap .tiles-box.hover h4,
.tiles-box-wrap .tiles-box.hover p,
.tiles-box-wrap .tiles-box:hover h4,
.tiles-box-wrap .tiles-box:hover p {
    color: #fff
}

.tiles-box-wrap .tiles-box.hover p:before,
.tiles-box-wrap .tiles-box:hover p:before {
    background-color: #fff
}

.tiles-box-wrap .tiles-box h4,
.tiles-box-wrap .tiles-box p {
    padding-left: 5%;
    padding-right: 5%
}

.tiles-box-wrap .tile-with-bkg div.cover {
    top: 0
}

.tiles-box-wrap .tile-with-bkg div.cover:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(35, 35, 35, .5);
    transition: all .3s ease-in-out
}

.tiles-box-wrap .tile-with-bkg .tiles-box {
    background-color: transparent
}

.tiles-box-wrap .tile-with-bkg .tiles-box:after {
    background-color: rgba(224, 8, 0, .8)
}

.tiles-box-wrap .tile-with-bkg .tiles-box h4,
.tiles-box-wrap .tile-with-bkg .tiles-box p {
    color: #fff
}

.tiles-box-wrap .tile-with-bkg:hover div.cover:after {
    background-color: rgba(224, 8, 0, .8)
}

.tiles-box-wrap .tile-with-bkg:hover .tiles-box:after {
    background-color: transparent
}

.tiles-box-wrap .tiles-swiper-scrollbar {
    display: none;
    width: 100%;
    left: 0;
    border-radius: 0;
    background-color: #e2e1da;
    height: .25rem;
    z-index: 8
}

.tiles-box-wrap .swiper-scrollbar-drag {
    border-radius: 0
}

.tiles-box-wrap .swiper-pagination-bullets {
    display: block;
    height: 32px
}

.tiles-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 29px 5px 0;
    height: 3px;
    width: 20px;
    border-radius: 0
}

.tiles-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424
}

.tiles-box-wrap.lower-tiles div[class*=col-]>.rect-responsive {
    padding-bottom: 93%
}

.tiles-box-wrap.lower-tiles .tiles-box h4 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.tiles-box-wrap.lower-tiles .tiles-box p:before {
    display: none
}

.tiles-box-wrap.lower-tiles .tiles-box:after {
    height: .4375rem
}

.row-tiles {
    position: relative
}

.row-tiles .tiles-swiper-button-next,
.row-tiles .tiles-swiper-button-prev {
    display: none;
    width: 1.125rem;
    height: 2.25rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.row-tiles .tiles-swiper-button-next svg,
.row-tiles .tiles-swiper-button-prev svg {
    width: 100%;
    height: auto;
    stroke: #242424;
    stroke-width: 3px
}

.row-tiles .tiles-swiper-button-next {
    right: 3%
}

.row-tiles .tiles-swiper-button-prev {
    left: 3%
}

@media (min-width:768px) {
    .tiles-box-wrap {
        padding: 0 0 4.3rem
    }

    .tiles-box-wrap div[class*=col-]>.rect-responsive {
        padding-bottom: 114%
    }

    .tiles-box-wrap .tiles-swiper-scrollbar {
        bottom: 2rem
    }

    .tiles-box-wrap .swiper-pagination-bullets {
        display: none;
        height: 50px
    }

    .tiles-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 47px 5px 0;
        width: 40px
    }

    .tiles-box-wrap.lower-tiles h4 {
        font-size: 1rem;
        line-height: 1.25rem
    }

    .tiles-box-wrap.lower-tiles div[class*=col-]>.rect-responsive {
        padding-bottom: 77%
    }

    .tiles-box-wrap .tiles-box.content h4 {
        width: 100%;
        font-size: 1.125rem
    }

    .more-than-three .tiles-swiper-scrollbar {
        display: inherit
    }

    .more-than-three .swiper-pagination-bullets {
        display: none
    }

    .more-than-three .tiles-swiper-button-next,
    .more-than-three .tiles-swiper-button-prev {
        display: -ms-flexbox;
        display: flex
    }

    .more-than-three .swiper-button-disabled {
        display: none
    }
}

@media (min-width:992px) {
    .tiles-box-wrap div[class*=col-]>.rect-responsive {
        padding-bottom: 103%
    }

    .tiles-box .tiles-box-wrap:after {
        height: 1rem
    }

    .tiles-box-wrap.lower-tiles div[class*=col-]>.rect-responsive {
        padding-bottom: 77.5%
    }

    .tiles-box .tiles-box-wrap.lower-tiles:after {
        height: 1rem
    }

    .tiles-box-wrap .tiles-box.content h4 {
        width: 100%;
        font-size: 1.25rem
    }
}

@media (min-width:1440px) {
    .row-tiles .container-fluid {
        position: relative
    }

    .tiles-box-wrap {
        padding: 0 0 5.3rem
    }

    .tiles-box-wrap .tiles-swiper-button-next,
    .tiles-box-wrap .tiles-swiper-button-prev {
        width: 2.75rem;
        height: 5.43rem;
        margin-bottom: -2.2rem
    }

    .tiles-box-wrap .tiles-swiper-scrollbar {
        bottom: 3.05rem
    }

    .tiles-box-wrap .tiles-box p {
        font-size: 1rem
    }

    .tiles-box-wrap.lower-tiles h4 {
        font-size: 1.5rem;
        line-height: 1.875rem
    }

    .tiles-box-wrap .tiles-box.content h4 {
        font-size: 1.5rem;
        width: 100%
    }
}

.business .row-tiles>.container-fluid {
    background-color: #393c3a
}

.business .row-tiles .tiles-swiper-button-next svg,
.business .row-tiles .tiles-swiper-button-prev svg {
    stroke: #e2e1da
}

.business .row-tiles .tiles-box {
    background-color: rgba(36, 36, 36, .5)
}

.business .row-tiles .tiles-box h4 {
    color: #fff
}

.business .row-tiles .tiles-box p:before {
    background-color: #e00800
}

.business .row-tiles .tiles-box p {
    color: #f0f0ea
}

.business .row-tiles .tiles-box:after {
    background-color: rgba(224, 8, 0, .8)
}

.business .row-tiles .tiles-box.hover,
.business .row-tiles .tiles-box:hover {
    cursor: pointer;
    background-color: #e00800
}

.business .row-tiles .tiles-box.hover h4,
.business .row-tiles .tiles-box.hover p,
.business .row-tiles .tiles-box:hover h4,
.business .row-tiles .tiles-box:hover p {
    color: #fff
}

.business .row-tiles .tiles-box.hover p:before,
.business .row-tiles .tiles-box:hover p:before {
    background-color: #fff
}

html[lang=ar] [dir=rtl] .row-tiles .tiles-swiper-button-next {
    left: 3%;
    right: auto
}

html[lang=ar] [dir=rtl] .row-tiles .tiles-swiper-button-next svg {
    transform: scaleX(-1)
}

html[lang=ar] [dir=rtl] .row-tiles .tiles-swiper-button-next svg use {
    -moz-transform: scaleX(-1)
}

html[lang=ar] [dir=rtl] .row-tiles .tiles-swiper-button-prev {
    right: 3%;
    left: auto
}

html[lang=ar] [dir=rtl] .row-tiles .tiles-swiper-button-prev svg {
    transform: scaleX(-1)
}

html[lang=ar] [dir=rtl] .row-tiles .tiles-swiper-button-prev svg use {
    -moz-transform: scaleX(-1)
}

.ipad-tiles-box {
    overflow: hidden
}

.ipad-tiles-box .tiles-box-wrap {
    overflow: visible;
    padding-bottom: 0
}

.ipad-tiles-box .tiles-box-wrap div[class*=col-]>.rect-responsive {
    padding-bottom: 268px
}

.ipad-tiles-box .tiles-box-wrap .tiles-box h4:after {
    display: none
}

.ipad-tiles-box .tiles-box-wrap .tile-with-bkg .tiles-box:after {
    background-color: transparent
}

.ipad-tiles-box .tiles-box-wrap .tiles-box h4 {
    margin-top: 5rem;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 2.5rem;
    text-transform: none;
    height: 4.5rem
}

.ipad-tiles-box .tiles-box-wrap .tile-with-bkg:hover div.cover:after,
.ipad-tiles-box .tiles-box-wrap .tile-with-bkg div.cover:after {
    background-color: rgba(0, 0, 0, .2)
}

.ipad-tiles-box .tiles-box-wrap:after {
    content: " ";
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    background: linear-gradient(270deg, #f1f1eb 0, hsla(60, 18%, 93%, 0));
    z-index: 10
}

.ipad-tiles-box .row>.col-xs-12 {
    margin-left: 2rem
}

.ipad-tiles-box .detail-price-new * {
    color: #fff
}

.ipad-tiles-box .price-tag {
    padding: 1.125rem .875rem .875rem;
    right: 0
}

[lang=ar] [dir=rtl] .ipad-tiles-box .row>.col-xs-12 {
    margin-left: -2rem
}

[lang=ar] [dir=rtl] .tiles-box-wrap:after {
    right: auto;
    left: 2rem;
    background: linear-gradient(90deg, #f1f1eb 0, hsla(60, 18%, 93%, 0))
}

.tab-box-wrap {
    background-color: #f0f0ea;
    padding-bottom: 2.8125rem;
    overflow: hidden
}

.tab-box-wrap .swiper-wrapper,
.tab-box-wrap .tab-box-label,
.tab-box-wrap .tab-box-label-wrap {
    -webkit-filter: blur(0);
    transition: all all .2s ease-in-out ease-in-out;
    transition: all .2s ease-in-out
}

.tab-box-wrap .tab-box-slide .rect-responsive {
    padding-bottom: 2rem;
    padding-top: 1rem
}

.tab-box-wrap .tab-box-slide .content {
    position: static
}

.tab-box-wrap .swiper-slide {
    width: 74.333333%;
    background-color: #fff;
    transition: all all .2s ease-in-out ease-in-out;
    transition: all .2s ease-in-out
}

.tab-box-wrap .tab-box-text .content {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-box-wrap .tab-box-text .content h3 {
    text-transform: uppercase
}

.tab-box-wrap .tab-box-text .content p {
    margin: 1.125rem 0;
    color: #232323
}

.tab-box-wrap .tab-box-text .content .btn {
    margin-top: 1rem
}

.tab-box-wrap .tab-box-photo {
    overflow: hidden;
    position: relative
}

.tab-box-wrap .tab-box-photo div.cover {
    top: 0
}

.tab-box-wrap label {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    border: none;
    color: #232323;
    font-weight: inherit;
    background-color: #fff
}

.tab-box-wrap label h4 {
    margin-bottom: .25rem
}

.tab-box-wrap label p {
    color: #232323
}

.tab-box-wrap label>.row {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tab-box-wrap label>.row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-box-wrap label>.row>div:last-child {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.tab-box-wrap label .main-stroke {
    stroke: #232323
}

.tab-box-wrap .tab-box-photo {
    height: 67vw
}

.tab-box-wrap .smartphone-label {
    background: #e00800;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.125rem
}

.tab-box-wrap .smartphone-label svg {
    max-height: 1.375rem;
    max-width: 1.375rem;
    margin-right: 1rem
}

.tab-box-wrap .smartphone-label .main-stroke {
    stroke: #fff
}

.tab-box-wrap input[type=radio] {
    display: none
}

.tab-box-wrap input[type=radio]+div {
    display: block
}

.action-bar-container-active {
    width: 100%
}

@media (min-width:768px) {
    .tab-box-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        background-color: transparent;
        overflow: hidden
    }

    .tab-box-wrap .swiper-slide {
        width: 100%
    }

    .tab-box-wrap .tab-box-swiper-button-next-wrap,
    .tab-box-wrap .tab-box-swiper-button-prev-wrap {
        position: relative;
        z-index: 4;
        background-color: #fff
    }

    .tab-box-wrap .tab-box-swiper-button-next-wrap.swiper-button-disabled,
    .tab-box-wrap .tab-box-swiper-button-prev-wrap.swiper-button-disabled {
        display: none
    }

    .tab-box-wrap .tab-box-swiper-button-next,
    .tab-box-wrap .tab-box-swiper-button-prev {
        width: 100%;
        height: 7.3125rem;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        transition: all all .2s ease-in-out ease-in-out;
        transition: all .2s ease-in-out
    }

    .tab-box-wrap .tab-box-swiper-button-next svg,
    .tab-box-wrap .tab-box-swiper-button-prev svg {
        width: 15px;
        height: auto;
        stroke: #232323
    }

    .tab-box-wrap label {
        height: 7.3125rem;
        position: relative
    }

    .tab-box-wrap label.swiper-slide {
        width: 33.3333%
    }

    .tab-box-wrap label.checkedClass,
    .tab-box-wrap label.checkedClass:hover,
    .tab-box-wrap label:hover {
        background-color: #e00800;
        color: #fff;
        transition: all all .2s ease-in-out ease-in-out;
        transition: all .2s ease-in-out
    }

    .tab-box-wrap label.checkedClass:before,
    .tab-box-wrap label.checkedClass:hover:before,
    .tab-box-wrap label:hover:before {
        display: none
    }

    .tab-box-wrap label.checkedClass:hover p,
    .tab-box-wrap label.checkedClass p,
    .tab-box-wrap label:hover p {
        color: #fff
    }

    .tab-box-wrap label.checkedClass .main-stroke,
    .tab-box-wrap label.checkedClass:hover .main-stroke,
    .tab-box-wrap label:hover .main-stroke {
        stroke: #fff
    }

    .tab-box-wrap label:before {
        content: " ";
        width: 1px;
        background-color: #f0f0ea;
        position: absolute;
        right: 0;
        bottom: 1rem;
        top: 1rem
    }

    .tab-box-wrap label svg {
        max-height: 2.1rem;
        max-width: 1.8rem
    }

    .tab-box-wrap label p {
        font-size: .75rem;
        width: 94%
    }

    .tab-box-wrap label:last-child:before {
        display: none
    }

    .tab-box-wrap .tab-box-slide .rect-responsive {
        padding-bottom: 90%;
        padding-top: 0
    }

    .tab-box-wrap .tab-box-slide .content {
        position: absolute
    }

    .tab-box-wrap .tab-box-label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tab-box-wrap .tab-box-label,
    .tab-box-wrap .tab-box-label-wrap {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
        border-bottom: 2px solid #e00800;
        z-index: 2
    }

    .tab-box-wrap .tab-box-label-wrap {
        overflow: hidden;
        position: relative
    }

    .tab-box-wrap .tab-box-label-wrap>.row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .tab-box-wrap .tab-box-label-wrap .tab-box-label {
        border: none;
        box-shadow: none
    }

    .tab-box-wrap .tab-box-text p {
        font-size: .875rem
    }

    .tab-box-wrap .tab-box-photo {
        height: auto
    }

    .tab-box-wrap .smartphone-label,
    .tab-box-wrap input[type=radio],
    .tab-box-wrap input[type=radio]+div {
        display: none
    }

    .tab-box-wrap input[type=radio]:checked+div {
        display: -ms-flexbox;
        display: flex
    }

    .tab-box-wrap input[type=radio]:checked+.display-block {
        display: block !important
    }
}

@media (min-width:992px) {

    .tab-box-wrap .tab-box-swiper-button-next,
    .tab-box-wrap .tab-box-swiper-button-prev,
    .tab-box-wrap label {
        height: 8.625rem
    }

    .tab-box-wrap label.checkedClass:after,
    .tab-box-wrap label.checkedClass:hover:after,
    .tab-box-wrap label:hover:after {
        height: 1.25rem
    }

    .tab-box-wrap label:before {
        bottom: 1.25rem;
        top: 1.25rem
    }

    .tab-box-wrap label svg {
        max-height: 2.5rem;
        max-width: 2.5rem
    }

    .tab-box-wrap label p {
        font-size: .875rem
    }

    .tab-box-wrap .tab-box-slide .rect-responsive {
        padding-bottom: 59.5%
    }
}

@media (min-width:1440px) {

    .tab-box-wrap .tab-box-swiper-button-next,
    .tab-box-wrap .tab-box-swiper-button-prev,
    .tab-box-wrap label {
        height: 7.4rem
    }

    .tab-box-wrap label p {
        font-size: 1rem
    }

    .tab-box-wrap label svg {
        max-height: 3.125rem;
        max-width: 3.125rem
    }

    .tab-box-wrap .tab-box-text .content p {
        font-size: 1rem
    }
}

.business .tab-box-wrap label {
    background-color: #e2e1da
}

.business .tab-box-wrap label.checkedClass,
.business .tab-box-wrap label.checkedClass:hover,
.business .tab-box-wrap label:hover {
    background-color: #e00800
}

.business .tab-box-wrap .smartphone-label {
    background: #e00800
}

.business .tab-box-wrap .tab-box-wrap .tab-box-label,
.business .tab-box-wrap .tab-box-wrap .tab-box-label-wrap {
    border-bottom-color: #e00800
}

@media (min-width:768px) {

    .business .tab-box-wrap .tab-box-label,
    .business .tab-box-wrap .tab-box-label-wrap {
        border-bottom: 2px solid #e00800
    }

    .business .tab-box-wrap .tab-box-text .content {
        background-color: #e2e1da
    }

    .business .tab-box-wrap label:before {
        background-color: #cecece
    }

    .business .tab-box-wrap .tab-box-swiper-button-next-wrap,
    .business .tab-box-wrap .tab-box-swiper-button-prev-wrap {
        background-color: #e2e1da
    }
}

.autoHeight.swiper-slide,
.autoHeight.swiper-wrapper {
    height: auto !important
}

.statusRed {
    background: red
}

.statusRed,
.statusYellow {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block
}

.statusYellow {
    background: #ffbf00
}

.statusGreen {
    background: linear-gradient(180deg, #c0e47c, #8acd00 40%) repeat scroll 0 0 transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block
}

@media (max-width:767px) {
    .support-tabs-wrapper .tab-box-wrap .smartphone-label {
        text-transform: uppercase
    }
}

[lang=ar] [dir=rtl] .tab-box-wrap label:before {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .tab-box-wrap .tab-box-swiper-button-next svg {
        transform: rotate(180deg)
    }

    [lang=ar] [dir=rtl] .tab-box-wrap .tab-box-swiper-button-next svg use {
        -moz-transform: scale(-1)
    }

    [lang=ar] [dir=rtl] .tab-box-wrap .tab-box-swiper-button-prev svg {
        transform: rotate(180deg)
    }

    [lang=ar] [dir=rtl] .tab-box-wrap .tab-box-swiper-button-prev svg use {
        -moz-transform: scale(-1)
    }
}

.spacer {
    height: 3rem;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0
}

.spacer.black96 {
    background-color: #151515;
    height: 96px
}

.spacer.black48 {
    background-color: #151515;
    height: 48px
}

.spacer.black24 {
    background-color: #151515;
    height: 24px
}

.spacer.white96 {
    background-color: #fff;
    height: 96px
}

.spacer.white48 {
    background-color: #fff;
    height: 48px
}

.spacer.white24 {
    background-color: #fff;
    height: 24px
}

.spacer.sandy96 {
    background-color: #e2e1da;
    height: 96px
}

.spacer.sandy48 {
    background-color: #e2e1da;
    height: 48px
}

.spacer.sandy24 {
    background-color: #e2e1da;
    height: 24px
}

.business .spacer.bg-lighter-filler {
    background-color: #454844
}

#store-locator-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    transition: height .3s ease-in-out
}

#store-locator-map .gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin-top: 1rem;
    background: #fff
}

#store-locator-map .error {
    display: block;
    position: relative;
    width: 70%;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    color: #e00800;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    z-index: 2
}

#store-locator-map .more-details-box {
    background: #fff;
    top: 5%;
    left: 48%;
    overflow: hidden
}

#store-locator-map .more-details-box .close-btn {
    fill: #fff;
    position: absolute;
    top: 10px;
    z-index: 99999900;
    right: 10px;
    height: 28px;
    width: 28px
}

#store-locator-map .more-details-box .box-section .dynamic-value {
    color: #232323
}

#store-locator-map .more-details-box .box-section p {
    letter-spacing: .6px
}

#store-locator-map .more-details-box .box-section .header-name {
    margin-bottom: 1.5rem;
    color: #e00800;
    letter-spacing: 0
}

#store-locator-map .more-details-box .box-section .header-name h4 {
    font-size: 1.375rem;
    margin: 0
}

#store-locator-map .more-details-box .box-section .header-name h5 {
    font-size: 1rem;
    margin: 0
}

#store-locator-map .more-details-box .box-section .box-section-body p {
    margin-bottom: 1.375rem
}

#store-locator-map .more-details-box .box-section .box-section-body ul li {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

#store-locator-map .more-details-box .box-section .box-section-footer .contact-info-no svg {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 6%
}

#store-locator-map .more-details-box .box-section .box-section-footer .btn-footer-container {
    text-align: center;
    margin: 1.625rem auto
}

#store-locator-map .more-details-box .box-section .border-bottom {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 1.375rem
}

#store-locator-form .select2-selection__rendered>div {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

#store-locator-form .category-dropdown .select2-results__option--highlighted,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true] {
    overflow: visible;
    position: relative
}

#store-locator-form .category-dropdown .select2-results__option--highlighted>div:before,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true]>div:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -4px;
    height: 100%;
    border-left: 4px solid #e00800;
    padding-left: 1rem
}

#store-locator-form .category-dropdown .select2-results__option--highlighted>div.store-basket:before,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-basket:before {
    border-color: #ff8100
}

#store-locator-form .category-dropdown .select2-results__option--highlighted>div.store-bag:before,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-bag:before {
    border-color: #e00800
}

#store-locator-form .category-dropdown .select2-results__option--highlighted>div.store-payment:before,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-payment:before {
    border-color: #fc0
}

#store-locator-form .category-dropdown .select2-results__option--highlighted>div.store-wifi:before,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-wifi:before {
    border-color: #fb193f
}

#store-locator-form .category-dropdown .select2-results__option--highlighted>div.store-business:before,
#store-locator-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-business:before {
    border-color: #e00800
}

#store-locator-form .category-dropdown .select2-results__option svg {
    vertical-align: top
}

@media (min-width:992px) {

    #store-locator-form .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option--highlighted>div,
    #store-locator-form .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option[aria-selected=true]>div {
        padding-left: 2rem
    }
}

@media (min-width:1440px) {
    #store-locator-map {
        height: 800px
    }
}

.search-group .store-locator-style {
    display: block
}

.search-group .store-locator-style #pac-input {
    padding-right: 18%;
    border: 0
}

.search-group .store-locator-style input:active:after {
    height: 20px;
    content: "CHECK"
}

.search-group .store-locator-style span {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.search-group .store-locator-style span a {
    color: #242424
}

.search-group .store-locator-style span.clear-check-seach-btn svg {
    height: 15px;
    width: 15px;
    margin-top: 1.5rem;
    fill: #353738
}

@media (min-width:414px) {
    .search-group .store-locator-style #pac-input {
        padding-right: 28%
    }

    .search-group .store-locator-style span .btn {
        padding: 0 1rem
    }

    .search-group .store-locator-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .store-locator-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }
}

@media (min-width:425px) {
    .search-group .store-locator-style #pac-input {
        padding-right: 20%
    }

    .search-group .store-locator-style span .btn {
        padding: 0 1rem
    }

    .search-group .store-locator-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .store-locator-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    .search-group .store-locator-style #pac-input {
        padding-right: 20%
    }

    .search-group .store-locator-style span .btn {
        padding: 0 1rem
    }

    .search-group .store-locator-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .store-locator-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }
}

@media (min-width:992px) {
    .search-group .store-locator-style #pac-input {
        padding-right: 20%
    }

    .search-group .store-locator-style span .btn {
        padding: 0 1rem
    }

    .search-group .store-locator-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .store-locator-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }

    .store-locator-wrap .tiles-content .store-locator-header .search-group .search-btn {
        height: 3rem
    }
}

@media (min-width:1440px) {
    .search-group .store-locator-style #pac-input {
        padding-right: 18%
    }

    .search-group .store-locator-style span {
        right: 0;
        top: 0
    }

    .search-group .store-locator-style span .btn {
        padding: 0 1.5rem
    }

    .search-group .store-locator-style span a {
        color: #242424;
        line-height: 4rem
    }

    .search-group .store-locator-style span.clear-check-seach-btn svg {
        margin-top: 1.5rem
    }
}

.store-locator-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.store-locator-wrap .search-style {
    display: block
}

.store-locator-wrap .tiles-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.store-locator-wrap .tiles-content:after {
    content: " ";
    background-color: rgba(224, 8, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.store-locator-wrap .tiles-content div.cover {
    left: 0;
    z-index: 1;
    top: 0
}

.store-locator-wrap .tiles-content .store-locator-header {
    z-index: 3;
    position: relative;
    width: 100%
}

.store-locator-wrap .tiles-content .store-locator-header h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: visible
}

.store-locator-wrap .tiles-content .store-locator-header .search-group {
    margin: 0 0 1rem
}

.store-locator-wrap .tiles-content .store-locator-header .search-group select {
    width: 100%
}

.store-locator-wrap .tiles-content .store-locator-header .search-group .close-btn svg {
    width: 1rem;
    height: 1rem
}

.store-locator-wrap .tiles-content .store-locator-header .search-group .search-btn {
    width: 100%;
    height: auto
}

.store-locator-wrap .tiles-content .store-locator-header .search-group .search-btn svg {
    width: 1rem;
    height: 1rem
}

.store-locator-wrap .tiles-content .store-locator-header .my-current-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2%;
    margin-top: 1rem
}

.store-locator-wrap .tiles-content .store-locator-header .my-current-location svg {
    height: 18px;
    width: 14px;
    margin-right: 5px
}

.store-locator-wrap .tiles-content .store-locator-header .my-current-location a {
    color: #fff;
    letter-spacing: 1.1px;
    text-decoration: underline
}

.store-locator-wrap .map-container {
    position: relative
}

.store-locator-wrap .map-container .background-map {
    position: relative;
    transition: height .3s ease-in-out
}

.store-locator-wrap .map-container .background-map.closed {
    min-height: 150px
}

.store-locator-wrap .map-container .background-map.opened {
    min-height: 340px
}

.store-locator-wrap .map-container .background-map .map-filter {
    position: relative;
    display: block
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav {
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
    margin: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list.topnav-swiper-container.swiper-container-horizontal {
    width: 100%
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list .nav {
    padding-left: 0;
    width: 100%
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul {
    float: left;
    margin: 0;
    list-style: none
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
    float: left;
    letter-spacing: 1.6px
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.swiper-slide {
    width: auto
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active {
    border: 0;
    border-bottom: 4px;
    border-style: solid;
    font-weight: 900
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.green-b {
    border-color: #e00800
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.dark-gray {
    border-color: #242424
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.orange-b {
    border-color: #232323
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.sandy-green-b {
    border-color: #567a6a
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.purple-b {
    border-color: #fb193f
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.light-green-b {
    border-color: #bee70d
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.dark-green-b {
    border-color: #e00800
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.yellow-b {
    border-color: #fc0
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    text-transform: uppercase
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 12rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
    z-index: 1;
    -ms-flex: 1 2 25%;
    flex: 1 2 25%;
    overflow: hidden;
    background-color: #fff
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
    width: 100%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #d8d8d8;
    transition: all .2s ease
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail {
    top: 0;
    left: 0;
    z-index: 15;
    position: absolute;
    transition: all .2s ease
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short {
    border-left-width: 5px;
    border-left-style: solid;
    transition: all .2s ease
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-basket {
    border-color: #ff8100
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-bag {
    border-color: #e00800
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-machine {
    border-color: #fc0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-wifi {
    border-color: #fb193f
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-business {
    border-color: #e00800
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
    cursor: pointer;
    padding: 1.85rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 4%;
    padding-left: 9%;
    border-left: 0 solid #e00800;
    transition: all .2s ease-in-out
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
    position: relative
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon img {
    width: 2rem;
    height: 2rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle {
    position: relative;
    width: 44px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle input[type=checkbox] {
    opacity: 0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #e00800;
    transition: all .3s ease-in-out
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle input[type=checkbox]:checked+label:after {
    transition: all .3s ease-in-out;
    left: 35%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:after,
.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:before {
    width: 100%;
    height: 18px;
    background: #8d8e80;
    border-radius: 9px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:after {
    width: 28px;
    height: 28px;
    top: -5px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
    font-size: 1.375rem;
    letter-spacing: 0;
    color: #232323;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
    padding-left: .5rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long {
    width: 100%;
    position: absolute;
    top: 82px;
    left: 0;
    background-color: #f0f0ea;
    z-index: 14;
    padding: 1.75rem 1.25rem;
    display: none
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 1.875rem;
    -ms-flex-align: start;
    align-items: flex-start
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
    width: 10%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon svg {
    height: 20px;
    width: 20px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .6px;
    color: #232323
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc .dynamic-value {
    color: #232323
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc a {
    color: #e00800;
    text-decoration: underline
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc .status {
    color: #e00800;
    font-weight: 700;
    text-transform: uppercase
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
    text-align: right;
    font-size: .875rem;
    text-transform: uppercase
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn a {
    color: #232323
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn a svg {
    height: 11px;
    width: 7px;
    margin-left: 23px;
    transform: rotate(-90deg);
    transform-origin: center center;
    overflow: visible;
    fill: #353738
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.net-2g .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #fc0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.net-3g .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #bee70d
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.net-4g .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #e00800
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1rem 2.25rem;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 1px -1px 6px 0 rgba(0, 0, 0, .25);
    z-index: 9;
    position: relative;
    background: #fff
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
    color: #909192;
    letter-spacing: 1.2px;
    position: relative
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager .pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12.5px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager .pager-arrows {
    height: inherit;
    width: 25%;
    color: #909192;
    letter-spacing: 1.2px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
    position: relative;
    -ms-flex: 2 1 75%;
    flex: 2 1 75%;
    overflow: hidden
}

.store-locator-wrap .map-container .background-map .map-filter .swiper-slide {
    position: static
}

.store-locator-wrap .switch-store-locator {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .25);
    z-index: 999;
    position: relative;
    margin: 0
}

.store-locator-wrap .switch-store-locator .switcher {
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    color: #242424;
    border-bottom: 4px solid #fff;
    -ms-flex-line-pack: center;
    align-content: center
}

.store-locator-wrap .switch-store-locator .switcher svg {
    height: 20px;
    width: 16px;
    margin-right: 1rem;
    stroke: #e00800
}

.store-locator-wrap .switch-store-locator .switcher.active,
.store-locator-wrap .switch-store-locator .switcher:active,
.store-locator-wrap .switch-store-locator .switcher:checked,
.store-locator-wrap .switch-store-locator .switcher:hover {
    color: #e00800;
    border-bottom-color: #e00800;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25)
}

.swiper-container-map .swiper-button-next,
.swiper-container-map .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    margin-top: -4px;
    z-index: 6;
    cursor: pointer;
    background-size: 30px 20px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-container-map .swiper-button-next.swiper-button-disabled,
.swiper-container-map .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-container-map .swiper-button-prev,
.swiper-container-map .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.swiper-container-map .swiper-button-next,
.swiper-container-map .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.swiper-container-map .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-container-map .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-container-map .swiper-pagination-custom,
.swiper-container-map .swiper-pagination-fraction {
    color: #909192;
    letter-spacing: 1.2px;
    position: relative;
    padding: 0;
    margin: 0 10px;
    width: auto;
    padding: .5rem 0 0
}

.store-locator-wrap .store-locator-header h2 {
    font-size: 1.625rem;
    letter-spacing: 2.2px;
    margin-bottom: 0
}

.store-locator-wrap .store-locator-header .my-current-location a {
    font-size: .875rem
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
    padding-top: .325rem;
    padding-bottom: .325rem;
    margin: 0 .3%
}

.store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
    font-size: .6875rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
    max-height: 26rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
    height: 26rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
    max-height: 83px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
    padding: .5rem 1.875rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
    padding-left: 0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
    height: 30px;
    width: 30px;
    margin-right: .625rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
    font-size: 1rem;
    margin-bottom: 2px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
    font-size: .8125rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
    font-size: .875rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
    width: 18%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
    text-align: center
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
    padding: 1.25rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
    letter-spacing: 0;
    font-size: .85rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: inherit
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container #store-locator-map,
.store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
    min-height: 342px
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
    top: 10%;
    left: 36%;
    width: 100%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
    padding: 1.125rem 1.125rem 0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
    letter-spacing: .6px;
    font-size: .75rem
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
    margin-bottom: 1rem;
    letter-spacing: 0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
    font-size: 1.125rem;
    letter-spacing: 0
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
    font-size: .875rem;
    padding-top: 4%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
    font-size: .75rem;
    padding-left: 8%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
    margin-top: 14%
}

.store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
    font-size: .625rem;
    line-height: .25rem;
    padding: .25rem .5rem;
    height: 2.5rem
}

.swiper-container-map .swiper-button-next,
.swiper-container-map .swiper-button-prev {
    top: 45%;
    width: 15px;
    height: 12px;
    margin-top: -2px
}

.swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-container-map .swiper-pagination-custom,
.swiper-container-map .swiper-pagination-fraction {
    letter-spacing: 0;
    font-size: .85rem
}

.map-filter-list .swiper-button-next,
.map-filter-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 100%;
    margin-top: -26px;
    z-index: 10;
    cursor: pointer;
    background-size: 16px 37px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff
}

.map-filter-list .swiper-button-prev,
.map-filter-list .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.map-filter-list .swiper-button-next,
.map-filter-list .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.map-filter-list .swiper-button-prev,
.map-filter-list .swiper-container-rtl .swiper-button-next {
    left: 0;
    padding: 0 3rem 0 0;
    border-right: 1px solid #e2e1da
}

.map-filter-list .swiper-button-next,
.map-filter-list .swiper-container-rtl .swiper-button-prev {
    padding: 0;
    right: 0;
    padding-left: 3rem;
    border-left: 1px solid #e2e1da
}

.map-filter-list .swiper-button-next.swiper-button-disabled,
.map-filter-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

@media (min-width:414px) {
    .store-locator-wrap .store-locator-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .store-locator-wrap .store-locator-header h2 {
        font-size: 1.625rem;
        letter-spacing: 2.2px;
        margin-bottom: 0
    }

    .store-locator-wrap .store-locator-header .my-current-location a {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        max-height: 26rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 26rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
        max-height: 83px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: .5rem 1.875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long {
        top: 82px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: 1.25rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: inherit
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container #store-locator-map,
    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 342px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 36%;
        width: 100%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 1.125rem 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .75rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.125rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .75rem;
        padding-left: 8%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .25rem;
        padding: .25rem .5rem;
        height: 2.5rem
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 100%;
        margin-top: -26px;
        z-index: 10;
        cursor: pointer;
        background-size: 16px 37px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        left: 0;
        padding: 0 3rem 0 0;
        border-right: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        padding: 0;
        right: 0;
        padding-left: 3rem;
        border-left: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next.swiper-button-disabled,
    .map-filter-list .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media (min-width:425px) {
    .store-locator-wrap .store-locator-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .store-locator-wrap .store-locator-header h2 {
        margin-bottom: 0;
        font-size: 1.625rem;
        letter-spacing: 2.2px
    }

    .store-locator-wrap .store-locator-header .my-current-location a {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list {
        overflow: hidden
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        min-height: 31.7rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background-color: #fff
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        background-color: #fff;
        min-height: 28.7rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
        max-height: 92px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: 1.2rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: .25rem 1.25rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important;
        overflow: visible
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        overflow: visible;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 36%;
        width: 469px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 1.125rem 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .75rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.125rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .75rem;
        padding-left: 8%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .25rem;
        padding: .25rem .5rem;
        height: 2.5rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 600px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 99%;
        margin-top: -25px;
        z-index: 10;
        cursor: pointer;
        background-size: 16px 37px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        left: 0;
        padding: 0 3rem 0 0;
        border-right: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        padding: 0;
        right: 46px;
        padding-left: 3rem;
        border-left: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next.swiper-button-disabled,
    .map-filter-list .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media (min-width:768px) {
    .store-locator-wrap .store-locator-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .store-locator-wrap .store-locator-header h2 {
        font-size: 1.875rem;
        letter-spacing: 3.3px;
        margin-bottom: 0
    }

    .store-locator-wrap .store-locator-header .my-current-location a {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list {
        overflow: hidden
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        min-height: 28.7rem;
        -ms-flex: 1 2 42.5%;
        flex: 1 2 42.5%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 33.7rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
        max-height: 92px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: 1.2rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: .25rem 1.25rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important;
        overflow: visible
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        overflow: visible;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 36%;
        width: 469px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 1.125rem 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .75rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.125rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .75rem;
        padding-left: 8%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .25rem;
        padding: .25rem .5rem;
        height: 2.5rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 600px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 99%;
        margin-top: -25px;
        z-index: 10;
        cursor: pointer;
        background-size: 16px 37px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        left: 0;
        padding: 0 3rem 0 0;
        border-right: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        padding: 0;
        right: 0;
        padding-left: 3rem;
        border-left: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next.swiper-button-disabled,
    .map-filter-list .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media (min-width:992px) {
    .store-locator-wrap .store-locator-header {
        padding-top: 3.625rem;
        padding-bottom: 3.625rem
    }

    .store-locator-wrap .store-locator-header h2 {
        font-size: 2.5rem;
        letter-spacing: 3.3px;
        margin-bottom: auto
    }

    .store-locator-wrap .store-locator-header .my-current-location a {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        min-height: 36.56rem;
        -ms-flex: 1 2 25%;
        flex: 1 2 25%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 33.19rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
        max-height: 105px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: 1.2rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: .5rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long {
        top: 104px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: .25rem 1.25rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 511px !important;
        max-width: 511px !important;
        min-width: 511px !important;
        overflow: visible
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        overflow: visible;
        width: 511px !important;
        max-width: 511px !important;
        min-width: 511px !important
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 38%;
        width: 511px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 0 0 1rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .875rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.25rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .875rem;
        padding-left: 8%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .5rem;
        padding: .5rem 1rem;
        letter-spacing: 1px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 700px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }
}

@media (min-width:1440px) {
    .store-locator-wrap .store-locator-header {
        padding-top: 3.625rem;
        padding-bottom: 3.625rem
    }

    .store-locator-wrap .store-locator-header h2 {
        letter-spacing: 8px;
        font-size: 3.375rem;
        margin-bottom: auto
    }

    .store-locator-wrap .store-locator-header .my-current-location a {
        font-size: 1rem
    }

    .store-locator-wrap .map-container .background-map.closed {
        height: 200px
    }

    .store-locator-wrap .map-container .background-map.opened {
        height: 800px
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .625rem;
        padding-bottom: .625rem;
        margin: 0 .5%
    }

    .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: 1rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        max-height: 49.38rem;
        -ms-flex: 1 2 25%;
        flex: 1 2 25%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 43.75rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
        max-height: 8.75rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: 1.85rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: .5rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-right: 1.25rem;
        height: 44px;
        width: 44px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon img {
        height: 44px;
        width: 44px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1.375rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: 1rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long {
        top: 139px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: 1rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 10%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: right
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: 1.25rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 1.2px;
        font-size: 1rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 434px !important;
        max-width: 434px !important;
        min-width: 434px !important;
        overflow: visible
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        width: 434px !important;
        max-width: 434px !important;
        min-width: 434px !important;
        overflow: visible
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 5%;
        left: 48%;
        overflow: hidden;
        width: 434px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 2.375rem 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        font-size: 1rem;
        letter-spacing: .6px
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1.5rem;
        letter-spacing: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.375rem;
        margin: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: 1rem;
        padding-top: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: 1rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 0
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: 12px;
        line-height: 1rem;
        padding: 1rem;
        height: 3rem
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 795px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 50%;
        width: 35px;
        height: 12px;
        margin-top: -4px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 1.2px;
        font-size: 1rem
    }
}

.business .store-locator-wrap .tiles-content:after {
    background-color: rgba(52, 60, 58, .7)
}

.search-group .input-group.form-group {
    display: block
}

html[lang=ar] [dir=rtl] .search-group .input-group.form-group {
    display: block;
    -ms-flex-align: inherit;
    align-items: inherit
}

html[lang=ar] [dir=rtl] .search-group .store-locator-style #pac-input {
    padding-right: 0;
    padding-left: 18%
}

html[lang=ar] [dir=rtl] .search-group .store-locator-style span {
    left: 0;
    right: auto
}

html[lang=ar] [dir=rtl] #store-locator-map .more-details-box .box-section .box-section-footer .contact-info-no svg {
    float: right;
    margin-left: 6%;
    margin-right: auto
}

@media (min-width:414px) and (min-width:767px) {
    html[lang=ar] [dir=rtl] .search-group .store-locator-style #pac-input {
        padding-right: 1rem;
        padding-left: 28%
    }
}

@media (min-width:425px) and (min-width:768px) {
    html[lang=ar] [dir=rtl] .search-group .store-locator-style #pac-input {
        padding-left: 20%;
        padding-right: 1rem
    }
}

@media (min-width:425px) and (min-width:992px) {
    html[lang=ar] [dir=rtl] .search-group .store-locator-style #pac-input {
        padding-left: 20%;
        padding-right: 1rem
    }
}

@media (min-width:425px) and (min-width:1440px) {
    html[lang=ar] [dir=rtl] .search-group .store-locator-style #pac-input {
        padding-left: 18%;
        padding-right: 1rem
    }
}

html[lang=ar] [dir=rtl] .store-locator-wrap .tiles-content:after,
html[lang=ar] [dir=rtl] .store-locator-wrap .tiles-content div.cover {
    left: auto;
    right: 0
}

html[lang=ar] [dir=rtl] .store-locator-wrap .tiles-content .store-locator-header .my-current-location {
    padding-right: 2%;
    padding-left: auto
}

html[lang=ar] [dir=rtl] .store-locator-wrap .tiles-content .store-locator-header .my-current-location svg {
    margin-left: 5px;
    margin-right: 0
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map {
    font-family: GE SS Two, Arial, sans-serif
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list .nav {
    padding-right: 0;
    padding-left: auto
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul,
html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
    float: right
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
    font-family: GE SS Two, Arial, sans-serif
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail {
    left: auto;
    right: 0
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short {
    border-right-width: 5px;
    border-right-style: solid;
    border-left: 0
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
    padding-left: 4%;
    border-right-width: 0
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
    padding-right: .5rem;
    padding-left: auto
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
    text-align: left
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn a svg {
    margin-right: 23px;
    margin-left: auto
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
    left: auto;
    right: 36%
}

html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
    padding: 1.125rem 1.125rem 0
}

@media (min-width:414px) {
    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-right: 0;
        padding-left: auto
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem
    }

    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 35px;
        height: 12px;
        margin-top: -4px;
        transform: rotate(0deg)
    }
}

@media (min-width:425px) {
    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: auto;
        padding-right: 0
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem;
        margin-right: 0
    }

    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px;
        transform: rotate(0deg)
    }
}

@media (min-width:768px) {
    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: auto;
        padding-right: 0
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem;
        margin-right: 0
    }

    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px;
        transform: rotate(0deg)
    }
}

@media (min-width:992px) {
    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-right: .5rem;
        padding-left: auto
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem;
        margin-right: 0
    }

    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        margin-top: -5px;
        transform: rotate(0deg)
    }
}

@media (min-width:1440px) {
    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: 1.85rem
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-right: .5rem;
        padding-left: auto
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 45px;
        width: 45px;
        margin-left: 1.25rem;
        margin-right: 0
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: left
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: 1.25rem
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 1.2px;
        font-size: 1rem
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    html[lang=ar] [dir=rtl] .store-locator-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 795px
    }

    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 35px;
        height: 12px;
        margin-top: -4px;
        transform: rotate(0deg)
    }

    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-pagination-custom,
    html[lang=ar] [dir=rtl] .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 1.2px;
        font-size: 1rem
    }
}

html[lang=ar] [dir=rtl] .business .store-locator-wrap .tiles-content:after {
    background-color: rgba(52, 60, 58, .7)
}

html[lang=ar] [dir=rtl] .map-filter-list .swiper-button-prev,
html[lang=ar] [dir=rtl] .map-filter-list .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto
}

html[lang=ar] [dir=rtl] .store-locator-wrap .switch-store-locator .switcher svg {
    margin-left: 1rem;
    margin-right: 0
}

.ipad-media-cta {
    padding: 0 2rem;
    background-color: #f0f0ea
}

.ipad-media-cta .media-cta-container.media-cta-container-wh {
    background-color: #efe6d9
}

.ipad-media-cta img {
    width: 100%
}

.ipad-media-cta .media-cta-wrapper .media-cta-photo {
    background-color: transparent
}

.ipad-media-cta h2 {
    font-size: 1.875rem !important;
    letter-spacing: 4px !important
}

.ipad-media-cta .media-cta-wrapper .media-cta-caption>div {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.ipad-media-cta .media-cta-wrapper .media-cta-photo,
.ipad-media-cta .media-cta-wrapper>div {
    height: 22rem;
    min-height: 0
}

.ipad-media-cta .media-cta-wrapper .media-cta-caption>div>div:nth-child(2) {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ipad-media-cta .media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .detail-price-new {
    top: 0
}

.ipad-media-cta .media-cta-wrapper .detail-price-new .price-timing {
    font-size: 1rem;
    line-height: 2rem
}

.ipad-media-cta .price-valute {
    line-height: 1.1rem;
    display: inline-block;
    margin-left: .5rem
}

.ipad-media-cta .detail-price-new span {
    font-family: suiss, Arial, sans-serif
}

.ipad-media-cta .media-cta-caption p {
    font-size: 1rem
}

.ipad-media-cta .btn {
    height: 4rem;
    line-height: 4rem;
    border-width: 1px
}

.ipad-media-cta .detail-price-info {
    padding-left: 1.5rem
}

.ipad-media-cta-01 {
    background-color: #f0f0ea;
    min-height: 500px
}

.ipad-media-cta-01>div {
    width: calc(50% - 48px);
    margin-left: 2rem;
    min-height: 500px;
    height: 500px;
    float: left;
    position: relative
}

.ipad-media-cta-01 .img {
    background-color: #fff
}

.ipad-media-cta-01 .img img {
    width: 100%;
    height: 80%;
    margin: 10% 0;
    -o-object-fit: contain;
    object-fit: contain
}

.ipad-media-cta-01 .desc h2,
.ipad-media-cta-01 .desc li {
    color: #fff;
    z-index: 10
}

.ipad-media-cta-01 .desc h2 {
    margin-bottom: 1.625rem
}

.ipad-media-cta-01 .desc li {
    font-size: 1rem;
    line-height: 1.625rem;
    height: 40px
}

.ipad-media-cta-01 .desc ul {
    padding-left: 1.5rem
}

.ipad-media-cta-01 .desc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ipad-media-cta-01 .desc.white {
    background-color: #fff;
    height: 592px
}

.ipad-media-cta-01 .desc.white h2 {
    color: #232323;
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.ipad-media-cta-01 .desc.white li {
    color: #232323;
    font-size: 1.25rem
}

.ipad-media-cta-01 .desc .desc-small,
.ipad-media-cta-01 .desc .img-small {
    height: 280px;
    background-color: #e2e1da
}

.ipad-media-cta-01 .desc .desc-small {
    margin-bottom: 2rem
}

.ipad-media-cta-01 .desc .desc-small h3,
.ipad-media-cta-01 .desc .desc-small p {
    width: 80%;
    padding: 0 1.5rem
}

.ipad-media-cta-01 .desc .desc-small h3 {
    color: #232323;
    font-size: 1.5rem
}

.ipad-media-cta-01 .desc .desc-small p {
    color: #232323;
    font-size: 1.25rem;
    margin-bottom: 2rem
}

.ipad-media-cta-01 .desc .img-small img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ipad-media-cta-01 .overlay-black {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5)
}

.ipad-media-cta-01 .text {
    position: absolute;
    top: 0;
    left: 1.5rem
}

.ipad-media-cta-02 {
    height: 592px
}

.media-cta-wrapper {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex
}

.media-cta-wrapper>div {
    min-height: 20.25rem
}

.media-cta-wrapper.media-cta-bleed .label-tag {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    color: #fff;
    padding: 1.25rem;
    font-size: 1rem;
    z-index: 4;
    min-height: 0;
    height: auto;
    font-family: suiss, Arial, sans-serif
}

.media-cta-wrapper.media-cta-bleed .label-tag .detail-price-new {
    color: #fff
}

.media-cta-wrapper.media-cta-bleed .label-tag .detail-price-new .main-part .price {
    font-size: 1.875rem
}

.media-cta-wrapper.media-cta-bleed.col-reverse .label-tag,
.media-cta-wrapper.media-cta-bleed.col-reverse .media-cta-photo .cover {
    right: 0;
    left: auto
}

.media-cta-wrapper.media-cta-bleed.col-reverse .media-cta-photo .simple-image>img {
    left: inherit;
    right: 0
}

.media-cta-wrapper.media-cta-bleed .media-cta-photo {
    position: relative
}

.media-cta-wrapper .media-cta-caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    max-height: none
}

.media-cta-wrapper .media-cta-caption>div {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2.5rem
}

.media-cta-wrapper .media-cta-caption>div,
.media-cta-wrapper .media-cta-caption>div>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.media-cta-wrapper .media-cta-caption>div>div:nth-child(2) {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .btn {
    float: none
}

.media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .detail-price-new {
    top: -.3125rem
}

.media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .detail-price-new .price {
    font-weight: 400
}

.media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .detail-price-new .price[dir=ltr] {
    font-family: suiss, Arial, sans-serif
}

.media-cta-wrapper .media-cta-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: auto;
    padding-top: 1.875rem;
    background-color: transparent;
    padding-bottom: 1.875rem
}

.media-cta-wrapper .media-cta-text .h2,
.media-cta-wrapper .media-cta-text .h3,
.media-cta-wrapper .media-cta-text .h4,
.media-cta-wrapper .media-cta-text h2,
.media-cta-wrapper .media-cta-text h3,
.media-cta-wrapper .media-cta-text h4 {
    margin: 0 0 1.875rem
}

.media-cta-wrapper .media-cta-photo {
    background-color: #fff;
    height: 64vw;
    overflow: hidden
}

.media-cta-wrapper .media-cta-photo>.simple-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.media-cta-wrapper .media-cta-photo>.simple-image>img {
    max-width: 100% !important;
    max-height: 90% !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    transform: translateY(-50%)
}

.media-cta-wrapper .media-cta-photo>.simple-image>img.cover-left {
    left: auto;
    right: 0
}

.media-cta-wrapper .media-cta-photo>.cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.media-cta-wrapper .media-cta-photo>.cover img.cover {
    max-height: inherit !important;
    max-width: inherit !important;
    padding: 0 !important
}

.media-cta-wrapper .media-cta-photo .video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.media-cta-wrapper .media-cta-photo video {
    position: absolute;
    z-index: 0;
    left: 0
}

.media-cta-wrapper .media-cta-photo video.fillIt,
.media-cta-wrapper .media-cta-photo video.fillItW {
    width: 100%;
    height: auto
}

.media-cta-wrapper .media-cta-photo video.fillItH {
    height: 100%;
    width: auto
}

.media-cta-wrapper .media-cta-photo .video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.media-cta-wrapper .media-cta-photo .video-controls svg {
    height: 3.75rem;
    width: 3.75rem
}

.media-cta-wrapper p,
.media-cta-wrapper ul {
    color: #7a7a7a;
    margin-bottom: 0
}

.media-cta-wrapper ul {
    padding-left: 0;
    font-style: .875rem;
    list-style-position: inside
}

.media-cta-wrapper p+p {
    margin-top: 1.2rem
}

.media-cta-wrapper li+li {
    margin-top: .55rem
}

.media-cta-wrapper .h3,
.media-cta-wrapper h3 {
    font-size: 1.25rem
}

.media-cta-wrapper .h3,
.media-cta-wrapper .h4,
.media-cta-wrapper h3,
.media-cta-wrapper h4 {
    margin-top: 0;
    margin-bottom: 1.7rem;
    padding-top: 0
}

.media-cta-wrapper .btn {
    margin-top: 1.2rem;
    margin-left: auto;
    margin-right: auto
}

.media-cta-wrapper .form-submit .btn {
    margin-top: 0;
    padding: 0
}

.media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .btn {
    margin-left: 0;
    margin-right: 0
}

.media-cta-wrapper .btn-accordion {
    padding-left: 0;
    border: none;
    text-align: left;
    background-color: transparent
}

.media-cta-wrapper .btn-accordion svg {
    height: 11px;
    width: 7px;
    margin-left: 23px;
    transform: rotate(90deg);
    transform-origin: center center;
    overflow: visible;
    transition: all .3s ease-in-out
}

.media-cta-wrapper .btn-accordion svg use {
    -moz-transform: rotate(270deg)
}

.media-cta-wrapper .btn-accordion:active,
.media-cta-wrapper .btn-accordion:focus,
.media-cta-wrapper .btn-accordion:hover {
    border: none;
    background-color: transparent;
    color: #333
}

.media-cta-wrapper .media-cta-caption>div p.media-cta-icon {
    padding-left: 2.5rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
    min-height: 1.375rem
}

.media-cta-wrapper .media-cta-caption>div p.media-cta-icon:last-child {
    padding-bottom: 1rem
}

.media-cta-wrapper .media-cta-caption>div p.media-cta-icon svg {
    position: absolute;
    left: 0;
    fill: #232323;
    width: 1.375rem;
    height: 1.375rem
}

.media-cta-wrapper .more-details-triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    width: 40px;
    height: 16px;
    fill: #f0f0ea;
    z-index: 1;
    display: none
}

.media-cta-wrapper .media-cta-details {
    background-color: #fff;
    max-height: none;
    padding: 0;
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    min-height: 0;
    transition: all .8s ease-in-out
}

.media-cta-wrapper .media-cta-details.slideDown {
    opacity: 1;
    transition: all .8s ease;
    min-height: auto
}

.media-cta-wrapper .media-cta-details>.row {
    padding-top: 2.175rem;
    padding-bottom: 1.9rem
}

.media-cta-wrapper .media-cta-details .detailsBox-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.media-cta-wrapper .media-cta-details .detailsBox-container>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.media-cta-wrapper .media-cta-details .h5,
.media-cta-wrapper .media-cta-details h5 {
    color: #e00800;
    margin-bottom: .2rem;
    margin-top: 1.325rem
}

.media-cta-wrapper .media-cta-details p,
.media-cta-wrapper .media-cta-details ul {
    color: #232323;
    font-size: .875rem
}

.media-cta-wrapper .media-cta-details .close-btn-wrap .btn {
    margin-top: 2.7rem
}

.media-cta-wrapper.media-cta-open .more-details-triangle {
    display: block
}

.media-cta-wrapper.media-cta-open .btn-accordion svg {
    transform: rotate(-90deg)
}

.media-cta-wrapper .detail-price-info {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 3.125rem;
    vertical-align: bottom
}

.media-cta-wrapper .detail-price-new {
    font-size: 2.5rem;
    position: relative;
    font-family: suiss, Arial, sans-serif;
    line-height: .1rem;
    text-align: left;
    color: #232323
}

.media-cta-wrapper .detail-price-new .price-valute {
    font-size: .875rem;
    display: inline-block;
    line-height: .65rem
}

.media-cta-wrapper .detail-price-new .price-timing {
    font-size: 1rem;
    line-height: 3rem
}

.media-cta-wrapper .btn-arrow-only {
    display: block;
    padding-top: 1.6rem
}

.media-cta-wrapper .btn-arrow-only svg {
    stroke: #232323;
    transform: rotate(180deg);
    width: 1.5625rem;
    height: .625rem
}

.media-cta-wrapper .btn-arrow-only svg use {
    -moz-transform: translate(0) rotate(-180deg)
}

.media-cta-wrapper .form-wrapper {
    padding-top: 3.625rem
}

.media-bg-cover {
    width: 100%;
    overflow: hidden;
    position: relative
}

.media-bg-cover,
.media-bg-cover img+.media-cta-bleed {
    min-height: 465px
}

.media-bg-cover .body-standard,
.media-bg-cover .body-standard p,
.media-bg-cover .body-standard ul li {
    color: #fff
}

.media-bg-cover img {
    min-width: 100%;
    position: absolute;
    min-height: 465px;
    height: 100%
}

@media (min-width:768px) {
    .media-cta-wrapper.col-reverse {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: center;
        align-items: center
    }

    .media-cta-wrapper>div {
        height: 29rem;
        min-height: 29rem
    }

    .media-cta-wrapper .media-cta-caption {
        height: auto;
        min-height: auto
    }

    .media-cta-wrapper .body-standard {
        padding: 0
    }

    .media-cta-wrapper .h3,
    .media-cta-wrapper .h4,
    .media-cta-wrapper h3,
    .media-cta-wrapper h4 {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 2.1rem
    }

    .media-cta-wrapper p,
    .media-cta-wrapper ul {
        font-size: .875rem
    }

    .media-cta-wrapper .detail-price-info {
        padding-left: 2.84375rem
    }

    .media-cta-wrapper .detail-price-new {
        font-size: 2.5rem
    }

    .media-cta-wrapper .detail-price-new .price-valute {
        display: inline-block;
        line-height: .65rem
    }

    .media-cta-wrapper .btn-accordion {
        padding-top: 1rem;
        padding-right: .25rem
    }

    .media-cta-wrapper .media-cta-details .detailsBox-container>div {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    .media-cta-wrapper .detail-price-new .price-timing {
        line-height: 3rem
    }
}

@media (min-width:992px) {
    .media-cta-wrapper.media-cta-bleed .label-tag {
        padding: 2.1875rem;
        font-size: 1.5625rem
    }

    .media-cta-wrapper.media-cta-bleed .label-tag .detail-price-new .main-part .price {
        font-size: 2.5rem
    }

    .media-cta-wrapper.col-reverse .media-cta-caption {
        margin-right: 8.33333333%
    }

    .media-cta-wrapper .form-wrapper {
        padding-top: 1rem
    }

    .media-cta-wrapper .floating-label-select {
        margin-bottom: 1.5rem
    }

    .media-cta-wrapper .media-cta-caption,
    .media-cta-wrapper>div {
        max-height: 27.9vw
    }

    .media-cta-wrapper .media-cta-caption {
        max-height: 37vw;
        height: 29rem;
        min-height: 29rem
    }

    .media-cta-wrapper .detail-price-info {
        -ms-flex: 1;
        flex: 1
    }

    .media-cta-wrapper p {
        padding-bottom: 1.4rem
    }

    .media-cta-wrapper p+p {
        margin-top: 0
    }

    .media-cta-wrapper .h3,
    .media-cta-wrapper .h4,
    .media-cta-wrapper h3,
    .media-cta-wrapper h4 {
        font-size: 1.5rem;
        margin-bottom: 1.82rem
    }

    .media-cta-wrapper .h4,
    .media-cta-wrapper h4 {
        padding-bottom: 0
    }

    .media-cta-wrapper .h3 {
        padding-bottom: .5rem
    }

    .media-cta-wrapper .custom-sm-layout {
        display: inherit
    }

    .media-cta-wrapper .custom-sm-layout .btn {
        float: none
    }

    .media-cta-wrapper .media-cta-details .detailsBox-container>div {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (min-width:1440px) {

    .media-cta-wrapper.media-cta-w .media-cta-wrapper>div,
    .media-cta-wrapper>div.media-cta-caption {
        max-height: 27.9vw
    }

    .media-cta-wrapper.cta-big-varint .media-cta-caption,
    .media-cta-wrapper.cta-big-varint .media-cta-photo {
        min-height: 37vw;
        height: auto
    }

    .media-cta-wrapper p {
        margin-bottom: .6rem;
        font-size: 1rem
    }

    .media-cta-wrapper .h3,
    .media-cta-wrapper .h4,
    .media-cta-wrapper h3,
    .media-cta-wrapper h4 {
        font-size: 2rem;
        margin-bottom: 1.7rem
    }

    .media-cta-wrapper .h3,
    .media-cta-wrapper .h4,
    .media-cta-wrapper h4 {
        margin-top: 0
    }

    .media-cta-wrapper .detail-price-new {
        font-size: 3.125rem
    }

    .media-cta-wrapper .media-cta-details {
        padding-top: 0;
        padding-bottom: 0
    }

    .media-cta-wrapper .media-cta-details.slideDown {
        height: auto;
        transition: all .8s ease-in-out;
        min-height: 37vw
    }

    .media-cta-wrapper .media-cta-details p {
        font-size: 1rem
    }

    .media-cta-wrapper .media-cta-details .close-btn-wrap .btn {
        margin-top: 1.1rem
    }

    .media-cta-wrapper.media-cta-bleed .media-cta-photo {
        position: static
    }

    .media-cta-wrapper.media-cta-bleed.media-cta-text-wh .media-cta-text .body-standard,
    .media-cta-wrapper.media-cta-bleed.media-cta-text-wh .media-cta-text .body-standard p,
    .media-cta-wrapper.media-cta-bleed.media-cta-text-wh .media-cta-text .body-standard ul {
        color: #fff
    }

    .media-cta-wrapper.media-cta-bleed.media-cta-text-wh .media-cta-text .body-standard a {
        color: #fff;
        text-decoration: underline
    }

    .media-cta-wrapper.media-cta-bleed.media-cta-text-wh .media-cta-text .body-standard a.btn {
        color: #fff;
        border-color: #fff;
        text-decoration: none
    }

    .media-cta-wrapper.media-cta-bleed.media-cta-text-wh .media-cta-text .body-standard .detail-price-new {
        color: #fff
    }

    .media-cta-wrapper.media-cta-bleed .label-tag .detail-price-new .main-part .price {
        font-size: 3.375rem
    }

    .media-cta-wrapper-custom>div {
        height: 40rem
    }

    .media-cta-wrapper .detail-price-new .price-timing {
        line-height: 3.4rem
    }
}

.eCareMCTA .media-cta-wrapper .h4,
.eCareMCTA .media-cta-wrapper h4 {
    letter-spacing: 0
}

.eCareMCTA .media-cta-wrapper .detail-price-new .price-timing {
    font-size: .8rem;
    line-height: 1.5rem
}

.eCareMCTA .media-cta-wrapper .detail-price-new .price-valute {
    margin-left: .5rem;
    line-height: 1rem
}

[lang=ar] [dir=rtl] .pull-right-ar {
    float: right !important
}

[lang=ar] [dir=rtl] .pull-left-ar {
    float: left !important
}

[lang=ar] [dir=rtl] .text-right {
    text-align: left
}

[lang=ar] [dir=rtl] .text-left {
    text-align: right
}

[lang=ar] [dir=rtl] .media-cta-wrapper .btn-arrow-only svg {
    transform: rotate(0deg)
}

[lang=ar] [dir=rtl] .media-cta-wrapper .custom-sm-layout {
    text-align: right
}

[lang=ar] [dir=rtl] .media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .btn {
    margin-left: 0;
    margin-right: 0
}

[lang=ar] [dir=rtl] .media-cta-wrapper .media-cta-caption>div>div:nth-child(2) .btn svg {
    margin-left: .25rem
}

[lang=ar] [dir=rtl] .media-cta-wrapper ul {
    padding-right: 0;
    padding-left: auto
}

[lang=ar] [dir=rtl] .media-cta-wrapper .btn-accordion {
    padding-right: 0
}

[lang=ar] [dir=rtl] .media-cta-wrapper .btn-accordion svg {
    margin-right: 23px
}

[lang=ar] [dir=rtl] .media-cta-wrapper .detail-price-info {
    padding-left: 0;
    padding-right: 3.125rem
}

[lang=ar] [dir=rtl] .media-cta-wrapper .detail-price-info .detail-price-new {
    text-align: right
}

[lang=ar] [dir=rtl] .media-cta-wrapper .media-cta-caption>div p.media-cta-icon {
    padding-left: 0;
    padding-right: 2.5rem
}

[lang=ar] [dir=rtl] .media-cta-wrapper .media-cta-caption>div p.media-cta-icon svg {
    left: inherit;
    right: 0
}

[lang=ar] [dir=rtl] .media-cta-wrapper.media-cta-bleed .label-tag {
    right: 0;
    left: auto;
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .media-cta-wrapper.media-cta-bleed .label-tag .detail-info-wrap-pricetag .main-part .price {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .media-cta-wrapper.media-cta-bleed.col-reverse .label-tag {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .custom-sm-layout {
        text-align: right
    }

    [lang=ar] [dir=rtl] .detail-price-info {
        padding-right: 2.84375rem
    }
}

.business .media-cta-container {
    background-color: #e2e1da
}

.business .media-cta-wrapper .media-cta-caption .btn.btn-default {
    color: inherit;
    background-color: inherit;
    border-color: inherit
}

.business .media-cta-wrapper .media-cta-caption .btn.btn-default:hover:not(.btn-accordion) {
    color: #fff;
    background-color: #e00800;
    border-color: #e00800
}

.media-cta-container {
    background-color: #f0f0ea
}

.media-cta-container.media-cta-container-wh {
    background-color: #fff
}

.media-cta-container.media-cta-container-gr {
    background-color: #e2e1da
}

.footer {
    margin-top: 32px
}

.footer .social-icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .social-icon-wrapper .social-icon-spacer {
    height: 0;
    width: 100%
}

.footer .social-icon-wrapper a {
    width: 44px;
    height: 44px;
    background-color: #dbdad0;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .social-icon-wrapper a svg {
    fill: #232323;
    width: 50%;
    max-width: 64px
}

.footer .social-icon-wrapper a img {
    width: 50%;
    max-height: 50%
}

.footer .social-icon-wrapper a:hover {
    background-color: #e00800
}

.footer .social-icon-wrapper a:hover svg,
.footer .social-icon-wrapper a:hover svg path {
    fill: #fff
}

.footer .social-icon-wrapper .social-icon {
    min-width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .social-icon-wrapper .more-less-button {
    display: none
}

.footer .social-icon-wrapper .more-less-button a:hover {
    background-color: #e00800
}

.footer .social-icon-wrapper .more-less-button a:hover svg {
    fill: #fff
}

.footer .social-icon-wrapper .show-after {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem
}

.footer .social-icon-wrapper .show-now {
    display: -ms-flexbox;
    display: flex
}

.footer .social-icon-wrapper .more-less-button.active a {
    background-color: #7a7a7a
}

.footer .social-icon-wrapper .more-less-button.active a svg {
    fill: #fff
}

.footer .social-icon-wrapper .more-less-button.active a #social-more-img {
    display: none
}

.footer .social-icon-wrapper .more-less-button.active a #social-less-img {
    display: inherit
}

.footer .etisalat-signature {
    margin-top: 40px;
    text-align: center
}

.footer .etisalat-signature .etisalat-logo-img {
    width: 136.6px;
    height: 34.1px
}

.footer .etisalat-signature .copyright {
    padding-top: 26px;
    color: #909192;
    margin-bottom: 50px
}

.footer .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 30px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.footer .footer-nav a {
    border-left: 2px solid #e5e5e5;
    padding-left: .68rem;
    padding-right: .68rem;
    color: #7a7a7a;
    font-size: .75rem;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    letter-spacing: .7px
}

.footer .footer-nav a:after {
    height: 100%;
    right: -2px;
    width: 2px;
    top: 0;
    content: " ";
    background-color: #e5e5e5;
    position: absolute
}

.footer .footer-nav .active a,
.footer .footer-nav a:hover {
    color: #e00800;
    text-decoration: underline
}

.footer .footer-dinaymic-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .footer-dinaymic-box .row-nav,
.footer .footer-dinaymic-box .row-social {
    width: 100%
}

.footer .footer-dinaymic-box .row-nav {
    -ms-flex-order: 1;
    order: 1
}

.footer .footer-dinaymic-box .row-social {
    -ms-flex-order: 2;
    order: 2
}

.footer-small {
    margin-top: 0 !important;
    padding: 40px 0
}

@media (max-width:425px) {
    .footer-small {
        padding: 70px 0
    }
}

.footer-small .etisalat-logo-img {
    width: 87px !important;
    margin-top: 0 !important
}

.footer-small .right-n {
    text-align: right !important;
    margin-top: 0 !important;
    margin-bottom: 0
}

@media (max-width:768px) {
    .footer-small .right-n {
        text-align: center !important
    }
}

.footer-small .left-n {
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0
}

@media (max-width:768px) {
    .footer-small .left-n {
        text-align: center !important
    }
}

.footer-small .body-small {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px
}

.footer-small .footer-nav-small {
    display: inline-block !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important
}

@media (max-width:768px) {
    .footer-small .footer-nav-small {
        margin-top: 0 !important
    }
}

.footer-small .footer-nav-small li {
    display: inline
}

@media (max-width:768px) {
    .footer-small .footer-nav-small li {
        display: inline-block;
        margin-bottom: 12px
    }
}

.footer-small .footer-nav-small li a {
    border-right: 2px solid #e5e5e5;
    border-left: none;
    color: #353738;
    font-size: 14px;
    line-height: 17px
}

@media (max-width:768px) {
    .footer-small .footer-nav-small li a {
        margin-bottom: 0 !important
    }
}

@media (max-width:768px) {
    .footer-small .footer-nav-small li:last-child a {
        border-right: 0
    }

    .footer-small .footer-nav-small li:last-child a:after {
        display: none
    }
}

.selected-items {
    display: none
}

@media (min-width:768px) {
    .footer {
        margin-top: 57px
    }

    .footer .social-icon-wrapper {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .social-icon-wrapper a {
        width: 48px;
        height: 48px
    }

    .footer .social-icon-wrapper .more-less-button {
        display: none
    }

    .footer .social-icon-wrapper .show-after {
        display: inherit;
        padding-top: 0
    }

    .footer .social-icon-wrapper .social-icon-spacer {
        display: none
    }

    .footer .social-icon-wrapper .social-icon {
        min-width: 1%
    }

    .footer .etisalat-signature {
        margin-top: 20px
    }

    .footer .etisalat-signature .etisalat-logo-img {
        width: 147px;
        height: 37px
    }

    .footer .etisalat-signature .copyright {
        padding-top: 24px;
        margin-bottom: 53px
    }

    .footer .footer-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 42px
    }

    .footer .footer-nav a {
        border-left: 1px solid #e5e5e5;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        margin-bottom: 0;
        font-size: .75rem
    }

    .footer .footer-nav a:after {
        display: none
    }

    .footer .footer-nav li:last-child a {
        border-right: 1px solid #e5e5e5
    }

    .footer .footer-dinaymic-box .row-nav {
        -ms-flex-order: 2;
        order: 2
    }

    .footer .footer-dinaymic-box .row-social {
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:992px) {

    .footer-small .left-n,
    .footer-small .right-n {
        text-align: center !important
    }
}

@media (min-width:1440px) {
    .footer {
        margin-top: 50px
    }

    .footer .social-icon-wrapper a {
        width: 65px;
        height: 65px
    }

    .footer .social-icon-wrapper a img,
    .footer .social-icon-wrapper a svg {
        width: 50%
    }

    .footer .etisalat-signature {
        margin-top: 24px
    }

    .footer .etisalat-signature .etisalat-logo-img {
        width: 147px;
        height: 37px
    }

    .footer .etisalat-signature .copyright {
        padding-top: 30px;
        margin-bottom: 80px
    }

    .footer .footer-nav {
        margin-top: 40px
    }

    .footer .footer-nav a {
        font-size: .875rem;
        padding-right: 2.5625rem;
        padding-left: 2.5625rem
    }
}

.business .footer .social-icon-wrapper a:hover {
    background-color: #e00800
}

.business .footer .social-icon-wrapper .more-less-button.active a {
    background-color: #7a7a7a
}

.business .footer .footer-nav .active a,
.business .footer .footer-nav a:hover {
    color: #e00800
}

@media (max-width:768px) {

    .business .footer-small .center-xs-sm,
    .business .footer-small .right-n {
        text-align: center
    }
}

.breadcrumb-wrapper {
    background-color: #f0f0ea
}

.breadcrumb-wrapper .breadcrumb {
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: .375rem 0;
    background-color: transparent !important
}

.breadcrumb-wrapper .breadcrumb>li {
    display: inline-block;
    letter-spacing: 0
}

.breadcrumb-wrapper .breadcrumb>li a {
    color: #6c6c6c
}

.breadcrumb-wrapper .breadcrumb>li a:hover {
    color: #e00800;
    text-decoration: underline
}

.breadcrumb-wrapper .breadcrumb>li:after {
    content: ">\00a0";
    padding: 0 .3125rem;
    color: #919192
}

.breadcrumb-wrapper .breadcrumb>li.active:before,
.breadcrumb-wrapper .breadcrumb>li:last-child:after {
    display: none
}

.breadcrumb-wrapper .breadcrumb>.active {
    color: #232323;
    font-weight: 600
}

.business .breadcrumb-wrapper {
    background-color: #242424
}

.business .breadcrumb-wrapper .breadcrumb>.active,
.business .breadcrumb-wrapper .breadcrumb>li:after,
.business .breadcrumb-wrapper .breadcrumb>li a,
.business .breadcrumb-wrapper .breadcrumb>li a:hover {
    color: #fff
}

@media (min-width:993px) {
    .supprtGuest.breadcrumb-wrapper {
        margin-top: 35px
    }
}

@media (min-width:1280px) {
    .supprtGuest.breadcrumb-wrapper {
        margin-top: 140px
    }
}

.new-in-store-wrapper {
    background-color: #f0f0ea
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .rect-responsive {
    background-color: #fff
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
    filter: blur(0);
    padding-left: 3rem
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-margin {
    width: 100%
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: .125rem solid #f0f0ea
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows>div:first-child {
    border-bottom: .125rem solid #f0f0ea
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows svg {
    width: 2.75rem;
    height: .875rem;
    stroke: #353738
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows .new-in-store-carousel-swiper-button-next svg {
    transform: rotate(180deg)
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows .new-in-store-carousel-swiper-button-next svg use {
    -moz-transform: rotate(180deg)
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows .swiper-button-disabled svg {
    stroke: #e2e1da
}

.new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide {
    width: 33.33%
}

.new-in-store-wrapper .h4 {
    font-size: 1rem
}

.new-in-store-wrapper .swiper-scrollbar-wrapper {
    display: none
}

.new-in-store-wrapper .btn-for-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .new-in-store-wrapper {
        padding-bottom: 1.8rem
    }

    .new-in-store-wrapper .new-in-store-heading {
        padding-top: 4rem;
        padding-bottom: 2.2rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide {
        width: 69%;
        margin-right: 4%
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive {
        overflow: visible;
        padding-bottom: 123%
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive div.cover {
        width: auto;
        height: auto;
        top: 1.4rem;
        bottom: 1.4rem;
        left: 1.1rem;
        right: 1.1rem;
        overflow: hidden;
        transition: all .3s ease-in-out
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive .new-in-store-info {
        bottom: 1.4rem;
        position: absolute;
        left: 1.1rem;
        right: 1.1rem;
        background: rgba(224, 8, 0, .7);
        color: #fff
    }

    .new-in-store-wrapper .h4 {
        padding: .05rem 0
    }

    .new-in-store-wrapper .brand-label {
        position: absolute;
        bottom: 100%;
        left: 1.1rem;
        right: 1.1rem;
        background-color: rgba(224, 8, 0, .7);
        color: #fff;
        padding: .8rem 0;
        font-size: .875rem
    }

    .new-in-store-wrapper .btn {
        display: none
    }
}

@media (min-width:414px) {
    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
        padding-left: 3rem
    }
}

@media (min-width:768px) {
    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .new-in-store-info .h4 {
        font-size: 1rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
        padding-left: 3rem
    }
}

@media (min-width:992px) {
    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .new-in-store-info .h4 {
        font-size: 1.25rem
    }
}

@media (min-width:768px) and (max-width:1440px) {
    .new-in-store-wrapper {
        padding-bottom: 1.8rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide {
        width: 33.33%;
        margin-right: 2.2%
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive div.cover {
        top: 1.4rem;
        bottom: 1.4rem;
        left: 1.1rem;
        right: 1.1rem
    }

    .new-in-store-wrapper .h4 {
        padding: .9rem 0
    }

    .new-in-store-wrapper .brand-label {
        left: 1.1rem;
        right: 1.1rem;
        padding: .8rem 0
    }

    [lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide {
        margin-left: 2.2%;
        margin-right: 0
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .new-in-store-wrapper {
        padding-bottom: 3.8rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide {
        width: 34.2%;
        margin-right: 2.2%
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive {
        padding-bottom: 118.3%
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive div.cover {
        top: 1.8rem;
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.8rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive .new-in-store-info {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.8rem
    }

    .new-in-store-wrapper .h4 {
        padding: .9rem 0
    }

    .new-in-store-wrapper .brand-label {
        left: 1.5rem;
        right: 1.5rem;
        padding: 1rem 0;
        font-size: 1rem
    }
}

@media (min-width:1440px) {
    .new-in-store-wrapper {
        padding-bottom: 2.9rem
    }

    .new-in-store-wrapper .new-in-store-heading {
        padding-top: 4rem;
        padding-bottom: 2.2rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper>div {
        background-color: #fff
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-margin {
        padding-left: .81rem;
        padding-right: .81rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide {
        width: 33.33%;
        margin-right: 0
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .new-in-store-info {
        background-color: rgba(224, 8, 0, .7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .new-in-store-info .h4 {
        margin-top: 3.35rem;
        margin-bottom: 4.1rem;
        font-size: 1.5rem
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .new-in-store-info:hover {
        opacity: 1
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive {
        padding-bottom: 124.3%;
        margin-bottom: 0
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-slide .rect-responsive .content {
        width: auto;
        height: auto;
        top: 2rem;
        bottom: 2rem;
        left: .81rem;
        right: .81rem;
        overflow: hidden;
        transition: all .3s ease-in-out
    }

    .new-in-store-wrapper .swiper-scrollbar-wrapper {
        display: block;
        margin-bottom: 2.8rem;
        height: .25rem
    }

    .new-in-store-wrapper .swiper-scrollbar-wrapper .new-in-store-carousel-swiper-scrollbar {
        height: .25rem
    }

    .new-in-store-wrapper .swiper-scrollbar-wrapper .new-in-store-carousel-swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #e00800
    }

    .new-in-store-wrapper .btn-for-mobile {
        display: none
    }

    .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows {
    border-left: none;
    border-right: .125rem solid #f0f0ea
}

[lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows .new-in-store-carousel-swiper-button-next svg {
    transform: scale(-1)
}

[lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .new-in-store-carousel-arrows .new-in-store-carousel-swiper-button-next svg use {
    -moz-transform: scale(-1)
}

[lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
    padding-left: 0;
    padding-right: 3rem
}

@media (min-width:414px) {
    [lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
        padding-left: 0;
        padding-right: 3rem
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
        padding-left: 0;
        padding-right: 3rem
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .new-in-store-wrapper .swiper-new-in-store-carousel-wrapper .swiper-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.bg-sand-white {
    background-color: #f0f0ea
}

.swiper-carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    position: relative;
    text-align: center
}

.swiper-carousel-wrapper {
    position: relative
}

.swiper-carousel-wrapper .swiper-wrapper {
    filter: blur(0)
}

.swiper-carousel-wrapper .carousel-swiper-button-next,
.swiper-carousel-wrapper .carousel-swiper-button-prev {
    display: none;
    width: 1.125rem;
    height: 2.25rem;
    position: absolute;
    bottom: 50%;
    margin-bottom: -1.125rem;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.swiper-carousel-wrapper .carousel-swiper-button-next svg,
.swiper-carousel-wrapper .carousel-swiper-button-prev svg {
    width: 100%;
    height: auto;
    stroke: #242424;
    stroke-width: 2px
}

.swiper-carousel-wrapper .carousel-swiper-button-next {
    right: 3%
}

.swiper-carousel-wrapper .carousel-swiper-button-prev {
    left: 3%
}

.carousel-load-more {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.carousel-wrapper .swiper-slide {
    width: 64%
}

.carousel-wrapper .nav-pills.tab-labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    font-weight: 600
}

.carousel-wrapper .nav-pills.tab-labels a {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #7a7a7a
}

.carousel-wrapper .nav-pills.tab-labels .active a,
.carousel-wrapper .nav-pills.tab-labels .active a:focus,
.carousel-wrapper .nav-pills.tab-labels .active a:hover {
    color: #333;
    background-color: transparent
}

.carousel-wrapper .nav-pills.tab-labels .active a:after,
.carousel-wrapper .nav-pills.tab-labels .active a:focus:after,
.carousel-wrapper .nav-pills.tab-labels .active a:hover:after {
    content: " ";
    background-color: #e00800;
    width: 100%;
    height: .25rem;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (min-width:425px) {
    .carousel-wrapper h3 {
        font-size: 2.5rem
    }

    .carousel-wrapper .swiper-slide {
        width: 50%
    }

    .carousel-wrapper .swiper-carousel-wrapper .carousel-swiper-button-next,
    .carousel-wrapper .swiper-carousel-wrapper .carousel-swiper-button-prev {
        display: -ms-flexbox;
        display: flex
    }

    .carousel-wrapper .carousel-load-more {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .swiper-carousel-container .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 163%;
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single .product-info {
        padding-top: 1rem
    }

    .swiper-carousel-container .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 1.25rem;
        padding-bottom: 0
    }

    .swiper-carousel-container .product-grid-single .product-image {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-info {
        padding-top: 1.2rem;
        padding-bottom: 1.4rem
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-image {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag,
    .swiper-carousel-container .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
        padding-bottom: 0
    }
}

@media (max-width:425px) {
    .swiper-carousel-container .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 163%;
        margin-top: 20%;
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single .product-info {
        padding-top: 1rem
    }

    .swiper-carousel-container .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 1.25rem;
        padding-bottom: 0
    }

    .swiper-carousel-container .product-grid-single .product-image {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
        padding-bottom: 0;
        margin-top: 10%;
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
        padding-bottom: 0
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single div[class*=col-]>.rect-responsive {
        margin-top: 0
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .product-image {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .swiper-carousel-container .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 122%
    }

    .swiper-carousel-container .product-grid-single .product-info {
        padding-bottom: 1.2rem
    }

    .swiper-carousel-container .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 2.5rem;
        padding-bottom: 1.2rem
    }

    .swiper-carousel-container .product-grid-single .product-image {
        width: 78%;
        margin-left: 12%;
        margin-right: 12%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-info {
        padding-top: 1.3rem;
        padding-bottom: 1.2rem
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-info h5 {
        line-height: 1.5rem
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-image {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-tooltip {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .carousel-wrapper h3 {
        font-size: 2.5rem
    }

    .carousel-wrapper .swiper-slide {
        width: 33.33%
    }

    .swiper-carousel-container .product-grid-single .product-image {
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single .product-info {
        padding-top: 7.2%;
        padding-bottom: 20%;
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single .product-info h5 {
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single div[class*=col-]>.rect-responsive {
        transition: all .3s ease-in-out;
        padding-bottom: 111%
    }

    .swiper-carousel-container .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 5%;
        padding-bottom: .375rem;
        transition: all .3s ease-in-out
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-info {
        padding-bottom: 15%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-image {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
        padding-bottom: 0
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
        padding-top: 15%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .product-image {
        margin-left: 6%;
        margin-right: 6%;
        width: 88%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 125%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .product-info {
        padding-top: 17%;
        padding-bottom: 8.2%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .product-info h5 {
        margin-top: -9.4%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 9%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single.product-grid-single-C .product-info {
        padding-bottom: 8.2%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single.product-grid-single-C .product-image {
        width: 88%;
        margin-left: 6%;
        margin-right: 6%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
        padding-bottom: 0
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
        padding-top: 9%
    }

    .carousel-load-more {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width:1440px) {
    .carousel-wrapper h3 {
        font-size: 3.375rem;
        margin-top: 5rem
    }

    .carousel-wrapper .swiper-slide {
        width: 33.33%
    }

    .carousel-wrapper .carousel-swiper-button-next,
    .carousel-wrapper .carousel-swiper-button-prev {
        width: 2.75rem;
        height: 5.43rem;
        margin-bottom: -2.2rem
    }

    .swiper-carousel-container .product-info {
        padding-bottom: 25%
    }

    .swiper-carousel-container .product-grid-single .product-image {
        margin-left: 14%;
        margin-right: 14%;
        width: 72%
    }

    .swiper-carousel-container .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 120%
    }

    .swiper-carousel-container .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 9%;
        padding-bottom: 0
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-info {
        padding-top: 5.5%;
        padding-bottom: 12.8%
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C .product-info h5 {
        line-height: 2rem
    }

    .swiper-carousel-container .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
        padding-bottom: 0
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .product-image {
        margin-left: 7%;
        margin-right: 7%;
        width: 86%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 120%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single .detail-info-wrap-pricetag {
        padding-top: 11.9%;
        margin-top: 1.4%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single.product-grid-single-C .product-info {
        padding-top: 15%;
        padding-bottom: 6.5%
    }

    .swiper-carousel-container .swiper-slide-active .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
        padding-bottom: 0
    }

    .carousel-wrapper .carousel-load-more {
        padding-top: 4.4rem;
        padding-bottom: 4rem
    }
}

.product-gallery div[class*=col-] .rect-responsive {
    padding-bottom: 125.5%
}

.product-gallery.product-gallery-low div[class*=col-] .rect-responsive,
.product-gallery.product-gallery-lowest div[class*=col-] .rect-responsive {
    padding-bottom: 48%
}

.product-gallery.product-gallery-A div[class*=col-] .rect-responsive {
    padding-bottom: 66.8%
}

.product-gallery .product-gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center
}

.product-gallery .product-gallery-content .h1,
.product-gallery .product-gallery-content h1 {
    margin-top: 0;
    margin-bottom: 0
}

.product-gallery .product-gallery-content.product-gallery-content--align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.product-gallery .product-gallery-content.product-gallery-content--align-bottom img {
    margin-bottom: 1.5rem
}

.product-gallery .panel-wrapper {
    height: 67vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-gallery .panel-slide {
    width: 0;
    transition: all .3s ease-in-out;
    position: relative
}

.product-gallery .panel-slide div.cover {
    top: 0
}

.product-gallery .panel-slide img.cover {
    height: 100%
}

.product-gallery .panel-slide .overPanel {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.product-gallery .panel-slide .overPanel svg {
    display: none;
    stroke: #fff;
    width: 2.85rem;
    height: 5.625rem
}

.product-gallery .panel-slide:hover .overPanel {
    opacity: 1
}

.product-gallery .panel-slide.active-panel+.panel-slide,
.product-gallery .panel-slide:first-child+.panel-slide {
    width: 40%
}

.product-gallery .panel-slide.active-panel,
.product-gallery .panel-slide:first-child+.active-panel {
    width: 160%
}

.product-gallery .panel-slide.active-panel:hover .overPanel,
.product-gallery .panel-slide:first-child+.active-panel:hover .overPanel {
    cursor: default;
    opacity: 0
}

.product-gallery .active-panel+.panel-slide .overPanel svg,
.product-gallery .panel-slide:last-child .overPanel svg {
    transform: rotate(180deg);
    -moz-transform: rotate(0deg)
}

.product-gallery .active-panel+.panel-slide .overPanel svg use,
.product-gallery .panel-slide:last-child .overPanel svg use {
    -moz-transform-origin: center center;
    -moz-transform: translate(0) rotate(-180deg)
}

@media (min-width:768px) {

    .product-gallery.product-gallery-A div[class*=col-] .rect-responsive,
    .product-gallery div[class*=col-] .rect-responsive {
        padding-bottom: 44.5%
    }

    .product-gallery.product-gallery-A div[class*=col-] .rect-responsive-large,
    .product-gallery div[class*=col-] .rect-responsive-large {
        padding-bottom: 59.3%
    }

    .product-gallery.product-gallery-A div[class*=col-] .rect-responsive-small,
    .product-gallery div[class*=col-] .rect-responsive-small {
        position: static;
        padding-bottom: 0
    }

    .product-gallery.product-gallery-low div[class*=col-] .rect-responsive,
    .product-gallery.product-gallery-lowest div[class*=col-] .rect-responsive {
        padding-bottom: 29.6%
    }

    .product-gallery .panel-wrapper {
        height: 44.5vw
    }

    .product-gallery .panel-slide,
    .product-gallery .panel-slide.active-panel+.panel-slide,
    .product-gallery .panel-slide:first-child+.panel-slide {
        width: 16.66666667%
    }

    .product-gallery .panel-slide.active-panel,
    .product-gallery .panel-slide:first-child+.active-panel {
        width: 66.66666667%
    }
}

@media (min-width:1440px) {
    .product-gallery .panel-wrapper {
        height: 44.5vw
    }

    .product-gallery .panel-slide {
        width: 16.66666667%
    }

    .product-gallery .panel-slide .overPanel {
        background-color: rgba(224, 8, 0, .7)
    }

    .product-gallery .panel-slide .overPanel svg {
        display: block;
        stroke: #fff
    }

    .product-gallery .panel-slide.active-panel {
        width: 66.66666667%
    }
}

.container-fluid2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 140px
}

.text-and-table>div.table-summary .items>ul li h3 {
    text-transform: uppercase
}

.ab-title {
    position: absolute;
    top: 45px;
    width: 100%;
    text-align: center;
    color: #fff
}

.search-underline {
    position: relative;
    width: 370px;
    margin: 25px auto 0
}

.cover-bg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 214px;
    max-height: 395px
}

.svg-check {
    width: 21px;
    height: 21px;
    stroke-width: 0px;
    position: absolute;
    left: 6px;
    top: 8px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .relative-wrap .search-underline input {
        padding: 20px 0
    }
}

.relative-wrap {
    position: relative
}

.relative-wrap .hero1 {
    text-align: center
}

.relative-wrap .search-underline input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    padding: 5px 0
}

.relative-wrap .search-underline ::-webkit-input-placeholder {
    color: #fff
}

.relative-wrap .search-underline ::-moz-placeholder {
    color: #fff
}

.relative-wrap .search-underline :-ms-input-placeholder {
    color: #fff
}

.relative-wrap .search-underline :-moz-placeholder {
    color: #fff
}

.relative-wrap .svg-search {
    width: 29px;
    height: 26px;
    stroke-width: 2px
}

.relative-wrap .search-icon {
    position: absolute;
    right: 0;
    top: 7px
}

@media (min-width:980px) and (max-width:1279px) {
    .container-fluid2 {
        margin-top: 0
    }
}

@media (max-width:992px) {
    .ab-title h1 {
        margin-top: 0;
        padding: 0 40px;
        font-size: 35px
    }

    .container-fluid2 {
        margin-top: 0
    }
}

@media (max-width:414px) {
    .center-xs-sm {
        text-align: center !important
    }

    .search-underline {
        position: relative;
        width: 240px !important
    }
}

.cross-nav-wrapper {
    background-color: #f0f0ea;
    overflow: hidden
}

.cross-nav-wrapper .cross-nav-module {
    height: 26.625rem;
    margin: 1rem 0;
    background-color: #fff
}

.cross-nav-wrapper .cross-nav-module .cross-nav-module--extraheight,
.cross-nav-wrapper .cross-nav-module>div {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%
}

.cross-nav-wrapper .cross-nav-module .cross-nav-caption {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #9e9d9d;
    z-index: 3;
    margin-top: 0
}

.cross-nav-wrapper .cross-nav-module .cross-nav-image {
    height: 60%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.cross-nav-wrapper .cross-nav-module .cross-nav-text {
    padding: 1rem 2rem;
    width: 100%;
    overflow: hidden;
    position: relative
}

.cross-nav-wrapper .cross-nav-module h5 {
    margin-top: 0;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.cross-nav-wrapper .cross-nav-module p {
    color: #909192;
    height: 6rem;
    line-height: 1rem;
    overflow: hidden
}

.cross-nav-wrapper .cross-nav-module p:last-child {
    margin-bottom: 0
}

.cross-nav-wrapper .cross-nav-module:hover .cross-nav-image div.cover:after {
    position: absolute;
    z-index: 4;
    background-color: #e00800;
    opacity: .7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " "
}

.cross-nav-wrapper .cross-nav-module .price-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    padding: .85rem 1.25rem
}

.cross-nav-wrapper .cross-nav-module .price-tag .detail-info-wrap-pricetag>div {
    color: #fff
}

.cross-nav-wrapper .cross-nav-module .price-tag .detail-info-wrap-pricetag>div .upper-part {
    padding-bottom: .25rem
}

.cross-nav-wrapper .cross-nav-module .price-tag .price {
    font-size: 1.75rem
}

.cross-nav-wrapper .cross-nav-module .price-tag .price-specs,
.cross-nav-wrapper .cross-nav-module .price-tag .upper-part {
    font-size: .518755rem;
    letter-spacing: .0625rem
}

.cross-nav-wrapper .cross-nav-module .price-tag .price-specs {
    line-height: .6875rem
}

.cross-nav-wrapper .cross-nav-module--widthA,
.cross-nav-wrapper .cross-nav-module--widthB,
.cross-nav-wrapper .cross-nav-module--widthC,
.cross-nav-wrapper .cross-nav-module--widthD,
.cross-nav-wrapper .cross-nav-module--widthE {
    width: 100%
}

@media (min-width:425px) {

    .cross-nav-wrapper .cross-nav-module,
    .cross-nav-wrapper .cross-nav-module--widthA,
    .cross-nav-wrapper .cross-nav-module--widthB,
    .cross-nav-wrapper .cross-nav-module--widthC,
    .cross-nav-wrapper .cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthE {
        width: 40%
    }

    .cross-nav-wrapper .cross-nav-module--widthB {
        width: 80%
    }

    .cross-nav-wrapper .cross-nav-module {
        height: 22.2rem
    }

    .cross-nav-wrapper .cross-nav-module p {
        height: 5rem
    }
}

@media (min-width:768px) {
    .cross-nav-wrapper .cross-nav-module-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .cross-nav-wrapper .cross-nav-module {
        height: 23.1875rem;
        margin: 1.5rem 0
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-image {
        height: 66.4%
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-caption {
        top: 1.4rem;
        left: 2rem
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-text {
        padding: 1.5rem 1.75rem
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-text p {
        font-size: .75rem
    }

    .cross-nav-wrapper .cross-nav-module .price-tag {
        right: 1.75rem
    }

    .cross-nav-wrapper .cross-nav-module p {
        height: 3rem
    }

    .cross-nav-wrapper .cross-nav-module--widthA,
    .cross-nav-wrapper .cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthE {
        width: 47%
    }

    .cross-nav-wrapper .cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthE {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .cross-nav-wrapper .cross-nav-module--widthD:nth-child(2),
    .cross-nav-wrapper .cross-nav-module--widthD:nth-child(3) {
        -ms-flex-order: -1;
        order: -1
    }

    .cross-nav-wrapper .cross-nav-module--widthA+.cross-nav-module--widthA,
    .cross-nav-wrapper .cross-nav-module--widthD+.cross-nav-module--widthE,
    .cross-nav-wrapper .cross-nav-module--widthD:nth-child(2n+0)+.cross-nav-module--widthD {
        margin-left: 6%
    }

    .cross-nav-wrapper .cross-nav-module--widthB,
    .cross-nav-wrapper .cross-nav-module--widthC {
        width: 100%
    }
}

@media (min-width:992px) {

    .cross-nav-wrapper,
    .cross-nav-wrapper .cross-nav-module-wrapper {
        padding-top: 0
    }

    .cross-nav-wrapper .cross-nav-module {
        height: 18.89375rem;
        margin: 1.8rem .8rem;
        margin-top: 0
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-image {
        height: 62%
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-caption {
        top: 1rem;
        left: 1rem
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-text {
        padding: 1rem
    }

    .cross-nav-wrapper .cross-nav-module p {
        height: 3rem
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-module--extraheight {
        height: 208.7%;
        background-color: #fff
    }

    .cross-nav-wrapper .cross-nav-module.cross-nav-module--widthE {
        height: 18.95rem;
        margin-bottom: 0
    }

    .cross-nav-wrapper .cross-nav-module.cross-nav-module--widthE .cross-nav-image {
        height: 81.9%
    }

    .cross-nav-wrapper .cross-nav-module--widthA {
        width: 22.22%
    }

    .cross-nav-wrapper .cross-nav-module--widthA+.cross-nav-module--widthA {
        margin-left: .875rem
    }

    .cross-nav-wrapper .cross-nav-module--widthB {
        width: 47.22%
    }

    .cross-nav-wrapper .cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthE {
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .cross-nav-wrapper .cross-nav-module--widthC,
    .cross-nav-wrapper .cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthD+.cross-nav-module--widthE,
    .cross-nav-wrapper .cross-nav-module--widthD:nth-child(2n+0)+.cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthE {
        margin-left: 0;
        margin-right: 0
    }

    .cross-nav-wrapper .cross-nav-module--widthC:first-child {
        margin-right: 5%
    }

    .cross-nav-wrapper .cross-nav-module--widthC {
        width: 65%
    }

    .cross-nav-wrapper .cross-nav-module--widthD,
    .cross-nav-wrapper .cross-nav-module--widthE {
        width: 30%
    }

    .cross-nav-wrapper .cross-nav-module--widthD:nth-child(2),
    .cross-nav-wrapper .cross-nav-module--widthD:nth-child(3) {
        -ms-flex-order: inherit;
        order: inherit
    }
}

@media (min-width:1440px) {
    .cross-nav-wrapper {
        padding-top: 0;
        padding-bottom: 1.5rem
    }

    .cross-nav-wrapper .cross-nav-module-wrapper {
        padding-top: 0
    }

    .cross-nav-wrapper .cross-nav-module {
        height: 25rem;
        margin: 3.875rem 1.25rem;
        margin-top: 0
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-image {
        height: 64.9%
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-caption {
        top: 1.4rem;
        left: 2rem
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-text {
        padding: 2rem
    }

    .cross-nav-wrapper .cross-nav-module .cross-nav-text p {
        font-size: .875rem
    }

    .cross-nav-wrapper .cross-nav-module p {
        height: 3rem
    }

    .cross-nav-wrapper .cross-nav-module.cross-nav-module--widthE {
        height: 25.75rem;
        margin-bottom: 0
    }

    .cross-nav-wrapper .cross-nav-module.cross-nav-module--widthE .cross-nav-image {
        height: 83.88%
    }

    .cross-nav-wrapper .cross-nav-module .price-tag {
        right: 1.75rem;
        padding: .81rem 1.5rem
    }

    .cross-nav-wrapper .cross-nav-module-wrapper--verB .cross-nav-module {
        margin-left: 0;
        margin-right: 0
    }

    .cross-nav-wrapper .cross-nav-module-wrapper--verB .cross-nav-module--widthC:first-child {
        margin-right: 5%
    }

    .cross-nav-wrapper .cross-nav-module--widthA {
        width: 22.22%
    }

    .cross-nav-wrapper .cross-nav-module--widthB {
        width: 47.22%
    }

    .cross-nav-wrapper.cross-nav-module-wrapper--verC {
        padding-top: 0;
        padding-bottom: 3rem
    }

    .cross-nav-wrapper.cross-nav-module-wrapper--verC .cross-nav-module-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .cross-nav-wrapper.cross-nav-module-wrapper--verC .cross-nav-module {
        margin-top: 0;
        margin-bottom: 4.25rem
    }
}

[lang=ar] [dir=rtl] .cross-nav-wrapper .cross-nav-module .price-tag {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .cross-nav-wrapper .cross-nav-module .price-tag {
        left: 1.75rem;
        right: auto
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .cross-nav-wrapper .cross-nav-module .price-tag {
        left: 1.75rem;
        right: auto
    }

    [lang=ar] [dir=rtl] .cross-nav-module--widthC:first-child {
        margin-left: 5%;
        margin-right: 0
    }
}

.ipad-cross-nav-00 {
    background-color: #f0f0ea
}

.ipad-cross-nav-00>div {
    width: calc(50% - 48px);
    min-height: 360px;
    height: 360px;
    background-color: #fff;
    padding: 0 1.5rem 1.5rem;
    margin-left: 2rem;
    float: left;
    overflow: hidden
}

.ipad-cross-nav-00 h3 {
    color: #232323;
    letter-spacing: 2px
}

.ipad-cross-nav-00 p {
    color: #232323
}

.ipad-cross-nav-00 .media-cta-wrapper .media-cta-photo {
    min-height: 300px;
    height: 300px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0
}

.ipad-cross-nav-00 .media-cta-container h3 {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 0 12px;
    margin-top: 14px
}

.ipad-btn-00 {
    height: 6rem;
    background-color: #f0f0ea;
    position: fixed;
    bottom: 0;
    z-index: 1
}

.ipad-btn-00 .btn {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    width: 16rem;
    line-height: 4rem
}

[lang=ar] [dir=rtl] .ipad-cross-nav-00>div,
[lang=ar] [dir=rtl] .ipad-media-cta-01>div {
    margin-left: 0;
    margin-right: 2rem;
    float: right
}

[lang=ar] [dir=rtl] .ipad-media-cta-01 h2 {
    text-align: right;
    padding: 0 1.5rem
}

[lang=ar] [dir=rtl] .ipad-media-cta-01 .text {
    left: 0;
    right: 1.5rem
}

.product-grid-single {
    text-align: center
}

.product-grid-single .prices-info,
.product-grid-single .product-image,
.product-grid-single .product-info {
    width: 100%;
    float: left
}

.product-grid-single .product-tooltip {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1.6;
    text-transform: uppercase;
    min-height: 3.56rem;
    padding: .4rem 1.6rem;
    font-family: suiss, Arial, sans-serif;
    width: 100%;
    position: absolute;
    bottom: -.75rem;
    letter-spacing: .0875rem;
    left: 0;
    background-color: rgba(35, 35, 35, .8);
    color: #fff
}

.product-grid-single .product-image {
    text-align: center;
    width: 66%;
    margin-left: 17%;
    margin-right: 17%;
    margin-bottom: .3rem;
    position: relative
}

.product-grid-single .product-image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.product-grid-single .product-info {
    padding-top: 1.67rem;
    padding-bottom: 2.3rem
}

.product-grid-single div[class*=col-]>.rect-responsive {
    padding-bottom: 158%
}

.product-grid-single h5 {
    margin: 0;
    line-height: 1.6em;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400
}

.product-grid-single h5 span.brand {
    color: #232323
}

.product-grid-single .detail-info-wrap-pricetag {
    padding-bottom: 2.625rem;
    padding-top: 1.97rem
}

.product-grid-single.product-grid-single-small .product-image {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%
}

.product-grid-single.product-grid-single-small div[class*=col-]>.rect-responsive {
    padding-bottom: 0
}

.product-grid-single.product-grid-single-small div[class*=col-]>.rect-responsive .content {
    height: auto;
    width: 100%;
    position: static
}

.product-grid-single.product-grid-single-small div[class*=col-]>.rect-responsive .content img {
    width: 100%
}

.product-grid-single.product-grid-single-small .detail-info-wrap-pricetag {
    padding-top: 1rem
}

.product-grid-single.product-grid-single-small .product-tooltip {
    width: 76%;
    left: 12%
}

.product-grid-single.product-grid-single-C .product-info {
    padding-top: 2rem;
    padding-bottom: .7rem
}

.product-grid-single.product-grid-single-C .product-image {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%
}

.product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive {
    padding-bottom: 0
}

.product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive .content {
    height: auto;
    width: 100%;
    position: static
}

.product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive .content img {
    width: 100%
}

.product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
    padding-top: 1rem;
    padding-bottom: 1.8rem
}

.product-grid-single.product-grid-single-C .product-tooltip {
    bottom: 0
}

.product-grid-single .flip-icon {
    height: 1.25rem;
    width: 1.25rem;
    padding: 0;
    position: absolute;
    display: block;
    right: .8125rem;
    top: .8125rem;
    opacity: .8;
    pointer-events: bounding-box;
    z-index: 4
}

.product-grid-single .flip-icon svg {
    color: #e00800;
    height: 1.25rem;
    position: relative;
    width: 1.25rem;
    transition: all .3s ease-in-out
}

.product-grid-single.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center
}

.product-grid-single.card .product-info {
    padding-top: 0
}

.product-grid-single.card .product-image {
    margin-left: 9%;
    margin-right: 9%;
    width: 82%
}

.product-grid-single.card div[class*=col-]>.rect-responsive {
    padding-bottom: 132%
}

.product-grid-single.card.product-grid-single-C div[class*=col-]>.rect-responsive {
    padding-bottom: 0
}

.product-grid-single.card .detail-info-wrap-pricetag {
    padding-bottom: 1.4rem
}

.product-grid-single.card.product-grid-single-small .product-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.product-grid-single.card.product-grid-single-small div[class*=col-]>.rect-responsive {
    padding-bottom: 0
}

.product-grid-single.card.product-grid-single-small div[class*=col-]>.rect-responsive .content {
    height: auto;
    width: 100%;
    position: static
}

.product-grid-single.card.product-grid-single-small div[class*=col-]>.rect-responsive .content img {
    width: 100%
}

.product-grid-single.card.product-grid-single-small .detail-info-wrap-pricetag {
    padding-top: 3.3rem
}

.product-grid-single.card.product-grid-single-small .card__back .product-info {
    padding-bottom: 1rem
}

.product-grid-single.card.product-grid-single-small .card__back .backside-list {
    line-height: 1.625rem
}

.product-grid-single.card.product-grid-single-small .card__back .backside-list a.viewMore {
    padding-top: .5rem
}

.product-grid-single.card.effect__click.flipped .card__front {
    transform: rotateY(-180deg)
}

.product-grid-single.card.effect__click.flipped .card__back {
    transform: rotateY(0)
}

.product-grid-single .card__back,
.product-grid-single .card__front {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 1.75rem 2.5rem 1.9rem;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .125rem solid #fff;
    transition: all .3s ease-in-out
}

.product-grid-single .card__back .btn,
.product-grid-single .card__front .btn {
    width: 100%
}

.product-grid-single .card__back {
    transform: rotateY(-180deg);
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.product-grid-single .card__back h5,
.product-grid-single .card__back h5 span.brand {
    color: #e00800
}

.product-grid-single .card__back .side-content {
    min-height: 100%;
    overflow: hidden
}

.product-grid-single .card__back .backside-list {
    font-size: .875rem;
    line-height: 2rem;
    text-align: left
}

.product-grid-single .card__back .backside-list ul {
    float: left;
    padding-left: 1.625rem
}

.product-grid-single .card__back .backside-list a.viewMore {
    text-decoration: underline;
    color: #232323;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 1.3rem
}

.product-grid-single.flipped .card__front .btn {
    opacity: 0
}

.product-grid-single.flipped .flip-icon svg {
    fill: #e00800
}

.product-grid-single.flipped .card__back {
    border-color: #e00800
}

.product-grid-single.flipped.product-info-with-tooltip .card__back {
    border-color: #232323
}

.product-grid-single.flipped.product-info-with-tooltip .card__back h5,
.product-grid-single.flipped.product-info-with-tooltip .card__back h5 span.brand {
    color: #232323
}

.product-grid-single.flipped.product-info-with-tooltip .flip-icon svg {
    fill: #232323
}

.product-grid-single.flipped.product-info-with-tooltip .btn-green {
    border-color: #232323;
    background-color: #232323
}

.product-grid-single.product-grid-single-full-specs>.row {
    padding-top: 3rem;
    padding-bottom: 2.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-grid-single.product-grid-single-full-specs h5 {
    padding-bottom: 2.56rem
}

.product-grid-single.product-grid-single-full-specs ul {
    padding-top: 3rem;
    column-count: 2;
    column-gap: 3.125rem;
    text-align: left;
    padding-left: 0
}

.product-grid-single.product-grid-single-full-specs ul li {
    margin-left: 1.25rem;
    padding-bottom: .43rem
}

.product-grid-single.product-grid-single-full-specs div[class*=col-]>.rect-responsive {
    padding-bottom: 0
}

.product-grid-single.product-grid-single-full-specs div[class*=col-]>.rect-responsive div.content {
    position: static
}

.product-grid-single.product-grid-single-full-specs .features-list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-grid-single.product-grid-single-full-specs .price-and-buttons {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.product-grid-single.product-grid-single-full-specs .price-and-buttons .detail-info-wrap-pricetag {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    padding-left: 2rem
}

.product-grid-single.product-grid-single-full-specs .price-and-buttons .remove-button-wrap {
    width: auto;
    padding-left: 2rem
}

.product-grid-single.product-grid-single-full-specs .price-and-buttons .remove-button-wrap .btn {
    padding-bottom: 0;
    background-color: #232323;
    border-color: #232323;
    color: #fff
}

.product-grid-single.product-info-with-tooltip .detail-price-new>div {
    color: #232323
}

.product-grid-single .product-compare-button {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: #e00800;
    position: absolute;
    height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .75rem;
    overflow: hidden;
    z-index: 2;
    transition: all .3s ease-in-out
}

.product-grid-single .product-compare-button span {
    padding-left: .625rem;
    margin-top: -.125rem
}

.product-grid-single .product-compare-button svg {
    width: .4875rem;
    height: .4875rem;
    transform: rotate(45deg);
    transition: all .3s ease-in-out
}

.product-grid-single .product-compare-button.product-compare-active {
    background-color: #232323
}

.product-grid-single .product-compare-button.product-compare-active svg {
    transform: rotate(0deg)
}

.product-grid-single .price-and-tick,
.product-grid-single.product-grid-single-C .price-and-tick {
    margin-top: 3rem;
    display: inline-block;
    width: 100%;
    z-index: 3;
    text-align: left
}

.product-grid-single .price-and-tick .detail-info-wrap-pricetag,
.product-grid-single.product-grid-single-C .price-and-tick .detail-info-wrap-pricetag {
    padding-top: 0;
    padding-bottom: 1.4rem
}

.product-grid-single .tile-tick {
    margin-top: -.1875rem
}

.product-grid-single .tile-tick svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: #fff;
    border: 1px solid #cecece;
    background-color: #f7f7f4;
    border-radius: 100%
}

.product-grid-single.tiles-box-awards .tile-description {
    color: #232323
}

.product-grid-single.tiles-box-awards .tile-tick svg {
    fill: #fff;
    border: 1px solid #cecece;
    background-color: #f7f7f4;
    border-radius: 100%
}

.product-grid-single.tiles-box-awards .detail-info-wrap-pricetag .main-part {
    color: #232323
}

.product-grid-single.tiles-box-awards.flipped .flip-icon svg {
    fill: #232323
}

.product-grid-single.tiles-box-awards.flipped .card__back {
    border-color: #232323
}

input[type=checkbox]:checked+.product-grid-single .btn-default,
input[type=radio]:checked+.product-grid-single .btn-default {
    background-color: #e00800;
    border-color: #e00800;
    color: #fff
}

input[type=checkbox]:checked+.product-grid-single.product-info-with-tooltip .btn-default,
input[type=radio]:checked+.product-grid-single.product-info-with-tooltip .btn-default {
    background-color: #232323;
    border-color: #232323
}

input[type=checkbox]:checked+.tile.product-grid-single .tile-tick,
input[type=radio]:checked+.tile.product-grid-single .tile-tick {
    opacity: 1
}

input[type=checkbox]:checked+.tile.product-grid-single .tile-tick svg,
input[type=radio]:checked+.tile.product-grid-single .tile-tick svg {
    fill: #e00800;
    border: 0 none;
    border-radius: 50%;
    background: transparent
}

input[type=checkbox]:checked+.tiles-box-awards .tile-tick svg,
input[type=radio]:checked+.tiles-box-awards .tile-tick svg {
    fill: #232323;
    border-radius: 50%;
    border: 0;
    background: transparent
}

.container-comparable-active .product-compare-button {
    height: 2.1875rem
}

@media (min-width:425px) {
    .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 92%
    }

    .product-grid-single.card div[class*=col-]>.rect-responsive {
        padding-bottom: 62%
    }
}

@media (min-width:768px) {
    .product-grid-single .product-info {
        padding-top: 1.2rem;
        padding-bottom: 3.4rem
    }

    .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 117%
    }

    .product-grid-single div[class*=col-].product-image-small>.rect-responsive {
        padding-bottom: 85%
    }

    .product-grid-single.product-grid-single-full-specs div[class*=col-].product-image-small>.rect-responsive {
        padding-bottom: 0
    }

    .product-grid-single .detail-info-wrap-pricetag {
        padding-bottom: 2.5rem;
        padding-top: 1.9rem
    }

    .product-grid-single.product-grid-single-small .product-info {
        padding-bottom: 3rem
    }

    .product-grid-single.product-grid-single-small .product-image {
        width: 54%;
        margin-left: 23%;
        margin-right: 23%
    }

    .product-grid-single.product-grid-single-small .detail-info-wrap-pricetag {
        padding-bottom: 2.6rem
    }

    .product-grid-single.product-grid-single-C h5 {
        line-height: 1.3em
    }

    .product-grid-single.product-grid-single-C div[class*=col-]>.rect-responsive img {
        max-width: 999%
    }

    .product-grid-single.product-grid-single-C .product-info {
        padding-bottom: 1.2rem;
        padding-top: 2.2rem
    }

    .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
        padding-top: 1.1rem;
        padding-bottom: 1.5rem
    }

    .product-grid-single.product-grid-single-C .product-tooltip {
        font-size: .75rem
    }

    .product-grid-single.card .product-info {
        padding-bottom: 2.5rem
    }

    .product-grid-single.card div[class*=col-]>.rect-responsive {
        padding-bottom: 100%
    }

    .product-grid-single.card .detail-info-wrap-pricetag {
        padding-bottom: 1.5rem;
        padding-top: 2.2rem
    }

    .product-grid-single.card .card__back .backside-list a.viewMore {
        padding-top: .1rem;
        padding-bottom: 3.7rem
    }

    .product-grid-single.card.product-grid-single-small .product-image {
        margin-left: 20%;
        margin-right: 20%;
        width: 60%
    }

    .product-grid-single.card.product-grid-single-small .detail-info-wrap-pricetag {
        padding-top: 1.3rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .product-info {
        padding-bottom: 3.5rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .backside-list {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%
    }

    .product-grid-single.card.product-grid-single-small .card__back .backside-list a.viewMore {
        padding-top: 3.5rem;
        padding-bottom: 3rem
    }
}

@media (min-width:992px) {
    .product-grid-single .product-info {
        padding-top: 2rem;
        padding-bottom: 2.47rem
    }

    .product-grid-single div[class*=col-]>.rect-responsive {
        padding-bottom: 109.5%
    }

    .product-grid-single .detail-info-wrap-pricetag {
        padding-bottom: 2.3rem;
        padding-top: 1.9rem
    }

    .product-grid-single.product-grid-single-small .product-info {
        padding-bottom: 2rem
    }

    .product-grid-single.product-grid-single-small .product-image {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%
    }

    .product-grid-single.product-grid-single-C .product-info {
        padding-bottom: 1.5rem
    }

    .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
        padding-top: 1.6rem;
        padding-bottom: 1.9rem
    }

    .product-grid-single.product-grid-single-C .product-tooltip {
        font-size: .875rem
    }

    .product-grid-single.card .product-image {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%
    }

    .product-grid-single.card div[class*=col-]>.rect-responsive {
        padding-bottom: 103%
    }

    .product-grid-single.card .card__back .backside-list {
        font-size: 1rem;
        line-height: 2rem
    }

    .product-grid-single.card.product-grid-single-small .product-image {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%
    }

    .product-grid-single.card.product-grid-single-small .detail-info-wrap-pricetag {
        padding-top: 2.1rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .product-info {
        padding-bottom: 1.5rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .backside-list {
        font-size: .875rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .backside-list a.viewMore {
        padding-top: 3rem;
        padding-bottom: .2rem
    }

    .product-grid-single .product-compare-button {
        font-size: .875rem
    }

    .container-comparable-active .product-compare-button {
        height: 2.5rem
    }
}

@media (min-width:1440px) {
    .product-grid-single .product-tooltip {
        font-size: 1rem;
        padding-top: .6rem;
        padding-bottom: .6rem;
        bottom: -1.9rem
    }

    .product-grid-single .product-info {
        padding-top: 2.6875rem;
        padding-bottom: 3.125rem
    }

    .product-grid-single .detail-info-wrap-pricetag {
        padding-bottom: 2.625rem;
        padding-top: 2.94rem
    }

    .product-grid-single.product-grid-single-full-specs div[class*=col-].product-image-small>.rect-responsive {
        padding-bottom: 0
    }

    .product-grid-single.product-grid-single-small .product-info {
        padding-bottom: 3rem;
        padding-top: 3.5rem
    }

    .product-grid-single.product-grid-single-small .product-tooltip {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem
    }

    .product-grid-single.product-grid-single-small .detail-info-wrap-pricetag {
        padding-bottom: 5.2rem;
        padding-top: 2.75rem
    }

    .product-grid-single.product-grid-single-C h5 {
        line-height: 1.6em
    }

    .product-grid-single.product-grid-single-C .product-info {
        padding-top: 3rem
    }

    .product-grid-single.product-grid-single-C .detail-info-wrap-pricetag {
        padding-top: 2rem;
        padding-bottom: 2.5rem
    }

    .product-grid-single.product-grid-single-C .product-tooltip {
        font-size: 1rem
    }

    .product-grid-single.card .product-image {
        width: 74%;
        margin-left: 13%;
        margin-right: 13%
    }

    .product-grid-single.card div[class*=col-]>.rect-responsive {
        padding-bottom: 109%
    }

    .product-grid-single.card .card__back .backside-list a.viewMore {
        padding-bottom: .7rem
    }

    .product-grid-single.card.product-grid-single-small .product-info {
        padding-bottom: 3.6rem;
        padding-top: .5rem
    }

    .product-grid-single.card.product-grid-single-small .detail-info-wrap-pricetag {
        padding-top: 4.1rem;
        padding-bottom: 1.4rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .product-info {
        padding-bottom: 2.8rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .backside-list {
        font-size: 1rem
    }

    .product-grid-single.card.product-grid-single-small .card__back .backside-list a.viewMore {
        padding-top: 1.3rem;
        padding-bottom: 4.3rem
    }

    .product-grid-single .product-compare-button {
        font-size: 1rem
    }

    .product-grid-single .product-compare-button svg {
        width: .61875rem;
        height: .61875rem
    }

    .product-grid-single .tile-tick {
        margin-top: -.575rem
    }

    .product-grid-single .tile-tick svg {
        width: 3.75rem;
        height: 3.75rem
    }
}

.business .product-grid-single .product-compare-button {
    background-color: #e00800
}

.business .product-grid-single .product-compare-button.product-compare-active {
    background-color: #232323
}

.business .product-grid-single.product-grid-single-C h5,
.business .product-grid-single.product-grid-single-C h5 span.brand {
    color: #232323
}

.business .product-grid-single .card__back .flip-icon,
.business .product-grid-single .card__front .flip-icon {
    background-color: #fff
}

.business .product-grid-single .card__back h5,
.business .product-grid-single .card__back h5 span.brand {
    color: #e00800
}

.business .product-grid-single.flipped .flip-icon svg {
    fill: #e00800
}

.business .product-grid-single.flipped .card__back {
    border-color: #e00800
}

.business .product-grid-single.flipped.product-info-with-tooltip .card__back {
    border-color: #232323
}

.business .product-grid-single.flipped.product-info-with-tooltip .card__back h5,
.business .product-grid-single.flipped.product-info-with-tooltip .card__back h5 span.brand {
    color: #232323
}

.business .product-grid-single.flipped.product-info-with-tooltip .flip-icon svg {
    fill: #232323
}

.business .product-grid-single.flipped.product-info-with-tooltip .btn-green {
    border-color: #232323;
    background-color: #232323
}

.business .product-grid-single input[type=checkbox]:checked+.product-grid-single .btn-default,
.business .product-grid-single input[type=radio]:checked+.product-grid-single .btn-default {
    background-color: #e00800;
    border-color: #e00800;
    color: #fff
}

.business .product-grid-single input[type=checkbox]:checked+.product-grid-single.product-info-with-tooltip .btn-default,
.business .product-grid-single input[type=radio]:checked+.product-grid-single.product-info-with-tooltip .btn-default {
    background-color: #232323;
    border-color: #232323
}

.business input[type=checkbox]:checked+.tile.product-grid-single .tile-tick,
.business input[type=radio]:checked+.tile.product-grid-single .tile-tick {
    opacity: 1
}

.business input[type=checkbox]:checked+.tile.product-grid-single .tile-tick svg,
.business input[type=radio]:checked+.tile.product-grid-single .tile-tick svg {
    fill: #fff;
    border: 0 none;
    border-radius: 50%;
    background: transparent
}

.business .product-grid-dark .product-grid-single .card__back,
.business .product-grid-dark .product-grid-single .card__front {
    background-color: #f0f0ea
}

.business .product-grid-dark .product-grid-single .card__front {
    border-color: #f0f0ea
}

[lang=ar] [dir=rtl] .product-grid-single .product-tooltip {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .product-grid-single .card__back .backside-list ul,
[lang=ar] [dir=rtl] .product-grid-single.product-grid-single-full-specs ul {
    text-align: right
}

[lang=ar] [dir=rtl] .product-grid-single .product-compare-button span {
    padding-right: .625rem;
    padding-left: 0
}

html[lang=ar] [dir=rtl] .swiper-carousel-wrapper .carousel-swiper-button-next {
    left: 3%;
    right: auto
}

html[lang=ar] [dir=rtl] .swiper-carousel-wrapper .carousel-swiper-button-next svg {
    transform: scaleX(-1)
}

html[lang=ar] [dir=rtl] .swiper-carousel-wrapper .carousel-swiper-button-next svg use {
    -moz-transform: scaleX(-1)
}

html[lang=ar] [dir=rtl] .swiper-carousel-wrapper .carousel-swiper-button-prev {
    right: 3%;
    left: auto
}

html[lang=ar] [dir=rtl] .swiper-carousel-wrapper .carousel-swiper-button-prev svg {
    transform: scaleX(1)
}

html[lang=ar] [dir=rtl] .swiper-carousel-wrapper .carousel-swiper-button-prev svg use {
    -moz-transform: scaleX(1)
}

.product-grid {
    border-top: 1px solid #f0f0ea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-grid>div {
    border-bottom: 1px solid #f0f0ea
}

.product-grid input {
    display: none
}

.product-load-more {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.product-load-more .btn {
    font-size: .875rem;
    height: 3.3rem;
    line-height: 3.1rem
}

@media (min-width:768px) {
    .product-grid>div {
        border-right: 1px solid #f0f0ea
    }

    .product-grid>div:nth-child(2n+0) {
        border-right: none
    }

    .product-grid.product-grid-C>div:nth-child(2n+0) {
        border-right: 1px solid #f0f0ea
    }

    .product-grid.product-grid-C>div:nth-child(3n+0) {
        border-right: none
    }

    .product-grid .add-to-cart-button-wrap .ripple-effect {
        width: auto
    }

    .product-load-more {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (min-width:992px) {
    .product-grid>div:nth-child(2n+0) {
        border-right: 1px solid #f0f0ea
    }

    .product-grid.product-grid-small>div:nth-child(2n+0),
    .product-grid>div:nth-child(3n+0) {
        border-right: none
    }

    .product-grid.product-grid-small>div:nth-child(1n+0) {
        border-right: 1px solid #f0f0ea
    }

    .product-load-more {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (min-width:1440px) {
    .product-grid .add-to-cart-button-wrap .ripple-effect {
        padding: 0 6.4375rem
    }
}

.business .product-grid-dark {
    background-color: #f0f0ea
}

.business .product-grid-dark.product-grid-C>div:nth-child(2n+0),
.business .product-grid-dark.product-grid-small>div:nth-child(1n+0),
.business .product-grid-dark.product-grid-small>div:nth-child(2n+0),
.business .product-grid-dark>div,
.business .product-grid-dark>div:nth-child(2n+0) {
    border-color: #fff
}

.business .product-grid-dark+.product-load-more {
    background-color: #f0f0ea
}

.search-group select {
    width: 100%
}

.search-group .search-style {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.search-group .search-style #pac-input {
    padding-right: 18%
}

.search-group .search-style input {
    -ms-flex: 1 2 80%;
    flex: 1 2 80%
}

.search-group .search-style input:active:after {
    height: 20px;
    content: "CHECK"
}

.search-group .search-style span {
    display: none;
    -ms-flex: 2 1 20%;
    flex: 2 1 20%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.search-group .search-style span a {
    color: #242424
}

.search-group .search-style span.clear-check-seach-btn svg {
    height: 15px;
    width: 15px;
    margin-top: 1.5rem;
    fill: #353738
}

@media (max-width:414px) {
    .search-group .search-style #pac-input {
        padding-right: 28%
    }

    .search-group .search-style span .btn {
        padding: 0 1rem
    }

    .search-group .search-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .search-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }
}

@media (min-width:414px) and (max-width:767px) {
    .search-group .search-style #pac-input {
        padding-right: 28%
    }

    .search-group .search-style span .btn {
        padding: 0 1rem
    }

    .search-group .search-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .search-style span.clear-check-seach-btn svg {
        margin-top: .906rem
    }
}

@media (min-width:768px) {
    .search-group .search-style #pac-input {
        padding-right: 20%
    }

    .search-group .search-style span .btn {
        padding: 0 1rem
    }

    .search-group .search-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .search-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }
}

@media (min-width:992px) {
    .search-group .search-style #pac-input {
        padding-right: 20%
    }

    .search-group .search-style span .btn {
        padding: 0 1rem;
        outline: none
    }

    .search-group .search-style span .btn.search-btn.close {
        line-height: 5rem
    }

    .search-group .search-style span a {
        color: #242424;
        line-height: 3rem
    }

    .search-group .search-style span.clear-check-seach-btn svg {
        margin-top: 1rem
    }
}

@media (min-width:1440px) {
    .search-group .search-style #pac-input {
        padding-right: 18%
    }

    .search-group .search-style span {
        right: 0;
        top: 0
    }

    .search-group .search-style span .btn {
        padding: 0 1.5rem
    }

    .search-group .search-style span a {
        color: #242424;
        line-height: 4rem
    }

    .search-group .search-style span.clear-check-seach-btn svg {
        margin-top: 1.7rem
    }
}

.check-availability-wrap .tiles-content {
    position: relative;
    width: 100%
}

.check-availability-wrap .tiles-content:after {
    content: " ";
    background-color: rgba(224, 8, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.check-availability-wrap .tiles-content div.cover {
    left: 0;
    z-index: 1;
    top: 0
}

.check-availability-wrap .tiles-content .check-availability-header {
    z-index: 3;
    position: relative;
    width: 100%;
    padding: 0 0 2rem
}

.check-availability-wrap .tiles-content .check-availability-header h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0;
    overflow: visible;
    margin-top: 1.68rem
}

.check-availability-wrap .tiles-content .check-availability-header p {
    color: #fff;
    text-align: center
}

.check-availability-wrap .tiles-content .check-availability-header p.business-note {
    text-transform: none !important;
    letter-spacing: normal !important
}

.check-availability-wrap .tiles-content .check-availability-header .my-current-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem
}

.check-availability-wrap .tiles-content .check-availability-header .my-current-location svg {
    height: 18px;
    width: 14px;
    margin-right: 5px
}

.check-availability-wrap .tiles-content .check-availability-header .my-current-location a {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1.1px;
    text-decoration: underline
}

.check-availability-wrap .map-container>.background-map {
    min-height: 150px;
    height: auto;
    position: relative
}

.check-availability-wrap .map-container>.background-map.closed {
    height: 150px
}

.check-availability-wrap .map-container>.background-map .main-map-result-container {
    position: relative;
    min-height: 150px;
    height: 100%;
    display: -webkit-box;
    overflow: hidden
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result {
    position: relative;
    min-height: 150px;
    margin-top: 12.5rem;
    padding-top: 2.25rem;
    padding-bottom: 2rem;
    background-color: hsla(0, 0%, 100%, .8);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .2)
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header h3 {
    letter-spacing: 0;
    text-transform: uppercase;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header h3 svg {
    height: 25px;
    width: 25px;
    margin: auto .5rem;
    stroke: none
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header p {
    color: #242424;
    margin: 1rem 0 3rem
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header button {
    margin: 1rem auto 3rem
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-error h3,
.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-false h3,
.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-true h3 {
    margin-top: 0;
    color: #e00800
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-error h3 svg,
.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-false h3 svg,
.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-true h3 svg {
    stroke: none
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-false h3 {
    color: #232323
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-false a {
    color: #242424;
    text-transform: uppercase;
    font-size: .875rem
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-false a svg {
    margin-left: 12px;
    width: 9px;
    height: 10px;
    margin-top: 1px;
    transform: rotate(90deg)
}

.check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header .available-false a svg use {
    -moz-transform: scale(-1)
}

.check-availability-wrap .map-container>.background-map .notify-me-box {
    background-color: #fff
}

.check-availability-wrap .map-container>.background-map .notify-me-box .form {
    padding-top: 3rem
}

.check-availability-wrap .form-section .checkbox label {
    font-size: .875rem;
    color: #242424
}

.check-availability-wrap .form-section .checkbox label a {
    color: #242424;
    text-decoration: underline
}

.check-availability-wrap .notify-me-form-submitting {
    position: relative
}

.check-availability-wrap .notify-me-form-submitting p {
    letter-spacing: .2rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 2rem 0 0
}

.check-availability-wrap .notify-me-form-submit,
.check-availability-wrap .notify-me-form-submitting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

.check-availability-wrap .form-submit {
    padding: 0;
    text-align: center
}

.check-availability-wrap .form-submit button {
    text-transform: uppercase;
    margin: auto .5rem
}

@media (min-width:414px) and (max-width:767px) {
    .check-availability-wrap .tiles-content {
        height: 280px
    }

    .check-availability-wrap .tiles-content .check-availability-header h2 {
        font-size: 1.625rem;
        letter-spacing: 2.2px
    }

    .check-availability-wrap .tiles-content .check-availability-header p {
        font-size: .875rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
        padding: 1rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location svg {
        height: 15px;
        width: 10px;
        margin-right: 10px
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container>.background-map {
        min-height: 150px
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result {
        margin-top: 12.5rem
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header p {
        font-size: .875rem;
        margin: 1rem 0
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header button {
        margin: 1rem auto
    }
}

@media (min-width:768px) {
    .check-availability-wrap .tiles-content {
        height: 280px
    }

    .check-availability-wrap .tiles-content .check-availability-header h2 {
        font-size: 2.5rem;
        letter-spacing: 3.3px
    }

    .check-availability-wrap .tiles-content .check-availability-header p {
        font-size: .875rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
        padding-left: 0
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location svg {
        height: 15px;
        width: 10px;
        margin-right: 10px
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container>.background-map {
        min-height: 150px
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result {
        margin-top: 9.5rem
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header p {
        font-size: .875rem;
        margin: 2rem 0
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header button {
        margin: 1rem auto 2rem
    }
}

@media (min-width:992px) {
    .check-availability-wrap .tiles-content {
        height: 280px
    }

    .check-availability-wrap .tiles-content .check-availability-header h2 {
        font-size: 2.5rem;
        letter-spacing: 3.3px
    }

    .check-availability-wrap .tiles-content .check-availability-header p {
        font-size: .875rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
        padding-left: 0
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location svg {
        height: 15px;
        width: 10px;
        margin-right: 10px
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container>.background-map {
        min-height: 150px
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result {
        margin-top: 9.5rem
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header p {
        font-size: .875rem;
        margin: 2rem 0
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header button {
        margin: 1rem auto 2rem
    }

    .check-availability-wrap .form-section .checkbox label {
        font-size: .75rem
    }
}

@media (min-width:1440px) {
    .check-availability-wrap .tiles-content {
        height: 400px
    }

    .check-availability-wrap .tiles-content .check-availability-header h2 {
        letter-spacing: 8px;
        font-size: 3.375rem;
        margin-top: 3.625rem
    }

    .check-availability-wrap .tiles-content .check-availability-header p {
        font-size: 1rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .search-group .search-style span .btn {
        padding: 0 1.8125rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
        padding: 1rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location svg {
        height: 18px;
        width: 14px;
        margin-right: 5px
    }

    .check-availability-wrap .tiles-content .check-availability-header .my-current-location a {
        font-size: 1rem;
        letter-spacing: 1.1px
    }

    .check-availability-wrap .map-container>.background-map {
        min-height: 200px
    }

    .check-availability-wrap .map-container>.background-map.closed {
        height: 200px
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result {
        margin-top: 12.5rem
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header {
        padding-bottom: 2rem
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header p {
        font-size: 1rem;
        margin: 1rem 0 3rem
    }

    .check-availability-wrap .map-container>.background-map .main-map-result-container .check-validation-result .availability-header button {
        margin: 1rem auto 3rem
    }

    .check-availability-wrap .form-section .checkbox label {
        font-size: .875rem
    }
}

.business .form .search-group .form-group input.form-control {
    color: #e00800
}

.business .check-availability-wrap .tiles-content {
    height: auto
}

.business .check-availability-wrap .tiles-content:after {
    background-color: rgba(56, 60, 58, .7)
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form label {
    font-weight: 400
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container {
    box-sizing: content-box;
    margin: 0;
    padding-left: .5rem;
    padding-right: 1.5rem;
    position: relative;
    top: -3px;
    text-align: left;
    background-color: transparent;
    width: 9rem !important
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    outline: none;
    height: 2.625rem;
    background-color: transparent
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container .select2-selection--single:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: .125rem;
    position: absolute;
    left: 0;
    bottom: -.125rem
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container .select2-selection--single:focus {
    outline: 0
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: .125rem;
    line-height: 2.625rem;
    font-weight: 400;
    text-transform: none;
    background-color: transparent;
    height: 2.625rem;
    padding: 0;
    border: 0
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container .select2-selection__arrow {
    top: 1.96875rem;
    right: 1rem;
    height: 0;
    width: 0
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container .select2-selection__arrow b {
    border-color: #fff transparent transparent;
    border-width: .3rem .3rem 0
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff;
    border-width: 0 .3rem .3rem
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-dropdown {
    text-align: left;
    background-color: #f0f0ea;
    border: 0;
    border-radius: 0;
    left: 0;
    margin-left: 2rem;
    z-index: 1;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-results__options {
    max-height: 13.125rem !important
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-results__option {
    color: #242424;
    font-family: suiss, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: .125rem;
    line-height: 3.9375rem;
    font-weight: 400;
    box-sizing: content-box;
    margin: 0;
    padding: 0 3rem;
    white-space: nowrap;
    transition: all .2s ease-in-out
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-results__option:first-of-type {
    padding-top: .65625rem
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-results__option:last-of-type {
    padding-bottom: .65625rem
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-results__option--highlighted {
    background-color: transparent !important;
    color: #e00800 !important
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
    color: #e00800 !important;
    text-decoration: underline
}

.business .check-availability-wrap .tiles-content .check-availability-header .business-note .select-account-form .select2-container--focus {
    background-color: transparent !important
}

@media (min-width:992px) and (max-width:1440px) {
    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd label {
        margin: 0 0 1.125rem;
        font-size: 1.25rem;
        line-height: 2.25rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection--single {
        height: 2.25rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.25rem;
        line-height: 2.25rem;
        height: 2.25rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection__arrow {
        top: 1.6875rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection__arrow b {
        border-width: .3125rem .3125rem 0
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .3125rem .3125rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__options {
        max-height: 11.25rem !important
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option {
        font-size: 1.25rem;
        line-height: 3.375rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option:first-of-type {
        padding-top: .5625rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option:last-of-type {
        padding-bottom: .5625rem
    }
}

@media (min-width:768px) and (max-width:992px) {
    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd label {
        margin: 0 0 1.0625rem;
        font-size: 1.125rem;
        line-height: 2.125rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection--single {
        height: 2.125rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.125rem;
        line-height: 2.125rem;
        height: 2.125rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection__arrow {
        top: 1.59375rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection__arrow b {
        border-width: .28125rem .28125rem 0
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .28125rem .28125rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__options {
        max-height: 10.625rem !important
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option {
        font-size: 1.125rem;
        line-height: 3.1875rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option:first-of-type {
        padding-top: .53125rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option:last-of-type {
        padding-bottom: .53125rem
    }
}

@media (max-width:768px) {
    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd label {
        display: inline;
        margin: 0 0 1rem;
        font-size: 1rem;
        line-height: 2rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection--single {
        height: 2rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
        line-height: 2rem;
        height: 2rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection__arrow {
        top: 1.5rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container .select2-selection__arrow b {
        border-width: .25rem .25rem 0
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .25rem .25rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__options {
        max-height: 10rem !important
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option {
        font-size: 1rem;
        line-height: 3rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option:first-of-type {
        padding-top: .5rem
    }

    .business .check-availability-wrap .tiles-content .check-availability-header .business-note .with-dd .select2-results__option:last-of-type {
        padding-bottom: .5rem
    }
}

.business .check-availability-wrap .map-container .background-map .main-map-result-container .check-validation-result {
    background-color: hsla(60, 17%, 93%, .8)
}

.business .check-availability-wrap .map-container .background-map .main-map-result-container .check-validation-result .availability-header .available-true h3 {
    color: #e00800
}

.business .check-availability-wrap .map-container .background-map .main-map-result-container .check-validation-result .availability-header .available-true h3 svg {
    stroke: none
}

.business .check-availability-wrap .map-container .notify-me-box {
    background-color: #f0f0ea
}

@media (min-width:1440px) {
    .business .check-availability-wrap .tiles-content .check-availability-header .business-note {
        margin-top: 2rem
    }

    .business .check-availability-wrap .form-section .checkbox label {
        font-size: .875rem
    }
}

[lang=ar] [dir=rtl] .form .floating-label-input label,
[lang=ar] [dir=rtl] .form .floating-label-select label {
    right: 0;
    left: auto;
    font-weight: 100;
    padding-right: 1.66625rem;
    padding-left: 3rem
}

@media (max-width:767px) {

    [lang=ar] [dir=rtl] .form .floating-label-input label,
    [lang=ar] [dir=rtl] .form .floating-label-select label {
        padding-right: 1.66625rem
    }
}

[lang=ar] [dir=rtl] .form .checkbox label,
[lang=ar] [dir=rtl] .form .radio label {
    padding-right: 32px;
    padding-left: 0 !important
}

[lang=ar] [dir=rtl] .form .checkbox label:before,
[lang=ar] [dir=rtl] .form .radio label:before {
    right: 0 !important;
    left: auto !important
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .main-map-result-container .check-validation-result .availability-header .available-false a svg {
    margin-right: 12px;
    margin-left: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
        padding-left: 0;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .search-group .search-style #pac-input {
    padding-left: 18%;
    padding-right: 1rem
}

[lang=ar] [dir=rtl] .search-group .search-style span {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .search-group .search-style span a {
    color: #242424
}

@media (min-width:414px) and (max-width:767px) {
    [lang=ar] [dir=rtl] .search-group .search-style #pac-input {
        padding-left: 28%;
        padding-right: 1rem
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .search-group .search-style #pac-input {
        padding-left: 20%;
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .search-group .search-style #pac-input {
        padding-left: 20%;
        padding-right: 1rem
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .search-group .search-style #pac-input {
        padding-left: 18%;
        padding-right: 1rem
    }

    [lang=ar] [dir=rtl] .search-group .search-style span {
        left: 0;
        right: auto
    }
}

[lang=ar] [dir=rtl] .sup-gst.search-style {
    display: block
}

.check-plans .check-plans-wrap .main-text,
.check-plans .check-plans-wrap .main-text h2 {
    color: #232323
}

.check-plans .check-plans-wrap .main-text,
.check-plans .check-plans-wrap .plans-table {
    background-color: #f0f0ea
}

.check-plans .check-plans-wrap.inactive a.tile {
    cursor: default
}

.check-plans .check-plans-wrap.inactive a.tile .flip-icon {
    cursor: pointer
}

.check-plans .check-plans-wrap.inactive .plans-table .tile-table.promo .tile .tile-card__back .tiles-box,
.check-plans .check-plans-wrap.inactive .plans-table .tile-table .tile .tile-card__back .tiles-box {
    border-color: #cecece !important
}

.check-plans .check-plans-wrap.inactive .plans-table .tile-table.promo .tile .tile-card__back .flip-icon svg,
.check-plans .check-plans-wrap.inactive .plans-table .tile-table .tile .tile-card__back .flip-icon svg {
    fill: #cecece !important
}

.check-plans .check-plans-wrap.inactive .plans-table .tile-table.promo .tile .tiles-box .detail-price-new,
.check-plans .check-plans-wrap.inactive .plans-table .tile-table .tile .tiles-box .detail-price-new {
    color: #cecece
}

.check-plans .check-plans-wrap.inactive .plans-table .tile-table.promo .tile .tiles-box .bottom-text,
.check-plans .check-plans-wrap.inactive .plans-table .tile-table .tile .tiles-box .bottom-text {
    color: #909192
}

.check-plans .check-plans-wrap.inactive .plans-table .tile-table .tile .tiles-box .read-more,
.check-plans .check-plans-wrap.inactive .plans-table .tile-table .tile .tiles-box:after {
    background-color: #cecece !important
}

.loader-container {
    display: none;
    z-index: 3;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: hsla(60, 17%, 93%, .8)
}

.loader-container .loader-items {
    display: block;
    position: relative;
    max-height: 100%;
    padding: 2rem
}

.loader-container .loader-items svg {
    height: 46px;
    width: 46px;
    margin: .5rem
}

.loader-container .loader-items p {
    font-size: 1rem;
    color: #242424
}

#help-me.tab-closed {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.help-me .main-text {
    background-color: #fff
}

.help-me {
    color: #242424;
    text-align: center;
    padding-top: .625rem
}

.help-me label {
    display: block;
    margin: 0 0 1.3125rem;
    padding: 0;
    font-family: suiss, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .125rem;
    line-height: 2.625rem;
    font-weight: 400
}

.help-me label:hover {
    background: inherit
}

.help-me label.invisible {
    visibility: hidden;
    height: 0
}

.help-me .help-me-console {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8rem;
    position: relative
}

.help-me .help-me-console .btn {
    margin: 1rem
}

.help-me .help-me-console p {
    letter-spacing: .2rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: 2rem
}

.help-me .select2.select2-container {
    box-sizing: content-box;
    margin: 0;
    padding-left: .5rem;
    padding-right: 1.5rem;
    position: relative;
    top: -3px;
    text-align: left;
    background-color: transparent
}

.help-me .select2.select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    outline: none;
    height: 2.625rem;
    background-color: transparent
}

.help-me .select2.select2-container .select2-selection--single:after {
    content: "";
    background-color: #e00800;
    width: 100%;
    height: .125rem;
    position: absolute;
    left: 0;
    bottom: -.125rem
}

.help-me .select2.select2-container .select2-selection--single:focus {
    outline: 0
}

.help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .125rem;
    line-height: 2.625rem;
    font-weight: 400;
    background-color: transparent;
    height: 2.625rem;
    padding: 0;
    border: 0
}

.help-me .select2.select2-container .select2-selection__arrow {
    top: 1.96875rem;
    right: 1rem;
    height: 0;
    width: 0
}

.help-me .select2.select2-container .select2-selection__arrow b {
    border-color: #e00800 transparent transparent;
    border-width: .375rem .375rem 0
}

.help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e00800;
    border-width: 0 .375rem .375rem
}

.help-me .select2-dropdown {
    text-align: left;
    background-color: #f0f0ea;
    border: 0;
    border-radius: 0;
    left: 0;
    margin-left: 2rem;
    z-index: 1;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.help-me .select2-results__options {
    max-height: 13.125rem !important
}

.help-me .select2-results__option {
    color: #242424;
    font-family: suiss, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .125rem;
    line-height: 3.9375rem;
    font-weight: 400;
    box-sizing: content-box;
    margin: 0;
    padding: 0 3rem;
    white-space: nowrap;
    transition: all .2s ease-in-out
}

.help-me .select2-results__option:first-of-type {
    padding-top: .65625rem
}

.help-me .select2-results__option:last-of-type {
    padding-bottom: .65625rem
}

.help-me .select2-results__option--highlighted,
.help-me .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
    color: #e00800 !important
}

.help-me .select2-results__option[aria-selected=true] {
    text-decoration: underline
}

.help-me .select2-container--focus {
    background-color: transparent !important
}

#help-me-form {
    margin-bottom: 5rem
}

.business .help-me {
    background-color: #f0f0ea
}

@media (min-width:992px) and (max-width:1440px) {
    .help-me label {
        margin: 0 0 1.125rem;
        font-size: 1.25rem;
        line-height: 2.25rem
    }

    .help-me .select2.select2-container .select2-selection--single {
        height: 2.25rem
    }

    .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.25rem;
        line-height: 2.25rem;
        height: 2.25rem
    }

    .help-me .select2.select2-container .select2-selection__arrow {
        top: 1.6875rem
    }

    .help-me .select2.select2-container .select2-selection__arrow b {
        border-width: .3125rem .3125rem 0
    }

    .help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .3125rem .3125rem
    }

    .help-me .select2-results__options {
        max-height: 11.25rem !important
    }

    .help-me .select2-results__option {
        font-size: 1.25rem;
        line-height: 3.375rem
    }

    .help-me .select2-results__option:first-of-type {
        padding-top: .5625rem
    }

    .help-me .select2-results__option:last-of-type {
        padding-bottom: .5625rem
    }
}

@media (min-width:768px) and (max-width:992px) {
    .help-me label {
        margin: 0 0 1.0625rem;
        font-size: 1.125rem;
        line-height: 2.125rem
    }

    .help-me .select2.select2-container .select2-selection--single {
        height: 2.125rem
    }

    .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1.125rem;
        line-height: 2.125rem;
        height: 2.125rem
    }

    .help-me .select2.select2-container .select2-selection__arrow {
        top: 1.59375rem
    }

    .help-me .select2.select2-container .select2-selection__arrow b {
        border-width: .28125rem .28125rem 0
    }

    .help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .28125rem .28125rem
    }

    .help-me .select2-results__options {
        max-height: 10.625rem !important
    }

    .help-me .select2-results__option {
        font-size: 1.125rem;
        line-height: 3.1875rem
    }

    .help-me .select2-results__option:first-of-type {
        padding-top: .53125rem
    }

    .help-me .select2-results__option:last-of-type {
        padding-bottom: .53125rem
    }
}

@media (max-width:768px) {
    .help-me label {
        display: inline;
        margin: 0 0 1rem;
        font-size: 1rem;
        line-height: 2rem
    }

    .help-me .select2.select2-container .select2-selection--single {
        height: 2rem
    }

    .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
        line-height: 2rem;
        height: 2rem
    }

    .help-me .select2.select2-container .select2-selection__arrow {
        top: 1.5rem
    }

    .help-me .select2.select2-container .select2-selection__arrow b {
        border-width: .25rem .25rem 0
    }

    .help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 .25rem .25rem
    }

    .help-me .select2-results__options {
        max-height: 10rem !important
    }

    .help-me .select2-results__option {
        font-size: 1rem;
        line-height: 3rem
    }

    .help-me .select2-results__option:first-of-type {
        padding-top: .5rem
    }

    .help-me .select2-results__option:last-of-type {
        padding-bottom: .5rem
    }
}

html[lang=ar] [dir=rtl] .help-me {
    font-family: GE SS Two, Arial, sans-serif
}

html[lang=ar] [dir=rtl] .help-me label {
    font-family: GE SS Two, Arial, sans-serif;
    font-size: 1.25rem
}

html[lang=ar] [dir=rtl] .help-me .help-me-console p {
    right: 0;
    left: auto
}

html[lang=ar] [dir=rtl] .help-me .select2.select2-container {
    padding-left: 1.5rem;
    padding-right: .5rem;
    text-align: right;
    background-color: transparent
}

html[lang=ar] [dir=rtl] .help-me .select2.select2-container .select2-selection--single {
    font-size: 1.25rem
}

html[lang=ar] [dir=rtl] .help-me .select2.select2-container .select2-selection--single:after {
    left: auto;
    right: 0
}

html[lang=ar] [dir=rtl] .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: GE SS Two, Arial, sans-serif;
    font-size: 1.25rem
}

html[lang=ar] [dir=rtl] .help-me .select2.select2-container .select2-selection__arrow {
    left: 1rem;
    right: auto
}

html[lang=ar] [dir=rtl] .help-me .select2-dropdown {
    text-align: right;
    left: auto;
    right: 0;
    margin-right: 2rem;
    margin-left: inherit;
    font-size: 1.25rem
}

html[lang=ar] [dir=rtl] .help-me .select2-results__options {
    font-size: 1.25rem
}

html[lang=ar] [dir=rtl] .help-me .select2-results__option {
    font-family: GE SS Two, Arial, sans-serif;
    font-size: 1.25rem
}

.help-me-result {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem
}

.help-me-result .detail-info-wrap-pricetag {
    margin: 1rem 0 2rem
}

.help-me-result p {
    margin: 0;
    padding: 0 2rem;
    letter-spacing: .075rem
}

.help-me-result.help-me-result-variant p {
    padding-bottom: 2.5rem
}

.help-me-result .btn {
    max-width: 100%
}

.help-me-result .help-me-result-wrap {
    margin: 0;
    padding: 0;
    padding-bottom: 2rem;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.help-me-result .help-me-result-wrap .help-me-result-box {
    margin: 0;
    padding: 2rem;
    transition: all .2s ease-in-out;
    transition: .2s
}

.help-me-result .help-me-result-wrap .help-me-result-box h5 {
    color: #232323;
    position: relative;
    padding-top: 1em;
    margin-top: .5rem;
    margin-bottom: 0
}

.help-me-result .help-me-result-wrap .help-me-result-box h5:after {
    content: "";
    width: 2.5rem;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #e00800
}

.help-me-result .help-me-result-wrap .help-me-result-box .icon-area img,
.help-me-result .help-me-result-wrap .help-me-result-box .icon-area object,
.help-me-result .help-me-result-wrap .help-me-result-box .icon-area svg {
    height: 3.375rem;
    width: auto
}

.help-me-result .help-me-result-wrap .help-me-result-box .icon-area img .main-stroke,
.help-me-result .help-me-result-wrap .help-me-result-box .icon-area object .main-stroke,
.help-me-result .help-me-result-wrap .help-me-result-box .icon-area svg .main-stroke {
    stroke: #232323
}

.business .help-me-result {
    background-color: #f0f0ea
}

#filters.tab-closed {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.filters {
    padding-top: 2.875rem
}

.filters .filters-selected {
    display: none
}

.filters .text-label {
    padding-top: .125rem
}

.filters.filters-collapsed .filters-form {
    display: none
}

.filters.filters-collapsed .filters-selected {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto
}

@media (min-width:768px) and (max-width:992px) {
    .filters.filters-collapsed .filters-selected {
        width: auto
    }
}

@media (min-width:768px) {
    .filters.filters-collapsed .filters-selected {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.filters.filters-collapsed .filters-selected .filter-item {
    background: #e00800;
    padding: .375rem 1rem .5rem;
    border-radius: 2rem;
    color: #fff;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: .875rem
}

.filters.filters-collapsed .filters-selected .filter-item svg {
    stroke: #fff;
    width: 13px;
    height: 12px;
    margin-left: 1rem
}

.filters.filters-collapsed .controls-buttons .btn-accordion {
    padding-right: 2.8125rem
}

.filters.filters-collapsed .controls-buttons .btn-accordion svg {
    transform: rotate(90deg)
}

.filters.filters-collapsed .controls-buttons .btn-accordion svg use {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center
}

.filters label {
    display: block;
    margin: .625rem auto 1.75rem;
    padding: 0;
    height: 2.5rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400;
    text-align: left
}

.filters label .filter-calendar {
    position: relative
}

.filters label .filter-calendar input {
    border-width: 0 0 2px;
    border-color: transparent transparent #e00800;
    color: #e00800;
    width: 100% !important;
    min-width: 100%;
    background-color: transparent
}

.filters label .filter-calendar .inner-icon {
    height: 1.5rem;
    top: 2px;
    right: 1px;
    width: 1.5rem;
    position: absolute
}

.filters label .filter-calendar .inner-icon svg {
    fill: #e00800;
    width: 90%;
    height: 90%
}

.filters label .select2 {
    background-color: transparent;
    box-sizing: content-box;
    margin: 0;
    position: relative;
    top: 0;
    text-align: left;
    float: right;
    width: 100% !important;
    min-width: 100%
}

.filters label .select2 .select2-selection__arrow {
    height: 3rem;
    top: 0;
    right: 1rem;
    width: 0
}

.filters label .select2 .select2-selection__arrow b {
    border-color: #e00800 transparent transparent;
    border-width: .375rem .375rem 0;
    border-style: solid;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0
}

.filters label .select2.select2-container--open .select2-selection__arrow {
    height: 3rem;
    top: 0;
    right: 1rem;
    width: 0
}

.filters label .select2.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #e00800;
    border-width: 0 .375rem .375rem;
    border-style: solid;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    width: 0
}

.filters label .select2 .select2-results__option {
    font-size: 1rem
}

.filters label .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
    outline: none
}

.filters label .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e00800;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: .125rem;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
    border: 0;
    padding-right: 1.7rem
}

.filters label .select2-container--default .select2-selection--single:after {
    content: "";
    background-color: #e00800;
    width: 100%;
    height: .125rem;
    position: absolute;
    left: 0;
    bottom: -.125rem
}

.filters #ex1Slider,
.filters #ex2Slider {
    float: right;
    width: 100%;
    margin-top: 1.875rem
}

.filters #ex1Slider .slider-track,
.filters #ex2Slider .slider-track {
    height: 2px;
    background: #e00800;
    width: 100%
}

.filters #ex1Slider .slider-track .slider-handle,
.filters #ex2Slider .slider-track .slider-handle {
    background: #e00800;
    width: 20px;
    height: 20px;
    margin-top: -8.25px;
    margin-left: 0;
    position: relative
}

.filters #ex1Slider .slider-track .slider-handle:after,
.filters #ex2Slider .slider-track .slider-handle:after {
    content: "";
    border-color: transparent transparent #f0f0ea;
    border-width: 0 .375rem .375rem;
    border-style: solid;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0
}

.filters #ex1Slider .slider-selection,
.filters #ex2Slider .slider-selection {
    background: #e00800;
    height: 2px
}

.filters #ex1Slider .tooltip,
.filters #ex2Slider .tooltip {
    position: absolute;
    margin-top: -39px
}

.filters #ex1Slider .tooltip .tooltip-inner,
.filters #ex2Slider .tooltip .tooltip-inner {
    top: 0;
    left: 0;
    position: absolute;
    font-size: .8rem;
    font-family: suiss, Arial, sans-serif
}

.filters .btn-accordion {
    border: 0
}

.filters .btn-accordion:hover {
    background: transparent
}

.filters .btn-accordion svg {
    height: 11px;
    width: 7px;
    margin-left: 23px;
    transform-origin: center center;
    overflow: visible;
    transition: all .3s ease-in-out;
    transform: rotate(-90deg)
}

.filters .btn-accordion svg use {
    -moz-transform: rotate(90deg);
    -moz-transform-origin: center center
}

.filters .filter-controls {
    padding-top: 1.875rem;
    padding-bottom: 1.8125rem;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .25)
}

.filters .controls-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.filters .controls-buttons .close-btn-wrap {
    -ms-flex-order: 2;
    order: 2
}

.filters .btn.btn-default {
    width: 100%
}

.filters .btn.btn-default:hover {
    color: #333
}

.filters .btn.btn-default.clear-all-filters:hover {
    color: #fff
}

.filters .btn-accordion {
    padding-top: 1rem
}

.filters .select2-selection--single,
.filters .select2-selection__rendered {
    height: 2rem
}

.filters .item-count label {
    text-align: center
}

.filters .item-count label .green-text {
    color: #e00800
}

.filters.filters-C {
    padding-top: .2rem;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

.filters.filters-C .filters-header {
    -ms-flex-order: 0;
    order: 0;
    display: none;
    text-transform: uppercase
}

.filters.filters-C .filters-header .controls-buttons {
    margin-top: .8rem
}

.filters.filters-C .filters-header .controls-buttons .btn-accordion {
    padding-top: 0;
    padding-right: 2rem;
    background-color: transparent
}

.filters.filters-C .filters-header .controls-buttons .close-btn-wrap {
    -ms-flex-order: 0;
    order: 0;
    display: none
}

.filters.filters-C .filters-form {
    padding-top: 2rem
}

.filters.filters-C.filters-collapsed.filters-C .filters-header,
.filters.filters-C.filters-collapsed.filters-C .filters-header .close-btn-wrap {
    display: block
}

.filters.filters-C.filters-collapsed .filter-controls {
    padding-top: 0 !important;
    padding-bottom: 1rem !important
}

.filters.filters-C.filters-collapsed .filter-controls .close-btn-wrap,
.filters.filters-C.filters-collapsed .filter-controls button,
.filters.filters-C.filters-collapsed .filter-controls label {
    display: none
}

@media (min-width:768px) {
    .filters {
        margin-bottom: 3.125rem;
        padding-top: 4rem
    }

    .filters label {
        height: 3rem
    }

    .filters .btn.btn-default {
        width: auto
    }

    .filters .item-count label {
        text-align: left
    }

    .filters .text-label {
        padding-top: .75rem;
        padding-right: 1rem;
        line-height: 1.125rem
    }

    .filters .btn-accordion {
        border: 0;
        padding-left: 0;
        padding-top: 0
    }

    .filters .select2-selection--single,
    .filters .select2-selection__rendered {
        height: 2rem
    }

    .filters .filter-controls {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .filters .controls-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-direction: row;
        flex-direction: row;
        float: right
    }

    .filters .controls-buttons .close-btn-wrap {
        -ms-flex-order: 0;
        order: 0
    }

    .filters.filters-C {
        text-align: inherit;
        margin-bottom: 2.4rem;
        padding-top: .96rem
    }

    .filters.filters-C .filters-header-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .filters.filters-C .filters-header-wrap>div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .filters.filters-C .filters-header .controls-buttons {
        margin-top: 0
    }

    .filters.filters-C .filters-header .controls-buttons .btn-accordion {
        padding-right: .75rem
    }

    .filters.filters-C .filters-form {
        padding-top: 3rem
    }
}

@media (min-width:992px) {
    .filters {
        margin-bottom: 3.125rem;
        padding-top: 4rem
    }

    .filters label {
        height: 3rem;
        font-size: 1rem;
        letter-spacing: .0625rem
    }

    .filters label .text-label {
        padding-top: .75rem;
        padding-right: 1rem
    }

    .filters .select2-selection--single {
        height: 2.16rem
    }

    .filters .select2-selection__rendered {
        font-size: 1rem;
        height: 3rem
    }

    .filters .close-btn-wrap {
        text-align: left
    }

    .filters .btn-accordion {
        float: right
    }
}

@media (min-width:1440px) {
    .filters {
        margin-bottom: 0;
        padding-top: 5rem
    }

    .filters label {
        font-size: 1.25rem;
        letter-spacing: .125rem
    }

    .filters label .text-label {
        padding-top: .5rem
    }

    .filters .select2-selection__rendered {
        font-size: 1.25rem
    }

    .filters .close-btn-wrap {
        text-align: right
    }
}

.business .filters {
    background-color: #f0f0ea
}

.business .filters label .filter-calendar input {
    border-color: transparent transparent #e00800;
    color: #e00800
}

.business .filters label .filter-calendar .inner-icon svg {
    fill: #e00800
}

.business .filters .select2-container--default .select2-selection--single {
    background-color: #f0f0ea
}

.business .filters label .select2-container--default .select2-selection--single:after {
    background-color: #e00800
}

.business .filters label .select2 .select2-selection__arrow b {
    border-color: #e00800 transparent transparent
}

.business .filters #ex1Slider .slider-track,
.business .filters #ex1Slider .slider-track .slider-handle,
.business .filters #ex2Slider .slider-track,
.business .filters #ex2Slider .slider-track .slider-handle,
.business .filters.filters-collapsed .filters-selected .filter-item {
    background-color: #e00800
}

.business .filters label .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e00800
}

.business .filters .btn-default {
    border-color: #232323;
    background: transparent;
    color: #232323
}

.business .filters .btn-default:hover {
    color: #fff
}

.business .filters .btn-accordion {
    border: 0;
    background: transparent
}

.business .filters .btn-accordion span {
    color: #232323
}

.business .filters .btn-accordion:hover {
    background: transparent;
    color: #232323
}

.business .filters .btn-accordion:hover span {
    color: #232323
}

html[lang=ar] [dir=rtl] .filters label .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right;
    font-family: GE SS Two, Arial, sans-serif
}

html[lang=ar] [dir=rtl] .filters label .text-label {
    float: right;
    text-align: right
}

html[lang=ar] [dir=rtl] .filters .controls-buttons {
    float: left
}

html[lang=ar] [dir=rtl] .filters .controls-buttons svg {
    margin-left: 23px;
    margin-right: 23px
}

html[lang=ar] [dir=rtl] .filters .item-count,
html[lang=ar] [dir=rtl] .filters .item-count label {
    float: right
}

html[lang=ar] [dir=rtl] .filters #ex1Slider,
html[lang=ar] [dir=rtl] .filters #ex2Slider {
    display: -ms-flexbox;
    display: flex;
    float: left
}

html[lang=ar] [dir=rtl] .filters #ex1Slider .slider-track .slider-handle,
html[lang=ar] [dir=rtl] .filters #ex2Slider .slider-track .slider-handle {
    margin-right: 100%;
    margin-left: auto
}

html[lang=ar] [dir=rtl] .filters #ex1Slider .slider-track .slider-handle:after,
html[lang=ar] [dir=rtl] .filters #ex2Slider .slider-track .slider-handle:after {
    right: 50%;
    left: auto;
    margin-right: -6px;
    margin-left: auto
}

html[lang=ar] [dir=rtl] .filters #ex1Slider .tooltip .tooltip-inner,
html[lang=ar] [dir=rtl] .filters #ex2Slider .tooltip .tooltip-inner {
    left: auto;
    right: 0;
    font-family: GE SS Two, Arial, sans-serif
}

html[lang=ar] [dir=rtl] .filters.filters-collapsed .filters-selected .filter-item svg {
    margin-right: 1rem;
    margin-left: 0
}

@media (min-width:768px) {
    html[lang=ar] [dir=rtl] .filters-form form {
        display: block
    }

    html[lang=ar] [dir=rtl] .filters-form.item-count label {
        text-align: right
    }

    html[lang=ar] [dir=rtl] .filters.filters-collapsed .filters-selected {
        float: right
    }
}

@media (min-width:992px) {
    html[lang=ar] [dir=rtl] .filters-form form {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1440px) {
    html[lang=ar] [dir=rtl] .filters-form form {
        display: -ms-flexbox;
        display: flex
    }
}

#compare.tab-closed {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.compare-wrapper {
    margin-bottom: 0;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .25);
    z-index: 3;
    position: relative
}

.compare-wrapper .compare-title {
    text-align: center;
    padding-top: .437rem;
    padding-bottom: .6875rem
}

.compare-wrapper .packages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch
}

.compare-wrapper .package {
    width: 30%;
    min-height: 5.125rem;
    font-size: .75rem;
    color: #232323;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: min-height .3s ease-in-out
}

.compare-wrapper .package.package-selected {
    min-height: 5.125rem
}

.compare-wrapper .package+.package:after {
    width: 1px;
    height: 5.125rem;
    position: absolute;
    top: 50%;
    left: -8.5%;
    transform: translate(-1px, -50%);
    background-color: #f0f0ea;
    content: " "
}

.compare-wrapper .remove-package,
.compare-wrapper .selected-package {
    position: absolute;
    z-index: 1;
    background-color: #e00800;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: .875rem
}

.compare-wrapper .remove-package svg,
.compare-wrapper .selected-package svg {
    stroke: #fff;
    width: .55625rem;
    height: .55625rem;
    position: absolute;
    top: .55625rem;
    right: .55625rem;
    stroke-width: 0
}

.compare-wrapper .package-selected .selected-package {
    display: -ms-flexbox;
    display: flex
}

.compare-wrapper .package-selected .selected-package br {
    display: none
}

.compare-wrapper .remove-package {
    z-index: 2;
    display: none;
    background-color: rgba(35, 35, 35, .9)
}

.compare-wrapper .package-selected:hover .remove-package {
    display: -ms-flexbox;
    display: flex
}

.compare-wrapper .compare-controls {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.compare-wrapper .compare-controls a {
    width: 100%
}

.compare-wrapper-result {
    display: none;
    color: #232323
}

.compare-wrapper-result>.row>.swiper-wrapper>div {
    border-right: 1px solid #f0f0ea;
    padding-bottom: 1.3rem
}

.compare-wrapper-result>.row>.swiper-wrapper>div:nth-child(3n+0) {
    border-right: none
}

.compare-wrapper-result .swiper-compare-container {
    float: left;
    width: 18.5625rem
}

.compare-wrapper-result .sw-active .swiper-slide {
    width: 18.5625rem
}

.compare-wrapper-result .add-package-to-compare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f0f0ea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.compare-wrapper-result .add-package-to-compare svg {
    margin-bottom: 1rem;
    width: auto;
    height: 1.4rem
}

.compare-wrapper-result .product-details-wrapper {
    text-align: left;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative
}

.compare-wrapper-result .more-details-button {
    padding-top: 2rem;
    cursor: pointer
}

.compare-wrapper-result .more-details-button:hover {
    color: #e00800
}

.compare-wrapper-result .more-details {
    display: none;
    padding-bottom: 1rem
}

.compare-wrapper-result .close-button {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #f0f0ea;
    margin-top: 2rem;
    clear: both;
    width: 100%;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .25)
}

.compare-wrapper-result h4 {
    font-size: 1.125rem;
    padding-bottom: 1.3rem
}

.compare-wrapper-result .more-details,
.compare-wrapper-result p {
    font-size: .875rem
}

@media (min-width:768px) {
    .compare-wrapper .compare {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .compare-wrapper .compare-title {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left
    }

    .compare-wrapper .package {
        height: 5.75rem
    }

    .compare-wrapper .package.package-selected {
        font-size: 1rem
    }

    .compare-wrapper .package.package-selected br {
        display: block
    }

    .compare-wrapper .package+.package:after {
        height: 5.75rem
    }

    .compare-wrapper-result>.row {
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .compare-wrapper-result>.row>div {
        border-bottom: none;
        border-right: 1px solid #f0f0ea
    }

    .compare-wrapper-result>.row>div:nth-child(3n+0) {
        border-right: none
    }

    .compare-wrapper-result .product-details-wrapper {
        padding-left: 8%;
        padding-right: 8%
    }

    .compare-wrapper-result .more-details-button {
        padding-top: 4rem
    }

    .compare-wrapper-result .more-details {
        padding-bottom: 2rem
    }

    .compare-wrapper-result .close-button {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .compare-wrapper-result .swiper-compare-container {
        width: 100%
    }
}

@media (min-width:992px) {

    .compare-wrapper .package,
    .compare-wrapper .package+.package:after {
        height: 7.0625rem
    }

    .compare-wrapper .remove-package,
    .compare-wrapper .selected-package {
        font-size: 1rem
    }

    .compare-wrapper .remove-package svg,
    .compare-wrapper .selected-package svg {
        width: .725rem;
        height: .725rem;
        top: .725rem;
        right: .725rem
    }
}

@media (min-width:1440px) {

    .compare-wrapper .package,
    .compare-wrapper .package+.package:after {
        height: 9.5625rem
    }

    .compare-wrapper .remove-package,
    .compare-wrapper .selected-package {
        font-size: 1.25rem
    }

    .compare-wrapper .remove-package svg,
    .compare-wrapper .selected-package svg {
        width: .8375rem;
        height: .8375rem;
        top: .8375rem;
        right: .8375rem
    }

    .compare-wrapper-result h4 {
        font-size: 1.5rem;
        padding-bottom: 1.3rem
    }

    .compare-wrapper-result .more-details,
    .compare-wrapper-result p {
        font-size: 1rem
    }
}

.business .compare-wrapper {
    background-color: #f0f0ea
}

.business .compare-wrapper .package+.package:after {
    background-color: #fff
}

.business .compare-wrapper .selected-package {
    background-color: #e00800
}

.business .compare-wrapper-result {
    background-color: #f0f0ea
}

.business .compare-wrapper-result .row>.swiper-wrapper>div,
.business .compare-wrapper-result div {
    border-color: #fff
}

.business .compare-wrapper-result .add-package-to-compare {
    color: #e00800
}

html[lang=ar] [dir=rtl] .compare-wrapper .package+.package:after {
    right: -8.5%;
    left: auto
}

html[lang=ar] [dir=rtl] .compare-wrapper .remove-package,
html[lang=ar] [dir=rtl] .compare-wrapper .selected-package {
    right: 0;
    left: auto
}

html[lang=ar] [dir=rtl] .compare-wrapper .remove-package svg,
html[lang=ar] [dir=rtl] .compare-wrapper .selected-package svg {
    left: .55625rem;
    right: auto
}

html[lang=ar] [dir=rtl] .compare-wrapper-result>.row>.swiper-wrapper>div {
    border-left: 1px solid #f0f0ea;
    border-right: none
}

html[lang=ar] [dir=rtl] .compare-wrapper-result>.row>.swiper-wrapper>div:nth-child(3n+0) {
    border-left: none;
    border-right: auto
}

html[lang=ar] [dir=rtl] .compare-wrapper-result .swiper-compare-container {
    float: right
}

html[lang=ar] [dir=rtl] .compare-wrapper-result .add-package-to-compare {
    right: 0;
    left: auto
}

html[lang=ar] [dir=rtl] .compare-wrapper-result .product-details-wrapper {
    text-align: right
}

@media (min-width:768px) {
    html[lang=ar] [dir=rtl] .compare-wrapper .compare-title {
        text-align: right
    }

    html[lang=ar] [dir=rtl] .compare-wrapper-result>.row>div {
        border-bottom: none;
        border-left: 1px solid #f0f0ea;
        border-right: none
    }

    html[lang=ar] [dir=rtl] .compare-wrapper-result>.row>div:nth-child(3n+0) {
        border-left: none;
        border-right: auto
    }
}

@media (min-width:992px) {

    html[lang=ar] [dir=rtl] .compare-wrapper .remove-package svg,
    html[lang=ar] [dir=rtl] .compare-wrapper .selected-package svg {
        left: .725rem;
        right: auto
    }
}

@media (min-width:1440px) {

    html[lang=ar] [dir=rtl] .compare-wrapper .remove-package svg,
    html[lang=ar] [dir=rtl] .compare-wrapper .selected-package svg {
        left: .8375rem;
        right: auto
    }
}

.plans-table {
    background-color: #fff;
    padding: 1rem 0
}

.plans-table .tile-table {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 33.333333333%;
    margin-bottom: 3rem;
    background-color: transparent
}

.plans-table .tile-table.inactive .tile {
    cursor: default
}

.plans-table .tile-table.inactive .tile .tiles-box .read-more,
.plans-table .tile-table.inactive .tile .tiles-box:after {
    background-color: #cecece !important
}

.plans-table .tile-table.inactive .tile .tiles-box .detail-price-new {
    color: #cecece
}

.plans-table .tile-table.inactive .tile .tiles-box .bottom-text {
    color: #909192
}

.plans-table .tile-table.inactive .tile .tile-card__back .tiles-box {
    border-color: #cecece !important
}

.plans-table .tile-table.inactive .tile .tile-card__back .flip-icon svg {
    fill: #cecece !important
}

.plans-table .tile-table .tile {
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #e2e1da
}

.plans-table .tile-table .tile .tiles-box {
    position: relative
}

.plans-table .tile-table .tile .tiles-box .cover {
    height: 12.5rem
}

.plans-table .tile-table .tile .tiles-box .cover img {
    opacity: 1
}

.plans-table .tile-table .tile .tiles-box h3 {
    height: 12.5rem;
    margin: 0;
    padding: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box
}

.plans-table .tile-table .tile .tiles-box ul {
    color: #909192;
    margin: 2rem;
    padding: 0
}

.plans-table .tile-table .tile .tiles-box ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.plans-table .tile-table .tile .tiles-box p {
    font-size: .75rem;
    line-height: 1.6 em;
    line-height: 1.125rem;
    margin: 2rem 1rem 0;
    height: 3.75rem;
    text-align: center;
    color: #909192;
    overflow: hidden
}

.plans-table .tile-table .tile .tiles-box .read-more {
    background-color: #e00800;
    width: 100%;
    overflow: hidden;
    height: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1875rem;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out
}

.plans-table .tile-table .tile .tiles-box .read-more span.selected-plan {
    display: none
}

.plans-table .tile-table .tile .tiles-box #read-more-triangle-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5.5px;
    transform: rotate(180deg);
    fill: #fff
}

.plans-table .tile-table .tile .tiles-box:after {
    content: "";
    background-color: #e00800;
    width: 100%;
    height: .75rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0
}

.plans-table .tile-table .tile:hover .read-more,
.plans-table .tile-table input[type=checkbox]:checked+.tile .read-more,
.plans-table .tile-table input[type=radio]:checked+.tile .read-more {
    height: 3.75rem
}

.plans-table .tile-table input[type=checkbox]:checked+.tile .read-more span,
.plans-table .tile-table input[type=radio]:checked+.tile .read-more span {
    display: none
}

.plans-table .tile-table input[type=checkbox]:checked+.tile .read-more span.selected-plan,
.plans-table .tile-table input[type=radio]:checked+.tile .read-more span.selected-plan {
    display: block
}

.plans-table .tile-table input[type=checkbox],
.plans-table .tile-table input[type=radio] {
    display: none
}

.plans-table.plans-table-in-config .detail-info-wrap-pricetag .main-part {
    color: #232323
}

.plans-table.plans-table-in-config .tile-table .tile .tiles-box .read-more,
.plans-table.plans-table-in-config .tile-table .tile .tiles-box:after {
    height: 0
}

.plans-table.plans-table-in-config input[type=checkbox]:checked+.tile .tiles-box .read-more,
.plans-table.plans-table-in-config input[type=radio]:checked+.tile .tiles-box .read-more {
    height: 3.75rem
}

.plans-table.plans-table-A .tile-table .tile {
    position: relative;
    background-color: transparent;
    width: 100%
}

.plans-table.plans-table-A .tile-table .tile .flip-icon {
    height: 2.125rem;
    width: 2.125rem;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.plans-table.plans-table-A .tile-table .tile .flip-icon svg {
    height: 1.125rem;
    width: 1.125rem;
    fill: #fff
}

.plans-table.plans-table-A .tile-table .tile .tiles-box {
    position: relative;
    background-color: #fff
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .cover {
    height: 7.5rem
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .cover img.cover {
    height: auto !important;
    width: auto !important
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title {
    position: relative;
    height: 7.5rem;
    margin: 0 1.625rem;
    padding: 0 0 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h2,
.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h3,
.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h2,
.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h3 {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 900;
    text-align: left
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h3,
.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1rem
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h2,
.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h2 {
    font-size: 3.375rem;
    line-height: 3rem
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-text {
    height: 10.9rem;
    text-align: left
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-text p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 1.99rem 1.67rem 0;
    height: auto;
    text-align: left;
    color: #909192;
    overflow: visible
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-list,
.plans-table.plans-table-A .tile-table .tile .tiles-box ul {
    margin: 0 1.625rem;
    padding: 1.5rem 0;
    height: 18.75rem;
    overflow: hidden
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    margin-bottom: 1rem
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6 {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #232323
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6 .tiles-box-number {
    color: #232323;
    font-size: 1rem;
    line-height: 1.5
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6:first-child {
    -ms-flex: 1;
    flex: 1;
    padding-right: 1rem
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line .progress {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 2px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0 !important
}

.plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line .progress .progress-bar {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 2px;
    background-color: #232323
}

.plans-table.plans-table-A .tile-table .tile .tiles-box p.bottom-text {
    height: 3.75rem;
    overflow: hidden;
    margin: 1rem 1.625rem 0
}

.plans-table.plans-table-A .tile-table .tile .tile-card__back .flip-icon svg {
    fill: #e00800
}

.plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box {
    border: 2px solid #e00800;
    height: 100%;
    max-height: 100%;
    overflow: hidden
}

.plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box ul li {
    font-size: 1rem;
    line-height: 1.6 em
}

.plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box p.back-text {
    font-size: 1rem;
    line-height: 1.6 em;
    margin: 0 1.625rem;
    height: 7.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    text-align: left;
    line-height: 1.5
}

.plans-table.plans-table-A .tile-table.promo .tile .tiles-box .read-more,
.plans-table.plans-table-A .tile-table.promo .tile .tiles-box:after {
    background-color: #232323 !important
}

.plans-table.plans-table-A .tile-table.promo .tile .tiles-box p,
.plans-table.plans-table-A .tile-table.promo .tile .tiles-box ul li {
    font-size: 1rem;
    line-height: 1.6 em
}

.plans-table.plans-table-A .tile-table.promo .tile .tiles-box p.back-text {
    margin: 0 1.625rem;
    height: 7.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    text-align: left;
    line-height: 1.5
}

.plans-table.plans-table-A .tile-table.promo .tile .tiles-box .tiles-box-list .tiles-box-line .progress .progress-bar {
    background-color: #e00800
}

.plans-table.plans-table-A .tile-table.promo .tile .tiles-box .detail-price-new {
    color: #232323
}

.plans-table.plans-table-A .tile-table.promo .tile .tiles-box p.bottom-text {
    font-size: 1rem;
    line-height: 1.6 em;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: .1rem;
    line-height: 2.25rem;
    text-transform: uppercase
}

.plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg {
    fill: #232323 !important
}

.plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box {
    border-color: #232323 !important
}

.plans-table.plans-table-A .tile-table .tile-one-side .tile .tiles-box p.bottom-text {
    font-size: .775rem;
    height: 3.75rem;
    margin: 1.6rem 1.625rem 0;
    line-height: 1.3rem
}

.plans-table .row-tiles-table {
    position: relative
}

.plans-table .row-tiles-table .swiper-container,
.plans-table .row-tiles-table .swiper-container .swiper-wrapper,
.plans-table .row-tiles-table .swiper-container .swiper-wrapper .swiper-slide {
    height: auto
}

.plans-table .row-tiles-table .table-swiper-button-next,
.plans-table .row-tiles-table .table-swiper-button-prev {
    display: none;
    width: 1.125rem;
    height: 2.25rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.plans-table .row-tiles-table .table-swiper-button-next svg,
.plans-table .row-tiles-table .table-swiper-button-prev svg {
    width: 100%;
    height: 100%;
    stroke: #242424;
    stroke-width: 3px
}

.plans-table .row-tiles-table .table-swiper-button-next.swiper-button-disabled,
.plans-table .row-tiles-table .table-swiper-button-prev.swiper-button-disabled {
    display: none
}

.plans-table .row-tiles-table .table-swiper-button-next {
    position: absolute;
    right: 3%
}

.plans-table .row-tiles-table .table-swiper-button-prev {
    position: absolute;
    left: 3%
}

.plans-table .row-tiles-table .swiper-scrollbar {
    left: 0;
    border-radius: 0;
    width: 100%;
    display: none
}

.tile-card__back,
.tile-card__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .8s;
    top: 0;
    left: 0
}

.tile-card__back {
    position: absolute;
    width: 100%;
    height: 100%
}

.tile-card.effect__click.flipped .tile-card__front,
.tile-card__back {
    transform: rotateY(-180deg)
}

.tile-card.effect__click.flipped .tile-card__back {
    transform: rotateY(0)
}

.business .plans-table {
    background-color: #e2e1da
}

.business .plans-table .tile-table .tile {
    box-shadow: none
}

.business .plans-table .tile-table .tile .tiles-box .read-more,
.business .plans-table .tile-table .tile .tiles-box:after {
    background-color: #e00800
}

.business .plans-table.plans-table-A .tile-table .tile .tile-card__back .flip-icon svg {
    fill: #e00800
}

.business .plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box {
    border-color: #e00800
}

.business .plans-table.plans-table-A .tile-table.promo .tile .tiles-box .tiles-box-list .tiles-box-line .progress .progress-bar {
    background-color: #e00800 !important
}

@media (min-width:768px) and (max-width:992px) {
    .plans-table {
        padding: 0 3rem 1rem
    }

    .plans-table .tile-table {
        width: 50%
    }

    .plans-table .tile-table .tile .tiles-box .cover,
    .plans-table .tile-table .tile .tiles-box h3 {
        height: 11.875rem
    }

    .plans-table .tile-table .tile .tiles-box ul {
        margin: 1rem
    }

    .plans-table .tile-table .tile .tiles-box p {
        margin: 1rem;
        height: auto
    }

    .plans-table .tile-table .tile .tiles-box .read-more {
        position: relative;
        height: 5rem
    }

    .plans-table .tile-table .tile .tiles-box:after {
        height: 0
    }

    .plans-table .tile-table .tile:hover .read-more {
        height: 5rem
    }

    .plans-table .row-tiles-table .swiper-scrollbar,
    .plans-table .row-tiles-table .table-swiper-button-next,
    .plans-table .row-tiles-table .table-swiper-button-prev {
        display: block
    }
}

@media (max-width:768px) {
    .plans-table {
        padding: 0
    }

    .plans-table .tile-table {
        width: 80%
    }

    .plans-table .tile-table .tile .tiles-box .cover,
    .plans-table .tile-table .tile .tiles-box h3 {
        height: 11.875rem
    }

    .plans-table .tile-table .tile .tiles-box ul {
        margin: 1rem
    }

    .plans-table .tile-table .tile .tiles-box p {
        margin: 1rem;
        height: auto
    }

    .plans-table .tile-table .tile .tiles-box .read-more {
        position: relative;
        height: 5rem
    }

    .plans-table .tile-table .tile .tiles-box:after {
        height: 0
    }

    .plans-table .tile-table .tile:hover .read-more {
        height: 5rem
    }
}

@media (min-width:768px) {

    .plans-table .row-tiles-table .swiper-scrollbar,
    .plans-table .row-tiles-table .table-swiper-button-next,
    .plans-table .row-tiles-table .table-swiper-button-prev {
        display: block
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .plans-table.plans-table-A .tile-table .tile .tiles-box .cover {
        height: 5.5rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title {
        height: 5.5rem;
        margin: 0 1.625rem;
        padding: 0 0 .75rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h3,
    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h3 {
        font-size: 1rem;
        line-height: 1.25rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h2,
    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h2 {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-list {
        margin: 0 1.625rem;
        padding: 1rem 0;
        height: 13.75rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line {
        height: 1.75rem;
        margin-bottom: .5rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6 {
        font-size: .875rem;
        line-height: 1.75rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6 .tiles-box-number {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box p.bottom-text {
        margin: 1rem 1.625rem 0
    }

    .plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box ul li {
        font-size: .875rem;
        line-height: 1.6 em
    }

    .plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box p.back-text {
        font-size: .875rem;
        line-height: 1.6 em;
        height: 6.5rem
    }

    .plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box ul {
        margin: 0 1.625rem;
        padding: 1rem 0;
        height: 10rem
    }
}

@media (max-width:992px) {
    .plans-table.plans-table-A .tile-table .tile .tiles-box .cover {
        height: 7.5rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title {
        height: 7.5rem;
        margin: 0 1.625rem;
        padding: 0 0 1.25rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h3,
    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h3 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title .h2,
    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-title h2 {
        font-size: 3.375rem;
        line-height: 3rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-list,
    .plans-table.plans-table-A .tile-table .tile .tiles-box ul {
        margin: 0 1.625rem;
        padding: 1.5rem 0;
        height: 18.75rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line {
        height: 2rem;
        margin-bottom: 1rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6 {
        font-size: 1rem;
        line-height: 2rem
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box .tiles-box-line h6 .tiles-box-number {
        font-size: 1rem;
        line-height: 1.5
    }

    .plans-table.plans-table-A .tile-table .tile .tiles-box p.bottom-text {
        margin: 1rem 1.625rem 0
    }

    .plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box ul li {
        font-size: .875rem;
        line-height: 1.6 em
    }

    .plans-table.plans-table-A .tile-table .tile .tile-card__back .tiles-box p.back-text {
        font-size: .875rem;
        line-height: 1.6 em;
        height: 7.5rem
    }
}

[lang=ar] [dir=rtl] .plans-table .tile-table .tile .tiles-box ul li {
    text-align: right
}

[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .flip-icon {
    left: 0;
    right: inherit
}

[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-title .h2,
[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-title .h3,
[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-title h2,
[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-title h3 {
    text-align: right
}

[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-title .h3,
[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-title h3 {
    padding-left: 1rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-line h6 {
    text-align: right
}

[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tiles-box .tiles-box-line h6:first-child {
    padding-left: 1rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .plans-table.plans-table-A .tile .tile-card__back .tiles-box p.back-text {
    text-align: right
}

.text-and-table {
    text-align: left;
    color: #242424;
    padding: 3rem 0;
    background-color: #e2e1da
}

.text-and-table.bg-white-filler {
    background-color: #fff
}

.text-and-table button.close {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0
}

.text-and-table button.close svg {
    width: .89375rem;
    height: .89375rem
}

.text-and-table>div.text-and-table-text p {
    color: #909192
}

.text-and-table>div.text-and-table-text .content {
    position: relative;
    margin: 0;
    padding: 0 0 1rem
}

.text-and-table>div.text-and-table-text .content>img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 15rem;
    margin: 0 auto
}

.text-and-table>div.text-and-table-text .content h5 {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
    line-height: 3rem;
    margin-bottom: 12rem;
    background-color: #e00800;
    color: #fff
}

.text-and-table>div.text-and-table-text .content .cover {
    height: 15rem
}

.text-and-table>div.text-and-table-text .content .cover img {
    opacity: 1
}

.text-and-table>div.text-and-table-text h2 {
    text-align: center
}

.text-and-table>div.text-and-table-table {
    padding: 2rem 0;
    font-size: 1rem;
    line-height: 2.5
}

.text-and-table>div.text-and-table-table>.row {
    border-top: 2px solid #fff
}

.text-and-table>div.text-and-table-table>.row>div {
    padding: 0 1rem
}

.text-and-table>div.text-and-table-table>.row>div:first-child {
    text-transform: uppercase
}

.text-and-table>div.text-and-table-table>.row>div:last-child {
    color: #232323
}

.text-and-table>div.text-and-table-table>.row:last-child {
    border-bottom: 2px solid #fff
}

.text-and-table>div.text-and-table-table>.row.table-title {
    border-top: none;
    margin-top: -2rem;
    text-align: center
}

.text-and-table>div.text-and-table-table>.row.table-title h5 {
    margin-top: 0;
    color: #e00800;
    width: auto;
    display: inline-block
}

.text-and-table>div.text-and-table-table>.row.table-specs {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.text-and-table>div.text-and-table-table>.row.table-specs ul {
    margin: 0;
    padding: 0 0 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.text-and-table>div.text-and-table-table>.row.table-specs ul li {
    color: #232323;
    margin: 0;
    padding: 0 2rem 0 0;
    text-transform: none;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.text-and-table>div.text-and-table-table>.row.table-detail {
    margin-bottom: -2rem;
    padding-top: 2rem;
    border-bottom: none
}

.text-and-table>div.text-and-table-table>.row.table-detail .detail-price,
.text-and-table>div.text-and-table-table>.row.table-detail .detail-price-new {
    margin: 0 .5rem
}

.text-and-table>div.text-and-table-table>.row.table-detail .detail-plus,
.text-and-table>div.text-and-table-table>.row.table-detail .detail-price {
    color: #242424
}

.text-and-table>div.text-and-table-table>.row.table-detail .btn {
    margin: 0 .5rem;
    font-size: .625rem;
    padding: 0 1.375rem
}

.text-and-table>div.text-and-table-table .detail-info-wrap-pricetag {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.text-and-table>div.table-summary .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2.2rem
}

.text-and-table>div.table-summary .items>ul {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    border-bottom: 1px solid #f0f0ea;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: none
}

@media (min-width:992px) {
    .text-and-table>div.table-summary .items>ul {
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
        display: block
    }
}

.text-and-table>div.table-summary .items>ul li {
    color: #232323;
    font-size: .875rem;
    line-height: 1.563rem;
    padding-right: 1rem
}

.text-and-table>div.table-summary .items>ul li h3 {
    font-family: inherit;
    font-size: .875rem;
    line-height: 1.563rem;
    color: #232323;
    padding: 0;
    margin: 0 0 .3rem;
    font-weight: 400
}

.text-and-table>div.table-summary .items>ul:first-child,
.text-and-table>div.table-summary .items>ul:nth-child(2),
.text-and-table>div.table-summary .items>ul:nth-child(3) {
    display: block
}

@media (min-width:992px) {
    .text-and-table>div.table-summary .items.oneRow>ul {
        -ms-flex: 1;
        flex: 1
    }
}

.text-and-table>div.table-summary .summary-link {
    float: none;
    padding-top: 2rem;
    padding-right: 2rem
}

.text-and-table>div.table-summary .summary-link svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke: #e00800
}

.text-and-table>div.table-summary .summary-link a {
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 .5rem
}

.text-and-table>div.table-summary .summary-link.almost-black svg {
    stroke: #232323
}

.text-and-table>div.table-summary .summary-link.almost-black a {
    color: #232323
}

.text-and-table>div.table-summary .row.submit {
    padding: 2rem 0
}

.text-and-table>div.table-summary .row.expand {
    display: block;
    padding: 3rem 1rem 0
}

@media (min-width:992px) {
    .text-and-table>div.table-summary .row.expand {
        display: none
    }
}

.text-and-table>div.table-summary .row.expand a.togglecontents {
    color: #232323;
    font-size: .75rem;
    letter-spacing: 2px
}

.text-and-table>div.table-summary .row.expand a.togglecontents svg {
    fill: #232323;
    margin-left: 5px;
    transform: rotate(0deg);
    width: 12px;
    height: 7px
}

.text-and-table>div.table-summary.expanded .items>ul {
    display: block
}

.text-and-table>div.table-summary.expanded .row.expand a.togglecontents svg {
    transform: rotate(180deg)
}

.text-and-table>div.table-summary.expanded .row.expand a.togglecontents svg use {
    -moz-transform: rotate(180deg)
}

.text-and-table.text-and-table-white {
    background-color: #fff
}

.text-and-table.text-and-table-white button.close {
    position: relative;
    z-index: 1;
    right: 15px;
    bottom: -10px;
    outline: none
}

.text-and-table.text-and-table-white>div.text-and-table-table>.row {
    border-color: #e2e1da
}

.text-and-table.text-and-table-white>div.text-and-table-table>.row .btn:hover {
    background-color: #232323 !important;
    border-color: #232323 !important
}

.text-and-table .text-and-table-F .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 1.25rem
}

.text-and-table .text-and-table-F .table>tbody>tr>td,
.text-and-table .text-and-table-F .table>tbody>tr>th,
.text-and-table .text-and-table-F .table>tfoot>tr>td,
.text-and-table .text-and-table-F .table>tfoot>tr>th,
.text-and-table .text-and-table-F .table>thead>tr>td,
.text-and-table .text-and-table-F .table>thead>tr>th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-bottom: 2px solid #fff;
    color: #232323;
    padding-left: 1rem;
    max-width: 300px
}

.text-and-table .text-and-table-F .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
    color: #242424
}

.text-and-table .text-and-table-F .table>caption+thead>tr:first-child>td,
.text-and-table .text-and-table-F .table>caption+thead>tr:first-child>th,
.text-and-table .text-and-table-F .table>colgroup+thead>tr:first-child>td,
.text-and-table .text-and-table-F .table>colgroup+thead>tr:first-child>th,
.text-and-table .text-and-table-F .table>thead:first-child>tr:first-child>td,
.text-and-table .text-and-table-F .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    text-align: left
}

.text-and-table .text-and-table-F .table>tbody+tbody {
    border-top: 2px solid #ddd
}

@media (max-width:768px) {

    .text-and-table .text-and-table-F .column-to-row-tables table,
    .text-and-table .text-and-table-F .column-to-row-tables tbody,
    .text-and-table .text-and-table-F .column-to-row-tables td,
    .text-and-table .text-and-table-F .column-to-row-tables th,
    .text-and-table .text-and-table-F .column-to-row-tables thead,
    .text-and-table .text-and-table-F .column-to-row-tables tr {
        display: block
    }

    .text-and-table .text-and-table-F .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
        font-size: 1rem
    }

    .text-and-table .text-and-table-F .table>tbody>tr>td,
    .text-and-table .text-and-table-F .table>tbody>tr>th,
    .text-and-table .text-and-table-F .table>tfoot>tr>td,
    .text-and-table .text-and-table-F .table>tfoot>tr>th,
    .text-and-table .text-and-table-F .table>thead>tr>td,
    .text-and-table .text-and-table-F .table>thead>tr>th {
        border-bottom: 0;
        max-width: 100%
    }

    .text-and-table .text-and-table-F .table>thead>tr>th {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .text-and-table .text-and-table-F .column-to-row-tables tr {
        border-bottom: 2px solid #fff
    }

    .text-and-table .text-and-table-F .column-to-row-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left
    }

    .text-and-table .text-and-table-F .column-to-row-tables td:before {
        position: absolute;
        left: 1rem;
        width: 45%;
        padding-right: 1rem;
        text-align: left;
        font-weight: 700;
        content: attr(data-title)
    }
}

.text-and-table.complain-id {
    padding: 0
}

.text-and-table.complain-id>div.text-and-table-table {
    font-size: 1rem;
    line-height: 1.5
}

.text-and-table.complain-id>div.text-and-table-table>.row {
    border: none
}

.text-and-table.complain-id>div.text-and-table-table>.row>div:last-child {
    text-align: right
}

.text-and-table-text-row h2 {
    color: #232323
}

.config-accordion-content .text-and-table-text h2 {
    border-top: 1px solid #f0f0ea;
    font-size: 1.45rem;
    padding: 2.375rem 0;
    margin: 0
}

@media (min-width:768px) {
    .text-and-table>div.text-and-table-table>.row.table-title {
        text-align: left
    }

    .text-and-table h2 {
        text-align: center
    }
}

@media (min-width:992px) {
    .text-and-table>div.text-and-table-text .content {
        padding-bottom: 0
    }

    .text-and-table>div.text-and-table-table>.row>div:first-child {
        text-transform: none
    }

    .text-and-table>div.text-and-table-table>.row>div.text-uppercase {
        text-transform: uppercase
    }

    .text-and-table>div.text-and-table-table>.row.table-detail {
        padding-top: 1rem
    }

    .text-and-table>div.text-and-table-table>.row.table-detail .single-price {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .text-and-table>div.text-and-table-table>.row.table-specs ul li {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }

    .text-and-table>div.table-summary .summary-link {
        float: left
    }

    .text-and-table-text-row h2,
    .text-and-table h2 {
        font-size: 2.5rem;
        text-align: center
    }

    .text-and-table-text-row h2 {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem
    }
}

@media (min-width:1440px) {
    .text-and-table>div.text-and-table-text .content>img {
        height: 18rem
    }

    .text-and-table>div.text-and-table-text .content h5 {
        line-height: 3rem;
        margin-bottom: 15rem
    }

    .text-and-table>div.text-and-table-text .content .cover {
        height: 18rem
    }

    .text-and-table>div.text-and-table-table {
        font-size: 1.25rem;
        line-height: 2.4
    }

    .text-and-table>div.text-and-table-table>.row>div:last-child {
        color: #232323;
        padding-right: 0
    }
}

.business .text-and-table-text-row,
.business .text-and-table.bg-white-filler {
    background-color: #f0f0ea
}

.business .text-and-table>div.text-and-table-text .content h5 {
    background-color: #e00800
}

.business .text-and-table>div.text-and-table-table>.row.table-title h5 {
    color: #e00800
}

.business .text-and-table>div.table-summary .summary-link svg {
    stroke: #e00800
}

.business .text-and-table.text-and-table-white {
    background-color: #e2e1da
}

.business .text-and-table.text-and-table-white button.close {
    position: relative;
    z-index: 1;
    right: 15px;
    bottom: -10px;
    outline: none
}

.business .text-and-table.text-and-table-white>div.text-and-table-table>.row {
    border-color: #fff
}

.business .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn:hover {
    background-color: #232323 !important;
    border-color: #232323 !important
}

.order-table {
    background: #f0f0ea
}

.order-table-white>div.table-summary .items {
    padding-bottom: 0
}

.text-and-table.order-table.order-billing-info>div.table-summary .items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.text-and-table.order-table.order-billing-info>div.table-summary .action-buttons-container svg {
    display: inline-block;
    margin: 0 5px -7px 0;
    fill: #242424;
    text-decoration: underline
}

.text-and-table.order-table.order-billing-info>div.table-summary .action-buttons-container a {
    color: #242424
}

.order-table-white {
    padding-top: 1.5rem
}

.order-table-white>div.table-summary .items>ul {
    -ms-flex: 1 !important;
    flex: 1 !important;
    text-align: left;
    display: block !important;
    border-bottom: 0
}

@media (max-width:414px) {
    .order-table-white>div.table-summary .items>ul {
        -ms-flex: none !important;
        flex: none !important;
        width: 100%;
        border-bottom: 1px solid #f0f0ea !important
    }
}

@media (max-width:992px) {
    .order-billing-info>div.table-summary .items {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .order-billing-info>div.table-summary .items>ul {
        -ms-flex: none !important;
        flex: none !important;
        display: block;
        width: 100%;
        border-bottom: 1px solid #909192 !important
    }
}

@media (max-width:767px) {

    .text-and-table.complain-id>div.text-and-table-table>.row>div,
    .text-and-table.complain-id>div.text-and-table-table>.row>div:last-child {
        text-align: center
    }
}

.text-and-table.needMoreHelp-widget>div.table-summary .items>ul {
    border-bottom: none
}

.text-and-table.needMoreHelp-widget>div.table-summary .items>ul li h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-top: .5rem;
    margin-bottom: 1rem
}

.text-and-table.needMoreHelp-widget>div.table-summary .items>ul a {
    margin-top: 2rem;
    display: block
}

.text-and-table.needMoreHelp-widget .icon-area svg {
    width: 64px
}

.text-and-table.needMoreSupportReachOut>div.table-summary .items>ul {
    padding: 1.5rem 0
}

.text-and-table.needMoreSupportReachOut>div.table-summary .items>ul li {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding-right: 1rem
}

@media (max-width:767px) {
    .text-and-table.needMoreSupportReachOut>div.table-summary .items>ul li {
        line-height: 2rem
    }
}

.text-and-table.needMoreSupportReachOut>div.table-summary .items>ul li h3 {
    font-size: 1.25rem;
    line-height: 3rem;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: 1rem;
    vertical-align: bottom;
    float: left
}

@media (max-width:767px) {
    .text-and-table.needMoreSupportReachOut>div.table-summary .items>ul li h3 {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .text-and-table.needMoreSupportReachOut>div.table-summary .items>ul:first-child {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .text-and-table.needMoreSupportReachOut>div.table-summary .items>ul:nth-child(2) {
        padding: 0
    }
}

.text-and-table.needMoreSupportReachOut>div.table-summary .items.oneRow {
    border-top: 2px solid #e2e1da;
    min-height: 167px
}

.text-and-table.needMoreSupportReachOut .icon-area {
    display: inline-block;
    float: left;
    margin-right: 1rem
}

.text-and-table.needMoreSupportReachOut .icon-area svg {
    width: 64px;
    height: 64px
}

@media (max-width:767px) {
    .text-and-table.needMoreSupportReachOut .icon-area svg {
        width: 42px;
        height: 42px;
        vertical-align: middle
    }
}

.support-image-table-section .addons-unlimited-idd-table .text-and-table>div.text-and-table-table>.row>div:last-child {
    color: #232323
}

.support-image-table-section .addons-unlimited-idd-table {
    padding-top: 3rem
}

.support-image-table-section .addons-unlimited-idd-table .text-and-table.text-and-table-white>div.text-and-table-table>.row {
    border-bottom: 1px solid #e2e1da;
    border-top: 0;
    margin-right: 12px
}

.support-image-table-section .addons-unlimited-idd-table .text-and-table.text-and-table-white>div.text-and-table-table>.row:last-child {
    border-bottom: 1px solid #e2e1da
}

.support-image-table-section .addons-unlimited-idd-table .text-and-table.text-and-table-white>div.text-and-table-table>.row>div {
    padding-left: 0
}

.support-image-table-section .addons-unlimited-idd-table .text-and-table.text-and-table-white>div.text-and-table-table>.row>div:last-child {
    color: #232323
}

[lang=ar] [dir=rtl] .text-and-table {
    text-align: right
}

[lang=ar] [dir=rtl] .text-and-table>div.table-summary .row.expand a.togglecontents svg {
    margin-left: 0;
    margin-right: 5px
}

[lang=ar] [dir=rtl] .text-and-table>div.table-summary .items>ul li {
    padding-right: 0;
    padding-left: 1rem
}

[lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row.table-title {
    text-align: center
}

[lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row.table-specs ul {
    padding-right: 1rem;
    padding-left: 0
}

[lang=ar] [dir=rtl] .text-and-table.text-and-table-white {
    background-color: #fff
}

[lang=ar] [dir=rtl] .text-and-table .text-and-table-F {
    width: 100%
}

[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>tbody>tr>td,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>tbody>tr>th,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>tfoot>tr>td,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>tfoot>tr>th,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>thead>tr>td,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>thead>tr>th {
    text-align: right;
    padding-left: 0;
    padding-right: 1rem
}

[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>caption+thead>tr:first-child>td,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>caption+thead>tr:first-child>th,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>colgroup+thead>tr:first-child>td,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>colgroup+thead>tr:first-child>th,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>thead:first-child>tr:first-child>td,
[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    text-align: right
}

[lang=ar] [dir=rtl] .text-and-table .text-and-table-F .table>tbody+tbody {
    border-top: 2px solid #ddd
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .text-and-table .text-and-table-F .column-to-row-tables td {
        border: none;
        border-bottom: 0 solid #eee;
        position: relative;
        padding-right: 50% !important;
        padding-left: 0 !important;
        white-space: normal;
        text-align: right
    }

    [lang=ar] [dir=rtl] .text-and-table .text-and-table-F .column-to-row-tables td:before {
        position: absolute;
        left: auto;
        right: 1rem;
        width: 45%;
        padding-right: 0;
        padding-left: 1rem;
        text-align: right;
        content: attr(data-title)
    }
}

[lang=ar] [dir=rtl] .text-and-table.table-summary .summary-link {
    padding-left: 2rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .text-and-table.needMoreHelp-widget>div.table-summary {
    width: 100%
}

[lang=ar] [dir=rtl] .text-and-table.needMoreSupportReachOut>div.table-summary .items>ul li h3 {
    float: right
}

[lang=ar] [dir=rtl] .text-and-table.needMoreSupportReachOut>div .icon-area {
    float: right;
    margin-right: 0;
    margin-left: 1rem
}

@media (min-width:414px) {

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row.table-title,
    [lang=ar] [dir=rtl] h2 {
        text-align: center
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row {
        display: -ms-flexbox;
        display: flex
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row.table-title {
        text-align: right
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .text-and-table {
        display: -ms-flexbox;
        display: flex
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-text .content {
        padding-bottom: 0
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row>div:first-child {
        text-transform: none
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row.table-detail {
        padding-top: 1rem;
        display: -ms-flexbox;
        display: flex
    }

    [lang=ar] [dir=rtl] .text-and-table>div.table-summary .summary-link {
        float: right
    }

    [lang=ar] [dir=rtl] h2 {
        font-size: 2.5rem;
        text-align: center
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .text-and-table {
        display: -ms-flexbox;
        display: flex
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-text .content>img {
        height: 18rem
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-text .content h5 {
        line-height: 3rem;
        margin-bottom: 15rem
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-text .content .cover {
        height: 18rem
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table {
        font-size: 1.25rem;
        line-height: 2.4
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row {
        display: -ms-flexbox;
        display: flex
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row>div:last-child {
        color: #242424
    }

    [lang=ar] [dir=rtl] .text-and-table>div.text-and-table-table>.row.table-detail {
        display: -ms-flexbox;
        display: flex
    }
}

[lang=ar] [dir=rtl] .text-and-table.complain-id>div.text-and-table-table>.row>div:first-child {
    text-transform: none
}

[lang=ar] [dir=rtl] .text-and-table.complain-id>div.text-and-table-table>.row>div {
    padding: 0 1rem
}

[lang=ar] [dir=rtl] .text-and-table.complain-id>div.text-and-table-table>.row>div:last-child {
    text-align: right;
    color: #232323;
    padding-right: 0
}

@media (max-width:767px) {

    [lang=ar] [dir=rtl] .text-and-table.complain-id>div.text-and-table-table>.row>div,
    [lang=ar] [dir=rtl] .text-and-table.complain-id>div.text-and-table-table>.row>div:last-child {
        text-align: center
    }
}

[lang=ar] [dir=rtl] .support-image-table-section .addons-unlimited-idd-table .text-and-table.text-and-table-white>div.text-and-table-table>.row {
    margin-right: 0;
    margin-left: 12px
}

[lang=ar] [dir=rtl] .support-image-table-section .addons-unlimited-idd-table .text-and-table.text-and-table-white>div.text-and-table-table>.row>div {
    padding-right: 0
}

.testimonials .hero-swiper-button-next svg,
.testimonials .hero-swiper-button-prev svg {
    stroke: #fff
}

.testimonials.hero-image {
    min-height: 33.3rem
}

.testimonials .container,
.testimonials .container-fluid {
    height: 70%
}

.testimonials .container-fluid .row,
.testimonials .container-fluid .row>div,
.testimonials .container .row,
.testimonials .container .row>div {
    height: 100%
}

.testimonials .swiper-slide blockquote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 6
}

.testimonials .swiper-slide blockquote svg {
    margin: 0;
    padding: 0
}

.testimonials .swiper-slide blockquote p {
    margin: 0;
    padding: 0;
    max-width: 100%
}

.testimonials .swiper-slide blockquote h3 {
    margin: 0;
    padding: 0
}

.testimonials .swiper-slide blockquote.quote {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.testimonials .swiper-slide blockquote.quote svg {
    position: absolute;
    top: 0;
    left: -2rem;
    width: 1rem;
    height: 1rem
}

.testimonials .swiper-slide blockquote.quote p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 1rem
}

.testimonials .swiper-slide blockquote.quote h3 {
    position: static;
    transform: none;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.testimonials .swiper-slide blockquote.quote a.btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 3rem;
    line-height: 2.75rem;
    margin: 0
}

.testimonials .swiper-slide blockquote.video {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.testimonials .swiper-slide blockquote.video svg {
    position: absolute;
    width: 6.25rem;
    height: 6.25rem;
    left: 50%;
    top: 50%;
    margin-left: -3.125rem;
    margin-top: -3.125rem
}

.testimonials .swiper-slide blockquote.video p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    line-height: 1.6
}

.testimonials .swiper-slide blockquote.video h3 {
    margin-top: 1.75rem
}

.testimonials .swiper-slide .cover {
    z-index: inherit
}

.testimonials .swiper-slide .cover img {
    opacity: 1
}

.testimonials .swiper-slide .video-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9
}

.testimonials .swiper-slide .video-controls svg {
    width: 6.25rem;
    height: 6.25rem
}

.testimonials .swiper-pagination-bullets {
    line-height: 15px;
    bottom: 30px
}

.testimonials .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0 5px;
    background-color: #fff
}

.testimonials .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #fff
}

@media (min-width:425px) {
    .testimonials .swiper-slide blockquote.quote svg {
        left: -2rem;
        width: 1rem;
        height: 1rem
    }

    .testimonials .swiper-slide blockquote.quote p {
        font-size: 1rem;
        line-height: 1.5;
        padding-bottom: 4rem
    }

    .testimonials .swiper-slide blockquote.quote h3 {
        position: static;
        transform: none;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .testimonials .swiper-slide blockquote.video p {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1rem;
        line-height: 1.6
    }
}

@media (min-width:768px) {
    .testimonials .swiper-slide blockquote.quote svg {
        left: -2.5rem;
        width: 1.5rem;
        height: 1.5rem
    }
}

@media (min-width:992px) {
    .testimonials .swiper-slide blockquote.quote svg {
        left: -3.5rem;
        width: 2.25rem;
        height: 2.25rem
    }

    .testimonials .swiper-slide blockquote.quote p {
        font-size: 1.25rem;
        line-height: 1.6;
        padding-bottom: 0
    }

    .testimonials .swiper-slide blockquote.quote h3 {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .testimonials .swiper-slide blockquote.video p {
        position: absolute
    }
}

@media (min-width:1440px) {
    .testimonials .swiper-slide blockquote.video p {
        font-size: 1.5rem;
        line-height: 1.3
    }
}

[lang=ar] [dir=rtl] .testimonials .swiper-slide blockquote.quote h3,
[lang=ar] [dir=rtl] .testimonials .swiper-slide blockquote.quote p {
    text-align: right
}

@media (min-width:425px) {
    [lang=ar] [dir=rtl] .testimonials .swiper-slide blockquote.quote svg {
        right: -2rem
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .testimonials .swiper-slide blockquote.quote svg {
        right: -2.5rem
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .testimonials .swiper-slide blockquote.quote svg {
        right: -3.5rem
    }

    [lang=ar] [dir=rtl] .testimonials .swiper-slide blockquote.quote h3 {
        right: 0
    }
}

.capture-lead-form {
    padding: 0
}

.capture-lead-form .form>.form-section {
    margin: 0;
    padding: 0
}

.capture-lead-form .form>.form-section:first-child {
    padding-right: 3.75rem
}

.capture-lead-form .form>.form-section:nth-child(2) {
    padding-left: 3.75rem
}

.capture-lead-form .form .checkbox {
    margin: 0;
    padding: 0;
    padding-bottom: 2.5rem
}

.capture-lead-form .form .capture-lead-form-submit,
.capture-lead-form .form .capture-lead-form-submitting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    margin: 0;
    padding: 0;
    text-align: center
}

.capture-lead-form .form .capture-lead-form-submitting {
    position: relative
}

.capture-lead-form .form .capture-lead-form-submitting p {
    letter-spacing: .2rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: 2rem
}

.business .capture-lead-form {
    background-color: #f0f0ea
}

@media (min-width:1600px) {
    .business .capture-lead-form .capture-lead-form-submitted {
        height: 10rem
    }

    .business .capture-lead-form .capture-lead-form-submitted.bg-lighter-filler {
        color: #232323
    }

    .business .capture-lead-form .capture-lead-form-submitted.bg-lighter-filler h3 {
        margin-top: 0;
        color: #232323
    }
}

@media (max-width:1440px) {
    .capture-lead-form .form>.form-section:first-child {
        padding-right: 3.125rem
    }

    .capture-lead-form .form>.form-section:nth-child(2) {
        padding-left: 3.125rem
    }

    .capture-lead-form .capture-lead-form-submitted,
    .capture-lead-form .form .capture-lead-form-submit,
    .capture-lead-form .form .capture-lead-form-submitting {
        height: 10rem
    }

    .capture-lead-form .capture-lead-form-submitted.alert-yellow {
        height: auto;
        margin-top: 0
    }

    .capture-lead-form .capture-lead-form-submitted.alert-yellow h3 {
        margin-top: 1.25rem;
        font-size: 1.2rem
    }

    .capture-lead-form .capture-lead-form-submitted.bg-lighter-filler {
        color: #232323
    }

    .capture-lead-form .capture-lead-form-submitted.bg-lighter-filler h3 {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .capture-lead-form .form>.form-section:first-child {
        padding-right: 0
    }

    .capture-lead-form .form>.form-section:nth-child(2) {
        padding-left: 0
    }

    .capture-lead-form .capture-lead-form-submitted.alert-yellow {
        height: auto;
        text-align: center
    }

    .capture-lead-form .capture-lead-form-submitted.bg-lighter-filler h3 {
        text-align: center
    }
}

@media (max-width:767px) {

    .capture-lead-form .capture-lead-form-submitted,
    .capture-lead-form .form .capture-lead-form-submit,
    .capture-lead-form .form .capture-lead-form-submitting {
        height: auto
    }
}

.row-add-ons-grid {
    position: relative;
    text-align: center
}

.row-add-ons-grid .btn {
    margin: 3.75rem auto 2.125rem
}

.row-add-ons-grid>.container-fluid {
    background-color: #f0f0ea;
    padding-bottom: 1rem
}

.row-add-ons-grid>.container-fluid .swiper-container-multirow>.swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-add-ons-grid .single-grid {
    overflow: hidden;
    display: inline-block;
    text-align: center
}

.row-add-ons-grid .single-grid-container {
    padding: 0 0 1rem;
    position: relative
}

.row-add-ons-grid .single-grid-container .card__back,
.row-add-ons-grid .single-grid-container .card__front {
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .8s
}

.row-add-ons-grid .single-grid-container .card__back {
    background-color: #1e1e1e;
    transform: rotateY(-180deg)
}

.row-add-ons-grid .single-grid-container .card.effect__click.flipped .card__front {
    transform: rotateY(-180deg)
}

.row-add-ons-grid .single-grid-container .card.effect__click.flipped .card__back {
    transform: rotateY(0)
}

.row-add-ons-grid .single-grid-container .single-grid .card__front {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 2.5rem
}

.row-add-ons-grid .single-grid-container .single-grid .card__front .flip-icon {
    height: 39px;
    width: 39px;
    padding: 11px;
    position: absolute;
    display: block;
    right: 0;
    top: 0
}

.row-add-ons-grid .single-grid-container .single-grid .card__front .flip-icon svg {
    color: #e00800;
    height: 20px;
    position: relative;
    width: 20px
}

.row-add-ons-grid .single-grid-container .single-grid .card__front.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.row-add-ons-grid .single-grid-container .single-grid .card__front h4 {
    font-size: 1rem;
    position: relative;
    width: inherit;
    padding-bottom: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.row-add-ons-grid .single-grid-container .single-grid .card__front h4:after {
    content: " ";
    width: 10%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background-color: #e00800
}

.row-add-ons-grid .single-grid-container .single-grid .card__front p {
    font-size: .875rem;
    padding-right: 10%;
    padding-left: 10%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px
}

.row-add-ons-grid .single-grid-container .single-grid .card__front .detail-info-wrap {
    margin-top: 2.25rem;
    margin-bottom: .25rem
}

.row-add-ons-grid .single-grid-container .single-grid .card__back {
    background-color: #e00800;
    text-align: left;
    padding: 2.5rem;
    position: absolute;
    cursor: pointer;
    width: 100%;
    color: #fff
}

.row-add-ons-grid .single-grid-container .single-grid .card__back .flip-icon {
    height: 39px;
    width: 39px;
    padding: 11px;
    position: absolute;
    display: block;
    right: 0;
    top: 0
}

.row-add-ons-grid .single-grid-container .single-grid .card__back .flip-icon svg {
    color: #e00800;
    height: 20px;
    position: relative;
    width: 20px
}

.row-add-ons-grid .single-grid-container .single-grid .card__back .backside-desc p {
    font-size: .875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px
}

.row-add-ons-grid .single-grid-container .single-grid .card__back .backside-list {
    font-size: .875rem;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden
}

.row-add-ons-grid .single-grid-container .single-grid .card__back .backside-btn {
    margin-top: 1.25rem
}

.row-add-ons-grid .single-grid-container .single-grid .card__back .backside-btn a {
    color: #fff;
    float: right;
    font-size: .75rem;
    text-decoration: underline
}

.row-add-ons-grid.row-add-ons-grid-C .single-grid-container .single-grid .card__back,
.row-add-ons-grid.row-add-ons-grid-C .single-grid-container .single-grid .card__front h4:after {
    background-color: #e00800
}

@media (max-width:768px) {
    .row-add-ons-grid .single-grid-container {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row-add-ons-grid .single-grid-container .single-grid .card__back .backside-btn a {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .row-add-ons-grid .single-grid-container .single-grid .card__front h4 {
        font-size: 1.25rem
    }

    .row-add-ons-grid .single-grid-container .single-grid .card__front p {
        font-size: 1rem
    }
}

@media (max-width:1440px) {
    .row-add-ons-grid .single-grid-container .single-grid .card__back .backside-btn a {
        margin-top: 0
    }
}

.business .row-add-ons-grid>.container-fluid {
    background-color: #f0f0ea
}

.business .row-add-ons-grid .single-grid-container .single-grid .card__back,
.business .row-add-ons-grid .single-grid-container .single-grid .card__front h4:after {
    background-color: #e00800
}

[lang=ar] [dir=rtl] .row-add-ons-grid .single-grid-container .single-grid .card__back {
    text-align: right
}

[lang=ar] [dir=rtl] .row-add-ons-grid .single-grid-container .single-grid .card__back .backside-btn a {
    float: left
}

.compare-service-container {
    background-color: #f0f0ea
}

.compare-service {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    line-height: 3rem;
    background-color: #fff
}

.compare-service>div {
    padding: 1.25rem 1.75rem
}

.compare-service>div:first-child {
    text-align: left
}

.compare-service>div:nth-child(2) {
    box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, .25)
}

.compare-service.compare-service-header {
    background-color: #e00800
}

.compare-service.compare-service-header>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.compare-service.compare-service-header>div .compare-service-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .9px;
    line-height: 1.4
}

.compare-service ul,
.compare-service ul li {
    display: block;
    margin: 0;
    padding: 0
}

.compare-service ul li {
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.compare-service ul li .compare-yes {
    display: block;
    width: .8rem;
    height: 3rem;
    margin: 0 auto
}

.compare-service ul li .compare-yes svg {
    width: 100%;
    height: 100%;
    fill: #e00800
}

.compare-service ul li .compare-no {
    display: block;
    width: .4rem;
    height: .4rem;
    margin: 1.3rem auto;
    border-radius: 50%;
    background-color: #bcbcbc
}

.compare-service-subscribe {
    text-align: center;
    background-color: #fff;
    margin-bottom: 2rem
}

.compare-service-subscribe button {
    margin: 3rem 0;
    width: 100%
}

.business .compare-service.compare-service-header {
    background-color: #e00800
}

.business .compare-service ul li .compare-yes svg {
    fill: #e00800
}

@media (min-width:768px) {
    .compare-service>div:nth-child(2) {
        box-shadow: none
    }

    .compare-service ul li .compare-yes {
        width: 1rem
    }

    .compare-service-subscribe button {
        width: auto
    }
}

.consumer-register-form .form>.form-section {
    margin: 0;
    padding: 0
}

.consumer-register-form .form>.form-section.single-section {
    padding: 0
}

.consumer-register-form .form>.form-section .floating-label-input .tooltipped .tooltip.right {
    margin-left: .5rem
}

.consumer-register-form .form>.form-section .floating-label-input span.outside-icon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.7rem;
    right: 4%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2
}

.consumer-register-form .form>.form-section .floating-label-input span svg {
    height: 24px;
    width: 24px
}

.consumer-register-form .form>.form-section .floating-label-input.has-error-fields span.outside-icon svg {
    fill: #fb193f
}

.consumer-register-form .form>.form-section .floating-label-select label {
    color: #e00800
}

.consumer-register-form .form>.form-section .floating-label-select label.floating-label {
    color: #232323
}

.consumer-register-form .form>.form-section a.forgot-login {
    float: left;
    color: #232323;
    text-decoration: underline
}

.consumer-register-form .form>.form-section .checkbox:first-child {
    margin-top: 0;
    padding-top: 0
}

.consumer-register-form .form .consumer-register-form-submitting {
    position: relative
}

.consumer-register-form .form .consumer-register-form-submitting p {
    letter-spacing: .2rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 2rem 0 0
}

.consumer-register-form .form a {
    color: #232323;
    text-decoration: underline
}

.consumer-register-form .form .consumer-register-form-submit,
.consumer-register-form .form .consumer-register-form-submitting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    margin: 0;
    padding: 0;
    text-align: center
}

.consumer-register-form .form .form-submit {
    height: 8rem;
    padding: 0;
    text-align: center
}

.consumer-register-form .form .form-submit button {
    text-transform: uppercase;
    margin: .5rem
}

.consumer-register-form .pwd-meter-track {
    margin-top: .8rem !important;
    width: 100%;
    background-color: #e2e1da;
    overflow: hidden
}

.consumer-register-form .pwd-meter-track #pwd-meter {
    min-width: 4rem;
    max-width: 100%;
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    color: #0a0a0a !important;
    padding-left: 5px;
    text-transform: uppercase;
    color: #fff
}

.consumer-register-form .pwd-meter-track #pwd-meter.progress-bar-danger {
    background-color: red;
    margin-bottom: 0
}

.consumer-register-form .pwd-meter-track #pwd-meter.progress-bar-success {
    background-color: #e00800;
    margin-bottom: 0
}

.consumer-register-form .pwd-meter-track #pwd-meter.progress-bar-none {
    background-color: transparent !important;
    margin-bottom: 0
}

.consumer-register-form .pwd-meter-track #pwd-meter.progress-bar-medium {
    background-color: #fc0 !important;
    margin-bottom: 0
}

@media (min-width:414px) {
    .consumer-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form>.form-section:first-child {
        padding-right: 0
    }

    .consumer-register-form .form>.form-section:nth-child(2) {
        padding-left: 0
    }

    .consumer-register-form .form>.form-section.single-section {
        padding: 0
    }

    .consumer-register-form .form .form-submit {
        height: 10rem
    }

    .consumer-register-form .form .form-submit button {
        margin: .5rem
    }
}

@media (min-width:425px) {
    .business-register-form .form .form-submit {
        height: 10rem
    }

    .business-register-form .form .form-submit button {
        margin: .5rem
    }
}

@media (min-width:768px) {
    .consumer-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form>.form-section:first-child {
        padding-right: 3.75rem
    }

    .consumer-register-form .form>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .consumer-register-form .form>.form-section.single-section {
        padding: 0
    }

    .consumer-register-form .form .form-submit button {
        margin: .5rem
    }
}

@media (min-width:992px) {
    .consumer-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form>.form-section:first-child {
        padding-right: 3.75rem
    }

    .consumer-register-form .form>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .consumer-register-form .form>.form-section.single-section {
        padding: 0
    }

    .consumer-register-form .form .form-submit button {
        margin: auto .5rem
    }
}

@media (min-width:1440px) {
    .consumer-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form>.form-section:first-child {
        padding-right: 3.75rem
    }

    .consumer-register-form .form>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .consumer-register-form .form>.form-section.single-section {
        padding: 0
    }

    .consumer-register-form .form .form-submit button {
        margin: auto .5rem
    }
}

@media (max-width:1439px) {
    .consumer-register-form .form .row>.form-section .checkbox.checkbox-inside-form {
        margin-bottom: 3rem
    }
}

.form-group.checkbox.has-error-fields .has-error.alert-label {
    float: none;
    margin: .3rem 0
}

@media (max-width:767px) {
    .enterPassval .consumer-register-form .form .form-submit button {
        margin-top: 3rem !important
    }
}

@media (max-width:1280px) {
    .renewYourReg {
        padding-top: 3rem
    }
}

.business-register-form .form>.form-section {
    margin: 0;
    padding: 0
}

.business-register-form .form>.form-section.single-section {
    padding: 0
}

.business-register-form .form>.form-section .floating-label-input .tooltipped .tooltip.right {
    margin-left: .5rem
}

.business-register-form .form>.form-section .floating-label-input span.outside-icon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.7rem;
    right: 4%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2
}

.business-register-form .form>.form-section .floating-label-input span svg {
    height: 24px;
    width: 24px;
    fill: #e00800
}

.business-register-form .form>.form-section .floating-label-input.has-error-fields span.outside-icon svg {
    fill: #fb193f
}

.business-register-form .form>.form-section .floating-label-select label.floating-label {
    color: #232323
}

.business-register-form .form>.form-section a.forgot-login {
    float: left;
    color: #232323;
    text-decoration: underline
}

.business-register-form .form>.form-section .checkbox,
.business-register-form .form>.form-section .radio {
    color: #232323
}

.business-register-form .form>.form-section .checkbox:first-child,
.business-register-form .form>.form-section .radio:first-child {
    margin-top: 0;
    padding-top: 0
}

@media (min-width:992px) and (min-width:414px) {

    .business-register-form .form>.form-section .checkbox,
    .business-register-form .form>.form-section .radio {
        padding-top: 16px;
        padding-bottom: 8px;
        line-height: 16px
    }

    .business-register-form .form>.form-section .checkbox input[type=radio],
    .business-register-form .form>.form-section .radio input[type=radio] {
        height: 100%;
        width: 100%;
        z-index: 10;
        margin-left: 0;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        opacity: 0
    }

    .business-register-form .form>.form-section .checkbox input[type=radio]+label,
    .business-register-form .form>.form-section .radio input[type=radio]+label {
        font-size: 1.25rem
    }

    .business-register-form .form>.form-section .checkbox input[type=radio]+label:before,
    .business-register-form .form>.form-section .radio input[type=radio]+label:before {
        border-radius: 50%;
        height: 25px;
        width: 25px
    }

    .business-register-form .form>.form-section .checkbox input[type=radio]:checked+label:before,
    .business-register-form .form>.form-section .radio input[type=radio]:checked+label:before {
        background-size: 68%
    }

    .business-register-form .form>.form-section .checkbox input[type=checkbox]+label:before,
    .business-register-form .form>.form-section .radio input[type=checkbox]+label:before {
        height: 25px;
        width: 25px
    }

    .business-register-form .form>.form-section .checkbox input[type=checkbox]:checked+label:before,
    .business-register-form .form>.form-section .radio input[type=checkbox]:checked+label:before {
        background-size: 68%
    }
}

.business-register-form .form>.form-section .form-group.radio {
    margin-bottom: 3rem
}

.business-register-form .form .business-register-form-submitting {
    position: relative
}

.business-register-form .form .business-register-form-submitting p {
    letter-spacing: .2rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 2rem 0 0
}

.business-register-form .form a {
    color: #232323;
    text-decoration: underline
}

.business-register-form .form .business-register-form-submit,
.business-register-form .form .business-register-form-submitting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    margin: 0;
    padding: 0;
    text-align: center
}

.business-register-form .form .form-submit {
    height: 8rem;
    padding: 0;
    text-align: center
}

.business-register-form .form .form-submit button {
    text-transform: uppercase;
    margin: .5rem
}

.business-register-form .no-padding {
    padding: 0 !important
}

.business-register-form .in-between {
    padding: 8%;
    padding-top: 0;
    margin-top: 0
}

.business-register-form .pwd-meter-track {
    width: 100%;
    background-color: transparent;
    overflow: hidden
}

.business-register-form .pwd-meter-track #pwd-meter {
    min-width: 4rem;
    max-width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.business-register-form .pwd-meter-track #pwd-meter.progress-bar-danger {
    background-color: #ff8100;
    margin-bottom: 2rem
}

.business-register-form .pwd-meter-track #pwd-meter.progress-bar-success {
    background-color: #e00800;
    margin-bottom: 2rem
}

.business-register-form .pwd-meter-track #pwd-meter.progress-bar-none {
    background-color: transparent !important;
    margin-bottom: 0
}

.business-register-form .accessibility-description,
.business-register-form .status.valid,
.business-register-form .visualCaptcha-explanation {
    background-color: #454844;
    color: #fff
}

@media (min-width:414px) {
    .business-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form>.form-section:first-child {
        padding-right: 0
    }

    .business-register-form .form>.form-section:nth-child(2) {
        padding-left: 0
    }

    .business-register-form .form>.form-section.single-section {
        padding: 0
    }

    .business-register-form .form-submit {
        height: 10rem
    }

    .business-register-form .form-submit button {
        margin: .5rem
    }

    .business-register-form .in-between {
        padding: 8%;
        padding-top: 0;
        margin-top: 0
    }
}

@media (min-width:425px) {
    .business-register-form .form .form-submit {
        height: 10rem
    }

    .business-register-form .form .form-submit button {
        margin: .5rem
    }

    .business-register-form .in-between {
        padding: 8%;
        padding-top: 0;
        margin-top: 0
    }
}

@media (min-width:768px) {
    .business-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form>.form-section:first-child {
        padding-right: 3.75rem
    }

    .business-register-form .form>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .business-register-form .form>.form-section.single-section {
        padding: 0
    }

    .business-register-form .form .form-submit {
        height: 10rem
    }

    .business-register-form .form .form-submit button {
        margin: .5rem
    }

    .business-register-form .in-between {
        padding: 8%;
        margin-top: 1rem
    }
}

@media (min-width:992px) {
    .business-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form>.form-section:first-child {
        padding-right: 3.75rem
    }

    .business-register-form .form>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .business-register-form .form>.form-section.single-section {
        padding: 0
    }

    .business-register-form .form .form-submit button {
        margin: auto .5rem
    }
}

@media (min-width:1440px) {
    .business-register-form .form>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form>.form-section:first-child {
        padding-right: 3.75rem
    }

    .business-register-form .form>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .business-register-form .form>.form-section.single-section {
        padding: 0
    }

    .business-register-form .form .form-submit button {
        margin: auto .5rem
    }
}

[lang=ar] [dir=rtl] .consumer-register-form .form .row>.form-section.last {
    padding-right: 3.75rem;
    padding-left: 0
}

[lang=ar] [dir=rtl] .business-register-form .form>.row,
[lang=ar] [dir=rtl] .consumer-register-form .form>.row,
[lang=ar] [dir=rtl] .login .form>.row,
[lang=ar] [dir=rtl] .recover-username .form>.row,
[lang=ar] [dir=rtl] .reset-password .form>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

[lang=ar] [dir=rtl] .business-register-form .form>.form-section,
[lang=ar] [dir=rtl] .consumer-register-form .form>.form-section,
[lang=ar] [dir=rtl] .login .form>.form-section,
[lang=ar] [dir=rtl] .recover-username .form>.form-section,
[lang=ar] [dir=rtl] .reset-password .form>.form-section {
    display: block
}

[lang=ar] [dir=rtl] .business-register-form .form>.form-submit.form-section,
[lang=ar] [dir=rtl] .consumer-register-form .form>.form-submit.form-section,
[lang=ar] [dir=rtl] .login .form>.form-submit.form-section,
[lang=ar] [dir=rtl] .recover-username .form>.form-submit.form-section,
[lang=ar] [dir=rtl] .reset-password .form>.form-submit.form-section {
    display: -ms-flexbox;
    display: flex
}

[lang=ar] [dir=rtl] .business-register-form .form .form-section:first-child,
[lang=ar] [dir=rtl] .business-register-form .form .form-section:nth-child(2),
[lang=ar] [dir=rtl] .consumer-register-form .form .form-section:first-child,
[lang=ar] [dir=rtl] .consumer-register-form .form .form-section:nth-child(2),
[lang=ar] [dir=rtl] .login .form .form-section:first-child,
[lang=ar] [dir=rtl] .login .form .form-section:nth-child(2),
[lang=ar] [dir=rtl] .recover-username .form .form-section:first-child,
[lang=ar] [dir=rtl] .recover-username .form .form-section:nth-child(2),
[lang=ar] [dir=rtl] .reset-password .form .form-section:first-child,
[lang=ar] [dir=rtl] .reset-password .form .form-section:nth-child(2) {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:414px) {

    [lang=ar] [dir=rtl] .business-register-form .form .form-section:first-child,
    [lang=ar] [dir=rtl] .business-register-form .form .form-section:first-child.single-section,
    [lang=ar] [dir=rtl] .business-register-form .form .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .business-register-form .form>.form-section.single-section,
    [lang=ar] [dir=rtl] .consumer-register-form .form .form-section:first-child,
    [lang=ar] [dir=rtl] .consumer-register-form .form .form-section:first-child.single-section,
    [lang=ar] [dir=rtl] .consumer-register-form .form .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .consumer-register-form .form>.form-section.single-section,
    [lang=ar] [dir=rtl] .login .form .form-section:first-child,
    [lang=ar] [dir=rtl] .login .form .form-section:first-child.single-section,
    [lang=ar] [dir=rtl] .login .form .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .login .form>.form-section.single-section,
    [lang=ar] [dir=rtl] .recover-username .form .form-section:first-child,
    [lang=ar] [dir=rtl] .recover-username .form .form-section:first-child.single-section,
    [lang=ar] [dir=rtl] .recover-username .form .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .recover-username .form>.form-section.single-section,
    [lang=ar] [dir=rtl] .reset-password .form .form-section:first-child,
    [lang=ar] [dir=rtl] .reset-password .form .form-section:first-child.single-section,
    [lang=ar] [dir=rtl] .reset-password .form .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .reset-password .form>.form-section.single-section {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .business-register-form .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .consumer-register-form .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .login .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .recover-username .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .reset-password .form .row .form-section:first-child {
        padding-left: 3.75rem;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .business-register-form .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .consumer-register-form .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .login .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .recover-username .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .reset-password .form .row .form-section:nth-child(2) {
        padding-right: 3.75rem;
        padding-left: 0;
        float: right
    }

    [lang=ar] [dir=rtl] .business-register-form .form .row .form-section:nth-child(2) .single-section,
    [lang=ar] [dir=rtl] .consumer-register-form .form .row .form-section:nth-child(2) .single-section,
    [lang=ar] [dir=rtl] .login .form .row .form-section:nth-child(2) .single-section,
    [lang=ar] [dir=rtl] .recover-username .form .row .form-section:nth-child(2) .single-section,
    [lang=ar] [dir=rtl] .reset-password .form .row .form-section:nth-child(2) .single-section {
        padding: 0
    }

    [lang=ar] [dir=rtl] .business-register-form .form .row .form-sectionloginNameField:nth-child(2),
    [lang=ar] [dir=rtl] .consumer-register-form .form .row .form-sectionloginNameField:nth-child(2),
    [lang=ar] [dir=rtl] .login .form .row .form-sectionloginNameField:nth-child(2),
    [lang=ar] [dir=rtl] .recover-username .form .row .form-sectionloginNameField:nth-child(2),
    [lang=ar] [dir=rtl] .reset-password .form .row .form-sectionloginNameField:nth-child(2) {
        padding-right: 0;
        float: noen
    }
}

[lang=ar] [dir=rtl] .business-register-form .form>.form-section.single-section {
    padding-right: 0;
    padding-left: 0
}

[lang=ar] [dir=rtl] .login .form .checkbox {
    float: right
}

[lang=ar] [dir=rtl] .login .form .radio label,
[lang=ar] [dir=rtl] .recover-username .form .radio label,
[lang=ar] [dir=rtl] .reset-password .form .radio label {
    font-weight: 100;
    text-align: right
}

[lang=ar] [dir=rtl] .padding-0 {
    padding: 0 !important
}

.business-register-form {
    padding: 0
}

.business-register-form .form-container {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.business-register-form .form-title {
    padding-bottom: 2rem;
    text-align: center;
    color: #232323
}

.business-register-form .form-title h4 {
    letter-spacing: 0
}

.business-register-form .form-title h5 {
    color: #232323;
    letter-spacing: 0;
    padding-bottom: 1rem
}

.business-register-form .form-title h5.notification {
    padding-bottom: 0;
    margin: 0
}

.business-register-form .form-title h5.notification:last-child {
    padding-bottom: 1rem
}

.business-register-form .form-title h5.success-msg {
    color: #e00800
}

.business-register-form .form-title h5.error-text {
    color: #fb193f
}

.business-register-form .form-title a.btn {
    text-decoration: none
}

.business-register-form .form {
    padding-bottom: 3rem
}

.business-register-form .form .row .form-section,
.business-register-form .form .row>.form-section {
    margin: 0;
    padding: 0
}

.business-register-form .form .row>.form-section.single-section {
    padding: 0
}

.business-register-form .form .row>.form-section .floating-label-input .tooltipped .tooltip.right {
    margin-left: .5rem
}

.business-register-form .form .row>.form-section .floating-label-input span.outside-icon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.7rem;
    right: 4%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2
}

.business-register-form .form .row>.form-section .floating-label-input span svg {
    height: 24px;
    width: 24px;
    fill: #e00800
}

.business-register-form .form .row>.form-section .floating-label-input.has-error-fields span.inner-icon svg,
.business-register-form .form .row>.form-section .floating-label-input.has-error-fields span.inner-icon svg path,
.business-register-form .form .row>.form-section .floating-label-input.has-error-fields span.outside-icon svg,
.business-register-form .form .row>.form-section .floating-label-input.has-error-fields span.outside-icon svg path {
    fill: #fb193f
}

.business-register-form .form .row>.form-section .forgot-label {
    bottom: -2rem
}

.business-register-form .form .btn-inner-icon {
    padding-right: .5rem;
    position: relative;
    top: 5px
}

.business-register-form .form .btn-inner-icon svg {
    fill: #232323
}

@media (min-width:414px) {
    .business-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form .row>.form-section:first-child {
        padding-right: 0
    }

    .business-register-form .form .row>.form-section:nth-child(2) {
        padding-left: 0
    }

    .business-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:768px) {
    .business-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form .row>.form-section:first-child {
        padding-right: 3.75rem
    }

    .business-register-form .form .row>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .business-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:992px) {
    .business-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form .row>.form-section:first-child {
        padding-right: 3.75rem
    }

    .business-register-form .form .row>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .business-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:1440px) {
    .business-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .business-register-form .form .row>.form-section:first-child {
        padding-right: 3.75rem
    }

    .business-register-form .form .row>.form-section:nth-child(2) {
        padding-left: 3.75rem
    }

    .business-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

[lang=ar] [dir=rtl] .business-register-form .form .btn-inner-icon {
    float: left
}

.consumer-register-form {
    padding: 0
}

.consumer-register-form .form-container {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.consumer-register-form .form-title {
    padding-bottom: 2rem;
    text-align: center;
    color: #232323
}

.consumer-register-form .form-title h3 {
    letter-spacing: 0
}

.consumer-register-form .form-title h5 {
    color: #232323;
    letter-spacing: 0;
    padding-bottom: 1rem
}

.consumer-register-form .form-title h5.notification {
    padding-bottom: 0;
    margin: 0;
    padding: 0 2rem
}

.consumer-register-form .form-title h5.notification:last-child {
    padding-bottom: 1rem
}

.consumer-register-form .form-title h5.success-msg {
    color: #e00800
}

.consumer-register-form .form-title h5.error-msg {
    color: #fb193f
}

.consumer-register-form .form-title h5.error-msg a {
    color: #fb193f;
    text-decoration: underline
}

.consumer-register-form .form {
    padding-bottom: 3rem
}

.consumer-register-form .form .row .form-section,
.consumer-register-form .form .row>.form-section {
    margin: 0;
    padding: 0
}

.consumer-register-form .form .row>.form-section.single-section {
    padding: 0
}

.consumer-register-form .form .row>.form-section .floating-label-input .tooltipped .tooltip.right {
    margin-left: .5rem
}

.consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.7rem;
    right: 4%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2
}

.consumer-register-form .form .row>.form-section .floating-label-input span svg {
    height: 24px;
    width: 24px
}

.consumer-register-form .form .row>.form-section .floating-label-input.has-error-fields span.outside-icon svg {
    fill: #fb193f
}

.consumer-register-form .form .row>.form-section .floating-label-select label {
    color: #e00800
}

.consumer-register-form .form .row>.form-section .floating-label-select label.floating-label {
    color: #232323
}

.consumer-register-form .form .row>.form-section a.forgot-login {
    float: left;
    color: #232323;
    text-decoration: underline
}

.consumer-register-form .form .row>.form-section .checkbox.checkbox-inside-form {
    padding-top: 0;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.consumer-register-form .form .row>.form-section .checkbox,
.consumer-register-form .form .row>.form-section .radio {
    color: #232323
}

.consumer-register-form .form .row>.form-section .checkbox:first-child,
.consumer-register-form .form .row>.form-section .radio:first-child {
    margin-top: 0;
    padding-top: 0
}

@media (min-width:992px) and (min-width:414px) {

    .consumer-register-form .form .row>.form-section .checkbox,
    .consumer-register-form .form .row>.form-section .radio {
        padding-top: 16px;
        padding-bottom: 8px;
        line-height: 16px
    }

    .consumer-register-form .form .row>.form-section .checkbox input[type=radio],
    .consumer-register-form .form .row>.form-section .radio input[type=radio] {
        height: 100%;
        width: 100%;
        z-index: 10;
        margin-left: 0;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        opacity: 0
    }

    .consumer-register-form .form .row>.form-section .checkbox input[type=radio]+label,
    .consumer-register-form .form .row>.form-section .radio input[type=radio]+label {
        font-size: 1.25rem
    }

    .consumer-register-form .form .row>.form-section .checkbox input[type=radio]+label:before,
    .consumer-register-form .form .row>.form-section .radio input[type=radio]+label:before {
        border-radius: 50%;
        height: 25px;
        width: 25px
    }

    .consumer-register-form .form .row>.form-section .checkbox input[type=radio]:checked+label:before,
    .consumer-register-form .form .row>.form-section .radio input[type=radio]:checked+label:before {
        background-size: 68%
    }

    .consumer-register-form .form .row>.form-section .checkbox input[type=checkbox]+label:before,
    .consumer-register-form .form .row>.form-section .radio input[type=checkbox]+label:before {
        height: 25px;
        width: 25px
    }

    .consumer-register-form .form .row>.form-section .checkbox input[type=checkbox]:checked+label:before,
    .consumer-register-form .form .row>.form-section .radio input[type=checkbox]:checked+label:before {
        background-size: 68%
    }
}

.consumer-register-form .form .row>.form-section .consumer-register-form-submitting {
    position: relative
}

.consumer-register-form .form .row>.form-section .consumer-register-form-submitting p {
    letter-spacing: .2rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: 2rem
}

.consumer-register-form .form .row>.form-section a {
    color: #232323;
    text-decoration: underline
}

.consumer-register-form .form .row>.form-section a.greenText {
    color: #e00800;
    text-decoration: none
}

.consumer-register-form .form .row>.form-section .consumer-register-form-submit,
.consumer-register-form .form .row>.form-section .consumer-register-form-submitting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    margin: 0;
    padding: 0;
    text-align: center
}

.consumer-register-form .form .row>.form-section .form-submit {
    height: 8rem;
    padding: 0;
    text-align: center
}

.consumer-register-form .form .row>.form-section .form-submit button {
    text-transform: uppercase;
    margin: auto .5rem
}

@media (min-width:414px) {
    .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 0
    }

    .consumer-register-form .form .row>.form-section:nth-child(2),
    .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 0
    }

    .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }

    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon {
        top: 34%
    }
}

@media (min-width:768px) {
    .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 3.75rem
    }

    .consumer-register-form .form .row>.form-section:nth-child(2),
    .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 3.75rem
    }

    .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:992px) {
    .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 3.75rem
    }

    .consumer-register-form .form .row>.form-section:nth-child(2),
    .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 3.75rem
    }

    .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:1440px) {
    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 3.75rem
    }

    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon .consumer-register-form .form .row>.form-section:nth-child(2),
    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 3.75rem
    }

    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:1600px) {
    .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon {
        top: 1.7rem
    }
}

.config-accordion-wrapper {
    padding-top: 1rem;
    padding-bottom: .5rem
}

.config-accordion-wrapper+.config-accordion-wrapper {
    padding-top: .5rem
}

.config-accordion-wrapper .config-accordion {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.config-accordion-wrapper .config-accordion:hover {
    cursor: pointer
}

.config-accordion-wrapper .config-accordion .accordion-title {
    margin-left: .9375rem
}

.config-accordion-wrapper .config-accordion .accordion-title h3 {
    color: #e00800;
    margin: 0;
    font-size: 1.125rem
}

.config-accordion-wrapper .config-accordion .accordion-title p {
    font-size: .75rem;
    color: #232323;
    padding-top: 0;
    margin-bottom: 0;
    text-transform: uppercase
}

.config-accordion-wrapper .config-accordion .accordion-title p span+span:before {
    content: ", "
}

.config-accordion-wrapper .config-accordion .accordion-status {
    margin: 1.1875rem 0 1.4625rem;
    width: 1.84375rem;
    height: 1.84375rem;
    background-color: #e00800;
    font-size: 1.125rem;
    font-family: suiss, Arial, sans-serif;
    line-height: 3.75rem;
    text-align: center;
    border-radius: 2rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.config-accordion-wrapper .config-accordion .accordion-status svg {
    display: none
}

.config-accordion-wrapper .config-accordion .detail-info-wrap-pricetag {
    width: auto;
    float: right
}

.config-accordion-wrapper .config-accordion .accordion-arrow {
    text-align: right
}

.config-accordion-wrapper .config-accordion .accordion-arrow svg {
    stroke: #e00800;
    width: 1.25rem;
    height: .6875rem;
    stroke-width: 1px;
    fill: #e00800;
    transition: all .3s ease-in-out
}

.config-accordion-wrapper .config-accordion .accordion-arrow svg use {
    -moz-transform: translate(0) rotate(0deg);
    -moz-transform-origin: center center
}

.config-accordion-wrapper .config-accordion .accordion-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price {
    font-size: 1.875rem
}

.config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price-specs {
    font-size: .75rem
}

.config-accordion-wrapper .config-accordion--verC {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
    padding-top: 1.2rem;
    padding-bottom: .9rem;
    margin-bottom: .28125rem
}

.config-accordion-wrapper .config-accordion--verC .text-align-R {
    text-align: right
}

.config-accordion-wrapper .config-accordion--verC .text-align-L {
    text-align: left
}

.config-accordion-wrapper .config-accordion--verC .text-align-RM {
    text-align: right
}

.config-accordion-wrapper .config-accordion--verC span.label_accordion {
    font-weight: 700;
    color: #fff
}

.config-accordion-wrapper .config-accordion--verC span.label_accordion,
.config-accordion-wrapper .config-accordion--verC span.text-label {
    font-size: .875rem;
    font-family: suiss, Arial, sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    letter-spacing: .05176470588rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9
}

.config-accordion-wrapper .config-accordion--verC span.text-label {
    font-weight: 400;
    color: #232323;
    margin-bottom: 1.3125rem
}

.config-accordion-wrapper .config-accordion--verC span.text-label.green {
    color: #e00800
}

.config-accordion-wrapper .config-accordion--verC .text-order-id span.text-label {
    color: #232323
}

.config-accordion-wrapper .config-accordion--verC .label-price--verC {
    font-size: .75rem;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    color: #232323;
    display: inline-block;
    width: 100%;
    margin-top: -.3125rem;
    letter-spacing: .046875rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9
}

.config-accordion-wrapper .config-accordion--verC .label-price--verC .price--verC {
    font-family: suiss, Arial, sans-serif;
    color: #e00800;
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: .078125rem
}

.config-accordion-wrapper .config-accordion--verC .accordion-arrow {
    text-align: center;
    height: 39px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.config-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
    stroke: #232323;
    width: .543125rem;
    height: .934375rem;
    stroke-width: 12px;
    transform: translate(0) rotate(-180deg);
    transition: all .3s ease-in-out
}

.config-accordion-wrapper.current-accordion-wrapper span.label_accordion {
    color: #232323
}

.config-accordion-wrapper.ver--C.config-accordion-ticked {
    background: #f0f0ea
}

.config-accordion-wrapper.ver--C.config-accordion-ticked .config-accordion--verC {
    margin-bottom: 0
}

.config-accordion-wrapper.ver--C {
    margin-top: .28125rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion--verC {
    box-shadow: none
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion--verC .accordion-arrow {
    text-align: center
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion--verC .accordion-arrow svg {
    transform: translate(0) rotate(180deg)
}

.config-accordion-wrapper .config-accordion-content {
    height: auto;
    transition: all .3s ease-in-out
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion {
    background-color: #f0f0ea;
    box-shadow: none
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #fff;
    color: #b2b2b1
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-title h3,
.config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-title p,
.config-accordion-wrapper.config-accordion-ticked .config-accordion .detail-info-wrap-pricetag .main-part {
    color: #232323
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-arrow {
    text-align: right
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-arrow svg {
    transform: translate(0) rotate(180deg);
    -webkit-transform: translate(0) rotate(180deg);
    -moz-transform-origin: center center;
    -moz-transform: translate(0) rotate(180deg)
}

.config-accordion-wrapper.config-accordion-ticked .config-accordion-content {
    height: 0;
    overflow: hidden
}

.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion,
.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion {
    background-color: #cecece
}

.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status,
.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #fff;
    color: #fff
}

.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status span,
.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status span,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status span {
    color: #b2b2b1
}

.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status svg,
.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status svg,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status svg {
    display: none
}

.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-title h3,
.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-title p,
.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-title h3,
.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-title p,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-title h3,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-title p {
    color: #474948
}

.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-arrow svg,
.config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-arrow svg,
.config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-arrow svg {
    stroke: #474948;
    fill: #474948
}

.config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked.config-accordion-completed .config-accordion .accordion-status svg {
    display: block
}

.config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion {
    background-color: #f0f0ea;
    box-shadow: none
}

.config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #6c6c6c;
    color: #fff
}

.config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status span {
    display: none
}

.config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status svg {
    fill: #fff;
    width: .755rem;
    height: .5875rem;
    display: block
}

.config-accordion-wrapper .text-status {
    text-align: right
}

.text-and-table-wrapper+.config-accordion-wrapper {
    padding-top: 0
}

.business .config-accordion-wrapper {
    background-color: #f0f0ea
}

.business .config-accordion-wrapper .config-accordion {
    background-color: #fff
}

.business .config-accordion-wrapper .config-accordion .accordion-title h3,
.business .config-accordion-wrapper .config-accordion .accordion-title p {
    color: #e00800
}

.business .config-accordion-wrapper .config-accordion .accordion-status {
    background-color: #e00800
}

.business .config-accordion-wrapper .config-accordion .accordion-arrow svg {
    fill: #e00800
}

.business .config-accordion-wrapper .config-accordion .accordion-price .main-part {
    color: #e00800
}

.business .config-accordion-wrapper.without-checkbox span.text-label {
    margin-top: 1.3125rem
}

.business .config-accordion-wrapper.config-accordion-ticked .config-accordion {
    background-color: #2b2e2c
}

.business .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-title h3,
.business .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-title p {
    color: #fff
}

.business .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #fff;
    color: #e00800
}

.business .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-status svg {
    fill: #e00800
}

.business .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-price .main-part {
    color: #fff
}

.business .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #fff
}

.business .config-accordion-wrapper.ver--C.config-accordion-ticked {
    background: #242424
}

.business .config-accordion-wrapper.ver--C.config-accordion-ticked .label-price--verC,
.business .config-accordion-wrapper.ver--C.config-accordion-ticked .label-price--verC .price--verC,
.business .config-accordion-wrapper.ver--C.config-accordion-ticked span.text-label {
    color: #cecece
}

.business .config-accordion-wrapper.ver--C.config-accordion-ticked .accordion-arrow svg {
    stroke: #fff;
    transform: translate(0) rotate(180deg)
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion {
    background-color: #cecece
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #fff;
    color: #fff
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status span,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status span,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status span {
    color: #b2b2b1
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status svg,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status svg,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status svg {
    display: none
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-title h3,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-title p,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-title h3,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-title p,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-title h3,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-title p {
    color: #474948
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-arrow svg,
.business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-arrow svg,
.business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-arrow svg {
    stroke: #474948;
    fill: #474948
}

.business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked.config-accordion-completed .config-accordion .accordion-status svg {
    display: block
}

.business .config-accordion-wrapper .config-accordion--verC span.text-label {
    text-transform: inherit
}

.business .config-accordion-wrapper .config-accordion--verC .label-price--verC {
    color: #232323
}

.business .config-accordion-wrapper .config-accordion--verC .label-price--verC .price--verC {
    color: #e00800
}

.activity-log {
    background: #f0f0ea;
    padding-bottom: 1.5rem
}

.activity-log .action-buttons-container svg {
    margin-top: 10px;
    height: 16px;
    width: 22px
}

.activity-log .action-buttons-container a {
    color: #242424;
    text-decoration: underline;
    font-size: 13px
}

.last-update {
    padding-bottom: 30px
}

.last-update .h5-update {
    margin: 0;
    color: #232323
}

.last-update h4 {
    margin-top: 30px;
    color: #232323
}

.last-update .h3-green {
    color: #e00800
}

.last-update .circle1 {
    background: #f0f0ea;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -25px;
    outline: none;
    transform: translate(0) rotate(-180deg)
}

.last-update .circle1 .svg-arrow-down {
    width: 26px;
    height: 21px;
    stroke-width: 0px;
    margin: 21px 0 0 10px
}

.last-update .collapse.in {
    display: inline-block;
    width: 100%
}

.last-update .collapse.in .slide-table .text-and-table {
    background: transparent;
    padding: 2rem 0 0
}

.last-update .collapse.in .slide-table .text-and-table table {
    width: 100%;
    border-bottom: 1px solid #cecece
}

.last-update .collapse.in .slide-table .text-and-table table td {
    padding: 1rem;
    text-align: left;
    color: #909192;
    font-size: 1rem;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece
}

.circle1.collapsed {
    transform: translate(0) rotate(-1turn) !important
}

.config-accordion-wrapper.current-accordion-wrapper .config-accordion--verC.noBoxShadow {
    box-shadow: none !important
}

.cart-order {
    margin-bottom: 0 !important
}

.cart-order .cart-item {
    background: #f0f0ea
}

.cart-order .cart-item .cart-items-box {
    padding: 27px 0
}

.cart-order .cart-item .cart-badge {
    z-index: 1;
    right: 8.33333333% !important;
    top: 27px;
    border-color: transparent #be1218 transparent transparent
}

.cart-order .cart-item .cart-badge .icon-wrap1 {
    margin: 27px 0 0;
    display: inline-block
}

.cart-order .cart-item .cart-badge .icon-wrap1 .icon-badge {
    top: 13px;
    margin-right: -6px;
    right: -82px;
    width: 35px;
    height: 35px
}

.cart-order .cart-item-content,
.order-acco.config-accordion-wrapper {
    background: #fff
}

.order-acco.config-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
    width: 30px !important;
    height: 30px !important;
    stroke-width: 0 !important
}

.order-acco.config-accordion-wrapper .config-accordion--verC span.label_accordion {
    display: none
}

.config-accordion-wrapper .config-accordion--verC.table-checkbox-round .checkbox,
.config-accordion-wrapper .config-accordion--verC.table-checkbox-round .click1 {
    padding-top: 1rem
}

.order-acco.config-accordion-ticked span.text-label {
    color: #fff !important
}

.order-acco.config-accordion-ticked {
    background: #232323 !important;
    margin-bottom: 3px
}

.order-acco.config-accordion-ticked.config-accordion-ticked .config-accordion--verC .accordion-arrow svg {
    transform: translate(0) rotate(0deg)
}

.order-acco.config-accordion-ticked .accordion-arrow svg {
    fill: #fff !important;
    width: 30px !important;
    height: 30px !important;
    stroke-width: 0 !important
}

@media (min-width:320px) and (max-width:480px) {
    .last-update .circle1.collapsed {
        bottom: -120px
    }
}

@media (min-width:300px) and (max-width:767px) {
    .business #all-select-items .form .checkbox {
        position: absolute;
        top: 75px;
        left: -10px
    }

    .business #all-select-items .form .checkbox label:before {
        width: 25px;
        height: 25px
    }

    .business .config-accordion-wrapper.config-accordion-ticked.order-acco .config-accordion--verC span.label_accordion {
        color: #fff;
        display: block
    }

    .business .config-accordion-wrapper.current-accordion-wrapper.order-acco .config-accordion--verC span.label_accordion {
        display: block
    }
}

@media (min-width:414px) {
    .last-update .circle1.collapsed {
        bottom: -120px
    }
}

@media (min-width:768px) {
    .config-accordion-wrapper .config-accordion .accordion-title h3 {
        font-size: 1.5rem
    }

    .config-accordion-wrapper .config-accordion .accordion-status {
        margin: 1.40625rem 0;
        width: 2rem;
        height: 2rem;
        font-size: 1.5rem
    }

    .config-accordion-wrapper .config-accordion .accordion-arrow {
        text-align: right
    }

    .config-accordion-wrapper .config-accordion .accordion-price {
        visibility: visible
    }

    .config-accordion-wrapper .config-accordion--verC {
        position: relative
    }

    .config-accordion-wrapper .config-accordion--verC .text-align-R {
        text-align: left
    }

    .config-accordion-wrapper .config-accordion--verC .text-align-L {
        text-align: right
    }

    .config-accordion-wrapper .config-accordion--verC .accordion-arrow {
        text-align: center;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

    .config-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
        stroke: #232323;
        width: .653125rem;
        height: 1.181875rem;
        stroke-width: 6px;
        transform: translate(0) rotate(-180deg);
        transition: all .3s ease-in-out
    }

    .config-accordion-wrapper.config-accordion-ticked .config-accordion--verC .accordion-arrow svg {
        transform: translate(0) rotate(180deg)
    }

    .config-accordion-wrapper .text-status {
        text-align: left
    }

    .config-accordion-wrapper .text-creation-date {
        text-align: right
    }

    .config-accordion--verC .accordion-arrow svg {
        width: .829375rem !important;
        height: 1.539375rem !important;
        stroke-width: 3px !important
    }

    .config-accordion--verC span.label_accordion {
        display: none
    }

    .last-update .circle1.collapsed {
        bottom: -120px
    }
}

@media (min-width:992px) {
    .config-accordion-wrapper .config-accordion .accordion-title h3 {
        font-size: 1.625rem
    }

    .config-accordion-wrapper .config-accordion .accordion-status {
        margin: 1.8625rem 0 1.8375rem;
        width: 2.625rem;
        height: 2.625rem;
        font-size: 1.625rem
    }

    .config-accordion-wrapper .config-accordion .accordion-arrow {
        text-align: right
    }

    .config-accordion-wrapper .config-accordion .accordion-arrow svg {
        width: 1.525625rem;
        height: .829375rem
    }

    .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price {
        font-size: 2.5rem
    }

    .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price-specs {
        font-size: .75rem
    }

    .config-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
        width: .829375rem;
        height: 1.539375rem
    }

    .config-accordion-wrapper .config-accordion--verC span.label_accordion {
        display: none
    }

    .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-status svg {
        width: .805625rem;
        height: .62875rem
    }

    .last-update .circle1.collapsed {
        bottom: -55px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper .config-accordion .accordion-title h3 {
        font-size: 1.875rem
    }

    .config-accordion-wrapper .config-accordion .accordion-status {
        width: 3.75rem;
        height: 3.75rem;
        font-size: 1.875rem;
        line-height: 3.75rem;
        border-radius: 2rem
    }

    .config-accordion-wrapper .config-accordion .accordion-arrow {
        text-align: right
    }

    .config-accordion-wrapper .config-accordion .accordion-arrow svg {
        width: 2.125rem;
        height: 1.125rem;
        stroke-width: 1px;
        stroke: none !important
    }

    .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag {
        padding-left: 1.5rem
    }

    .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price {
        font-size: 3.375rem
    }

    .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price-specs {
        font-size: 1rem
    }

    .config-accordion-wrapper .config-accordion--verC {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .config-accordion-wrapper .config-accordion--verC .text-align-R {
        text-align: center
    }

    .config-accordion-wrapper .config-accordion--verC .text-align-L {
        text-align: right
    }

    .config-accordion-wrapper .config-accordion--verC span.label_accordion {
        display: none
    }

    .config-accordion-wrapper .config-accordion--verC span.text-label {
        margin-bottom: 0;
        font-size: 1rem
    }

    .config-accordion-wrapper .config-accordion--verC .label-price--verC {
        font-size: .875rem
    }

    .config-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
        width: 1rem;
        height: 1.99625rem;
        stroke-width: 4px;
        transform: translate(0) rotate(-180deg)
    }

    .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-status svg {
        width: 1.1325rem;
        height: .87875rem;
        stroke: #fff;
        fill: #fff
    }

    .config-accordion-wrapper .text-creation-date {
        text-align: left
    }

    .business .config-accordion-wrapper.current-accordion-wrapper .config-accordion--verC {
        background-color: #2c2e2d
    }

    .business .config-accordion-wrapper.current-accordion-wrapper .config-accordion--verC .label-price--verC,
    .business .config-accordion-wrapper.current-accordion-wrapper .config-accordion--verC .label-price--verC .price--verC,
    .business .config-accordion-wrapper.current-accordion-wrapper .config-accordion--verC span.text-label {
        color: #fff
    }

    .business .config-accordion-wrapper.current-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
        stroke: #fff
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion {
        background-color: #cecece
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status {
        background-color: #fff;
        color: #fff
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status span,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status span,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status span {
        color: #b2b2b1
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status svg,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status svg,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status svg {
        display: none
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-title h3,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-title p,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-title h3,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-title p,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-title h3,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-title p {
        color: #474948
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-arrow svg,
    .business .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-arrow svg,
    .business .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-arrow svg {
        stroke: #474948;
        fill: #474948
    }

    .business .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked.config-accordion-completed .config-accordion .accordion-status svg {
        display: block
    }

    .business .config-accordion-wrapper .config-accordion--verC {
        box-shadow: none
    }

    .business .config-accordion-wrapper .config-accordion--verC span.text-label {
        text-transform: inherit
    }

    .business .config-accordion-wrapper .config-accordion--verC .accordion-arrow svg {
        width: 1rem;
        height: 1.99625rem;
        stroke-width: 4px;
        transform: translate(0) rotate(-180deg)
    }

    .business .config-accordion-wrapper.config-accordion-ticked .config-accordion--verC {
        background-color: #232323
    }

    .business .config-accordion-wrapper.config-accordion-ticked .label-price--verC,
    .business .config-accordion-wrapper.config-accordion-ticked .label-price--verC .price--verC,
    .business .config-accordion-wrapper.config-accordion-ticked span.text-label {
        color: #cecece
    }

    .business .config-accordion-wrapper.config-accordion-ticked .accordion-arrow svg {
        fill: #fff;
        stroke: #fff;
        transform: translate(0) rotate(180deg)
    }
}

@media (max-width:414px) {
    .last-update td {
        font-size: 12px !important
    }
}

@media (max-width:768px) {
    .last-update h3 {
        font-size: 20px
    }

    .last-update h4 {
        font-size: 14px
    }

    .last-update h5 {
        font-size: 15px
    }
}

@media (max-width:992px) {
    .last-update {
        border-bottom: 2px solid #d4d4d4
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .config-accordion-wrapper .config-accordion .accordion-arrow {
        text-align: center
    }
}

.config-accordion-wrapper .config-accordion-content .my-info-container,
.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section,
.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section .inner-section {
    padding: 2rem 0
}

.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section .inner-section .accordion-center-msg p {
    margin-bottom: 2rem
}

.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section .form-section {
    margin-bottom: 1rem
}

.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section .form-section .checkbox:only-child {
    padding-top: 0
}

.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section .config-form-container h3 {
    margin-bottom: 2rem
}

.config-accordion-wrapper .config-accordion-content .my-info-container .inner-section .config-form-container .form .checkbox {
    margin: 0;
    padding: 0
}

.config-accordion-wrapper .config-accordion-content .my-info-container .form .form-section .checkbox:first-child {
    padding-top: 0
}

.config-accordion-wrapper .config-accordion-content .my-info-container .checkoutAsGuest {
    display: none
}

.config-accordion-wrapper .config-accordion-content .my-info-container .checkoutAsGuest .form-container {
    padding: 0
}

@media (min-width:1440px) {
    .business .config-accordion-wrapper .config-accordion--verC {
        padding-bottom: 2.2rem
    }

    .business .config-accordion-wrapper.current-accordion-wrapper.order-acco .config-accordion--verC {
        background-color: #fff
    }

    .business .config-accordion-wrapper.current-accordion-wrapper.order-acco .config-accordion--verC span.text-label {
        color: #232323
    }

    .business .config-accordion-wrapper.current-accordion-wrapper.order-acco.config-accordion-ticked .config-accordion--verC,
    .business .config-accordion-wrapper.order-acco.config-accordion-ticked .config-accordion--verC {
        background-color: #232323
    }
}

[lang=ar] [dir=rtl] .config-accordion-wrapper .config-accordion .accordion-title {
    margin-left: 0;
    margin-right: .9375rem
}

.config-accordion--verC.manage-order .text-order-id span.text-label,
.config-accordion--verC.manage-order span.text-label {
    font-weight: 400;
    margin-bottom: 1.3125rem;
    color: #e00800
}

.config-section-title-wrapper {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
}

.config-section-title-wrapper.title-no-top-padding {
    padding-top: 0
}

.config-section-title-wrapper.bg-sandy {
    background-color: #fff;
    position: relative;
    z-index: -1;
    margin-bottom: 2rem
}

.config-section-title-wrapper.bg-sandy+.config-section-title-wrapper {
    margin-top: -2rem
}

.config-section-title-wrapper.config-section-title-small {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.config-section-title-wrapper>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.config-section-title-wrapper>.row-block {
    display: block;
    -ms-flex-align: stretch;
    align-items: stretch
}

.config-section-title-wrapper .row-heading {
    margin-top: 1.575rem
}

.config-section-title-wrapper h4,
.config-section-title-wrapper h5 {
    margin: 0;
    color: #232323;
    font-size: 1.125rem
}

.config-section-title-wrapper h4+h5 {
    font-size: .75rem;
    margin-top: .375rem;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: .046875rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9
}

.config-section-title-wrapper.config-section-title-wrapper--no-space-bottom {
    padding-bottom: 0;
    margin-bottom: 0
}

.config-section-title-wrapper.config-section-title-wrapper--no-space-bottom h4 {
    margin-bottom: 0
}

.config-section-title-wrapper a.link-and-icon {
    color: #232323;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.config-section-title-wrapper a.link-and-icon .link {
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0;
    font-size: .8125rem;
    letter-spacing: 1.6px
}

.config-section-title-wrapper a.link-and-icon .icon {
    margin: 0 1rem;
    height: 1.4rem;
    width: 1.4rem
}

.config-section-title-wrapper h5 {
    color: #232323
}

.config-section-title-wrapper .star-icon {
    fill: #e00800;
    width: .608125rem;
    height: .606875rem;
    top: -.5rem;
    position: relative;
    display: none
}

.config-section-title-wrapper .alert-badge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.config-section-title-wrapper .alert-badge svg {
    fill: #fb193f;
    width: 2.8125rem;
    height: 2.8125rem;
    display: none
}

.config-section-title-wrapper.required .star-icon {
    display: inline
}

.config-section-title-wrapper.error h3,
.config-section-title-wrapper.error h4,
.config-section-title-wrapper.error h5 {
    color: #fb193f
}

.config-section-title-wrapper.error .star-icon {
    fill: #fb193f
}

.config-section-title-wrapper.error .alert-badge svg {
    display: block
}

.config-section-title-wrapper.filters {
    background-color: #f0f0ea;
    text-align: center
}

.config-section-title-wrapper.filters h4 {
    color: #232323
}

.config-section-title-wrapper.filters .filters-selected {
    padding-top: 1.875rem;
    display: block
}

.config-section-title-wrapper.filters .filters-selected .filter-item {
    background: #e00800;
    padding: .3125rem 1.0625rem;
    border-radius: 2rem;
    font-size: .875rem;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    margin-right: 1rem;
    margin-bottom: .875rem;
    display: inline-block
}

.config-section-title-wrapper.filters .filters-selected .filter-item svg {
    stroke: #fff;
    width: .759375rem;
    height: .759375rem;
    margin-left: .625rem
}

.business .config-section-title-wrapper {
    background-color: #f0f0ea
}

.business .config-section-title-wrapper .numberAccounts {
    color: #e00800
}

.business .config-section-title-wrapper h4,
.business .config-section-title-wrapper h5 {
    color: #232323
}

.business .config-section-title-wrapper.error h3,
.business .config-section-title-wrapper.error h4,
.business .config-section-title-wrapper.error h5 {
    color: #fb193f
}

.business .config-section-title-wrapper.error .star-icon {
    fill: #fb193f
}

.business .config-section-title-wrapper.error .alert-badge svg {
    display: block
}

.business .config-section-title-wrapper.bg-sandy {
    background: #e2e1da
}

.business .config-section-title-wrapper.config-section-title-small h4 {
    color: #232323
}

@media (max-width:424px) {
    .svpnHeading {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .svpnHeading h4 {
        margin-bottom: 20px
    }

    .config-section-title-wrapper h4,
    .config-section-title-wrapper h5 {
        font-size: 1.25rem
    }
}

@media (max-width:767px) {

    .config-section-title-wrapper h4,
    .config-section-title-wrapper h5 {
        font-size: 1.25rem
    }
}

@media (min-width:768px) {
    .config-section-title-wrapper {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem
    }

    .config-section-title-wrapper h4 {
        font-size: 1.25rem
    }

    .config-section-title-wrapper h4+h5 {
        font-size: 1rem;
        letter-spacing: .0625rem
    }

    .config-section-title-wrapper.filters {
        text-align: left
    }

    .config-section-title-wrapper.filters .filters-selected {
        padding-top: .9375rem
    }

    .config-section-title-wrapper.config-section-title-wrapper--no-space-bottom {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .config-section-title-wrapper.config-section-title-wrapper--no-space-bottom h4 {
        margin-bottom: 0
    }
}

@media (min-width:1440px) {
    .config-section-title-wrapper {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .config-section-title-wrapper h4 {
        font-size: 1.5rem
    }

    .config-section-title-wrapper h4+h5 {
        font-size: 1.25rem;
        letter-spacing: .078125rem;
        margin-top: .625rem
    }

    .config-section-title-wrapper.bg-sandy {
        background: #f0f0ea
    }

    .config-section-title-wrapper.filters {
        text-align: left
    }

    .config-section-title-wrapper.filters .filters-selected {
        padding-top: 1.625rem
    }

    .config-section-title-wrapper.config-section-title-wrapper--no-space-bottom {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .config-section-title-wrapper.config-section-title-wrapper--no-space-bottom h4 {
        margin-bottom: 0
    }
}

[lang=ar] [dir=rtl] .config-section-title-wrapper h4+h5 {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .config-section-title-wrapper.filters .filters-selected .filter-item {
    font-family: GE SS Two, Arial, sans-serif;
    margin-right: 1rem;
    margin-left: auto
}

[lang=ar] [dir=rtl] .config-section-title-wrapper.filters .filters-selected .filter-item svg {
    margin-right: .625rem;
    margin-left: auto
}

[lang=ar] [dir=rtl] .config-section-title-wrapper a.link-and-icon {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width:425px) {
    [lang=ar] [dir=rtl] .align_flex-ar {
        display: block
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .align_flex-ar {
        display: -ms-flexbox;
        display: flex
    }

    [lang=ar] [dir=rtl] .config-section-title-wrapper.filters {
        text-align: right
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .align_flex-ar {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .config-section-title-wrapper.filters {
        text-align: right
    }
}

.config-section-title-wrapper .alert-badge .svpnSearch {
    width: 80%
}

.config-section-title-wrapper .alert-badge .svpnSearch svg {
    display: block
}

.config-tile-wrapper.showOverflow {
    overflow: visible;
    position: relative
}

.config-tile-wrapper>.row-relative {
    position: relative;
    overflow-x: hidden
}

.config-tile-wrapper .tilesCarouselRows .confirmNumberButton {
    margin-left: 1.125rem
}

.config-tile-wrapper .clear-md {
    clear: both
}

.config-tile-wrapper .clear-md-in {
    display: block
}

.config-tile-wrapper .swiper-wrapper {
    filter: none;
    transform: none;
    position: relative
}

.config-tile-wrapper .tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: auto
}

.config-tile-wrapper .destroyed>.tiles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto
}

.config-tile-wrapper .destroyed>.swiper-wrapper>.swiper-slide {
    position: static
}

.config-tile-wrapper .tile-wrap {
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 6rem;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    width: 85%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
    transition: margin-bottom .3s ease-in-out;
    position: static
}

.config-tile-wrapper .tile-wrap.tile-credit-card {
    height: 10rem;
    width: 90%
}

.config-tile-wrapper .tile-wrap.tile-credit-card .tile {
    background: #fff
}

.config-tile-wrapper .tile-wrap.tile-credit-card .tile-card-number {
    margin-top: 1.75rem
}

.config-tile-wrapper .tile-wrap.tile-credit-card .tile-specs {
    font-size: 1rem;
    color: #232323;
    text-decoration: underline
}

.config-tile-wrapper .tile-wrap.tile-credit-card .tile-tick {
    right: .8125rem;
    bottom: .625rem
}

.config-tile-wrapper .tile-wrap.disableSelection {
    pointer-events: none
}

.config-tile-wrapper .tile-wrap.tile-button-center {
    height: 10rem;
    width: 90%
}

.config-tile-wrapper .tile-wrap.tile-button-center .tile {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
}

.config-tile-wrapper .tile-wrap.tile-button-center .tile .tile-label {
    font-size: .875rem;
    color: #e00800;
    letter-spacing: .145625rem;
    position: static
}

.config-tile-wrapper .tile-wrap.tile-button-center .tile .tile-label svg {
    width: .8125rem;
    height: .8125rem;
    margin-right: .3125rem
}

.config-tile-wrapper .tile-wrap>.tile {
    border: 1px solid #e00800;
    position: relative;
    width: 100%
}

.config-tile-wrapper .tile-wrap .tile-gray,
.config-tile-wrapper .tile-wrap.tile-no-color .tile {
    border: 1px solid #cecece
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5625rem .78125rem 0;
    border-color: #e00800 transparent transparent;
    position: absolute;
    top: 100%;
    left: .75rem
}

.config-tile-wrapper .tile-wrap .tile-color,
.config-tile-wrapper .tile-wrap .tile-option {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 0;
    transition: height .3s ease-in-out;
    background-color: #e00800;
    border-bottom: 1px solid #e00800;
    border-right: 1px solid #e00800;
    border-left: 1px solid #e00800
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open.tile-with-expantion-open--noarrow>.tile:after {
    border-color: transparent
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile:after {
    border-color: #232323 transparent transparent
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open .tile-color,
.config-tile-wrapper .tile-wrap.tile-with-expantion-open .tile-option {
    background-color: #232323;
    border-bottom-color: #232323;
    border-right-color: #232323;
    border-left-color: #232323
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open .tile-option+.tile-label+.tile-specs+.tile-tick,
.config-tile-wrapper .tile-wrap.tile-with-expantion-open.tile-wrap .tile-option+.tile-label+.tile-specs+.tile-tick {
    border-color: transparent
}

.config-tile-wrapper .tile-wrap .tile-color {
    border-color: #cecece;
    height: .5rem
}

.config-tile-wrapper .tile-wrap .tile-label {
    position: absolute;
    top: .6rem;
    left: .75rem;
    z-index: 2;
    font-size: 1rem;
    padding-right: 16%;
    word-wrap: normal;
    transition: all .3s ease-in-out;
    height: 100%;
    overflow: hidden;
    width: 90%;
    height: 3em;
    text-overflow: ellipsis
}

.config-tile-wrapper .tile-wrap .tile-specs {
    position: absolute;
    bottom: .6rem;
    left: .75rem;
    z-index: 2;
    font-size: .75rem;
    color: #232323;
    transition: all .3s ease-in-out
}

.config-tile-wrapper .tile-wrap .tile-tick {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    z-index: 2;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #cecece;
    background-color: #cecece;
    transition: background-color .3s ease-in-out
}

.config-tile-wrapper .tile-wrap .tile-tick svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.config-tile-wrapper .tile-wrap .tile-option+.tile-label+.tile-specs+.tile-tick,
.config-tile-wrapper .tile-wrap .tile-option+.tile-label+.tile-tick,
.config-tile-wrapper .tile-wrap .tile-option+.tile-tick {
    border-color: #e00800
}

.config-tile-wrapper .tile-wrap>input {
    display: none
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile>.tile-color,
.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile>.tile-option,
.config-tile-wrapper .tile-wrap:hover>.tile>.tile-color,
.config-tile-wrapper .tile-wrap:hover>.tile>.tile-option,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-color,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-option,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-color,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-option {
    border: none;
    height: 102%
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile.bg-dark-Black>.tile-label,
.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile.bg-dark>.tile-label,
.config-tile-wrapper .tile-wrap:hover>.tile.bg-dark-Black>.tile-label,
.config-tile-wrapper .tile-wrap:hover>.tile.bg-dark>.tile-label,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile.bg-dark-Black>.tile-label,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile.bg-dark>.tile-label,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile.bg-dark-Black>.tile-label,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile.bg-dark>.tile-label {
    color: #fff
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label,
.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label+.tile-specs,
.config-tile-wrapper .tile-wrap:hover>.tile>.tile-option+.tile-label,
.config-tile-wrapper .tile-wrap:hover>.tile>.tile-option+.tile-label+.tile-specs,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label+.tile-specs,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label+.tile-specs {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}

.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label.long-tile-specs,
.config-tile-wrapper .tile-wrap:hover>.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.config-tile-wrapper .tile-wrap:hover>.tile>.tile-option+.tile-label.long-tile-specs,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label.long-tile-specs,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label.long-tile-specs {
    max-width: 70%
}

.config-tile-wrapper .tile-wrap input[type=checkbox]:checked+.tile>.tile-tick,
.config-tile-wrapper .tile-wrap input[type=radio]:checked+.tile>.tile-tick {
    border: none;
    background-color: transparent;
    opacity: 1
}

.config-tile-wrapper .tile-wrap.tile-no-color input[type=checkbox]:checked+.tile>.tile-tick svg,
.config-tile-wrapper .tile-wrap.tile-no-color input[type=radio]:checked+.tile>.tile-tick svg {
    fill: #e00800
}

.config-tile-wrapper .tile-wrap.smalltile,
.config-tile-wrapper .tile-wrap.smalltile-favorite {
    height: 4rem
}

.config-tile-wrapper .tile-wrap.smalltile-favorite .tile-option,
.config-tile-wrapper .tile-wrap.smalltile .tile-option {
    background-color: #e00800;
    border-bottom: 1px solid #e00800;
    border-right: 1px solid #e00800;
    border-left: 1px solid #e00800
}

.config-tile-wrapper .expantion-form-space,
.config-tile-wrapper .expantion-form-submit {
    margin-left: 0
}

.config-tile-wrapper .expantion-form-space .btn,
.config-tile-wrapper .expantion-form-submit .btn {
    width: 100%
}

.config-tile-wrapper .tilesCarouselRows {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

.config-tile-wrapper .tilesCarouselRows .smalltile,
.config-tile-wrapper .tilesCarouselRows .smalltile-favorite {
    height: 3rem;
    width: auto
}

.config-tile-wrapper .tilesCarouselRows .smalltile-favorite .tile .tile-label,
.config-tile-wrapper .tilesCarouselRows .smalltile .tile .tile-label {
    padding: 0
}

.config-tile-wrapper .tilesCarouselRows .tile {
    border: 0 none;
    width: 15.625rem;
    background: #fff;
    text-align: center
}

.config-tile-wrapper .tilesCarouselRows .tile .tile-option {
    border: 0
}

.config-tile-wrapper .tilesCarouselRows .tile .tile-label {
    font-size: 1.125rem;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    left: 50%;
    width: 100%;
    margin-left: -50%
}

.config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next,
.config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev,
.config-tile-wrapper .tilesCarouselRows .tiles-swiper-scrollbar {
    display: none
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap {
    width: 15.625rem;
    height: 9.0625rem;
    border: 0
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile {
    border: 0
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label {
    text-align: left;
    padding-left: 1rem;
    font-size: .8rem;
    color: #96999b;
    width: 75%;
    font-family: suiss, Arial, sans-serif
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label strong {
    color: #232323;
    display: inline-block;
    margin-top: .4375rem;
    font-weight: 400
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label strong:first-child {
    margin-top: 0
}

.config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label span {
    color: #e00800
}

.config-tile-title-wrapper {
    position: fixed;
    background-color: #232323;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1002;
    height: 4rem;
    display: none
}

.config-tile-title-wrapper>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

.config-tile-title-wrapper>.row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.config-tile-title-wrapper>.row>div.close-section {
    -ms-flex-pack: center;
    justify-content: center
}

.config-tile-title-wrapper svg {
    width: .75rem;
    height: .75rem;
    stroke: #fff;
    stroke-width: 2px
}

.tiles-with-expantion-open .config-tile-title-wrapper {
    display: block
}

.config-tile-wrapper input:checked+.tile.reverse .tile-label,
.config-tile-wrapper input:checked+.tile.reverse .tile-specs,
.tile-gray.reverse:hover .tile-label {
    color: #fff
}

@media (min-width:425px) {
    .config-tile-wrapper .tilesCarousel .confirmNumberButton {
        margin-left: .625rem
    }

    .config-tile-wrapper .tile-wrap {
        width: 50%
    }
}

@media (max-width:991px) {

    .business .page-nav-wrap.affix,
    .main-menu.main-menu__fixed,
    .main-menu.main-menu__fixed .navbar,
    .sticky-config-footer,
    .sub_menu_mobile,
    .sub_menu_mobile .navbar {
        width: 100vw
    }

    .config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .tile-wrap .config-expantion-wrapper>.container-fluid {
        min-height: 100%;
        margin-bottom: 0
    }

    .config-tile-wrapper {
        width: 100vw;
        overflow-x: hidden
    }

    .config-tile-wrapper.swiper-with-0-slides {
        overflow: visible;
        padding-top: 2rem
    }

    .config-tile-wrapper .tilesCarousel .confirmNumberButton {
        margin-left: 1rem
    }

    .config-tile-wrapper .tile-wrap {
        transform: none !important
    }

    .config-tile-wrapper .tiles.tiles-with-expantion-open {
        transform: none !important;
        margin-bottom: 0 !important;
        z-index: 1001
    }

    .config-tile-wrapper .tiles.tiles-with-expantion-open.swiper-wrapper {
        position: static
    }

    .config-tile-wrapper .tile-with-expantion-open .config-expantion-wrapper {
        position: fixed;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: auto !important;
        margin: 0;
        padding-top: 4rem;
        padding-bottom: 0;
        overflow-y: auto;
        z-index: 1001;
        background-color: #fff
    }

    .config-tile-wrapper .tile-wrap .tile-label.link-tile {
        top: 2.3rem;
        left: 2.5rem
    }
}

@media (min-width:768px) {
    .config-tile-wrapper .tile-wrap {
        width: 36%;
        height: 6.25rem
    }

    .config-tile-wrapper .tile-wrap.tile-button-center,
    .config-tile-wrapper .tile-wrap.tile-credit-card {
        width: 34%;
        height: 7.843125rem;
        padding: 0 .625rem
    }

    .config-tile-wrapper .tile-wrap.tile-button-center .tile .tile-label {
        font-size: .75rem
    }

    .config-tile-wrapper .tile-wrap.tile-button-center .tile .tile-label svg {
        width: .5625rem;
        height: .5625rem
    }

    .config-tile-wrapper .tile-wrap .tile-label {
        font-size: 1rem;
        top: .4rem;
        left: .71875rem
    }

    .config-tile-wrapper .tile-wrap .tile-label.link-tile {
        top: 2.1rem;
        left: 1.2rem
    }

    .config-tile-wrapper .tile-wrap .tile-specs {
        bottom: .6rem;
        left: .71875rem
    }

    .config-tile-wrapper .tile-wrap .tile-tick {
        right: .71875rem;
        bottom: .71875rem;
        width: 2.125rem;
        height: 2.125rem
    }

    .config-tile-wrapper .tilesCarouselRows {
        overflow: hidden
    }

    .config-tile-wrapper .tilesCarouselRows .tile {
        width: 12rem
    }

    .config-tile-wrapper .tilesCarouselRows .tile .tile-label {
        top: .625rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev {
        display: block;
        position: absolute;
        top: 50%;
        text-align: center;
        margin-top: -1.125rem;
        transform: translateY(-50%);
        z-index: 1;
        width: 4rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next:hover,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev:hover {
        cursor: pointer
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next svg,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev svg {
        stroke: #626262;
        width: 1rem;
        height: 1.875rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next.swiper-button-disabled,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev.swiper-button-disabled {
        display: none !important
    }

    .config-tile-wrapper .tilesCarouselRows.tilesCarouselRowsByTwo .tiles-swiper-button-next,
    .config-tile-wrapper .tilesCarouselRows.tilesCarouselRowsByTwo .tiles-swiper-button-prev {
        top: 38.7%
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next {
        right: 0
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev {
        left: 0
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-scrollbar {
        display: block;
        width: 100%;
        height: .25rem;
        margin-top: .5rem;
        position: static;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter: alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
        opacity: 1 !important;
        border-radius: 0
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-scrollbar .swiper-scrollbar-drag {
        border-radius: 0
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap {
        height: 7.25rem;
        width: 14rem;
        padding: 0 .5625rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile {
        width: 100%;
        border: 0
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label {
        font-size: 1rem;
        top: 0
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label strong {
        font-size: 1rem;
        margin-top: 0
    }

    .config-tile-wrapper form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .config-tile-wrapper form.static-form {
        display: block
    }
}

@media (min-width:992px) {
    .config-accordion-wrapper .expantion-form-submit .btn {
        width: 100%;
        margin-bottom: 2.5rem;
        height: 4.25rem
    }

    .config-tile-wrapper {
        overflow: hidden
    }

    .config-tile-wrapper .tilesCarousel .confirmNumberButton {
        margin-left: .625rem
    }

    .config-tile-wrapper.swiper-with-0-slides {
        overflow: visible;
        padding-top: 1rem
    }

    .config-tile-wrapper .tiles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .config-tile-wrapper .tile-wrap {
        width: 25%;
        height: 6.25rem
    }

    .config-tile-wrapper .tile-wrap.tile-button-center,
    .config-tile-wrapper .tile-wrap.tile-credit-card {
        width: 25%;
        height: 8.0625rem
    }

    .config-tile-wrapper .swiper-wrapper {
        filter: none;
        transform: none;
        position: inherit
    }

    .config-tile-wrapper .tilesCarouselRows {
        overflow: hidden
    }

    .config-tile-wrapper .tilesCarouselRows .smalltile,
    .config-tile-wrapper .tilesCarouselRows .smalltile-favorite {
        padding: 0 .625rem
    }

    .config-tile-wrapper .tilesCarouselRows .tile {
        width: 12.3125rem
    }

    .config-tile-wrapper .tilesCarouselRows .tile .tile-label {
        font-size: 1.25rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev {
        width: 5.3125rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next svg,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev svg {
        width: 1.25rem;
        height: 2.375rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap {
        height: 7.25rem;
        width: 18.5625rem !important;
        padding: 0 1.28125rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile {
        width: 100%;
        border: 0
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label {
        font-size: 1.1rem;
        top: 0;
        line-height: 1.5625rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label strong {
        font-size: 1rem;
        margin-top: 0
    }

    .config-tile-wrapper .expantion-form-space,
    .config-tile-wrapper .expantion-form-submit {
        margin-left: 2rem;
        width: auto
    }

    .config-tile-title-wrapper,
    .tiles-with-expantion-open .config-tile-title-wrapper {
        display: none
    }
}

@media (max-width:1440px) {

    .config-tile-wrapper .clear-md .expantion-form-space,
    .config-tile-wrapper .clear-md .expantion-form-submit {
        margin-left: 0
    }
}

@media (min-width:1440px) {
    .config-tile-wrapper .tilesCarousel .confirmNumberButton {
        margin-left: 1.125rem
    }

    .config-tile-wrapper .clear-md-in {
        display: -ms-flexbox;
        display: flex
    }

    .config-tile-wrapper .clear-md {
        clear: none
    }

    .config-tile-wrapper .tile-wrap {
        width: 25%;
        height: 7rem
    }

    .config-tile-wrapper .tile-wrap.tile-button-center,
    .config-tile-wrapper .tile-wrap.tile-credit-card {
        height: 11rem
    }

    .config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile:after {
        border-width: .75rem 1rem 0
    }

    .config-tile-wrapper .tile-wrap .tile-label {
        font-size: 1.25rem;
        top: .6rem;
        left: 1rem
    }

    .config-tile-wrapper .tile-wrap .tile-label.link-tile {
        top: 2.3rem;
        left: 2rem
    }

    .config-tile-wrapper .tile-wrap .tile-label img {
        height: 65px;
        max-width: 100px;
        overflow: hidden
    }

    .config-tile-wrapper .tile-wrap .tile-specs {
        font-size: 1rem;
        bottom: .65rem;
        left: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 89%
    }

    .config-tile-wrapper .tile-wrap .tile-tick {
        right: 1rem;
        bottom: 1rem;
        width: 3rem;
        height: 3rem
    }

    .config-tile-wrapper .tilesCarouselRows {
        overflow: hidden
    }

    .config-tile-wrapper .tilesCarouselRows .smalltile,
    .config-tile-wrapper .tilesCarouselRows .smalltile-favorite {
        padding: 0 1.125rem;
        height: 4rem
    }

    .config-tile-wrapper .tilesCarouselRows .tile {
        width: 19.0625rem !important
    }

    .config-tile-wrapper .tilesCarouselRows .tile .tile-label {
        font-size: 1.5rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev {
        width: 7.5rem
    }

    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-next svg,
    .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev svg {
        width: 1.73875rem;
        height: 3.353125rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap {
        height: 9.875rem;
        width: 19.2625rem !important;
        padding: 0 1.125rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile {
        width: 100%;
        border: 0
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label {
        font-size: 1.18rem;
        top: 1rem
    }

    .config-tile-wrapper .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label strong {
        font-size: 1.25rem;
        margin-top: .9375rem
    }

    .config-accordion-wrapper .expantion-form-submit .btn {
        height: 5.25rem
    }
}

.business .config-tile-wrapper {
    background: #f0f0ea
}

.business .config-tile-wrapper .tile-wrap>.tile {
    border: 1px solid #e00800
}

.business .config-tile-wrapper .tile-wrap.smalltile>.tile {
    background-color: #fff
}

.business .config-tile-wrapper .tile-wrap .tile-gray {
    border: 1px solid #cecece
}

.business .config-tile-wrapper .tile-wrap.tile-with-expantion-open>.tile:after {
    border-color: #232323 transparent transparent
}

.business .config-tile-wrapper .tile-wrap.tile-with-expantion-open.tile-with-expantion-open--noarrow>.tile:after {
    border-color: transparent
}

.business .config-tile-wrapper .tile-wrap.tile-with-expantion-open .tile-color,
.business .config-tile-wrapper .tile-wrap.tile-with-expantion-open .tile-option {
    background-color: #232323;
    border-bottom-color: #232323;
    border-right-color: #232323;
    border-left-color: #232323
}

.business .config-tile-wrapper .tile-wrap .tile-color,
.business .config-tile-wrapper .tile-wrap .tile-option {
    background-color: #e00800;
    border-bottom: 1px solid #e00800;
    border-right: 1px solid #e00800;
    border-left: 1px solid #e00800
}

.business .config-tile-wrapper .tile-wrap .tile-color {
    border-color: #cecece
}

.business .config-tile-wrapper .tile-wrap .tile-option+.tile-label+.tile-specs+.tile-tick,
.business .config-tile-wrapper .tile-wrap .tile-option+.tile-label+.tile-tick,
.business .config-tile-wrapper .tile-wrap .tile-option+.tile-tick {
    border-color: #e00800
}

.business .config-tile-wrapper .tile-wrap .tile-tick svg {
    fill: #f0f0ea
}

.business .config-tile-wrapper .tile-wrap.smalltile-favorite .tile-option,
.business .config-tile-wrapper .tile-wrap.smalltile .tile-option {
    background-color: #e00800;
    border-bottom: 1px solid #e00800;
    border-right: 1px solid #e00800;
    border-left: 1px solid #e00800
}

.business .config-accordion-wrapper .expantion-form-submit .btn {
    width: 100%;
    margin-bottom: 2.5rem;
    height: 5.125rem
}

.business .config-accordion-wrapper .bg-business {
    background: #f0f0ea
}

.business .config-accordion-wrapper .bg-business .product-grid-single .card__back,
.business .config-accordion-wrapper .bg-business .product-grid-single .card__front {
    background: transparent
}

.business .config-accordion-wrapper .bg-business-dark {
    background-color: #e2e1da
}

.business .config-accordion-wrapper .form.static-form .col-static .form-section {
    margin-bottom: 0
}

.business .config-accordion-wrapper .form.static-form .col-static .form .floating-label-input,
.business .config-accordion-wrapper .form.static-form .col-static .form .floating-label-select {
    margin: 0 0 2rem
}

@media (min-width:414px) and (max-width:1439px) {
    .business .config-accordion-wrapper .expantion-form-submit .btn {
        width: 100%;
        margin-bottom: 2.5rem;
        height: 4.3rem
    }
}

@media (min-width:1440px) {
    .business .config-accordion-wrapper .expantion-form-submit .btn {
        width: 100%;
        margin-bottom: 2.5rem;
        height: 5.125rem
    }
}

[lang=ar] [dir=rtl] .config-tile-wrapper .tile-wrap .tile-tick {
    left: .8125rem;
    right: auto
}

[lang=ar] [dir=rtl] .config-tile-wrapper.tile-button-center .tile .tile-label svg {
    margin-left: .3125rem;
    margin-right: auto
}

[lang=ar] [dir=rtl] .config-tile-wrapper.tile-with-expantion-open>.tile:after {
    right: .75rem;
    left: auto
}

[lang=ar] [dir=rtl] .config-tile-wrapper .tile-label {
    position: absolute;
    top: .6rem
}

[lang=ar] [dir=rtl] .config-tile-wrapper .tile-label,
[lang=ar] [dir=rtl] .config-tile-wrapper .tile-specs {
    right: .75rem;
    left: auto;
    transition: all .3s ease-in-out
}

[lang=ar] [dir=rtl] .config-tile-wrapper .tile-tick {
    left: .75rem;
    right: auto
}

[lang=ar] [dir=rtl] .expantion-form-space,
[lang=ar] [dir=rtl] .expantion-form-submit {
    margin-left: auto;
    margin-right: 0
}

[lang=ar] [dir=rtl] .tilesCarouselRows .tile .tile-label {
    right: 50%;
    left: auto;
    margin-right: -50%;
    margin-left: auto
}

[lang=ar] [dir=rtl] .tilesCarouselRows-no-wrap-mobile .tile-wrap .tile-label {
    text-align: right;
    padding-right: 1.4375rem;
    padding-left: auto;
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .ar-flex {
    display: -ms-flexbox;
    display: flex
}

[lang=ar] .config-tile-title-wrapper {
    font-family: GE SS Two, Arial, sans-serif;
    right: 0;
    left: auto
}

@media (min-width:768px) {
    [lang=ar] .config-tile-wrapper .tile-wrap .tile-label {
        top: .4rem;
        right: .71875rem;
        left: auto
    }

    [lang=ar] .config-tile-wrapper .tile-wrap .tile-specs {
        right: .71875rem;
        left: auto
    }

    [lang=ar] .config-tile-wrapper .tile-wrap .tile-tick {
        left: .71875rem;
        right: auto
    }

    [lang=ar] .config-tile-wrapper .tilesCarouselRows .tiles-swiper-button-prev {
        left: 0
    }
}

@media (min-width:992px) {

    [lang=ar] .config-tile-wrapper .expantion-form-space,
    [lang=ar] .config-tile-wrapper .expantion-form-submit {
        margin-left: auto;
        margin-right: 1rem
    }
}

@media (max-width:767px) {
    [lang=ar] .config-tile-wrapper .tile-wrap .tile-label {
        padding-right: 0;
        padding-left: 16%;
        font-size: 1rem
    }
}

@media (min-width:1440px) {

    [lang=ar] .config-tile-wrapper .tile-wrap .tile-label,
    [lang=ar] .config-tile-wrapper .tile-wrap .tile-specs {
        right: 1rem;
        left: auto
    }

    [lang=ar] .config-tile-wrapper .tile-wrap .tile-tick {
        left: 1rem;
        right: auto
    }

    [lang=ar] .config-accordion-wrapper .form-section .floating-label-prefix {
        margin-right: 0;
        margin-left: 1.25rem
    }
}

@media (min-width:1440px) and (min-width:768px) {
    [lang=ar] .config-accordion-wrapper .align_flex-ar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    [lang=ar] .config-accordion-wrapper .align_flex-ar .form-section .floating-label-prefix {
        margin-right: 0;
        margin-left: 1.25rem
    }

    [lang=ar] .config-accordion-wrapper .expantion-form-submit .btn {
        margin-bottom: 0
    }
}

[lang=ar] .ltr {
    direction: ltr;
    font-family: suiss, Arial, sans-serif;
    text-align: left
}

.extend_width {
    min-width: 100% !important
}

.config-tile-wrapper.configure-head-office .tile-wrap:hover>.tile .tile-label.tile-bandwidth,
.config-tile-wrapper.configure-head-office .tile-wrap:hover>.tile .tile-label.tile-business,
.config-tile-wrapper.configure-head-office .tile-wrap:hover>.tile .tile-label.tile-place,
.config-tile-wrapper.configure-head-office .tile-wrap input[type=checkbox]:checked+.tile .tile-label.tile-bandwidth,
.config-tile-wrapper.configure-head-office .tile-wrap input[type=checkbox]:checked+.tile .tile-label.tile-business,
.config-tile-wrapper.configure-head-office .tile-wrap input[type=checkbox]:checked+.tile .tile-label.tile-place {
    color: #fff
}

.config-tile-wrapper.configure-head-office .tile-wrap.smalltile,
.config-tile-wrapper.configure-head-office .tile-wrap.smalltile-favorite {
    height: 9.5rem
}

.config-tile-wrapper.configure-head-office .tilesCarouselRows .tile {
    text-align: left;
    border: 0;
    width: 14rem
}

.config-tile-wrapper.configure-head-office .tilesCarouselRows .tile .tile-label {
    left: 0;
    margin-left: 0;
    padding: 0 15px
}

.config-tile-wrapper.configure-head-office .tilesCarouselRows .tile .tile-place {
    top: 2.05rem;
    font-size: 1.4rem;
    color: #909192
}

.config-tile-wrapper.configure-head-office .tilesCarouselRows .tile .tile-business {
    top: 5rem
}

.config-tile-wrapper.configure-head-office .tilesCarouselRows .tile .tile-bandwidth {
    top: 6.5rem;
    font-size: 1.4rem;
    color: #909192
}

.config-expantion-wrapper {
    position: relative;
    width: 100%
}

.chosse-tunnel-bandwith-plan {
    display: none
}

.chosse-tunnel-bandwith-plan .config-expantion-wrapper {
    width: auto;
    position: relative;
    height: 100%
}

.chosse-tunnel-bandwith-plan .tiles .tile {
    background: #fff;
    border: 0
}

.config-tile-wrapper .tile-wrap:hover>.tile>.tile-option+.tile-label+.tile-specs {
    color: #909192
}

.config-tile-wrapper .tile-wrap:hover input:disabled+.tile>.tile-option {
    height: 0%
}

.business .config-tile-wrapper .tile-wrap input:disabled+.tile {
    background: #cecece;
    border-color: #cecece
}

.business .config-tile-wrapper .tile-wrap input:disabled+.tile .tile-label {
    color: #909192
}

#notifyForm~.form-submitted {
    margin: 0
}

#notifyForm .config-expantion-wrapper .container-fluid {
    margin-bottom: 0
}

.config-expantion-wrapper {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    color: #232323;
    height: 0;
    display: block;
    margin-top: 2rem;
    transition: height .3s ease-in-out;
    overflow: hidden
}

.config-expantion-wrapper.config-expantion-wrapper-visible {
    position: static;
    height: auto;
    margin-top: 0
}

.config-expantion-wrapper>.container-fluid {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem
}

.config-expantion-wrapper>.config-expantion-wrapper,
.config-expantion-wrapper>.container-fluid>.config-expantion-wrapper {
    position: static;
    margin-bottom: 0
}

.config-expantion-wrapper.config-expantion-sand>.container-fluid {
    background-color: #e2e1da;
    padding-bottom: 2rem
}

.config-expantion-wrapper.config-expantion-sand>.container-fluid.single-multiple-line {
    margin-bottom: 0;
    background-color: #f0f0ea
}

.config-expantion-wrapper.config-expantion-sand>.container-fluid.config-section-title-wrapper--no-space-bottom {
    padding-bottom: 0;
    margin-bottom: 0
}

.config-expantion-wrapper.config-expantion-sand>.container-fluid.config-section-title-wrapper--no-space-bottom.single-multiple-line-padding {
    padding-top: 0
}

.config-expantion-wrapper.config-expantion-sand>.container-fluid.config-section-title-wrapper--no-space-bottom h4 {
    margin-bottom: 0
}

.config-expantion-wrapper.form-block form {
    display: block
}

.config-expantion-wrapper .space-top {
    padding-top: 3rem
}

.config-expantion-wrapper.config-expantion-text-and-form .container-fluid .form-section .tooltipped .tooltip .tooltip-inner {
    padding: 1rem;
    background-color: #e00800;
    max-width: 69vw;
    width: 360px;
    color: #fff;
    text-align: left
}

.config-expantion-wrapper.config-expantion-text-and-form .container-fluid .form-section span.outside-icon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.7rem;
    right: 4%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    cursor: auto
}

.config-expantion-wrapper.config-expantion-text-and-form .container-fluid .form-section span svg {
    height: 24px;
    width: 24px;
    fill: #e00800
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters {
    display: block
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .model_phone h5 {
    color: #232323;
    margin: 0
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .model_phone p {
    font-size: .75rem;
    margin-top: .125rem;
    margin-bottom: 0;
    width: 100%
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .total_etipoints {
    text-align: right
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .total_etipoints h5 {
    margin: 0;
    color: #e00800
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .total_etipoints p {
    color: #232323;
    font-size: 1rem;
    font-family: suiss, Arial, sans-serif;
    margin-top: -.125rem;
    margin-bottom: 0;
    width: 100%
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .slider {
    margin-top: 2.3333333333rem;
    margin-bottom: 3.125rem
}

.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .slider#ex1Slider .tooltip,
.config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row.filters .slider#ex2Slider .tooltip {
    margin-top: -24px
}

.config-expantion-wrapper.config-expantion-text-and-form h4 {
    margin: 2rem 0;
    font-size: 1rem
}

.config-expantion-wrapper.config-expantion-text-and-form h5 {
    margin: 2rem 0
}

.config-expantion-wrapper.config-expantion-text-and-form p {
    font-size: .875rem;
    color: #232323;
    margin-bottom: 2.3125rem
}

.config-expantion-wrapper.config-expantion-text-and-form p a.underline {
    color: #232323
}

.config-expantion-wrapper.config-expantion-text-and-form a.underlinedButton {
    color: #232323;
    text-decoration: underline;
    display: inline-block;
    padding-top: .5rem;
    font-size: .875rem
}

.config-expantion-wrapper.config-expantion-text-and-form a.underlinedButton:hover {
    text-decoration: none
}

.config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column
}

.config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price .detail-info-wrap {
    width: auto;
    margin-bottom: 2.3125rem;
    margin-top: -2.25rem
}

.config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price .btn {
    margin-left: 1rem;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.config-expantion-wrapper.config-expantion-text-and-form .form-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.config-expantion-wrapper.config-expantion-text-and-form .form-section .disp-block {
    display: block
}

.config-expantion-wrapper.config-expantion-text-and-form .form-section .btn {
    width: 100%
}

.config-expantion-wrapper.config-expantion-text-and-form .form-section .btn.mLtRt {
    margin: 0 1rem
}

.config-expantion-wrapper.config-expantion-text-and-form .form-section .btn-refresh {
    width: 4.875rem;
    height: 4.282rem;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.config-expantion-wrapper.config-expantion-text-and-form .form-section .floating-label-input-no-margin {
    margin-bottom: 0
}

.config-expantion-wrapper.config-expantion-text-and-form .detail-price-new .main-part {
    color: #232323
}

.config-expantion-wrapper.config-expantion-text-and-form .spinbox {
    margin: 1.75rem 0 0
}

.config-expantion-wrapper .col-auto {
    width: auto
}

.chooseNumbertab {
    position: relative;
    left: auto;
    top: auto;
    height: auto
}

.chooseNumbertab a.underline {
    color: #232323
}

.chooseNumbertab.mZero,
.chooseNumbertab .mZero {
    margin: 0
}

.config-expantion-wrapper.config-expantion-text-and-form .form.multi-row-form {
    margin-bottom: 0;
    margin-top: 3rem
}

.config-expantion-wrapper.config-expantion-text-and-form .form.multi-row-form .form-submit {
    text-align: left;
    margin-top: 3rem;
    height: auto
}

.config-expantion-wrapper.config-expantion-text-and-form .form.multi-row-form .form-submit button {
    margin: 0
}

.config-expantion-wrapper.config-expantion-text-and-form .form.multi-row-form .checkbox {
    padding: 0;
    margin: 0
}

[dir=rtl] .col-xs-3.col-md-3.col-auto,
[dir=rtl] .col-xs-9.col-md-6,
[dir=rtl] .commonClass .form .form-section .col-xs-12 .col-sm-7.col-md-3,
[dir=rtl] .commonClass .form .form-section .col-xs-12 .col-xs-9.col-sm-5.col-md-5,
[dir=rtl] .commonClass .form .form-section .col-xs-12>.col-xs-1.col-auto,
[dir=rtl] .luckyNumberTab {
    float: right
}

[dir=rtl] .commonClass .form .form-section .col-xs-12>.expantion-form-submit .btn {
    width: 100%
}

@media (max-width:768px) {

    .config-tile-wrapper .form-section .floating-label-input-no-margin,
    .config-tile-wrapper .form-section .row-my-number .btn {
        height: 4.282rem
    }

    .config-expantion-wrapper .form-section .refresh-icon {
        stroke: #fff;
        width: 2.875rem
    }
}

@media (min-width:768px) {
    .config-tile-wrapper .form-section .floating-label-input-no-margin {
        margin-left: 1.5rem;
        height: 4.282rem
    }

    .config-tile-wrapper .form-section .row-my-number .btn {
        height: 4.282rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form h4 {
        margin: 2rem 0;
        font-size: 1.25rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form p {
        font-size: 1rem;
        line-height: 1.375rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .underlinedButton {
        font-size: 1rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: -3.125rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price .detail-info-wrap {
        margin-top: 0;
        margin-bottom: 0
    }

    .config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price .btn {
        width: auto
    }

    .config-expantion-wrapper.config-expantion-text-and-form .spinbox {
        margin: 0
    }

    .config-expantion-wrapper.config-expantion-text-and-form .filters .floating-label-input-no-margin {
        margin-left: 0
    }

    .config-expantion-wrapper.config-expantion-text-and-form .form.multi-row-form {
        margin-bottom: 0
    }

    .config-expantion-wrapper.config-expantion-text-and-form .form.multi-row-form .form-section .floating-label-input {
        margin-bottom: 3rem
    }

    .config-expantion-wrapper .form-section .btn {
        width: auto
    }

    .config-expantion-wrapper .form-section .floating-label-input-no-margin {
        margin-bottom: 0;
        margin-left: 1.5rem
    }

    .config-expantion-wrapper .form-section .btn {
        height: 4.282rem
    }

    .config-expantion-wrapper .form-section .refresh-icon {
        stroke: #fff;
        width: 2.875rem
    }

    .config-expantion-wrapper>.container-fluid {
        margin-bottom: 3rem
    }

    .config-expantion-wrapper>.container-fluid .mZero {
        margin: 0
    }

    .business-register-form .multi-row-form {
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters p {
        width: 58%;
        margin-bottom: 2rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters .total_etipoints {
        float: right
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters #ex1Slider,
    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters #ex2Slider {
        margin-top: 1.3125rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .floating-label-select {
        min-width: 19rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form form {
        display: block
    }

    .config-expantion-wrapper.config-expantion-text-and-form p {
        margin-bottom: 1rem
    }

    .chooseNumbertab.smallMargin {
        margin: .5rem 0
    }
}

@media (min-width:1440px) {
    .config-tile-wrapper .form-section .floating-label-input-no-margin {
        margin-left: 1.625rem;
        height: 5.1rem
    }

    .config-tile-wrapper .form-section .row-my-number .btn {
        height: 5.1rem
    }

    .config-expantion-wrapper {
        width: 100%
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters {
        padding-top: 2rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters p {
        width: 50%;
        margin-bottom: 3.3125rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .row.filters .total_etipoints {
        text-align: left;
        padding-left: .9375rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form h4 {
        margin: 2rem 0 1.6875rem;
        font-size: 1.5rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form p {
        margin-bottom: 1rem
    }

    .config-expantion-wrapper.config-expantion-text-and-form .form-section .btn,
    .config-expantion-wrapper.config-expantion-text-and-form .form-section .btn-refresh {
        height: 5.1rem
    }

    .config-expantion-wrapper .form-section .floating-label-input-no-margin {
        margin-left: 1.625rem
    }

    .config-expantion-wrapper>.container-fluid {
        margin-bottom: 2rem
    }
}

@media (max-width:1440px) {
    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .form-section span.outside-icon {
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 1.45825rem;
        right: 4%;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        z-index: 2;
        cursor: auto
    }

    .config-expantion-wrapper.config-expantion-text-and-form .container-fluid .form-section span svg {
        height: 1.25rem;
        width: 1.25rem
    }
}

@media (min-width:1600px) {
    .config-expantion-wrapper .container-fluid {
        float: left;
        width: 100%
    }
}

@media (max-width:767px) {
    .config-expantion-wrapper .form-section .btn {
        height: 4.264rem
    }
}

[lang=ar] [dir=rtl] .config-expantion-wrapper.config-expantion-text-and-form .buttons-and-price .btn {
    margin-right: 1rem;
    margin-left: auto
}

[lang=ar] [dir=rtl] .config-expantion-wrapper.config-expantion-text-and-form .form-section .btn-refresh {
    width: 4.875rem
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .config-expantion-wrapper .form-section .btn {
        width: auto
    }

    [lang=ar] [dir=rtl] .config-expantion-wrapper .form-section .floating-label-input-no-margin {
        margin-bottom: 0;
        margin-right: 1.5rem;
        margin-left: 0
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .config-expantion-wrapper .form-section .floating-label-input-no-margin {
        margin-right: 1.625rem
    }
}

.form .has-error-fields .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fb193f
}

@media (max-width:768px) {
    .config-expantion-wrapper.config-expantion-text-and-form .form-section .row {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.msg-to-book-number.number-booked {
    padding: 1rem 0 !important
}

.commonClass .btn.btn-refresh {
    width: auto !important
}

.commonClass .row h4 {
    margin-bottom: 1rem
}

.commonClass .row h5 {
    margin: .5rem 0 !important
}

@media (max-width:430px) {
    .config-expantion-wrapper.config-expantion-text-and-form>.container-fluid>.row {
        display: block
    }
}

.search-your-number .form-section .form-group.floating-label-input {
    margin-bottom: 0
}

.sticky-config-footer-spacer {
    width: 100%;
    background-color: #fff;
    padding-top: 2.75rem
}

.sticky-config-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4
}

.sticky-config-footer-wrapper>.container-fluid {
    padding-top: 1rem;
    overflow: hidden
}

.sticky-config-footer-wrapper .sticky-config-footer {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
    background-color: #242424;
    padding: .9375rem 0 2.375rem
}

.sticky-config-footer-wrapper .sticky-config-footer .selected-option-list {
    display: none
}

.sticky-config-footer-wrapper .sticky-config-footer .prices .detail-info-wrap-pricetag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sticky-config-footer-wrapper .prices {
    float: left
}

.sticky-config-footer-wrapper .prices .detail-info-wrap {
    width: auto;
    margin-bottom: 1.75rem
}

.sticky-config-footer-wrapper .prices .detail-info-wrap .detail-price-new {
    color: #fff
}

.sticky-config-footer-wrapper .prices .detail-info-wrap+.detail-info-wrap:before {
    color: #fff;
    content: " + ";
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0
}

.sticky-config-footer-wrapper .prices .detail-info-wrap+.detail-info-wrap.mtop0-sm:before {
    padding-top: 0 !important
}

.sticky-config-footer-wrapper .prices .detail-info-wrap+.no-plus:before {
    display: none
}

.sticky-config-footer-wrapper .prices .detail-info-options>div {
    color: #242424
}

.sticky-config-footer-wrapper .buttons-left {
    float: left;
    margin-bottom: 2rem;
    width: 100%
}

.sticky-config-footer-wrapper .buttons-left.form {
    margin-bottom: 0;
    padding: 0 0 2.375rem
}

.sticky-config-footer-wrapper .buttons-left.form label {
    color: #fff;
    padding-left: 1.875rem;
    font-size: .75rem
}

.sticky-config-footer-wrapper .buttons-left.form label a {
    text-decoration: underline;
    color: #fff
}

.sticky-config-footer-wrapper .buttons-left.form label:before {
    width: 1.25rem;
    height: 1.25rem
}

.sticky-config-footer-wrapper .buttons-left.confirm-to-continue input[type=checkbox]:not(:checked)+label {
    color: #fb193f
}

.sticky-config-footer-wrapper .buttons-left.confirm-to-continue input[type=checkbox]:not(:checked)+label a {
    text-decoration: underline;
    color: #fb193f
}

.sticky-config-footer-wrapper .buttons-left.confirm-to-continue input[type=checkbox]:not(:checked)+label:before {
    border-color: #fb193f
}

.sticky-config-footer-wrapper .buttons-right {
    float: right;
    width: 100%
}

.sticky-config-footer-wrapper .btn {
    width: 100%
}

.sticky-config-footer-wrapper .btn.btn-text-only {
    color: #242424
}

.sticky-config-footer-wrapper .btn.pack-next-step {
    color: #fff;
    border-color: #fff;
    background: transparent
}

.sticky-config-footer-wrapper .btn.expand-all {
    margin-top: 2rem
}

.sticky-config-footer-wrapper .selected-option-list {
    font-size: 1.25rem;
    color: #242424
}

.sticky-config-footer-wrapper .selected-option-list span+span:before {
    content: " + "
}

.business .sticky-config-footer-wrapper .sticky-config-footer {
    background-color: #fff;
    color: #fff
}

.business .sticky-config-footer-wrapper .buttons-left.form label {
    color: #232323
}

.business .sticky-config-footer-wrapper .buttons-left.form label a {
    text-decoration: underline;
    color: #232323
}

.business .sticky-config-footer-wrapper .buttons-left.form label:before {
    border-color: #232323
}

.business .sticky-config-footer-wrapper .form .checkbox.sticky-footer-checkbox {
    margin-right: 20px;
    padding-top: 0
}

.business .sticky-config-footer-wrapper .form .checkbox.sticky-footer-checkbox label {
    color: #232323
}

.business .sticky-config-footer-wrapper .buttons-left.confirm-to-continue input[type=checkbox]:not(:checked)+label {
    color: #fb193f
}

.business .sticky-config-footer-wrapper .buttons-left.confirm-to-continue input[type=checkbox]:not(:checked)+label a {
    text-decoration: underline;
    color: #fb193f
}

.business .sticky-config-footer-wrapper .buttons-left.confirm-to-continue input[type=checkbox]:not(:checked)+label:before {
    border-color: #fb193f
}

.business .sticky-config-footer-wrapper .main-part,
.business .sticky-config-footer-wrapper .prices .detail-info-options>div,
.business .sticky-config-footer-wrapper .prices .detail-info-wrap+.detail-info-wrap:before,
.business .sticky-config-footer-wrapper .selected-option-list,
.business .sticky-config-footer-wrapper .upper-part {
    color: #232323
}

@media (max-width:414px) {
    .sticky-config-footer-wrapper .sticky-config-footer .prices .detail-info-wrap-pricetag {
        -ms-flex-align: start;
        align-items: flex-start;
        float: left
    }

    .sticky-config-footer-wrapper .sticky-config-footer .detail-info-wrap-pricetag .main-part .price {
        font-size: 1.875rem
    }

    .sticky-config-footer-wrapper .sticky-config-footer .detail-info-wrap-pricetag .main-part .price-specs {
        font-size: .75rem
    }
}

@media (max-width:768px) {
    .sticky-config-footer-wrapper .sticky-config-footer .prices .detail-info-wrap-pricetag {
        float: left
    }

    .sticky-config-footer-wrapper .sticky-config-footer .detail-info-wrap-pricetag .main-part .price {
        font-size: 1.875rem
    }

    .sticky-config-footer-wrapper .sticky-config-footer .detail-info-wrap-pricetag .main-part .price-specs {
        font-size: .75rem
    }
}

@media (min-width:768px) {
    .sticky-config-footer-wrapper .sticky-config-footer {
        padding-bottom: 1.3125rem
    }

    .sticky-config-footer-wrapper .buttons-left {
        margin-bottom: 0;
        margin-left: .5rem;
        width: auto
    }

    .sticky-config-footer-wrapper .buttons-left.form {
        padding-bottom: 0
    }

    .sticky-config-footer-wrapper .buttons-right {
        width: auto
    }

    .sticky-config-footer-wrapper .buttons-right .btn-green {
        float: right
    }

    .sticky-config-footer-wrapper .buttons-right.col-sm-2 {
        width: 16.66666667%;
        padding-left: 1.125rem
    }

    .sticky-config-footer-wrapper .btn {
        width: auto
    }

    .sticky-config-footer-wrapper .btn.expand-all {
        margin-left: 1.25rem;
        width: auto;
        margin-top: 0
    }

    .sticky-config-footer-wrapper .flex_align_footer {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sticky-config-footer-wrapper .flex_align_footer,
    .sticky-config-footer-wrapper .prices {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sticky-config-footer-wrapper .prices .detail-info-wrap {
        margin-bottom: 0
    }

    .sticky-config-footer-wrapper .prices .detail-info-wrap-pricetag {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:992px) {
    .sticky-config-footer-wrapper .buttons-right.col-md-2 {
        width: 16.66666667%;
        padding-left: 0
    }

    .sticky-config-footer-wrapper .buttons-left {
        margin-left: 2.875rem
    }
}

@media (min-width:1440px) {
    .sticky-config-footer-wrapper .sticky-config-footer {
        padding: 1.25rem 0 1.75rem
    }

    .sticky-config-footer-wrapper .buttons-left {
        width: auto;
        margin-bottom: 0
    }

    .sticky-config-footer-wrapper .buttons-left.form {
        padding-top: .0625rem
    }

    .sticky-config-footer-wrapper .buttons-right {
        width: auto
    }

    .sticky-config-footer-wrapper .flex_align_footer {
        display: block
    }

    .sticky-config-footer-wrapper .prices .detail-info-wrap {
        margin-bottom: 0
    }
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .prices {
    float: right;
    display: -ms-flexbox;
    display: flex
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .prices .detail-info-wrap {
    float: right
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .prices .detail-info-wrap+.detail-info-wrap:after {
    display: none
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .prices .number-booking {
    text-align: right;
    margin-right: 10px
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-left {
    float: right
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-left.form label {
    color: #fff;
    padding-right: 1.875rem;
    padding-left: 0;
    font-size: .75rem
}

[lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-right {
    float: left
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-right .btn-green {
        float: left
    }

    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-right.col-sm-2 {
        width: 16.66666667%;
        padding-right: 1.125rem;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .btn.expand-all {
        margin-right: 1.25rem;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .flex_align_footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-left {
        margin-right: 2.875rem
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .buttons-right.col-md-2 {
        width: 16.66666667%;
        padding-left: auto;
        padding-right: 0
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .sticky-config-footer {
        padding: 1.25rem 0 1.75rem
    }

    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .flex_align_footer {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .prices {
        display: block
    }

    [lang=ar] [dir=rtl] .sticky-config-footer-wrapper .prices .number-booking {
        text-align: right;
        margin-right: 0;
        font-family: GE SS Two, Arial, sans-serif
    }
}

@media (max-width:767px) {
    .mobileFooterTimer .timer-for-mobileView {
        position: absolute;
        width: auto
    }

    .mobileFooterTimer.prices .detail-info-wrap-pricetag {
        margin-top: 60px
    }
}

@media (max-width:768px) {
    .sticky-config-footer-wrapper .sticky-config-footer {
        padding: .9375rem 0 1.375rem
    }

    .sub_menu_mobile .panel-heading {
        padding: 0
    }

    .sub_menu_mobile .panel {
        margin-bottom: 0
    }

    [lang=ar] [dir=rtl] .sub_menu_mobile #accordion_menu .panel-title a {
        font-size: 1rem;
        padding-left: 80px
    }
}

@media (max-width:768px) and (max-width:992px) {
    .sub_menu_mobile .panel {
        border-radius: 0 !important;
        margin-top: 0 !important;
        border: 0 solid #ddd !important;
        box-shadow: 0 0 0 0 transparent !important
    }
}

.config-upselling {
    background-color: #fff;
    padding: 0;
    margin-top: 2rem
}

.config-upselling .tile-table {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 17.6rem;
    padding-left: .9rem;
    padding-right: .9rem;
    margin: 0;
    background-color: transparent
}

.config-upselling .tile-table .tile {
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #e2e1da
}

.config-upselling .tile-table .tile .tiles-box {
    position: relative
}

.config-upselling .tile-table .tile .tiles-box div.cover {
    background-color: #232323
}

.config-upselling .tile-table .tile .tiles-box .cover {
    height: 7.6rem
}

.config-upselling .tile-table .tile .tiles-box .cover img {
    opacity: 1
}

.config-upselling .tile-table .tile .tiles-box h3,
.config-upselling .tile-table .tile .tiles-box h5 {
    height: 5.2rem;
    margin: 0;
    padding: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box
}

.config-upselling .tile-table .tile .tiles-box h3 {
    padding: 0;
    font-size: 1.625rem;
    margin-bottom: 2.2rem
}

.config-upselling .tile-table .tile .tiles-box h5 {
    height: 2rem;
    padding-top: 1.4rem;
    font-family: suiss, Arial, sans-serif
}

.config-upselling .tile-table .tile .tiles-box .tile-description {
    color: #919192;
    padding-left: 1rem;
    padding-right: 1rem
}

.config-upselling .tile-table .tile .price-and-tick {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.config-upselling .tile-table .tile .flip-icon {
    height: 1.25rem;
    width: 1.25rem;
    padding: 0;
    position: absolute;
    display: block;
    right: .8125rem;
    top: .8125rem;
    opacity: .8;
    z-index: 4
}

.config-upselling .tile-table .tile .flip-icon svg {
    color: #e00800;
    height: 1.25rem;
    fill: #fff;
    position: relative;
    width: 1.25rem;
    transition: all .3s ease-in-out
}

.config-upselling .tile-table .tile.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center
}

.config-upselling .tile-table .tile.card .product-image {
    margin-left: 9%;
    margin-right: 9%;
    width: 82%
}

.config-upselling .tile-table .tile.card div[class*=col-]>.rect-responsive {
    padding-bottom: 132%
}

.config-upselling .tile-table .tile.card .detail-info-wrap-pricetag {
    padding-bottom: 1.4rem
}

.config-upselling .tile-table .tile.card.product-grid-single-small .product-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.config-upselling .tile-table .tile.card.product-grid-single-small div[class*=col-]>.rect-responsive {
    padding-bottom: 76%
}

.config-upselling .tile-table .tile.card.product-grid-single-small .detail-info-wrap-pricetag {
    padding-top: 3.3rem
}

.config-upselling .tile-table .tile.card.product-grid-single-small .card__back .product-info {
    padding-bottom: 1rem
}

.config-upselling .tile-table .tile.card.product-grid-single-small .card__back .backside-list {
    line-height: 1.625rem
}

.config-upselling .tile-table .tile.card.product-grid-single-small .card__back .backside-list a.viewMore {
    padding-top: .5rem
}

.config-upselling .tile-table .tile.card.effect__click.flipped .card__front {
    transform: rotateY(-180deg)
}

.config-upselling .tile-table .tile.card.effect__click.flipped .card__back {
    transform: rotateY(0)
}

.config-upselling .tile-table .tile .card__back,
.config-upselling .tile-table .tile .card__front {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 0 0 5.6rem;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .125rem solid #f0f0ea;
    transition: all .3s ease-in-out
}

.config-upselling .tile-table .tile .card__back .btn,
.config-upselling .tile-table .tile .card__front .btn {
    width: 100%
}

.config-upselling .tile-table .tile .card__back {
    transform: rotateY(-180deg);
    height: 100%;
    position: absolute;
    padding: 1.75rem 1.6rem 1.9rem;
    bottom: 0;
    right: 0
}

.config-upselling .tile-table .tile .card__back .side-content {
    min-height: 100%;
    overflow: hidden
}

.config-upselling .tile-table .tile .card__back .backside-list {
    font-size: .875rem;
    line-height: 1.37rem;
    text-align: left
}

.config-upselling .tile-table .tile .card__back .backside-list p,
.config-upselling .tile-table .tile .card__back .backside-list ul {
    color: #919192
}

.config-upselling .tile-table .tile .card__back .backside-list ul {
    float: left;
    padding-left: 1.15rem
}

.config-upselling .tile-table .tile .card__back .backside-list a.viewMore {
    text-decoration: underline;
    color: #232323;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 1.3rem
}

.config-upselling .tile-table .tile.flipped .card__front .btn {
    opacity: 0
}

.config-upselling .tile-table .tile.flipped .flip-icon svg {
    fill: #e00800
}

.config-upselling .tile-table .tile.flipped .card__back {
    border-color: #e00800
}

.config-upselling .tile-table .tile.flipped.product-info-with-tooltip .card__back {
    border-color: #232323
}

.config-upselling .tile-table .tile.flipped.product-info-with-tooltip .flip-icon svg {
    fill: #232323
}

.config-upselling .tile-table .tile.flipped.product-info-with-tooltip .btn-green {
    border-color: #232323;
    background-color: #232323
}

.config-upselling .tile-table .tile.flipped .detail-info-wrap-pricetag .main-part {
    color: #e00800
}

.config-upselling .tile-table .tile .tile-tick {
    margin-top: -.1875rem
}

.config-upselling .tile-table .tile .tile-tick svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: #fff;
    border: 1px solid #cecece;
    background-color: #f7f7f4;
    border-radius: 100%
}

.config-upselling .tile-table .tile.tiles-box-awards .tile-description {
    color: #232323
}

.config-upselling .tile-table .tile.tiles-box-awards .tile-tick svg {
    fill: #fff;
    border: 1px solid #cecece;
    background-color: #f7f7f4;
    border-radius: 100%
}

.config-upselling .tile-table .tile.tiles-box-awards .detail-info-wrap-pricetag .main-part {
    color: #232323
}

.config-upselling .tile-table .tile.tiles-box-awards.flipped .flip-icon svg {
    fill: #232323
}

.config-upselling .tile-table .tile.tiles-box-awards.flipped .card__back {
    border-color: #232323
}

.config-upselling .tile-table .btn .remove,
.config-upselling .tile-table input[type=checkbox],
.config-upselling .tile-table input[type=radio] {
    display: none
}

.config-upselling .tile-table .btn .standard {
    display: block
}

.config-upselling .tile-table input[type=checkbox]:checked+.tile .tile-tick,
.config-upselling .tile-table input[type=radio]:checked+.tile .tile-tick {
    opacity: 1
}

.config-upselling .tile-table input[type=checkbox]:checked+.tile .btn,
.config-upselling .tile-table input[type=radio]:checked+.tile .btn {
    background-color: #232323;
    color: #fff;
    border-color: #232323
}

.config-upselling .tile-table input[type=checkbox]:checked+.tile .btn .remove,
.config-upselling .tile-table input[type=radio]:checked+.tile .btn .remove {
    display: block
}

.config-upselling .tile-table input[type=checkbox]:checked+.tile .btn .standard,
.config-upselling .tile-table input[type=radio]:checked+.tile .btn .standard {
    display: none
}

.config-upselling .tile-table input[type=checkbox]:checked+.tile .tile-tick svg,
.config-upselling .tile-table input[type=radio]:checked+.tile .tile-tick svg {
    fill: #e00800;
    border: 0 none;
    border-radius: 50%;
    background: transparent
}

.config-upselling .tile-table input[type=checkbox]:checked+.tiles-box-awards .tile-tick svg,
.config-upselling .tile-table input[type=radio]:checked+.tiles-box-awards .tile-tick svg {
    fill: #232323;
    border-radius: 50%;
    border: 0;
    background: transparent
}

.config-upselling .detail-info-wrap-pricetag .main-part {
    color: #232323
}

.config-upselling .detail-info-wrap-pricetag .main-part .price-specs {
    font-size: .875rem
}

.config-upselling .btn {
    width: 55%
}

@media (min-width:768px) {
    .config-upselling {
        padding: 0
    }

    .config-upselling .tile-table {
        width: 18.125rem;
        padding-left: 2rem;
        padding-right: 0
    }

    .config-upselling .tile-table .tile .tiles-box .cover {
        height: 7.6rem
    }

    .config-upselling .tile-table .tile .tiles-box .section-title {
        top: 0
    }

    .config-upselling .tile-table .tile .tiles-box h3 {
        margin-bottom: 2rem
    }

    .config-upselling .tile-table .tile .tiles-box .tile-description {
        font-size: .875rem
    }

    .config-upselling .tile-table .tile .card__back,
    .config-upselling .tile-table .tile .card__front {
        padding-bottom: 7.6rem
    }
}

@media (min-width:992px) {
    .config-upselling {
        padding: 0
    }

    .config-upselling .swiper-wrapper {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .config-upselling .tile-table {
        width: 30.3333%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 4%
    }

    .config-upselling .tile-table .tile .tiles-box .cover {
        height: 7.6rem
    }

    .config-upselling .tile-table .tile .tiles-box .section-title {
        top: 0
    }

    .config-upselling .tile-table .tile .tiles-box h3 {
        margin-bottom: 2rem
    }

    .config-upselling .tile-table .tile .tiles-box .tile-description {
        font-size: .875rem
    }

    .config-upselling .tile-table:first-child {
        margin-left: 0;
        padding-left: 0
    }

    .config-upselling .tile-table:last-child {
        margin-right: 0;
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .config-upselling {
        padding: 0
    }

    .config-upselling .tile-table .tile .tiles-box .cover {
        height: 10.7rem
    }

    .config-upselling .tile-table .tile .tiles-box h5 {
        top: .3rem;
        height: 4rem
    }

    .config-upselling .tile-table .tile .tiles-box h3 {
        font-size: 1.875rem;
        top: .1rem;
        margin-bottom: 4.2rem
    }

    .config-upselling .tile-table .tile .tile-description {
        font-size: 1rem
    }

    .config-upselling .tile-table .tile .card__back,
    .config-upselling .tile-table .tile .card__front {
        padding-bottom: 9.1rem
    }

    .config-upselling .tile-table .tile.card .detail-info-wrap-pricetag {
        padding-bottom: 2.6rem
    }

    .config-upselling .tile-table .tile .tile-tick {
        margin-top: -.575rem
    }

    .config-upselling .tile-table .tile .tile-tick svg {
        width: 3.75rem;
        height: 3.75rem
    }

    .config-upselling .tile-table .tile .tiles-box .cover img {
        opacity: .6
    }

    .config-upselling .tile-table:first-child {
        padding-left: 0
    }

    .config-upselling .tile-table:last-child {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .config-upselling .tile-table {
    float: right
}

[lang=ar] [dir=rtl] .config-upselling .tile-table .tile {
    box-shadow: inset 0 2px 0 0 #e2e1da
}

[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .tiles-box h5 {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .card__back,
[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .card__front,
[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .price-and-tick {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .card__back {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .card__back .backside-list {
    text-align: right
}

[lang=ar] [dir=rtl] .config-upselling .tile-table .tile .card__back .backside-list ul {
    float: right;
    padding-right: 1.15rem;
    padding-left: auto
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .config-upselling {
        padding: 0
    }

    [lang=ar] [dir=rtl] .config-upselling .swiper-wrapper {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    [lang=ar] [dir=rtl] .config-upselling .tile-table {
        margin-left: 4%;
        margin-right: 0
    }

    [lang=ar] [dir=rtl] .config-upselling .tile-table:first-child {
        margin-right: 0;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .config-upselling .tile-table:last-child {
        margin-left: 0;
        padding-right: 0
    }
}

.config-upselling-noBg .swiper-wrapper {
    display: block
}

.config-upselling-noBg .swiper-wrapper .tile-table.swiper-slide {
    margin-bottom: 4%
}

.config-upselling-noBg .swiper-wrapper .tile-table.swiper-slide:nth-child(3) {
    margin-right: 0
}

.config-upselling-noBg div.cover {
    position: static
}

.config-upselling-noBg .tile-table .tile .card__back,
.config-upselling-noBg .tile-table .tile .card__front {
    padding-bottom: 6.5rem
}

.config-upselling .tile-table .tile .tiles-box .cover {
    height: 13rem;
    max-width: 100%
}

@media (max-width:767px) {
    .config-upselling-noBg .swiper-wrapper {
        display: -ms-flexbox;
        display: flex
    }

    .config-upselling .tile-table .tile .tiles-box .cover {
        height: 10rem
    }
}

.config-upselling-noBg .selectTemplate .swiper-wrapper {
    display: block
}

.config-upselling-noBg .selectTemplate .swiper-wrapper .tile-table.swiper-slide {
    margin-bottom: 4%
}

.config-upselling-noBg .selectTemplate .swiper-wrapper .tile-table.swiper-slide:nth-child(3) {
    margin-right: 0
}

.config-upselling-noBg .tile-table .tile .card__back,
.config-upselling-noBg .tile-table .tile .card__front {
    padding-bottom: 8.5rem
}

.selectTemplate .tile-table .tile .tiles-box .cover {
    height: 13rem;
    max-width: 100%
}

.selectTemplate .tile-table .tile .tiles-box .cover:hover:before {
    background: #232323;
    opacity: .7;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute
}

.selectTemplate .tile-table .tile .tiles-box .cover:hover:after {
    content: url(../img/svg-icons/zoom-icon.svg);
    display: block;
    width: 80px;
    margin: 0 auto;
    z-index: 10;
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center
}

.createTemplate {
    background: #fff;
    padding: 35px
}

.createTemplate .create-template-wrap {
    border: 2px dashed #e2e1da;
    border-radius: 5px
}

.createTemplate .addTemplate {
    padding: 85px 0
}

.createTemplate .addTemplate svg {
    width: 80px
}

.createTemplate .addTemplate h4 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 20px
}

@media only screen and (min-width:768px) and (max-width:980px) {
    .config-upselling .tile-table {
        width: 22.75rem
    }
}

@media (max-width:767px) {
    .config-upselling-noBg .selectTemplate .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .config-upselling-noBg .selectTemplate .tile-table .tile .tiles-box .cover {
        height: 10rem
    }

    .config-upselling-noBg .selectTemplate .createTemplate {
        padding: 25px
    }

    .config-upselling-noBg .selectTemplate .createTemplate .addTemplate {
        padding: 68px 0
    }

    .config-upselling-noBg .navbar-nav {
        margin: 0;
        width: 25%;
        float: right
    }

    .config-upselling-noBg .navbar-nav .open .dropdown-menu {
        position: absolute;
        left: -97px
    }
}

.config-upselling-noBg {
    background: transparent;
    margin-top: 0
}

.config-upselling-noBg div.cover {
    position: relative
}

.config-upselling-noBg .row.marginBottom {
    margin-bottom: 35px
}

.config-upselling-noBg .detail-info-wrap-pricetag p {
    font-size: 1.15rem
}

.config-upselling-noBg .swiper-slide-action {
    background: #fff
}

.config-upselling-noBg .nav .dropdown {
    padding-top: 0
}

.config-upselling-noBg .nav .dropdown.open a {
    background-color: #f0f0ea
}

.config-upselling-noBg .dropdown-toggle>svg {
    width: 28px;
    height: 28px;
    padding-top: 10px
}

.config-upselling-noBg p.templateTitle .btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem
}

.config-upselling-noBg .nav .dropdown ul.dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: -1px 12px 10px rgba(0, 0, 0, .175)
}

.config-upselling-noBg .nav .dropdown ul.dropdown-menu li {
    padding-top: 0
}

.config-upselling-noBg .nav .dropdown ul.dropdown-menu li a {
    padding: 10px 20px
}

.config-upselling-noBg .nav .dropdown ul.dropdown-menu li a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.config-upselling-noBg .tile-table input[type=radio]:checked+.tile .card__front {
    border-color: #e00800
}

.config-upselling-noBg .tile-table .tile .tile-tick {
    margin-top: .85rem
}

.config-upselling-noBg .tile-table .tile .lowPadding.card__front {
    padding-bottom: 4.5rem
}

.config-section-wrap {
    width: 100%;
    background-color: #f0f0ea;
    font-family: suiss, Arial, sans-serif
}

.config-section-wrap .config-section-cta a,
.config-section-wrap .config-section-main-label,
.config-section-wrap .config-section a,
.config-section-wrap .dropdown-toggle {
    font-size: .875rem;
    line-height: 1.5rem;
    padding-top: .625rem;
    padding-bottom: .8125rem
}

.config-section-wrap .config-section-main-label-top {
    display: block;
    z-index: 2;
    line-height: 2.25rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #bcbcbc;
    background-color: #f0f0ea
}

.config-section-wrap .config-section a,
.config-section-wrap .dropdown-toggle {
    padding-top: .72rem
}

.config-section-wrap .dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0ea
}

.config-section-wrap .dropdown-toggle .current-dropdown-label {
    padding-left: 2rem;
    color: #232323;
    font-size: 1.25rem
}

.config-section-wrap .dropdown-toggle #dropdown-menu-arrow-img {
    width: 1.2rem;
    height: .8rem;
    margin-right: 1.35rem;
    stroke: #e00800;
    stroke-width: .125rem
}

.config-section-wrap .dropdown.open #dropdown-menu-arrow-img {
    transform: rotate(180deg)
}

.config-section-wrap .config-section-cta a {
    color: #f0f0ea;
    background-color: #e00800;
    display: block;
    text-align: center;
    font-style: 1rem;
    letter-spacing: .125rem
}

.config-section-wrap .config-section-main-label {
    color: #bcbcbc;
    letter-spacing: .125rem;
    text-transform: uppercase
}

.config-section-wrap .config-section-main-label.do-not-uppercase {
    text-transform: none
}

.config-section-wrap .dropdown-menu {
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0
}

.config-section-wrap .dropdown-menu li {
    width: 100%
}

.config-section-wrap .config-section {
    background-color: #fff;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: uppercase;
    border: none;
    padding-top: 1rem
}

.config-section-wrap .config-section li {
    margin-bottom: 0
}

.config-section-wrap .config-section a {
    display: inline-block;
    width: 100%;
    border: none;
    margin: 0;
    color: #232323;
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 1.25rem
}

.config-section-wrap .config-section .active.highlight a,
.config-section-wrap .config-section .active a,
.config-section-wrap .config-section .active a:active,
.config-section-wrap .config-section .active a:focus,
.config-section-wrap .config-section .highlight a {
    color: #e00800
}

.config-section-wrap .config-section .active.highlight a:hover,
.config-section-wrap .config-section .active a:active:hover,
.config-section-wrap .config-section .active a:focus:hover,
.config-section-wrap .config-section .active a:hover {
    color: #fff
}

.config-section-wrap .config-section .active.highlight a:before,
.config-section-wrap .config-section .active a:active:before,
.config-section-wrap .config-section .active a:before,
.config-section-wrap .config-section .active a:focus:before {
    position: absolute;
    content: " ";
    width: .25rem;
    height: 1.25rem;
    background-color: #e00800;
    left: 0;
    top: .9rem
}

.config-section-wrap .config-section .active a,
.config-section-wrap .config-section .active a:active,
.config-section-wrap .config-section .active a:focus,
.config-section-wrap .config-section .active a:hover,
.config-section-wrap .config-section a:active,
.config-section-wrap .config-section a:focus,
.config-section-wrap .config-section a:hover {
    border: none
}

.config-section-wrap .config-section .dropdown-close-button {
    border-top: 1px solid #f0f0ea;
    margin-top: 2.4375rem
}

.config-section-wrap .config-section .dropdown-close-button a {
    color: #242424;
    text-align: right;
    font-size: .875rem;
    padding-top: .9375rem;
    padding-bottom: .5rem;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400
}

.config-section-wrap .config-section .dropdown-close-button #close-menu-arrow-img {
    width: 1.2rem;
    height: .8rem;
    margin-left: 1rem;
    margin-right: .35rem;
    stroke: #e00800;
    stroke-width: .125rem;
    transform: rotate(180deg)
}

.config-section-wrap.affix {
    left: 0;
    width: 100%;
    top: 50px;
    z-index: 6;
    border-bottom: 1px solid #f0f0ea
}

.business .config-section-wrap .dropdown-toggle #dropdown-menu-arrow-img {
    stroke: #e00800
}

.business .config-section-wrap .config-section-cta a {
    background-color: #e00800
}

.business .config-section-wrap .config-section .active.highlight a,
.business .config-section-wrap .config-section .active a,
.business .config-section-wrap .config-section .active a:active,
.business .config-section-wrap .config-section .active a:focus,
.business .config-section-wrap .config-section .highlight a {
    color: #e00800
}

.business .config-section-wrap .config-section .active.highlight a:hover,
.business .config-section-wrap .config-section .active a:active:hover,
.business .config-section-wrap .config-section .active a:focus:hover,
.business .config-section-wrap .config-section .active a:hover {
    color: #fff
}

.business .config-section-wrap .config-section .active.highlight a:before,
.business .config-section-wrap .config-section .active a:active:before,
.business .config-section-wrap .config-section .active a:before,
.business .config-section-wrap .config-section .active a:focus:before {
    background-color: #e00800
}

.business .config-section-wrap .config-section .dropdown-close-button #close-menu-arrow-img {
    stroke: #e00800
}

@media (min-width:768px) {
    .config-section-wrap .dropdown {
        width: 100%
    }

    .config-section-wrap .dropdown-toggle {
        display: none
    }

    .config-section-wrap .config-section-cta a,
    .config-section-wrap .config-section-main-label,
    .config-section-wrap .config-section a {
        font-size: .875rem;
        line-height: 1.125rem;
        padding-top: 1.5rem;
        padding-bottom: 1.4rem
    }

    .config-section-wrap .config-section-menu-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .config-section-wrap .config-section-menu-row {
        display: -ms-flexbox;
        display: flex;
        background-color: #f0f0ea
    }

    .config-section-wrap .dropdown-menu {
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
        top: 0
    }

    .config-section-wrap .dropdown-menu li {
        width: auto
    }

    .config-section-wrap .config-section {
        background: #f0f0ea;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding-top: 0
    }

    .config-section-wrap .config-section a {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.125rem;
        border-bottom: 3px solid transparent;
        background: transparent
    }

    .config-section-wrap .config-section a:focus {
        background: transparent
    }

    .config-section-wrap .config-section li.active>a,
    .config-section-wrap .config-section li.active>a:focus {
        border-bottom: 3px solid #e00800;
        background: transparent
    }

    .config-section-wrap .config-section a:hover,
    .config-section-wrap .config-section li.active>a:hover {
        background-color: #e00800;
        border-bottom: 3px solid #e00800;
        color: #fff
    }

    .config-section-wrap .config-section .active a,
    .config-section-wrap .config-section .active a:focus,
    .config-section-wrap .config-section .active a:hover {
        color: #232323
    }

    .config-section-wrap .config-section .active a:after,
    .config-section-wrap .config-section .active a:before,
    .config-section-wrap .config-section .active a:focus:after,
    .config-section-wrap .config-section .active a:focus:before,
    .config-section-wrap .config-section .active a:hover:after,
    .config-section-wrap .config-section .active a:hover:before {
        display: none
    }

    .config-section-wrap .config-section li:first-child {
        margin-left: -1rem
    }

    .business .config-section-wrap .config-section li.active>a,
    .business .config-section-wrap .config-section li.active>a:focus {
        border-color: #e00800
    }

    .business .config-section-wrap .config-section a:hover,
    .business .config-section-wrap .config-section li.active>a:hover {
        background-color: #e00800;
        border-color: #e00800
    }

    [dir=rtl] .config-section-wrap .config-section li:first-child {
        margin-left: 0;
        margin-right: -1rem
    }
}

@media (min-width:992px) {
    .config-section-wrap .config-section a {
        font-size: 1.25rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .config-section-wrap .config-section li,
    .config-section-wrap .config-section li:first-child {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1440px) {

    .config-section-wrap .config-section-cta a,
    .config-section-wrap .config-section-main-label,
    .config-section-wrap .config-section a {
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding-top: 1.375rem;
        padding-bottom: 1.125rem
    }

    .config-section-wrap .config-section {
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .config-section-wrap .config-section a {
        font-size: 1.5rem
    }

    .config-section-wrap .config-section li,
    .config-section-wrap .config-section li:first-child {
        margin-right: 0;
        margin-left: 0
    }

    .config-section-wrap.affix {
        border-bottom-width: 1.5rem
    }
}

[lang=ar] [dir=rtl] .config-section-wrap .dropdown-toggle .current-dropdown-label {
    padding-right: 2rem;
    padding-left: 0
}

[lang=ar] [dir=rtl] .config-section-wrap .dropdown-toggle #dropdown-menu-arrow-img {
    margin-left: 1.35rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .config-section-wrap .dropdown-menu li {
    text-align: right
}

[lang=ar] [dir=rtl] .config-section-wrap .config-section a {
    padding-right: 2rem;
    padding-left: 1rem
}

[lang=ar] [dir=rtl] .config-section-wrap .config-section .active.highlight a,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:active,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:focus {
    color: #e00800
}

[lang=ar] [dir=rtl] .config-section-wrap .config-section .active.highlight a:hover,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:active:hover,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:focus:hover,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:hover {
    color: #fff
}

[lang=ar] [dir=rtl] .config-section-wrap .config-section .active.highlight a:before,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:active:before,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:before,
[lang=ar] [dir=rtl] .config-section-wrap .config-section .active a:focus:before {
    position: absolute;
    content: " ";
    width: .25rem;
    height: 1.25rem;
    background-color: #e00800;
    left: auto;
    right: 0;
    top: .9rem
}

[lang=ar] [dir=rtl] .config-section-wrap .config-section .dropdown-close-button a {
    text-align: left
}

.cart-items-accordion .cart-items-accordion-title {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cart-items-accordion .cart-items-accordion-title div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cart-items-accordion .cart-items-accordion-title h3 {
    margin: 1.5rem 0;
    font-size: 1.45rem
}

.cart-items-accordion .cart-items-accordion-title .open {
    display: none
}

.cart-items-accordion .cart-items-accordion-title .cart-items-accordion-status {
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: .8125rem
}

.cart-items-accordion .cart-items-accordion-title-open .open {
    display: block
}

.cart-items-accordion .cart-items-accordion-title-open .close {
    display: none
}

.cart-items-accordion .cart-items-accordion-contents {
    margin-top: 1rem
}

.cart-items-accordion .bordered {
    border-bottom: 1px solid #f0f0ea;
    margin-bottom: 1rem
}

.business .cart-items-accordion .cart-items-accordion-title {
    color: #232323
}

.business .cart-items-accordion .bordered {
    border-color: #cecece
}

@media (max-width:414px) {
    .cart-items .main-part .price {
        font-size: 2rem
    }
}

.cart-items.bg-white {
    background-color: #fff
}

.cart-items:last-child {
    margin-bottom: 2.188rem
}

.cart-items .large-content {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 1rem
}

.cart-items .large-content>div {
    width: 50%;
    float: left
}

.cart-items .cart-badge {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.125rem 6.125rem 0;
    border-color: transparent #e00800 transparent transparent;
    position: absolute;
    top: -1px;
    right: -1px
}

.cart-items .icon-badge {
    width: 1.625rem;
    height: 1.625rem;
    position: absolute;
    top: .8125rem;
    right: .8125rem
}

.cart-items .icon-badge.shipping-icon {
    width: 2.188em;
    height: 1.875em
}

.cart-items .cart-item h2 {
    font-size: 1.5rem;
    color: #232323;
    margin: 0;
    padding: 0;
    text-align: inherit
}

.cart-items .cart-item h3 {
    color: #e00800;
    font-size: 1rem;
    margin: 0 0 2rem;
    padding: 0
}

.cart-items .cart-item p {
    color: #232323;
    font-size: 1rem;
    margin: 0;
    padding: 0
}

.cart-items .cart-item p span {
    color: #e00800
}

.cart-items.cart-items-F .cart-item {
    position: relative
}

.cart-items.cart-items-F .cart-badge {
    right: 8.33333333%;
    margin: 1px 1px 0 0
}

.cart-items.cart-items-F .icon-badge {
    right: 8.33333333%;
    margin-right: .8125rem
}

.cart-items.cart-items-F:hover .cart-item-photo :before {
    content: " ";
    position: absolute;
    background-color: #e00800;
    opacity: .8;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2
}

.cart-items.cart-items-F .main-content {
    padding: 1.25rem 0 1.56rem 2rem;
    height: 100%
}

.cart-items.cart-items-F .main-content,
.cart-items.cart-items-F .price-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-items.cart-items-F .price-content {
    padding: 1.25rem 5rem 1.56rem 2rem;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    position: relative
}

.cart-items.cart-items-F .price-content .detail-info-wrap-pricetag {
    width: auto
}

.cart-items.cart-items-F .price-content .other-info {
    text-align: left;
    color: #232323
}

.cart-items.cart-items-F .price-content .other-info span {
    color: #232323
}

.cart-items.cart-items-F .price-content .other-info a {
    color: #e00800;
    text-decoration: underline
}

.cart-items.cart-items-F .cart-item-photo {
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: #cecece;
    min-height: 14.31rem
}

.cart-items.cart-items-F .cart-item-content {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #cecece;
    position: static
}

.cart-items.cart-items-F .cart-item-content>.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cart-items.cart-items-A .cart-item {
    display: block;
    position: relative;
    margin-top: .65rem;
    border: none;
    background-color: #fff;
    overflow: hidden;
    max-height: 100rem;
    opacity: 1
}

.cart-items.cart-items-A .cart-item .row-spinbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #cecece
}

.cart-items.cart-items-A .cart-item .row-spinbox a.btn-default {
    padding-left: 0;
    padding-top: 1.8rem;
    border: none;
    text-align: left;
    background-color: transparent
}

.cart-items.cart-items-A .cart-item .row-spinbox a.btn-default:hover {
    color: #232323
}

.cart-items.cart-items-A .cart-item .row-spinbox a.btn-default svg {
    height: 11px;
    width: 7px;
    margin-left: 23px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: center center;
    overflow: visible;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.cart-items.cart-items-A .cart-item .row-spinbox>.col-sm-6 {
    -ms-flex: 1;
    flex: 1
}

.cart-items.cart-items-A .cart-item .row-spinbox.collapsed a.btn-default svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.cart-items.cart-items-A .cart-item .row-spinbox.collapsed .details-container {
    display: none
}

.cart-items.cart-items-A .cart-item button.close {
    z-index: 1;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    right: 15px;
    top: 15px;
    border: none;
    background-color: transparent;
    padding: 0
}

.cart-items.cart-items-A .cart-item button.close svg {
    fill: #fff;
    width: 1.125rem;
    height: 1.125rem
}

@media (min-width:992px) {
    .cart-items.cart-items-A .cart-item button.close svg {
        fill: #353738
    }
}

.cart-items.cart-items-A .cart-item>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .cart-items.cart-items-A .cart-item>div {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cart-items.cart-items-A .cart-item>div>div:first-child {
    min-height: 175px
}

@media (min-width:768px) {
    .cart-items.cart-items-A .cart-item>div>div:first-child {
        min-height: 190px;
        max-height: 370px
    }
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:768px) {
    .cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div {
        display: block
    }
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:first-child {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 2.5rem 3.125rem
}

@media (max-width:768px) {
    .cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:first-child {
        padding: 2.5rem 1.5rem
    }
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:first-child h2 {
    font-size: 1.25rem;
    color: #232323;
    margin: 0 0 .625rem;
    padding: 0;
    text-align: inherit
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:first-child h3 {
    color: #e00800;
    font-size: 1rem;
    margin: 0 0 .625rem;
    padding: 0
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:first-child p {
    color: #232323;
    font-size: 1rem;
    margin: 0 0 .625rem;
    padding: 0
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2) {
    padding: 2.5rem 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:768px) {
    .cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2) {
        padding: 2.5rem 1.5rem
    }
}

@media (min-width:768px) {
    .cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2) {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2)>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2)>div .spinbox {
    margin-bottom: 1.875rem
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2)>div .spinbox input {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(2)>div .detail-info-wrap-pricetag {
    width: auto
}

.cart-items.cart-items-A .cart-item>div>div:nth-child(2)>div>div:nth-child(3) {
    padding: 0 3.125rem 2.5rem
}

.cart-items.cart-items-A .cart-item.cart-item-closed {
    transition: all .3s ease-in-out;
    max-height: 0;
    opacity: 0;
    margin: 0
}

.cart-items+.cart-items .cart-item {
    margin-top: 2.188rem
}

.cart-items .accordion-center-msg {
    padding-top: 4rem
}

.cart-items .accordion-center-msg p {
    color: #7a7a7a;
    margin-bottom: 2rem
}

.cart-order:hover .cart-item-photo :before {
    position: static;
    background-color: transparent !important
}

.cart-order .cart-list {
    position: absolute;
    bottom: 20px;
    left: 0
}

.cart-order .cart-list h3 {
    color: #000 !important;
    margin: 6px 0 !important;
    font-family: suiss, Arial, sans-serif
}

.cart-order .main-content {
    -ms-flex-pack: normal !important;
    justify-content: normal !important
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .cart-items.cart-items-F .price-content {
        height: 100% !important
    }
}

@media (min-width:768px) {
    .cart-items.cart-items-F .cart-badge {
        right: -1px;
        margin: 0
    }

    .cart-items.cart-items-F .icon-badge {
        margin-right: 0;
        right: .8125rem
    }

    .cart-items.cart-items-F .cart-item-content>.row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .cart-items.cart-items-F .price-content {
        padding: 1.25rem 5rem 1.56rem 0;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .cart-items.cart-items-F .price-content .other-info {
        text-align: right
    }
}

@media (min-width:992px) {
    .cart-items.cart-items-F .cart-badge {
        right: -1px;
        margin: 0
    }

    .cart-items.cart-items-F .icon-badge {
        margin-right: 0;
        right: .8125rem
    }

    .cart-items.cart-items-F .main-content {
        padding: 1.25rem 0 1.56rem 3rem
    }

    .cart-items.cart-items-F .cart-items-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative
    }

    .cart-items.cart-items-F .cart-item-photo {
        border-width: 1px 0 1px 1px
    }

    .cart-items.cart-items-F .cart-item-content {
        position: relative;
        border-width: 1px 1px 1px 0
    }

    .cart-items.cart-items-F .bg-white {
        background-color: #fff
    }
}

@media (max-width:768px) {
    .cart-order .cart-list {
        position: static !important;
        padding-bottom: 2rem
    }

    .cart-item-content .main-content {
        padding-bottom: 0
    }

    .cart-items.cart-items-F .main-content {
        padding-bottom: 0 !important
    }
}

body.business .cart-items {
    background-color: #f0f0ea
}

body.business .cart-items.cart-items-F .other-info a {
    color: #e00800
}

body.business .cart-items .cart-badge {
    border-color: transparent #e00800 transparent transparent
}

body.business .cart-items .cart-badge.yellow {
    border-color: transparent #fc0 transparent transparent
}

body.business .cart-items .cart-badge.red {
    border-color: transparent #b3170c transparent transparent
}

body.business .cart-items .cart-item {
    border: none
}

body.business .cart-items .cart-item p span {
    color: #e00800
}

body.business .cart-items .cart-item>div>div {
    background-color: #fff
}

body.business .cart-items .cart-item>div>div:nth-child(2)>div>div:first-child h3 {
    color: #e00800
}

body.business .cart-items .cart-item .headOffice.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(242, 28, 68, .8);
    z-index: 1;
    width: 100%;
    color: #fff;
    padding: 15px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-align: center
}

body.business .cart-items .cart-item .headOffice.overlay .main-part {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex
}

body.business .cart-items .cart-item .headOffice.overlay .main-part .price-specs {
    font-size: 1rem;
    line-height: 1em;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex
}

body.business .cart-items .cart-item .headOffice.overlay .main-part .price {
    font-size: 2.2rem;
    line-height: .8em;
    padding-right: .125rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400
}

body.business .cart-items .row-spinbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #cecece
}

body.business .cart-items .row-spinbox a.btn-default {
    padding-left: 0;
    padding-top: 1.8rem;
    border: none;
    text-align: left;
    background-color: transparent
}

body.business .cart-items .row-spinbox a.btn-default:hover {
    color: #232323
}

body.business .cart-items .row-spinbox a.btn-default svg {
    height: 11px;
    width: 7px;
    margin-left: 23px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: center center;
    overflow: visible;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

body.business .cart-items .row-spinbox>.col-sm-6 {
    -ms-flex: 1;
    flex: 1
}

body.business .cart-items .row-spinbox.collapsed a.btn-default svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

body.business .cart-items .row-spinbox.collapsed .details-container {
    display: none
}

[lang=ar] [dir=rtl] .cart-items.cart-items-F .main-content {
    padding: 1.25rem 3rem 1.56rem 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .cart-items.cart-items-F .cart-item-photo {
        margin-left: 8.33333333%
    }
}

[lang=ar] [dir=rtl] .cart-items.cart-items-F .cart-item-content {
    border-width: 1px 0 1px 1px
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .cart-items.cart-items-F .cart-item-content {
        margin-left: 8.33333333%;
        border-width: 1px
    }
}

[lang=ar] [dir=rtl] .cart-items.cart-items-F .price-content {
    padding: 1.25rem 0 1.56rem 5rem
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .cart-items.cart-items-F .price-content {
        padding: 1.25rem 1.25rem 1.56rem 0
    }
}

[lang=ar] [dir=rtl] .cart-items .cart-item button.close {
    right: inherit;
    left: 15px
}

.checkout-header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.checkout-header .row>div {
    margin-bottom: 1.25rem
}

.checkout-header .row>div:first-child {
    text-align: center
}

.checkout-header .row>div:first-child a {
    margin: 0;
    padding: 0;
    color: #242424;
    text-decoration: underline
}

.checkout-header .row>div:nth-child(2) {
    text-align: center
}

.checkout-header .row>div:nth-child(2) .etisalat-logo-img {
    width: 4.75rem;
    height: 1.25rem;
    margin: 0;
    margin-top: 1.375rem;
    margin-bottom: .75rem
}

.checkout-header .row>div:nth-child(2) h4 {
    margin: 0;
    padding: 0
}

.checkout-header .row>div:nth-child(3) {
    display: none
}

@media (min-width:768px) {
    .checkout-header .row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .checkout-header .row>div:first-child {
        margin-right: 0;
        text-align: left
    }

    .checkout-header .row>div:nth-child(3) {
        display: block
    }

    [lang=ar] [dir=rtl] .checkout-header .row>div:first-child {
        margin-left: 0;
        margin-right: auto;
        text-align: right
    }
}

.sticky-HO-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    max-height: 256px
}

.sticky-HO-header+div {
    margin-top: 250px
}

.sticky-HO-header+div.outBox {
    margin-top: 100px
}

.steps-tracker {
    padding-top: 2.5rem;
    padding-bottom: 4rem
}

.steps-tracker .row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.steps-tracker .row>div .step-node {
    position: relative
}

.steps-tracker .row>div .step-node .step-point {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    margin: 0;
    padding: 0;
    border: 2px solid #e00800;
    border-radius: 50%
}

.steps-tracker .row>div .step-node .step-point.step-done:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .75rem;
    height: .75rem;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #e00800
}

.steps-tracker .row>div .step-node h6 {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: .875rem;
    line-height: 1.625rem;
    height: 1.625rem;
    margin: 0 0 -1.625rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(-50%);
    width: 20vw
}

.steps-tracker .row>div .step-line {
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #e00800
}

.steps-tracker-B {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f0f0ea
}

.steps-tracker-B .row>div {
    text-align: center
}

.steps-tracker-B .row>div h6 {
    display: inline-block;
    font-size: .875rem;
    line-height: .75rem;
    margin: 0 .75rem;
    margin-left: 0;
    padding: 0;
    color: #e00800
}

.steps-tracker-B .row>div .step-point {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    margin: 0 .25rem;
    padding: 0;
    border: 2px solid #e00800;
    border-radius: 50%;
    background-color: #fff
}

.steps-tracker-B .row>div .step-point.step-done {
    background-color: #e00800
}

.steps-tracker-B .row>div .step-point:last-child {
    margin-right: 0
}

.twoLine.steps-tracker .row>div .step-node h6 {
    bottom: 0;
    display: block;
    height: 2.8rem;
    left: 50%;
    line-height: 1.2rem;
    margin: 0 0 -3rem;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    transform: translate(-50%);
    white-space: nowrap
}

.business .steps-tracker .row>div .step-node .step-point {
    border-color: #e00800
}

.business .steps-tracker .row>div .step-node .step-point.step-done:after {
    background-color: #e00800
}

.business .steps-tracker .row>div .step-node .step-checked {
    background: #e00800
}

.business .steps-tracker .row>div .step-line {
    background-color: #e00800
}

.business .steps-tracker-B {
    background-color: #454844
}

.business .steps-tracker-B .row>div h6 {
    color: #fff
}

.business .steps-tracker-B .row>div .step-point {
    border-color: #fff;
    background-color: #fff
}

.business .steps-tracker-B .row>div .step-point.step-done {
    background-color: #e00800
}

.business .order-tracking-steps .step-point.step-checked svg {
    fill: #fff;
    height: 17px;
    text-align: center;
    width: 25px;
    margin-top: 5px
}

@media (min-width:768px) {
    .steps-tracker .row>div .step-node h6 {
        width: auto
    }

    .steps-tracker-B .row>div {
        text-align: right
    }
}

@media (min-width:992px) {
    .steps-tracker .row>div .step-node .step-point {
        width: 1.875rem;
        height: 1.875rem
    }

    .steps-tracker .row>div .step-node .step-point.step-done:after {
        width: .875rem;
        height: .875rem
    }

    .steps-tracker .row>div .step-node h6 {
        font-size: 1rem
    }

    .steps-tracker-B .row>div h6 {
        font-size: 1rem;
        line-height: .875rem
    }

    .steps-tracker-B .row>div .step-point {
        width: .875rem;
        height: .875rem
    }
}

[lang=ar] [dir=rtl] .steps-tracker-B .row>div h6 {
    margin-left: .75rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .steps-tracker-B .row>div .step-point:last-child {
    margin-left: 0;
    margin-right: .25rem
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .steps-tracker-B .row>div {
        text-align: left
    }
}

.search-container {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .9)
}

.search-container>.row {
    height: 100%
}

.search-container>.row>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.search-container>.row>div .search-header {
    position: relative;
    height: 3.75rem;
    display: block;
    font-family: suiss, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 3.75rem;
    letter-spacing: .1rem;
    color: #9e9d9d;
    background-color: #fff;
    transition: all .3s ease-in-out;
    transition: .3s
}

.search-container>.row>div .search-header>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden
}

.search-container>.row>div .search-header>a svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    padding: 0;
    stroke: #242424;
    cursor: pointer
}

.search-container>.row>div .search-header>a.search-back {
    left: 0;
    z-index: 0
}

.search-container>.row>div .search-header>a.search-back svg {
    stroke-width: 2px;
    transform: scaleX(-1)
}

.search-container>.row>div .search-header>a.search-back svg use {
    -moz-transform: scaleX(-1)
}

.search-container>.row>div .search-header>a.search-close {
    right: 0;
    z-index: -9999
}

.search-container>.row>div .search-header>a.search-close svg {
    fill: #353738
}

.search-container>.row>div form .form-section {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.search-container>.row>div form .form-section .form-group {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.search-container>.row>div form .form-section .form-group input {
    display: block;
    margin: 0;
    padding: 0;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: .15rem;
    color: #232323;
    background-color: transparent;
    outline: none;
    border: none;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.search-container>.row>div form .form-section .form-group input~button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    outline: none;
    border: none;
    opacity: 0;
    transition: all .3s ease-in-out;
    transition: .3s
}

.search-container>.row>div form .form-section .form-group input~button svg {
    display: block;
    width: .5rem;
    height: .5rem;
    margin: 0;
    padding: 0;
    stroke: #242424
}

.search-container>.row>div form .form-section .form-group input:focus~button,
.search-container>.row>div form .form-section .form-group input:valid~button {
    opacity: 1
}

.search-container>.row>div .search-alert {
    display: none
}

.search-container>.row>div .search-alert>div {
    padding: 1rem 0;
    color: #fb193f;
    position: relative
}

.search-container>.row>div .search-alert>div:after {
    content: "";
    width: 4rem;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cecece
}

.search-container>.row>div .search-results-wrapper {
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.search-container>.row>div .search-results-wrapper .search-results-scroll {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto
}

@media (min-width:414px) and (max-width:992px) and (orientation:landscape) {
    .search-container #search-form {
        position: absolute;
        left: 25px;
        width: 100%
    }

    .search-header-text {
        display: none !important
    }
}

@media (min-width:768px) {
    .search-container>.row>div .search-header {
        height: 6rem;
        font-size: 1.25rem;
        line-height: 6rem;
        letter-spacing: .125rem
    }

    .search-container>.row>div .search-header>a svg {
        width: 1.375rem;
        height: 1.375rem
    }

    .search-container>.row>div form .form-section .form-group {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .search-container>.row>div form .form-section .form-group input {
        font-size: 2.5rem;
        line-height: 2.5rem;
        letter-spacing: .2rem
    }

    .search-container>.row>div form .form-section .form-group input~button {
        width: 2.5rem;
        height: 2.5rem
    }

    .search-container>.row>div form .form-section .form-group input~button svg {
        width: 1.25rem;
        height: 1.25rem
    }

    .search-container>.row>div .search-alert>div:after {
        width: 7.5rem
    }
}

@media (min-width:1440px) {
    .search-container>.row>div .search-header {
        height: 9rem;
        font-size: 1.5rem;
        line-height: 9rem;
        letter-spacing: .15rem
    }

    .search-container>.row>div .search-header>a svg {
        width: 2.25rem;
        height: 2.25rem
    }

    .search-container>.row>div .search-header>a.search-back {
        z-index: -9999
    }

    .search-container>.row>div .search-header>a.search-close {
        z-index: 0
    }

    .search-container>.row>div form .form-section .form-group {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .search-container>.row>div form .form-section .form-group input {
        font-size: 3.5rem;
        line-height: 4.5rem;
        letter-spacing: .25rem
    }

    .search-container>.row>div form .form-section .form-group input~button {
        display: none
    }

    .search-container>.row>div .search-alert>div:after {
        width: 7.5rem
    }
}

[lang=ar] [dir=rtl] .search-container>.row>div .search-header>a.search-back {
    left: inherit;
    right: 0
}

[lang=ar] [dir=rtl] .search-container>.row>div .search-header>a.search-back svg {
    transform: none
}

[lang=ar] [dir=rtl] .search-container>.row>div .search-header>a.search-back svg use {
    -moz-transform: none
}

[lang=ar] [dir=rtl] .search-container>.row>div .search-header>a.search-close {
    left: 0;
    right: inherit
}

[lang=ar] [dir=rtl] .search-container>.row>div .search-alert>div:after {
    left: inherit;
    right: 0
}

.search-selfcare.search-container>.row>div .search-header>a.search-close {
    right: 11px;
    z-index: 0
}

.search-selfcare #search-form input[name=search] {
    font-size: 1.625rem;
    font-weight: 400
}

.search-selfcare #search-form input::-webkit-input-placeholder {
    color: #cecece
}

.search-selfcare #search-form input::-moz-placeholder {
    color: #cecece
}

.search-selfcare #search-form input:-ms-input-placeholder {
    color: #cecece
}

.search-selfcare #search-form input:-moz-placeholder {
    color: #cecece
}

.search-selfcare #search-form svg {
    height: 32px;
    width: 32px;
    margin-top: 20px;
    margin-right: 18px
}

.search-selfcare.search-container>.row>div .search-header>a svg {
    width: 21px;
    height: 21px
}

.search-selfcare [type=reset] {
    display: none !important
}

.search-selfcare .search-header {
    border-bottom: 1px solid #d2d2d2
}

.search-autocomplete {
    width: 100%;
    left: 0 !important;
    top: 144px !important;
    padding-left: 8.3333%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    z-index: 9999 !important;
    border-top: 1px solid #d2d2d2
}

.search-autocomplete.ui-widget.ui-widget-content {
    border: none
}

.search-autocomplete .ui-menu-item {
    margin-bottom: .6rem;
    color: #232323;
    font-size: 1rem;
    line-height: 1.25rem
}

.search-autocomplete .ui-menu-item .ui-state-active {
    color: #e00800;
    background-color: transparent;
    border-color: transparent
}

.search-autocomplete.ui-menu .ui-menu-item:focus,
.search-autocomplete.ui-menu .ui-menu-item:hover {
    color: #e00800;
    background-color: transparent
}

.selfcare-search-results.search-results {
    background-color: #fff
}

.selfcare-search-results .swiper-container {
    overflow: visible
}

.selfcare-search-results .swiper-slide {
    width: 180px !important;
    height: 114px !important
}

.selfcare-search-results.search-results .search-results-items {
    padding: 0;
    padding-top: 2.5rem
}

.selfcare-search-results.search-results .tiles-menu {
    overflow: hidden
}

.selfcare-search-results.search-results .tiles-menu .row .swiper-wrapper .menu-tile {
    margin-bottom: 0
}

.selfcare-search-results.search-results .tiles-menu .row {
    padding: 1.6rem 0
}

.selfcare-search-results.search-results .tiles-menu .row .swiper-wrapper .menu-tile a {
    font-weight: 400;
    z-index: 2
}

.selfcare-search-results .swiper-container .swiper-slide div.cover:after {
    content: none
}

.selfcare-search-results .swiper-container .swiper-slide div.cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: hsla(0, 0%, 7%, .4);
    z-index: 1
}

.selfcare-search-results.search-results .search-results-items .search-results-item {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1.5rem
}

.selfcare-search-results.search-results .search-results-items .search-results-item>div {
    display: inline-block;
    width: 100%;
    padding-right: 2rem
}

.selfcare-search-results.search-results .search-results-items .search-results-item>div a {
    font-family: suiss, Arial, sans-serif
}

.selfcare-search-results.search-results .search-results-items .search-results-item>div p {
    font-size: 1rem;
    line-height: 1.25rem
}

.selfcare-search-results.search-results .search-results-items .search-results-item img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.selfcare-search-results.search-results .search-results-items .search-results-item img+div {
    width: calc(100% - 100px - 1rem)
}

.selfcare-search-results.search-results .search-results-items .search-results-item:last-child {
    border-bottom: none
}

.selfcare-search-results .history-panel {
    background-color: #f0f0ea;
    padding: 1rem 2rem;
    margin-bottom: 2rem
}

.selfcare-search-results .history-panel .key-list li {
    padding-left: 1.5rem;
    position: relative
}

.selfcare-search-results .history-panel .key-list li:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../../b2c/assets/img/search/search.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px
}

.selfcare-search-results .history-panel h4 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1rem
}

.selfcare-search-results .history-panel ul {
    padding-left: 0
}

.selfcare-search-results .history-panel li {
    list-style: none;
    margin-bottom: .5rem
}

.selfcare-search-results .history-panel hr {
    border-color: #e2e1da
}

.selfcare-search-results .history-panel a {
    color: #232323;
    font-size: 1rem;
    font-family: suiss, Arial, sans-serif;
    line-height: 1.25rem
}

.selfcare-search-results .history-panel a:hover {
    color: #e00800
}

.selfcare-search-results .top-results {
    background-color: #fff
}

.selfcare-search-results .top-results .top-result-found {
    color: #6c6c6c
}

.selfcare-search-results .top-results .top-result-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    margin: -10px
}

.selfcare-search-results .top-results .top-result-item {
    width: 30%;
    border: 1px solid #d2d2d2;
    -ms-flex: 1 1 1 160px;
    flex: 1 1 1 160px;
    margin: 10px;
    max-width: 260px;
    min-height: 240px
}

.selfcare-search-results .top-results .top-result-item .top-result-item-img {
    text-align: center;
    height: 140px;
    overflow: hidden
}

.selfcare-search-results .top-results .top-result-item .top-result-item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    width: inherit;
    margin: auto;
    text-align: center
}

.selfcare-search-results .top-results img {
    width: 100%
}

.selfcare-search-results .top-results h3,
.selfcare-search-results .top-results h4 {
    color: #232323;
    font-size: 1.125rem;
    line-height: 1.5rem;
    word-wrap: break-word
}

.selfcare-search-results .top-results h4 {
    cursor: pointer
}

.selfcare-search-results .top-results h4:hover {
    color: #e00800
}

.selfcare-search-results .top-results .desc {
    padding: .5rem 1rem
}

.selfcare-search-results .pagination {
    padding-left: 0;
    margin-top: -1rem;
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 480px;
    height: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    vertical-align: top
}

.selfcare-search-results .pagination li {
    width: 48px;
    height: 48px;
    list-style: none
}

.selfcare-search-results .pagination li:hover {
    background-color: #f5f4f5
}

.selfcare-search-results .pagination a {
    color: #232323;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-family: suiss, Arial, sans-serif
}

.selfcare-search-results .pagination .active a {
    color: #e00800
}

.selfcare-search-results .page-nav-wrap {
    padding: 1.5rem 0
}

.selfcare-search-results .page-nav-wrap .btn {
    margin: 1.5rem 0;
    border-width: 1px
}

.selfcare-search-results .page-nav-wrap .page-nav-menu-row {
    display: block
}

.selfcare-search-results .page-nav-main-label {
    position: relative;
    color: #232323
}

.selfcare-search-results .page-nav-main-label>div {
    display: inline-block;
    font-size: .875rem
}

.selfcare-search-results .page-nav-main-label>span {
    cursor: pointer;
    font-family: suiss, Arial, sans-serif
}

.selfcare-search-results .page-nav-main-label .expand-arrow {
    display: inline-block;
    width: 11px;
    height: 7px;
    position: relative;
    right: 0;
    margin-bottom: 2px;
    background-image: url(../../../b2c/assets/img/search/expand_arrow.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: .5rem;
    transition: transform .5s
}

.selfcare-search-results .page-nav-main-label .separator {
    position: relative;
    display: inline-block;
    top: 15px;
    width: 1px;
    height: 35px;
    background-color: #353738;
    margin: 0 1.1rem
}

.selfcare-search-results .page-nav-main-label.expanded .expand-arrow {
    transform: rotate(180deg)
}

.selfcare-search-results .page-nav-main-label.expanded+.filters-selected {
    display: none
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {

    .selfcare-search-results .page-nav-main-label .search-results-filter-action,
    .selfcare-search-results .page-nav-main-label .search-results-sort-action .sort-by {
        position: relative;
        top: -32px
    }
}

.selfcare-search-results .search-filters {
    box-shadow: 0 5px 10px #ddd;
    border-bottom: 1px solid #cdcdcd
}

.selfcare-search-results .search-filters p {
    margin-top: 1rem;
    margin-bottom: 1.6875rem;
    font-size: 1.125rem
}

.selfcare-search-results .filter-item input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 1.35rem;
    height: 1.1rem;
    cursor: pointer
}

.selfcare-search-results .filter-item div {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-image: url(../../../b2c/assets/img/search/unchecked.svg);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    cursor: pointer
}

.selfcare-search-results .filter-item input:checked+label+div {
    background-image: url(../../../b2c/assets/img/search/checked.svg)
}

.selfcare-search-results .filter-item label {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #6c6c6c;
    font-size: 1rem;
    margin-bottom: 1.6875rem;
    margin-left: 2rem;
    cursor: pointer
}

.selfcare-search-results .filter-item label span {
    font-size: .875rem;
    color: #8a8a8a;
    display: block
}

.selfcare-search-results .filters-selected .search-filter-items,
.selfcare-search-results .filters-selected a,
.selfcare-search-results .filters-selected p {
    display: inline-block
}

.selfcare-search-results .filters-selected p {
    margin-right: 1rem;
    color: #232323
}

.selfcare-search-results .filters-selected-tile .search-filter-items,
.selfcare-search-results .filters-selected-tile a,
.selfcare-search-results .filters-selected-tile p {
    display: inline-block
}

.selfcare-search-results .filters-selected-tile p {
    margin-right: 1rem;
    color: #232323
}

.selfcare-search-results .consumer-register-form {
    display: inline-block;
    min-width: 300px;
    height: 120px;
    margin-top: -60px;
    margin-left: 1rem
}

.selfcare-search-results .filter-item-block {
    background: #e00800;
    padding: .3125rem 1.0625rem;
    border-radius: 2rem;
    font-size: .875rem;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    margin-right: 1rem;
    margin-bottom: .875rem;
    display: inline-block
}

.selfcare-search-results .filter-item-block svg {
    stroke: #fff;
    width: .759375rem;
    height: .759375rem;
    margin-left: .625rem
}

.selfcare-search-results .select2-results__option,
.selfcare-search-results .select2-selection__rendered {
    font-size: 1rem !important;
    text-transform: none !important;
    letter-spacing: .5px
}

.selfcare-search-results .select2-results__options {
    max-height: 18rem !important
}

.selfcare-search-results .select2-results li:first-child {
    border-bottom: 1px solid #d2d2d2 !important
}

.selfcare-search-results .clear-all-filters {
    font-family: suiss, Arial, sans-serif;
    display: inline;
    margin-left: 20px;
    cursor: pointer
}

.selfcare-search-results .consumer-register-form {
    height: 86px;
    margin-top: 0
}

.selfcare-search-results .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container {
    padding-top: 0
}

.selfcare-search-results .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow,
.selfcare-search-results .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    top: 1.56875rem
}

.selfcare-search-results .consumer-register-form .form,
.selfcare-search-results .page-nav-wrap .page-nav-main-label {
    padding-bottom: 0;
    padding-top: 0
}

.selfcare-search-results .expand-collapse {
    cursor: pointer;
    margin-left: 7px;
    font-family: suiss, Arial, sans-serif
}

.selfcare-search-results .expand-collapse.collapsed,
.selfcare-search-results .page-nav-main-label.expanded .expand-collapse {
    display: none
}

.selfcare-search-results .page-nav-main-label.expanded .expand-collapse.collapsed {
    display: inline-block
}

.selfcare-search-results .arw-left,
.selfcare-search-results .arw-right {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: 50%;
    margin-bottom: 2rem;
    margin-top: -1rem;
    vertical-align: top
}

.selfcare-search-results .arw-left {
    background-image: url(../../../b2c/assets/img/search/prev.svg)
}

.selfcare-search-results .arw-right {
    background-image: url(../../../b2c/assets/img/search/next.svg)
}

.search-error {
    background-color: #fff;
    height: 100vh
}

.search-error h4,
.search-error p {
    text-align: center
}

.search-error h4 {
    font-size: 1.25rem
}

.search-error p {
    margin-bottom: 3rem;
    color: #6c6c6c
}

.search-error .swiper-container {
    height: 130px
}

.search-error .error {
    color: #e00800
}

.search-error img {
    width: 120%
}

.search-error .suggestion-item {
    position: relative;
    padding: 1rem;
    height: 130px;
    overflow: hidden;
    cursor: pointer
}

.search-error .suggestion-item h4 {
    position: absolute;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    width: 80%;
    font-size: 1rem
}

@media screen and (min-width:1440px) {
    .uppercase {
        text-transform: uppercase
    }
}

@media screen and (min-width:1025px) and (max-width:1439px) {
    .search-selfcare.search-container>.row>div form .form-section .form-group {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem
    }

    .search-selfcare.search-container #search-form svg {
        margin-top: 5px
    }

    .search-autocomplete {
        top: 96px !important
    }

    .uppercase {
        text-transform: uppercase
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .search-selfcare {
        padding-left: 0
    }

    .search-selfcare #search-form svg {
        margin-top: 5px
    }

    .search-selfcare.search-container>.row>div form .form-section .form-group {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem
    }

    .selfcare-search-results .history-panel section {
        padding: .5rem 1.5rem
    }

    .selfcare-search-results .history-panel section:last-child {
        border-left: 1px solid #e2e1da
    }

    .selfcare-search-results .history-panel {
        padding: 0
    }

    .search-error {
        padding-top: 3rem
    }

    .search-error .suggestion-item {
        padding: .75rem;
        height: 110px
    }

    .search-error .suggestion-item h4 {
        font-size: .875rem
    }

    .search-selfcare .selfcare-search-results .page-nav-wrap .page-nav-main-label {
        margin-left: 8.33333333% !important;
        margin-right: 8.33333333%
    }
}

@media screen and (max-width:991px) {
    .search-selfcare #search-form input[name=search] {
        font-size: 1.25rem
    }

    .search-selfcare #search-form svg {
        width: 24px;
        height: 24px;
        margin-top: 10px
    }

    .search-autocomplete {
        top: 96px !important
    }

    .selfcare-search-results .pagination {
        margin-bottom: 2rem
    }
}

@media screen and (max-width:767px) {
    .search-selfcare.search-container>.row>div form .form-section .form-group {
        margin-top: 1.1rem;
        margin-bottom: 1.1rem
    }

    .search-selfcare #search-form svg {
        margin-top: 0
    }

    .search-selfcare.search-container>.row>div .search-header>a svg {
        width: 16px
    }

    .search-selfcare #search-form input[name=search] {
        font-size: .65rem;
        letter-spacing: 0
    }

    .selfcare-search-results .pagination {
        width: 192px
    }

    .selfcare-search-results .top-result-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .selfcare-search-results .top-results .top-result-item {
        width: 100%;
        margin-bottom: 1rem
    }

    .selfcare-search-results .page-nav-wrap .btn {
        width: 100%
    }

    .selfcare-search-results .pagination {
        text-align: center
    }

    .selfcare-search-results .consumer-register-form {
        min-width: 200px
    }

    .selfcare-search-results .search-filters {
        margin-top: -2rem
    }

    .selfcare-search-results .clear-all-filters {
        display: block;
        margin-left: 0 !important;
        margin-top: 20px
    }

    .selfcare-search-results .search-filters p {
        margin-top: 4rem
    }

    .search-autocomplete {
        top: 60px !important
    }

    .page-nav-main-label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .search-error .suggestion-item {
        padding: .5rem;
        height: 84px
    }

    .search-error .suggestion-item h4 {
        font-size: .875rem
    }

    .search-selfcare .selfcare-search-results .page-nav-wrap .page-nav-main-label {
        margin-left: 8.33333333% !important;
        margin-right: 8.33333333%
    }
}

@media screen and (max-width:374px) {
    .selfcare-search-results .consumer-register-form {
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    right: auto;
    left: .9995rem !important
}

[lang=ar] [dir=rtl] .ui-menu .ui-menu-item .ui-menu-item-wrapper strong {
    font-weight: 600
}

[lang=ar] [dir=rtl] .search-selfcare #search-form svg {
    margin-right: 0;
    margin-left: 18px
}

[lang=ar] [dir=rtl] .search-autocomplete {
    padding-left: 0;
    padding-right: 8.3333%
}

[lang=ar] [dir=rtl] .selfcare-search-results .filters-selected p {
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .filter-item div {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .selfcare-search-results .filter-item label {
    margin-left: 0;
    margin-right: 2rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .filter-item input {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .selfcare-search-results .filter-item-block svg {
    margin-left: 0;
    margin-right: .625rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .consumer-register-form {
    margin-left: 0;
    margin-right: 1rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .expand-collapse {
    display: inline-block;
    margin-right: .2rem;
    margin-left: 0
}

[lang=ar] [dir=rtl] .selfcare-search-results .expand-collapse.collapsed,
[lang=ar] [dir=rtl] .selfcare-search-results .page-nav-main-label.expanded .expand-collapse {
    display: none
}

[lang=ar] [dir=rtl] .selfcare-search-results .page-nav-main-label.expanded .expand-collapse.collapsed {
    display: inline-block
}

[lang=ar] [dir=rtl] .selfcare-search-results .page-nav-main-label .expand-arrow {
    margin-left: 0;
    margin-right: .5rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .history-panel ul {
    padding-right: 0
}

[lang=ar] [dir=rtl] .selfcare-search-results .history-panel .key-list li {
    padding-left: 0;
    padding-right: 1.5rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .history-panel .key-list li:before {
    left: auto;
    right: 0
}

.search-results {
    background-color: #f0f0ea
}

.search-results .page-nav-wrap .page-nav li.highlight a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -4px;
    background-color: #e00800
}

.search-results .search-results-items {
    padding: 2.5rem 0
}

.search-results .search-results-items .search-results-item {
    background-color: #fff;
    padding: .9375rem;
    margin-bottom: 1.875rem
}

.search-results .search-results-items .search-results-item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .search-results .search-results-items .search-results-item {
        padding: .9375rem 1.875rem
    }
}

@media (min-width:992px) {
    .search-results .search-results-items .search-results-item {
        padding: .9375rem 1.25rem
    }
}

@media (min-width:1440px) {
    .search-results .search-results-items .search-results-item {
        padding: 1.875rem 3.75rem
    }
}

.search-results .search-results-items .search-results-item a {
    font-size: 1.25rem;
    color: #e00800;
    padding: 0;
    margin: 0 0 .3125rem
}

@media (min-width:1440px) {
    .search-results .search-results-items .search-results-item a {
        margin: 0 0 .9375rem
    }
}

.search-results .search-results-items .search-results-item a:hover {
    color: #e00800
}

.search-results .search-results-items .search-results-item p {
    font-size: .8125rem;
    color: #6c6c6c;
    padding: 0;
    margin: 0
}

.search-results .search-results-items .loadmore {
    padding: 3.75rem 0 1.25rem
}

.search-results .search-results-items .loadmore .loader {
    display: none;
    margin: auto;
    height: 68px
}

.search-results .search-results-items .loadmore .loader>div {
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px
}

.search-results .search-results-items.loading .loadmore a {
    display: none
}

.search-results .search-results-items.loading .loadmore .loader {
    display: block
}

.search-results .tiles-menu {
    background-color: #e2e1da
}

.search-results .tiles-menu .row {
    padding: 2.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.search-results .tiles-menu .row .swiper-wrapper .menu-tile {
    height: 8.125rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.25rem
}

.search-results .tiles-menu .row .swiper-wrapper .menu-tile a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: .125rem;
    font-family: suiss, Arial, sans-serif;
    font-weight: 600;
    text-align: center
}

.business .search-results .page-nav-wrap {
    background-color: #2b2e2c
}

@media (max-width:768px) {
    .search-results .page-nav-wrap .page-nav li.highlight a:hover {
        color: #232323
    }

    .search-results .page-nav-wrap .page-nav li.highlight a:after {
        height: 0
    }
}

.business .search-results .page-nav-wrap .page-nav .highlight a:after {
    background-color: #e2e1da
}

.rewards-tile-wrapper {
    overflow: hidden
}

.rewards-tile-wrapper.tab-closed {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.rewards-tile-wrapper .swiper-slide {
    width: 73.66666667%
}

.rewards-tile-wrapper div[class*=col-]>.rect-responsive {
    padding-bottom: 136%
}

.rewards-tile-wrapper h4 {
    text-align: center;
    font-size: 1.125rem;
    padding-bottom: .5rem
}

.rewards-tile-wrapper .detail-info-wrap-pricetag {
    padding-top: 1.9rem;
    padding-bottom: .5rem
}

.rewards-tile-wrapper .info-tile {
    border-bottom: 2px solid #e2e1da;
    border-right: 2px solid #e2e1da;
    border-left: 2px solid #e2e1da
}

.rewards-tile-wrapper .row-details {
    padding-top: 2.9rem
}

.rewards-tile-wrapper .row-details p {
    font-size: .875rem;
    color: #9e9d9d;
    text-align: center
}

.rewards-tile-wrapper .upper-title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(224, 8, 0, .5);
    height: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 100%;
    font-size: 1.375rem;
    z-index: 2
}

.rewards-tile-wrapper .upper-title.upper-title-silver {
    background-color: hsla(0, 0%, 75%, .5)
}

.rewards-tile-wrapper .upper-title.upper-title-gold {
    background-color: rgba(255, 204, 0, .5)
}

.rewards-tile-wrapper .down-title {
    bottom: 1.35rem;
    left: .74375rem;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.rewards-tile-wrapper .down-price,
.rewards-tile-wrapper .down-title {
    position: absolute;
    color: #fff;
    width: 100%;
    font-family: suiss, Arial, sans-serif;
    font-weight: 900;
    z-index: 2
}

.rewards-tile-wrapper .down-price {
    right: 1.5rem;
    font-size: 2.6875rem;
    text-align: right;
    bottom: .6rem;
    letter-spacing: .23125rem
}

@media (min-width:425px) {
    .rewards-tile-wrapper .swiper-slide {
        width: 44.66666667%
    }
}

@media (min-width:768px) {
    .rewards-tile-wrapper .swiper-slide {
        width: 40.66666667%;
        margin-left: 3%
    }

    .rewards-tile-wrapper .swiper-slide:first-child {
        margin-left: 8.33%
    }

    .rewards-tile-wrapper .down-title {
        font-size: 1.375rem
    }

    .rewards-tile-wrapper .down-price {
        font-size: 2.8125rem;
        bottom: .47rem
    }
}

@media (min-width:992px) {
    .rewards-tile-wrapper div[class*=col-]>.rect-responsive {
        padding-bottom: 122%
    }

    .rewards-tile-wrapper .swiper-slide {
        width: 26.33%;
        margin-left: 2.33%
    }

    .rewards-tile-wrapper .swiper-slide:first-child {
        margin-left: 8.33%
    }

    .rewards-tile-wrapper .down-title {
        font-size: 1.375rem
    }

    .rewards-tile-wrapper .down-price {
        font-size: 2.8125rem;
        bottom: .47rem
    }
}

@media (min-width:1440px) {
    .rewards-tile-wrapper div[class*=col-]>.rect-responsive {
        padding-bottom: 122%
    }

    .rewards-tile-wrapper .swiper-slide {
        width: 25.1%;
        margin-left: 1.9%
    }

    .rewards-tile-wrapper .swiper-slide:first-child {
        margin-left: 11%
    }

    .rewards-tile-wrapper .upper-title {
        height: 5.8rem;
        font-size: 1.625rem
    }

    .rewards-tile-wrapper .down-title {
        font-size: 1.5rem
    }

    .rewards-tile-wrapper .down-price {
        font-size: 3.375rem;
        bottom: .17rem
    }

    .rewards-tile-wrapper .row-details p {
        font-size: 1rem
    }
}

[lang=ar] [dir=rtl] .rewards-tile-wrapper .down-price {
    left: 1.5rem;
    right: auto;
    text-align: left
}

[lang=ar] [dir=rtl] .rewards-tile-wrapper .down-title {
    right: .74375rem;
    left: auto
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .rewards-tile-wrapper .swiper-slide {
        margin-left: 0;
        margin-right: 3%
    }

    [lang=ar] [dir=rtl] .rewards-tile-wrapper .swiper-slide:first-child {
        margin-left: 0;
        margin-right: 8.33%
    }

    [lang=ar] [dir=rtl] .rewards-tile-wrapper .swiper-slide:last-child {
        margin-left: 3%
    }
}

.table-header {
    background-color: #e2e1da;
    color: #232323;
    letter-spacing: .0625rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.table-header .row>div {
    text-align: left;
    line-height: 1rem;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.table-header .row>div:first-child {
    margin-right: 0
}

.table-header .row>div svg {
    display: none
}

.table-header .row>div.header-selected {
    color: #e00800;
    font-weight: 700
}

.table-header .row>div.header-selected svg {
    display: inline-block;
    width: .5rem;
    height: 1rem;
    margin-left: .75rem;
    padding: 0;
    fill: #e00800;
    transform: rotate(90deg)
}

.table-header .row>div.header-selected svg use {
    -moz-transform: rotate(270deg)
}

.table-header .row>div.header-selected[data-order=asc] svg {
    transform: rotate(-90deg)
}

.business .table-header {
    background-color: #3a3c3b;
    color: #fff
}

.business .table-header .row>div.header-selected {
    color: #fff
}

.business .table-header .row>div.header-selected svg {
    fill: #fff
}

.business .table-headrer-dark {
    background-color: #232323;
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.business .table-checkbox-round .checkbox {
    padding-top: 0
}

.business .table-checkbox-round .form .checkbox label:before {
    border-radius: 50%
}

.business .table-checkbox-round .form .checkbox input[type=checkbox]:checked+label:before {
    background-image: url(../img/forms/checkbox-slim.png)
}

@media (min-width:320px) and (max-width:767px) {
    .business .hidden7 {
        display: none
    }

    .business .last-update {
        border-bottom: 2px solid #d4d4d4
    }
}

.business [lang=ar] [dir=rtl] .table-header .row>div {
    text-align: right
}

.business [lang=ar] [dir=rtl] .table-header .row>div:first-child {
    margin-left: 0;
    margin-right: auto
}

.payment-gateway-container {
    padding: 4rem 0;
    background-color: #f0f0ea
}

.payment-gateway-container h3 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 2rem
}

.payment-gateway-container .section {
    margin: 2rem 0
}

.payment-gateway-container .section .section-title {
    width: 100%;
    border-bottom: 2px solid #fff;
    text-align: center
}

.payment-gateway-container .section .section-title h4 {
    color: #e00800;
    text-transform: uppercase
}

.payment-gateway-container .section .section-body {
    padding-bottom: 2rem;
    padding-top: 1rem
}

.payment-gateway-container .section .section-body .body-fields {
    margin: 1rem 0;
    font-size: 1.5rem;
    display: -ms-flexbox;
    display: flex
}

.payment-gateway-container .section .section-body .body-fields .field-title {
    text-align: right;
    color: #232323;
    padding-right: 1rem
}

.payment-gateway-container .section .section-body .body-fields .field-title.with-image {
    padding-right: 4rem
}

.payment-gateway-container .section .section-body .body-fields .field-value {
    color: #232323;
    text-align: left;
    padding-left: 1rem
}

.payment-gateway-container .section .section-body .body-fields .field-value.with-image {
    padding-left: 4rem;
    color: #232323;
    text-align: left
}

.hero-image-search {
    min-height: 31.25rem
}

.hero-image-search .hero-images-ver-H .form .all-cat {
    max-height: 4.938rem;
    float: left;
    max-width: 33%
}

.hero-image-search .hero-images-ver-H .form .all-cat .form-section {
    margin-bottom: 0
}

@media (max-width:767px) {
    .hero-image-search .hero-images-ver-H .form .all-cat {
        max-width: 100%
    }
}

.hero-image-search .hero-images-ver-H .form .category-dropdown .floating-label-select {
    margin-bottom: 0
}

.hero-image-search .hero-images-ver-H .form .category-dropdown .hero-image-custom {
    height: 100%
}

.hero-image-search .hero-images-ver-H .form .category-dropdown .selection {
    max-width: 100%
}

.hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container {
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem
}

.hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:425px) {
    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container {
        height: 3rem;
        padding-left: 1rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem
    }
}

@media (min-width:768px) {
    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container {
        height: 3.5rem;
        padding-left: 1rem;
        font-size: .875rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: .875rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem;
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container {
        height: 3.5rem;
        font-size: .875rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: .875rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 2rem;
        font-size: .875rem
    }
}

@media (min-width:1440px) {
    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container {
        height: 4.938rem;
        padding-left: 1rem;
        font-size: 1rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-dropdown {
        top: -16px;
        padding: 1rem 0
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem;
        font-size: 1rem
    }
}

.hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2-container.select2-container--open select2-dropdown {
    top: 0 !important
}

@media (min-width:992px) {
    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2.select2-container {
        height: 3.5rem;
        font-size: .875rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: .875rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-dropdown {
        top: -19px;
        padding: .5rem 0
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-results__option {
        padding-left: 2rem;
        font-size: .875rem
    }
}

@media (min-width:1440px) {
    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2.select2-container {
        height: 4.938rem;
        padding-left: 1rem;
        font-size: 1rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-dropdown {
        top: -16px;
        padding: 1rem 0
    }

    .hero-image-search .hero-images-ver-H .form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-results__option {
        padding-left: 1rem;
        font-size: 1rem
    }
}

.hero-image-search .hero-images-ver-H .form .search-group .form-group.input-group.help-box .all-cat {
    background-color: #fff
}

.hero-image-search .hero-images-ver-H .form .search-group .form-group.input-group.help-box .search-style span {
    height: 100%;
    top: 0
}

.hero-image-search .hero-images-ver-H .form .search-group .form-group.input-group.help-box .search-style .btn {
    height: 100%
}

.hero-image-search .hero-images-ver-H .form .search-group .form-group.input-group.help-box .search-style .btn.search-btn svg {
    height: 19px;
    width: 25px
}

.hero-image-search .hero-images-ver-H .form .search-group .form-group input.form-control {
    border: 0
}

.hero-image-search .hero-images-ver-H .form .search-group .form-group .close svg {
    fill: #353738
}

.search-results.support-search-result {
    background-color: #f0f0ea
}

.search-results.support-search-result .page-nav-wrap .page-nav li.highlight a {
    color: #232323
}

.search-results.support-search-result .page-nav-wrap .page-nav li.highlight a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #e00800
}

.search-results.support-search-result .search-results-items {
    padding: 2.5rem 0
}

.search-results.support-search-result .search-results-items .search-results-item {
    background-color: #fff;
    padding: .9375rem;
    margin-bottom: 1.875rem
}

.search-results.support-search-result .search-results-items .search-results-item:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .search-results.support-search-result .search-results-items .search-results-item {
        padding: .9375rem 1.875rem
    }
}

@media (min-width:992px) {
    .search-results.support-search-result .search-results-items .search-results-item {
        padding: .9375rem 1.25rem
    }
}

@media (min-width:1440px) {
    .search-results.support-search-result .search-results-items .search-results-item {
        padding: 1.875rem 3.75rem
    }
}

.search-results.support-search-result .search-results-items .search-results-item a {
    font-size: 1.25rem;
    color: #232323;
    padding: 0;
    margin: 0 0 .3125rem
}

@media (min-width:1440px) {
    .search-results.support-search-result .search-results-items .search-results-item a {
        margin: 0 0 .9375rem
    }
}

.search-results.support-search-result .search-results-items .search-results-item a:hover {
    color: #e00800
}

.search-results.support-search-result .search-results-items .search-results-item p {
    font-size: .8125rem;
    color: #6c6c6c;
    padding: 0;
    margin: 0
}

.search-results.support-search-result .search-results-items .loadmore {
    padding: 3.75rem 0 1.25rem
}

.search-results.support-search-result .search-results-items .loadmore .loader {
    display: none;
    margin: auto;
    height: 68px
}

.search-results.support-search-result .search-results-items .loadmore .loader>div {
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px
}

.search-results.support-search-result .search-results-items.loading .loadmore a {
    display: none
}

.search-results.support-search-result .search-results-items.loading .loadmore .loader {
    display: block
}

@media (max-width:424px) {
    .help-support .hero-image-search {
        min-height: 21.25rem
    }
}

.modal .modal-content {
    box-shadow: none;
    border: none;
    background: #fff
}

.modal .modal-content .modal-header {
    border-bottom: 0
}

.modal .modal-content .modal-header .close {
    margin-right: 1rem;
    right: 0;
    position: absolute
}

.modal .modal-content .modal-body {
    border: 0;
    padding: 3rem 3rem 0
}

.modal .modal-content .modal-body h4 {
    letter-spacing: 0;
    margin-bottom: 0
}

.modal .modal-content .modal-footer {
    border-top: 0;
    padding: 3rem 3rem 4rem
}

.modal .modal-content .form .floating-label-input,
.modal .modal-content .form .floating-label-select {
    margin-bottom: 1rem;
    margin-top: 2rem
}

.modal .modal-content .form .floating-label-input+h4,
.modal .modal-content .form .floating-label-select+h4 {
    margin-top: 2rem
}

.modal .modal-content .form-label-option {
    position: absolute;
    left: 0;
    bottom: -2rem;
    color: #232323;
    text-decoration: underline
}

.business .popup-container {
    background: #fff
}

.business .icon-popup {
    max-width: 70%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .25);
    margin-top: 12rem
}

.business .icon-popup .popup-close {
    width: 100%;
    height: 64px;
    position: absolute;
    z-index: 1
}

.business .icon-popup .popup-close svg {
    width: 28px;
    height: 28px;
    margin: 20px;
    margin: 2rem 3rem;
    text-align: center
}

.business .icon-popup .btn-yellow {
    width: 100%;
    background-color: #e00800;
    border: none;
    color: #fff
}

.business .icon-popup .popup-content {
    padding: 3rem
}

.business .icon-popup .popup-content .form .floating-label-input {
    margin: 0
}

.business .icon-popup .popup-content .form .form-control:focus {
    border-color: transparent
}

.business .icon-popup .popup-content p {
    margin-bottom: 2rem
}

.business .btnYellow {
    background-color: #fc0 !important;
    color: #232323 !important
}

.business .popup-footer .btn.ripple-effect {
    border: none
}

.business .popup-footer .btn.btn-ghost {
    border-top: 2px solid #cecece
}

@media (min-width:992px) {
    .business .modal-dialog {
        width: 40%;
        margin: 5% auto
    }
}

@media (min-width:320px) and (max-width:767px) {
    .business .modal-dialog {
        width: 90%;
        margin: 5% auto
    }
}

@media (min-width:768px) {
    .modal-content {
        box-shadow: none
    }
}

@media (min-width:992px) {
    .modal-dialog {
        width: 50%;
        margin: 5% auto
    }
}

.modal.renew-id-modal .modal-content .form .floating-label-select {
    margin-top: 0
}

.modal.renew-id-modal .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container {
    max-height: 70px
}

.progressbar-wrapper .progress {
    width: 100%;
    display: block;
    border: none;
    background: #fff;
    height: 30px;
    margin-bottom: 10px
}

.progressbar-wrapper .progress .progress-bar {
    height: 100%;
    text-align: center;
    background: #e00800;
    color: #fff;
    width: 0
}

.config-accordion-ticked .bandwidthText {
    color: #fff
}

.login {
    background-color: #f0f0ea;
    padding-top: 6rem;
    padding-bottom: 4rem;
    text-align: center
}

.login h3 {
    padding-top: 0;
    margin-top: 0
}

.login h3,
.login h4 {
    text-transform: uppercase;
    letter-spacing: 0
}

.login h4 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    color: #e00800
}

.login .has-divider .divider {
    width: 100%;
    height: 1px;
    background: #cecece;
    position: relative;
    margin: 1rem auto;
    z-index: 1;
    display: inline-block
}

.login .form {
    margin-top: 0;
    margin-bottom: 0
}

.login .form.form-double>.form-section {
    margin: 0;
    padding: 0
}

.login .form.form-double>.form-section:first-child {
    padding-right: 3.75rem
}

.login .form.form-double>.form-section:nth-child(2) {
    padding-left: 3.75rem
}

.login .form .floating-label-input {
    margin: 0
}

.login .form .floating-label-input label {
    color: #e00800
}

.login .form .checkbox {
    float: left;
    clear: both;
    padding: 0;
    padding-top: 1rem
}

.login .form .visualCaptcha {
    margin-top: 3.25rem;
    margin-bottom: 0
}

.login .form .visualCaptcha .visualCaptcha-explanation {
    margin: 0;
    margin-bottom: 1rem;
    color: #232323;
    background-color: #e2e1da
}

.login .form .btn,
.login .form .main-text .btn {
    margin: 0;
    width: 100% !important
}

.login .form .loader {
    display: none;
    height: 0;
    top: -3rem;
    left: 50%;
    margin-left: 5rem
}

.login .form .loader.login-loader {
    width: auto;
    height: 0;
    top: 0;
    left: 0;
    margin: 1rem auto
}

.login .form p.registration-problems {
    margin: 0;
    margin-top: 2rem;
    padding: 0
}

.login .form p.registration-problems a {
    color: #232323;
    text-decoration: underline
}

.login.new-customer {
    background-color: #e2e1da;
    padding-top: 4rem
}

.login.new-customer p {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.login .forgot {
    font-size: .8rem;
    padding-top: 20px
}

.login .forgot a {
    color: #333;
    padding-right: 5px;
    text-decoration: underline
}

.login .forgot a:last-child {
    padding-left: 5px;
    padding-right: 0
}

.business .login {
    background-color: #f0f0ea
}

.business .login h4 {
    color: #e00800
}

.business .login .form .visualCaptcha .visualCaptcha-explanation {
    color: #fff;
    background-color: #454844
}

.business .login .form p.registration-problems {
    display: none
}

.business .login.new-customer {
    background-color: #454844
}

.business .login.bg-white,
.business .login.bg-white-50 {
    background-color: #f0f0ea
}

#account-locked h4 {
    color: #fb193f !important
}

.login-order {
    letter-spacing: normal;
    text-transform: none;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2)
}

.login-order .padd-1 {
    padding: 0 35px
}

.login-order .signIn {
    position: relative
}

.login-order .floating-label-input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0 !important;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.login-order .floating-label-input input {
    padding-left: 0 !important
}

.login-order .floating-label-input label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 16px
}

.login-order .checkbox label {
    padding-left: 2rem;
    text-align: left;
    font-size: 14px
}

.login-order .green1-border {
    border-color: #be1218 !important
}

.login-order .green1-bg {
    background: #be1218 !important
}

.login-order .pb20 {
    padding-bottom: 20px
}

.login-order .pt20 {
    padding-top: 20px
}

.login-order .w100 {
    width: 100%
}

.login-order .b2b-green {
    color: #e00800 !important;
    border-color: #e00800 !important
}

.login-order .gray-bg3 {
    background: #e2e1da
}

.login-order .gray-login {
    color: #232323 !important
}

.login-order .gray-login ul {
    padding: 0 1.75rem;
    font-size: 1rem;
    line-height: 22px;
    margin-top: 1rem
}

@media (min-width:768px) {
    .login-order .gray-login ul {
        min-height: 21.85rem
    }
}

@media (min-width:993px) and (max-width:1047px) {
    .login-order .gray-login ul {
        font-size: .75rem;
        line-height: 1.5
    }
}

@media (min-width:768px) and (max-width:992px) {
    .login-order .gray-login ul {
        font-size: .75rem;
        line-height: 1.5;
        min-height: 21.85rem
    }
}

.login-order .gray-login ul li {
    list-style: disc;
    list-style-position: outside;
    padding-left: .5rem;
    margin-bottom: .5rem
}

.login-order .gray-login ul a.learnMore {
    margin-left: -1.75rem;
    padding-top: 1.5rem;
    display: block;
    font-size: 14px;
    line-height: 18px
}

.login-order .height-gray {
    height: 440px
}

.login-order .border-top1 {
    border-top: 1px solid #909192
}

.login-order .mb30 {
    margin-bottom: 30px
}

.login-order .mt30 {
    margin-top: 30px
}

.login-order .forget1 {
    width: 50%;
    float: left;
    margin: 26px 0
}

.login-order .forget1 a {
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important;
    padding: 0 !important
}

.login-order .forget2 {
    border-bottom: 1px solid #909192
}

.login-order .forget2 a {
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0 10px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important
}

.login-order h5 {
    margin-bottom: 0 !important;
    letter-spacing: normal
}

.login-order .help-me {
    padding: 0 !important;
    background: transparent
}

.login-order .form-section {
    padding: 0 !important
}

.login-order .form-section .floating-label-input {
    margin: 0 !important
}

.login-order .form-section .alert-icon svg {
    top: 2.5rem !important;
    right: .125rem !important
}

.login-order .form-section .alert-label {
    top: 4.9rem !important
}

.uaepass.login-page-section .box-border.uaePass-vr h6 {
    color: #232323;
    line-height: 1.25rem;
    font-size: 1rem
}

@media (max-width:768px) {
    .login .form .visualCaptcha {
        margin-top: 5rem
    }

    .login .form.form-double>.form-section:first-child {
        padding-right: 0;
        padding-bottom: 2rem
    }

    .login .form.form-double>.form-section:nth-child(2) {
        padding-left: 0
    }

    .login-order .form {
        padding-bottom: 5rem
    }

    .login-order .forget1 a {
        letter-spacing: 0
    }

    .login-order .height-gray {
        height: auto;
        padding: 2px 35px 40px !important
    }
}

@media (min-width:992px) {
    .login .has-divider {
        position: relative
    }

    .login .has-divider .divider {
        width: 1px;
        height: 65%;
        background: #cecece;
        position: absolute;
        top: 20%;
        left: 50%
    }

    .login .main-text.text-left ul {
        padding-left: 16px
    }

    .login .main-text.text-left .btn.btn-default {
        width: 100%;
        text-align: center
    }

    .login .body-big ul {
        font-size: 1.25rem
    }

    .login h3 {
        min-height: 80px
    }
}

.login-sub .login-order.updated-login-dropdown a:focus,
.login-sub .login-order.updated-login-dropdown a:hover {
    color: #e00800 !important
}

.login-sub .login-order.updated-login-dropdown a.btn.btn-danger:focus,
.login-sub .login-order.updated-login-dropdown a.btn.btn-danger:hover {
    color: #fff !important
}

.login-sub .login-order.updated-login-dropdown .floating-label-input {
    padding-bottom: 0
}

.login-sub .login-order.updated-login-dropdown .tooltipped .tooltip {
    left: 0 !important
}

.login-sub .login-order.updated-login-dropdown .tooltipped .tooltip .tooltip-inner {
    width: 220px
}

.main-menu-selfcare .menu-order.login-menu .login-order.updated-login-dropdown .forget1 a,
.main-menu-selfcare .menu-order.login-menu .login-order.updated-login-dropdown .forget1 a:hover,
.main-menu-selfcare .menu-order.login-menu .login-order.updated-login-dropdown .send-again:hover {
    color: #232323 !important
}

.main-menu-selfcare .menu-order.login-menu .login-order.updated-login-dropdown .alert-label {
    text-align: left;
    height: 20px;
    padding-top: 6px
}

[lang=ar] [dir=rtl] .login-order .forget1 a {
    font-family: suiss, Arial, sans-serif
}

[lang=ar] [dir=rtl] .login-order.updated-login-dropdown .tooltipped .tooltip .tooltip-inner {
    text-align: right
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .login-order .gray-login ul {
        min-height: 21.85rem
    }
}

@media (max-width:1023px) and (min-width:768px) {
    [lang=ar] [dir=rtl] .login-order .gray-login ul {
        min-height: 21.85rem
    }
}

[lang=ar] [dir=rtl] .gray-login ul {
    padding-left: 0
}

[lang=ar] [dir=rtl] .gray-login ul li {
    padding-left: 0;
    padding-right: 0
}

[lang=ar] [dir=rtl] .uaepass.login-page-section .gray-login ul {
    min-height: 20.65rem
}

[lang=ar] [dir=rtl] .uaepass.login-page-section .gray-login ul a.learnMore {
    margin-left: 0;
    margin-right: -1.75rem
}

@media (min-width:992px) and (max-width:1280px) {
    [lang=ar] [dir=rtl] .login-page-section .login-order h5 {
        font-size: 1.3rem
    }
}

.recover-username {
    background-color: #f0f0ea;
    padding-top: 6rem;
    padding-bottom: 4rem;
    text-align: center
}

.recover-username h3 {
    text-transform: uppercase
}

.recover-username .form {
    margin-top: 0;
    margin-bottom: 0
}

.recover-username .form .floating-label-input {
    margin: 0
}

.recover-username .form .floating-label-input label {
    color: #e00800
}

.recover-username .form.form-double>.form-section {
    margin: 0;
    padding: 0
}

.recover-username .form.form-double>.form-section:first-child {
    padding-right: 3.75rem
}

.recover-username .form.form-double>.form-section:nth-child(2) {
    padding-left: 3.75rem
}

.recover-username .form.form-double>.form-section .floating-label-input {
    margin-bottom: 2rem
}

.recover-username .form .visualCaptcha {
    margin-top: 3.25rem;
    margin-bottom: 0
}

.recover-username .form .visualCaptcha .visualCaptcha-explanation {
    margin: 0;
    margin-bottom: 1rem;
    color: #232323;
    background-color: #e2e1da
}

.recover-username .form .btn {
    margin: 4rem .5rem 0
}

.recover-username .form p.registration-problems {
    margin: 0;
    margin-top: 2rem;
    padding: 0
}

.recover-username .form p.registration-problems a {
    color: #232323;
    text-decoration: underline
}

.recover-username.new-customer {
    background-color: #e2e1da;
    padding-top: 4rem
}

.recover-username.new-customer p {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.business .recover-username {
    background-color: #f0f0ea
}

.business .recover-username .form .visualCaptcha .visualCaptcha-explanation {
    color: #fff;
    background-color: #454844
}

.business .recover-username .form p.registration-problems {
    display: none
}

.business .recover-username.new-customer {
    background-color: #454844
}

@media (max-width:768px) {
    .recover-username .form.form-double>.form-section:first-child {
        padding-right: 0;
        padding-bottom: 0
    }

    .recover-username .form.form-double>.form-section:nth-child(2) {
        padding-left: 0
    }
}

.reset-password {
    background-color: #f0f0ea;
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center
}

.reset-password .reset-alert {
    height: 6rem;
    position: absolute;
    top: -6rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    color: #e00800;
    overflow: hidden
}

.reset-password .reset-alert p {
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.reset-password h3 {
    text-transform: uppercase
}

.reset-password h3.reset-message {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-transform: inherit;
    color: #e00800;
    letter-spacing: 0
}

.reset-password p.system-message {
    margin: 0;
    padding: 0;
    color: #232323;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.reset-password .form {
    margin-top: 4rem;
    margin-bottom: 0
}

.reset-password .form.form-double>.form-section {
    margin: 0;
    padding: 0
}

.reset-password .form.form-double>.form-section:first-child {
    padding-right: 3.75rem;
    padding-bottom: 2rem
}

.reset-password .form.form-double>.form-section:nth-child(2) {
    padding-left: 3.75rem
}

.reset-password .form .form-group.floating-label-input {
    margin: 0
}

.reset-password .form .form-group.floating-label-input label {
    color: #e00800
}

.reset-password .form .pwd-meter-track {
    width: 100%;
    background-color: transparent;
    overflow: hidden
}

.reset-password .form .pwd-meter-track #pwd-meter {
    min-width: 4rem;
    max-width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.reset-password .form .pwd-meter-track #pwd-meter.progress-bar-danger {
    background-color: #ff8100;
    margin-top: 2rem
}

.reset-password .form .pwd-meter-track #pwd-meter.progress-bar-success {
    background-color: #e00800;
    margin-top: 2rem
}

.reset-password .form .pwd-meter-track #pwd-meter.progress-bar-none {
    background-color: transparent !important;
    margin-top: 0
}

.reset-password .form .visualCaptcha {
    margin-top: 3.25rem;
    margin-bottom: 0
}

.reset-password .form .visualCaptcha .visualCaptcha-explanation {
    margin: 0;
    margin-bottom: 1rem;
    color: #232323;
    background-color: #e2e1da
}

.reset-password .form .btn {
    margin: 1rem .5rem 0
}

.reset-password .form p.registration-problems {
    margin: 0;
    margin-top: 2rem;
    padding: 0
}

.reset-password .form p.registration-problems a {
    color: #232323;
    text-decoration: underline
}

.business .reset-password {
    background-color: #f0f0ea
}

.business .reset-password .form .visualCaptcha .visualCaptcha-explanation {
    color: #fff;
    background-color: #454844
}

.business .reset-password h3.reset-message {
    color: #e00800
}

@media (min-width:414px) {
    .recover-username .form .btn {
        margin: 1rem .5rem 0
    }
}

@media (min-width:425px) {
    .recover-username .form .btn {
        margin: 1rem .5rem 0
    }
}

@media (max-width:768px) {
    .reset-password .form.form-double>.form-section:first-child {
        padding-right: 0
    }

    .reset-password .form.form-double>.form-section:nth-child(2) {
        padding-left: 0
    }

    .recover-username .form .btn {
        margin: 1rem .5rem 0
    }
}

@media (min-width:992px) {
    .recover-username .form .btn {
        margin: 4rem .5rem 0
    }
}

@media (min-width:1440px) {
    .recover-username .form .btn {
        margin: 4rem .5rem 0
    }
}

.action-buttons-wrapper {
    padding-bottom: 2.4rem
}

.action-buttons-wrapper .action-buttons-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.action-buttons-wrapper .action-buttons-container.action-buttons-container-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.action-buttons-wrapper a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .8125rem
}

.action-buttons-wrapper a.dark-button {
    color: #232323
}

.action-buttons-wrapper a span.icon-wrap {
    height: 1.4rem;
    width: 1.4rem
}

.action-buttons-wrapper a span.text-wrap {
    padding: 0 1rem
}

.action-buttons-wrapper a span svg {
    height: 100%;
    width: 100%;
    max-width: 24px;
    max-height: 24px;
    fill: #e00800
}

.action-buttons-wrapper a:hover .text-wrap {
    text-decoration: underline
}

.action-buttons-wrapper a+a {
    margin-left: 1rem
}

.action-buttons-wrapper .action-buttons-container-right a span.icon-wrap {
    margin: 0 1rem
}

.action-buttons-wrapper .action-buttons-container-right a span.icon-wrap.icon-wrap-lock {
    margin: 0 10px
}

.action-buttons-wrapper .action-buttons-container-right a span.text-wrap {
    padding: 0
}

.business .action-buttons-wrapper a {
    color: #e00800
}

.business .action-buttons-wrapper a svg {
    fill: #e00800
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead tr th {
    background-color: #e2e1da !important
}

table.dataTable tfoot th,
table.dataTable thead th {
    font-weight: 700
}

table.dataTable thead td,
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead td:active,
table.dataTable thead th:active {
    outline: none
}

table.dataTable tfoot td,
table.dataTable tfoot th {
    padding: 10px 18px 6px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: 100%
}

table.dataTable thead .sorting {
    background-image: url(../../../b2c/assets/img/data-table/sort_both.png)
}

table.dataTable thead .sorting_asc {
    background-image: url(../../../b2c/assets/img/data-table/sort_asc.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(../../../b2c/assets/img/data-table/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(../../../b2c/assets/img/data-table/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(../../../b2c/assets/img/data-table/sort_desc_disabled.png)
}

table.dataTable tbody tr {
    background-color: #fff
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 2px 10px
}

table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
    border-top: 1px solid #ddd
}

table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3,
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3,
table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap
}

table.dataTable.compact thead td,
table.dataTable.compact thead th {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tbody td,
table.dataTable.compact tbody th,
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
    padding: 4px
}

table.dataTable td.dt-left,
table.dataTable th.dt-left {
    text-align: left
}

table.dataTable td.dataTables_empty {
    text-align: center;
    height: auto;
    padding: 30px 10px;
    color: #e00800
}

table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center
}

table.dataTable td.dt-right,
table.dataTable th.dt-right {
    text-align: right
}

table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
    text-align: justify
}

table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
    white-space: nowrap
}

table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
    text-align: left
}

table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
    text-align: center
}

table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
    text-align: right
}

table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
    text-align: justify
}

table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
    text-align: left
}

table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
    text-align: center
}

table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
    text-align: right
}

table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
    text-align: justify
}

table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable td,
table.dataTable th {
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    position: absolute;
    top: -85px;
    left: 0;
    text-align: right;
    width: 500px;
    display: none
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em;
    background: transparent;
    border: none;
    padding: .5;
    border-bottom: 1px solid #353738
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 1.75em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 1.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #e00800 !important;
    border: 1px solid transparent;
    background-color: transparent
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: default;
    color: #666 !important;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: transparent;
    display: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid #f5f4f5;
    background-color: #f5f4f5;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 25%, hsla(0, 0%, 100%, .9) 75%, hsla(0, 0%, 100%, 0))
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead>table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width:767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {

    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

.data-table-wrap {
    margin: 30px 0
}

.data-table-wrap table.dataTable thead .sorting_asc,
.data-table-wrap table.dataTable thead .sorting_desc {
    background-color: #7b7b7b;
    color: #fff
}

.data-table-wrap table.dataTable thead th {
    font-weight: 700;
    text-align: left;
    background-color: #909192;
    color: #e5e5e5;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px
}

.data-table-wrap table.dataTable tbody td {
    padding: 20px
}

.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.data-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #e00800;
    border: 1px solid #e00800
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    background-position: 93%
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.dataTables_wrapper {
    margin-bottom: 50px
}

.dataTables_wrapper .dt-buttons {
    margin-bottom: 1.2em;
    text-align: right
}

.dataTables_wrapper .btn-default {
    margin: 0 20px 0 0
}

.dataTables_wrapper .btn-default:last-child {
    margin: 0
}

table.dataTable.no-footer,
table.dataTable tbody td,
table.dataTable tbody th,
table.dataTable thead td,
table.dataTable thead th {
    border-bottom: 1px solid #f2f2ec
}

.data-table-wrap table.dataTable thead th {
    font-weight: 400;
    font-size: 13px
}

.data-table-wrap table.dataTable thead .sorting_asc,
.data-table-wrap table.dataTable thead .sorting_desc,
.data-table-wrap table.dataTable thead th {
    background-color: #85898a
}

.data-table-wrap table.dataTable tbody td {
    padding: 15px
}

table.dataTable tbody tr.selected {
    background: #f2f2ec
}

table.dataTable tbody td {
    font-size: 14px
}

.data-table-wrap table.dataTable tbody td input,
.data-table-wrap table.dataTable tbody td select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px 8px
}

@media screen and (max-width:991px) {
    .table-responsive {
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive .table {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .account-services-list-view table.dataTable .listing-row .listing-col {
        clear: both;
        display: block
    }

    .account-services-list-view table.dataTable .listing-row .listing-col .your-plan .listing-icon {
        width: 25px
    }

    .account-services-list-view table.dataTable .listing-row .listing-col .your-plan .listing-icon-txt {
        width: 80%;
        float: left;
        top: 0
    }
}

@media screen and (max-width:991px) and screen and (max-width:767px) {
    .account-services-list-view table.dataTable .listing-row .listing-col .your-plan .listing-icon-txt {
        top: 7px
    }
}

@media screen and (max-width:767px) {

    .data-table-wrap table.dataTable,
    .data-table-wrap table.dataTable tbody,
    .data-table-wrap table.dataTable td,
    .data-table-wrap table.dataTable th,
    .data-table-wrap table.dataTable thead,
    .data-table-wrap table.dataTable tr {
        display: block
    }

    .account-services-list-view .table.dataTable .listing-row .listing-col {
        overflow: initial;
        margin-bottom: 10px
    }

    .account-services-list-view .table.dataTable .listing-row .listing-col .plan-primary {
        margin-left: 0;
        font-size: .7rem;
        padding: 5px 10px;
        margin-top: 10px
    }
}

@media screen and (max-width:530px) {
    .account-services-list-view table.dataTable .listing-row .listing-col {
        clear: both
    }

    .account-services-list-view table.dataTable .listing-row .listing-col .your-plan .listing-icon {
        width: 25px
    }

    .account-services-list-view table.dataTable .listing-row .listing-col .your-plan .listing-icon-txt {
        width: 190px;
        float: left;
        margin-bottom: 10px;
        top: 8px
    }
}

.tile-description-hover {
    display: none
}

.tiles-box:hover .tile-description-hover {
    display: block
}

.table-svg-arrow-right {
    position: relative;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 6px;
    display: block;
    margin-left: 2px
}

.table-svg-arrow-right a svg {
    fill: #cacaca;
    width: 16px;
    height: 16px
}

.business .green-completed,
.green-completed {
    color: #e00800
}

.data-table-simple thead th {
    background-color: transparent
}

.data-table-simple+.dataTables_info {
    display: none
}

.data-table-wrap table.dataTable.data-table-simple thead th {
    background-color: transparent;
    color: #666;
    font-weight: 700;
    border-bottom: 1px solid #666
}

table.dataTable.display.data-table-simple tbody tr.odd,
table.dataTable.display.data-table-simple tbody tr.odd>.sorting_1,
table.dataTable.display.data-table-simple tbody tr:hover>.sorting_1,
table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.hover.data-table-simple tbody tr:hover>.sorting_1,
table.dataTable.order-column.stripe.data-table-simple tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent
}

table.dataTable.display tbody tr.odd.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable tbody tr.selected {
    background-color: #f5f5f5
}

.no-margin,
.no-margin .dataTables_wrapper {
    margin: 0
}

.no-padding {
    padding: 0
}

.see-all-reccords {
    float: right;
    text-align: right;
    margin-top: 32px;
    margin-left: 10px;
    font-size: .8rem
}

#accountsTable_wrapper .dataTables_paginate.paging_simple_numbers {
    width: auto
}

.see-all-reccords a {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px
}

[lang=ar] [dir=rtl] .see-all-reccords {
    float: left;
    text-align: left
}

[lang=ar] [dir=rtl] .dataTables_wrapper .dataTables_info {
    float: right
}

[lang=ar] [dir=rtl] .dataTables_wrapper .dataTables_paginate {
    float: left
}

.panel-dashboard .summary-value {
    color: #e00800
}

.chart-card {
    background-color: #fff;
    padding: 20px;
    margin: 20px
}

.chart-card canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.chart-card .chart-holder {
    position: relative
}

.chart-card .chart-title-val {
    position: absolute;
    left: 0;
    top: 40%;
    font-family: sans-serif;
    width: 100%;
    text-align: center
}

.chart-card .card-header {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px
}

.chart-card .card-title.pull-right {
    text-align: right
}

.chart-card .card-title .card-title-head {
    font-size: 1em;
    font-weight: 600;
    color: #be1218
}

.chart-card .card-title span {
    color: #666;
    font-size: small
}

.svpn .panel-wrapper {
    padding: 1em
}

.svpn .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border: transparent
}

.svpn .panel-default>.panel-heading {
    color: #333;
    background-color: #e0e0e0;
    border-color: #ddd
}

.svpn .panel-heading {
    padding: 10px 30px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent
}

.svpn .panel-body {
    padding: 15px
}

.svpn .tunnel-bandwidth-allocation .chart-card {
    margin: 0
}

@media only screen and (max-width:425px) {
    .svpn .panel-dashboard {
        padding: 20px
    }
}

.hexagon {
    width: 300px;
    height: 173.21px;
    background-color: #90ee90;
    margin: 86.6px 0;
    border-left: 3px dotted red;
    border-right: 3px dotted red;
    box-shadow: 0 0 20px rgba(0, 0, 0, .6)
}

.hexagon:after,
.hexagon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 212.13px;
    height: 212.13px;
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 40.934px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .6)
}

.hexagon:before {
    top: -106.066px;
    border-top: 3px dotted red;
    border-right: 3px dotted red
}

.hexagon:after {
    bottom: -106.066px;
    border-bottom: 3px dotted red;
    border-left: 3px dotted red
}

.hexagon span {
    display: block;
    position: absolute;
    top: 1.7320508075688772px;
    left: 0;
    width: 294px;
    height: 169.741px;
    z-index: 2;
    background: inherit
}

.ho-swiper-wapper {
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    height: 22rem
}

.ho-swiper-wapper .swiper-content svg {
    width: 100%;
    margin: 0 auto;
    height: 100%
}

.ho-swiper-wapper .swiper-content {
    display: inline-block;
    position: relative;
    height: 100%;
    cursor: pointer
}

.ho-swiper-wapper .swiper-content .size-small {
    font-size: smaller
}

.ho-swiper-wapper .slide-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.ho-swiper-wapper .active .slide-text {
    color: #fff
}

.ho-swiper-wapper .add-ho {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ho-swiper-wapper .add-ho .icon-plus svg {
    width: 33px;
    height: 35px
}

.ho-swiper-wapper .add-ho .wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.ho-swiper-wapper .ho-slider {
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 54%;
    -ms-flex-preferred-size: 80%;
    position: relative
}

.ho-swiper-wapper .swiper-container .swiper-slide {
    background-color: transparent
}

.ho-swiper-wapper .swiper-button-next.swiper-button-disabled,
.ho-swiper-wapper .swiper-button-prev.swiper-button-disabled {
    display: none
}

.ho-swiper-wapper .swiper-button-prev,
.ho-swiper-wapper .swiper-container-rtl .swiper-button-next {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #f0f0ea);
    width: 100px;
    height: 80%;
    top: 15%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    z-index: 1
}

.ho-swiper-wapper .swiper-button-next,
.ho-swiper-wapper .swiper-container-rtl .swiper-button-prev {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f0f0ea);
    width: 100px;
    height: 70%;
    top: 15%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
    z-index: 1
}

.ho-swiper-wapper .swiper-button-next svg,
.ho-swiper-wapper .swiper-button-prev svg,
.ho-swiper-wapper .swiper-container-rtl .swiper-button-next svg,
.ho-swiper-wapper .swiper-container-rtl .swiper-button-prev svg {
    stroke: #b3b0ab;
    width: 50px;
    height: 50px;
    stroke-width: 2px
}

.ho-swiper-wapper .tooltip .tooltip-inner {
    background-color: #e00800
}

.ho-swiper-wapper .tooltip .tooltip-arrow {
    border-right-color: #e00800
}

.ho-swiper-wapper .tooltip .chart-card {
    margin: 0
}

.ho-swiper-wapper .popover {
    min-width: 400px
}

.ho-swiper-wapper .popover .popover-content .chart-card {
    padding: 0;
    margin: 0
}

.ho-swiper-wapper .popover .btn-link,
.ho-swiper-wapper .popover .btn-link:active,
.ho-swiper-wapper .popover .btn-link:focus,
.ho-swiper-wapper .popover .btn-link:hover {
    border-color: transparent;
    border: none
}

.ho-swiper-wapper .swiper-container .swiper-slide a.btn-link {
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 2rem;
    height: 2rem;
    border: none
}

.ho-swiper-wapper .btn-arrow-only svg {
    stroke: #e00800;
    transform: rotate(180deg);
    width: 2rem;
    height: 1rem
}

.ho-swiper-wapper .active .btn-arrow-only svg {
    stroke: #fff
}

.ho-swiper-wapper .btn-arrow-only {
    padding: 5px
}

.ho-swiper-wapper .swiper-slide svg polygon {
    fill: #fdfdfd
}

.ho-swiper-wapper .swiper-slide.active svg polygon {
    fill: #be1218
}

@media only screen and (max-width:768px) {
    .ho-swiper-wapper {
        display: block;
        height: 100%
    }

    .ho-swiper-wapper .add-ho {
        width: 20%;
        margin: 15px auto 0
    }
}

@media only screen and (max-width:1024px) {
    .ho-swiper-wapper .swiper-button-next {
        width: 50px;
        height: 90%;
        top: 10%
    }

    .ho-swiper-wapper .swiper-button-next svg {
        width: 20px
    }

    .ho-swiper-wapper .swiper-button-prev {
        width: 50px;
        height: 100%;
        top: 0
    }

    .ho-swiper-wapper .swiper-button-prev svg {
        width: 20px
    }
}

@media only screen and (max-width:425px) {
    .ho-swiper-wapper .swiper-content {
        width: 80%;
        height: 80%;
        margin: 0 auto 10px
    }

    .ho-swiper-wapper .add-ho .swiper-content .slide-text>div {
        display: none
    }

    .ho-swiper-wapper .swiper-button-next {
        width: 50px
    }

    .ho-swiper-wapper .swiper-button-next svg {
        width: 20px
    }

    .ho-swiper-wapper .swiper-button-prev {
        width: 50px
    }

    .ho-swiper-wapper .swiper-button-prev svg {
        width: 20px
    }
}

.swiper-slide.active:after {
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid #ddd;
    position: absolute;
    bottom: 0;
    -ms-transform: translate(-9.5vw)
}

#serviceSection {
    background-color: #ddd
}

.panel-default>.panel-heading.filters-wrapper {
    background-color: #f0f0f0
}

.svpn-filters .btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 40%;
    min-width: 355px
}

.svpn-filters .btn-group :first-child {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.svpn-filters .svpn-filters :last-child {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: right
}

.svpn-filters .btn-group label.btn.btn-primary.active {
    color: #fff;
    background-color: #be1218;
    border-color: #be1218
}

.svpn-filters .btn-group label.btn.btn-primary {
    color: #666;
    background-color: #fff;
    font-size: medium;
    padding: 0 20px;
    height: 4em;
    line-height: 4em;
    border-width: 1px
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.panel-dashboard {
    padding: 30px
}

.panel-dashboard .summary-item {
    text-transform: uppercase
}

.panel-dashboard .summary-item label {
    min-height: 3rem
}

.panel-dashboard .summary-value {
    color: #909192
}

.panel-dashboard .btn-width-wrap .btn {
    width: 100%
}

.panel-dashboard .panel-wrapper .data-table-wrap .table-responsive {
    border: 0
}

.panel-dashboard .display tbody tr:first-child,
.panel-dashboard .display tbody tr:nth-child(2),
.panel-dashboard .display tbody tr:nth-child(3) {
    height: auto;
    display: table-row
}

.panel-dashboard .display tbody tr {
    height: 0;
    display: table-column
}

.panel-dashboard .display.view-All {
    overflow: auto;
    display: block;
    max-height: 380px
}

.panel-dashboard .display.view-All tbody tr {
    height: auto;
    display: table-row
}

.site-info .chart-card {
    margin: 0;
    background-color: transparent
}

.linear-progress-wrapper.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.linear-progress-wrapper.flex .linear-progress {
    width: 46%;
    padding: 0;
    box-sizing: border-box;
    margin: 10px 0;
    color: #666
}

.linear-progress-wrapper .meter {
    height: 5px;
    position: relative;
    background: #ccc;
    border-radius: 5px;
    padding: 0;
    animation-name: c;
    animation-duration: 2s
}

.linear-progress-wrapper .meter>span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #e00800;
    transition: width 1s ease;
    position: relative;
    overflow: hidden
}

.linear-progress-wrapper .meter.orange>span {
    background-color: #fc0
}

.linear-progress-wrapper .meter.red>span {
    background-color: #f42323
}

@keyframes c {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@media (max-width:414px) {
    .svpn-filters .btn-group {
        width: 100%;
        max-width: 355px;
        min-width: 300px
    }

    .svpn-filters .btn-group label.btn.btn-primary {
        padding: 10px;
        height: 3em;
        line-height: 2em
    }

    .chart-card {
        margin: 0;
        padding: 0
    }
}

@media (max-width:320px) {
    .svpn-filters .btn-group {
        width: 100%;
        max-width: 300px;
        min-width: 0
    }

    .svpn-filters .btn-group label.btn.btn-primary {
        padding: 5px;
        height: 2em;
        line-height: 1em
    }
}

@media (min-width:768px) {
    .panel-dashboard .summary-item label {
        min-height: 1rem
    }

    .panel-dashboard .btn-width-wrap .btn {
        width: auto
    }

    .chart-card .chart-title-val {
        top: 40%
    }
}

@media (min-width:992px) {
    .chart-card .card-title {
        text-align: left
    }

    .chart-card .card-title.pull-right {
        text-align: right
    }
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.business .svpn-nav-menu-wrap {
    background: #ddd
}

.business .svpn-nav-menu-wrap .dropdown .dropdown-menu a {
    color: #666
}

.business .svpn-nav-menu-wrap .dropdown .dropdown-menu a:before {
    left: 14px !important
}

.business .svpn-nav-menu-wrap .dropdown .dropdown-menu a:hover {
    color: #333;
    border-bottom-color: #666
}

.business .svpn-nav-menu-wrap .dropdown .dropdown-menu .active a {
    color: #333
}

@media (max-width:768px) {
    .business .svpn-nav-menu-wrap .active a {
        color: #fff
    }
}

#serviceSection .addService {
    float: left;
    width: 8em;
    height: 8em;
    border: 2px dashed #666;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px
}

#serviceSection .addService svg {
    fill: #000;
    stroke: #000;
    width: 100%;
    height: 33px;
    width: 35px
}

#serviceSection .well {
    padding: 4em 5em;
    position: relative;
    overflow: hidden
}

#serviceSection .well .popover {
    max-width: 330px;
    z-index: 6
}

#serviceSection .blur-bg {
    background: hsla(0, 0%, 90%, .8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    filter: blur(20px)
}

#serviceSection .blur-bg.in {
    z-index: 5
}

.expanded-colapse-expand {
    display: -ms-flexbox;
    display: flex
}

.expanded-colapse-expand .expanded-window {
    width: 30%;
    background: #fff;
    transition: width .5s ease-out;
    position: relative;
    box-shadow: -2px 0 3px 0 rgba(50, 50, 46, .25)
}

.expanded-colapse-expand .expanded-window a {
    position: absolute;
    left: -30px;
    top: 50px;
    width: 30px;
    padding: 0;
    height: 85px;
    line-height: 100px;
    border: 0;
    box-shadow: -2px 0 3px 0 rgba(50, 50, 46, .25);
    z-index: 0
}

.expanded-colapse-expand .expanded-window a:hover {
    background-color: #e00800;
    color: #fff
}

.expanded-colapse-expand .expanded-window a:hover svg {
    fill: #fff
}

.expanded-colapse-expand .expanded-window a svg {
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    fill: #242424
}

.expanded-colapse-expand .expanded-content {
    width: 70%;
    transition: width .5s ease-out
}

#map_custom .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
    left: -25px !important;
    top: -200px !important
}

.map-popup-container {
    width: 300px;
    box-sizing: border-box
}

.map-popup-container .half-container {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #242424
}

.map-popup-container .half-container .half-width-col {
    -ms-flex: 1;
    flex: 1
}

.map-popup-container .half-container .half-width-col .second-half {
    color: #e00800;
    font-size: 120%;
    font-weight: 700
}

.map-popup-container .half-container .half-width-col+.half-width-col {
    margin-left: 10px
}

.map-popup-container .full-width-col {
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.map-popup-container .full-width-col>div {
    width: 45%
}

.map-popup-container .full-width-col .popup-label {
    text-transform: uppercase;
    font-weight: 600
}

.map-popup-container .full-width-col .popup-value a {
    color: #e00800
}

.map-popup-container .full-width-col .popup-link {
    margin-top: 15px;
    text-align: center;
    width: 100%
}

.map-popup-container .full-width-col .popup-link a {
    text-transform: uppercase
}

.map-wraper {
    position: relative;
    display: block;
    width: 100%
}

.legends-container {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: hsla(0, 0%, 100%, .01);
    background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .01)), color-stop(100%, #9a9a9a));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .01), #9a9a9a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#9a9a9a", GradientType=0)
}

.ho-container {
    box-shadow: 0 0 5px gray;
    background: #fff;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px;
    box-sizing: border-box;
    text-align: -webkit-auto;
    text-align: inherit;
    margin-bottom: 30px
}

.ho-container .ho-wraper {
    border-bottom: 1px solid #909192
}

.ho-container .ho-wraper .ho_ {
    margin: 10px 0
}

.ho-container .ho-wraper .ho-left {
    text-align: left
}

.ho-container .ho-header {
    margin-top: 10px
}

.ho-container .ho-header .ho-content .ho-label {
    text-transform: uppercase
}

.map-header {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center
}

.map-header .header-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.map-header .header-container label {
    text-transform: uppercase;
    font-size: 13px
}

.map-header .header-container:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.map-buttons-container {
    margin: auto
}

.map-buttons-container .map-legends-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex
}

.map-buttons-container .map-legends-buttons .dshbd {
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0
}

.map-buttons-container .map-legends-buttons .dsh-btn-link .btn-group {
    display: -ms-flexbox;
    display: flex
}

.map-buttons-container .map-legends-buttons .dsh-btn-link .btn-group a {
    padding: 5px 15px
}

.map-buttons-container .map-legends-buttons .dsh-btn-link .btn-group a svg {
    width: 20px;
    height: 20px
}

.map-buttons-container .map-legends-buttons .dsh-btn-link .btn-group a:first-child {
    background-color: #fff;
    border: 0
}

@media (min-width:768px) {
    .map-header {
        box-shadow: 0 0 5px gray;
        background: #fff;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 30px;
        box-sizing: border-box;
        text-align: -webkit-auto;
        text-align: inherit
    }

    .map-header.map-header-view {
        left: 2%;
        top: 3%;
        width: 65%;
        position: absolute
    }

    .map-header .header-container {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 18%
    }

    .map-header .header-container label {
        text-transform: uppercase
    }

    #map_custom .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
        left: -50px !important;
        top: -180px !important
    }

    .map-buttons-container .map-legends-buttons .dshbd {
        margin: 0
    }

    .ho-container {
        box-shadow: 0 0 5px gray;
        background: #fff;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 30px;
        box-sizing: border-box;
        text-align: -webkit-auto;
        text-align: inherit
    }

    .ho-container .ho-wraper {
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #909192
    }

    .ho-container .ho-wraper .ho_ {
        -ms-flex: 1;
        flex: 1
    }

    .ho-container .ho-wraper .ho-left {
        text-align: left
    }

    .ho-container .ho-wraper .ho-right {
        text-align: right
    }

    .ho-container .ho-header {
        display: -ms-flexbox;
        display: flex
    }

    .ho-container .ho-header .ho-content {
        width: 32%;
        display: -ms-flexbox;
        display: flex
    }

    .ho-container .ho-header .ho-content .ho-label,
    .ho-container .ho-header .ho-content .ho-value {
        -ms-flex: 50;
        flex: 50
    }

    .ho-container .ho-header .ho-content .ho-value {
        color: #909192
    }
}

.charts-legends ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0
}

.charts-legends ul li {
    padding-bottom: 10px
}

.charts-legends ul li:before {
    content: " ";
    width: 20px;
    height: 20px;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom
}

.charts-legends ul li.normal:before {
    border-color: #e00800
}

.charts-legends ul li.warning:before {
    border-color: #fc0
}

.charts-legends ul li.none:before {
    border-color: #bdc3c7
}

.charts-legends ul li.error:before {
    border-color: #d0011b;
    background-color: #d0011b
}

.charts-legends ul li.big:before {
    padding: 13px;
    margin-right: 9px
}

.charts-legends.legends-filler {
    font-size: 12px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
    text-shadow: 0 0 3px #000
}

.charts-legends.legends-filler ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0
}

.charts-legends.legends-filler ul li {
    padding-bottom: 10px
}

.charts-legends.legends-filler ul li:before {
    content: " ";
    width: 15px;
    height: 16px;
    padding: 5px;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: bottom;
    box-shadow: 0 0 2px grey
}

.charts-legends.legends-filler ul li.normal:before {
    background-color: #e00800
}

.charts-legends.legends-filler ul li.warning:before {
    background-color: #fc0
}

.charts-legends.legends-filler ul li.none:before {
    background-color: #bdc3c7
}

.charts-legends.legends-filler ul li.error:before {
    border-color: #d0011b;
    background-color: #d0011b
}

.charts-legends.legends-filler ul li.big:before {
    padding: 13px;
    margin-right: 9px
}

.set-size {
    font-size: 10em
}

.charts-container:after {
    clear: both;
    content: "";
    display: table
}

.pie-wrapper {
    height: 1em;
    width: 1em;
    float: left;
    margin: 1.5rem;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 100px
}

.pie-wrapper.progress-small {
    height: .8em;
    width: .8em;
    margin: 2.5rem 2.2rem
}

.pie-wrapper.progress-small span.label {
    line-height: 2.5em
}

.pie-wrapper[aria-describedby] {
    z-index: 5
}

.pie-wrapper .pie {
    clip: rect(0, 1em, 1em, .5em);
    cursor: pointer
}

.pie-wrapper .pie,
.pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.pie-wrapper .pie .half-circle {
    border: .05em solid #3498db;
    border-radius: 50%;
    clip: rect(0, .5em, 1em, 0)
}

.pie-wrapper .label {
    background: #34495e;
    border-radius: 50%;
    bottom: .5em;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: .22222222em;
    left: .5em;
    line-height: 3.25em;
    position: absolute;
    right: .5em;
    text-align: center;
    top: .5em
}

.pie-wrapper .label .smaller {
    color: #bdc3c7;
    font-size: .45em;
    padding-bottom: 20px;
    vertical-align: super
}

.pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: .05em solid #bdc3c7;
    border-radius: 50%
}

.pie-wrapper.style-2 .label {
    background: none;
    color: #7f8c8d
}

.pie-wrapper.style-2 .label .smaller {
    color: #bdc3c7
}

.pie-wrapper.progress-grid {
    height: 2em;
    width: 2em;
    transform: rotate(20deg);
    margin: 0;
    background-color: #fff
}

.pie-wrapper.progress-grid .shadow {
    border: .2em solid #dcdcdc
}

.pie-wrapper.progress-grid .half-circle {
    border: .2em solid #3498db;
    clip: rect(0, 1.33333333em, 2em, 0)
}

.pie-wrapper.progress-error .pie .right-side {
    display: none
}

.pie-wrapper.progress-error .pie .half-circle {
    border-color: #e74c3c
}

.pie-wrapper.progress-error .pie .left-side {
    transform: rotate(0deg)
}

.pie-wrapper.progress-error .shadow {
    border-color: red;
    background-color: red
}

.pie-wrapper.progress-error .label {
    color: #fff
}

.pie-wrapper.progress-0 .pie .right-side {
    display: none
}

.pie-wrapper.progress-0 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-0 .pie .left-side {
    transform: rotate(0deg)
}

.pie-wrapper.progress-1 .pie .right-side {
    display: none
}

.pie-wrapper.progress-1 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-1 .pie .left-side {
    transform: rotate(3.6deg)
}

.pie-wrapper.progress-2 .pie .right-side {
    display: none
}

.pie-wrapper.progress-2 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-2 .pie .left-side {
    transform: rotate(7.2deg)
}

.pie-wrapper.progress-3 .pie .right-side {
    display: none
}

.pie-wrapper.progress-3 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-3 .pie .left-side {
    transform: rotate(10.8deg)
}

.pie-wrapper.progress-4 .pie .right-side {
    display: none
}

.pie-wrapper.progress-4 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-4 .pie .left-side {
    transform: rotate(14.4deg)
}

.pie-wrapper.progress-5 .pie .right-side {
    display: none
}

.pie-wrapper.progress-5 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-5 .pie .left-side {
    transform: rotate(18deg)
}

.pie-wrapper.progress-6 .pie .right-side {
    display: none
}

.pie-wrapper.progress-6 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-6 .pie .left-side {
    transform: rotate(21.6deg)
}

.pie-wrapper.progress-7 .pie .right-side {
    display: none
}

.pie-wrapper.progress-7 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-7 .pie .left-side {
    transform: rotate(25.2deg)
}

.pie-wrapper.progress-8 .pie .right-side {
    display: none
}

.pie-wrapper.progress-8 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-8 .pie .left-side {
    transform: rotate(28.8deg)
}

.pie-wrapper.progress-9 .pie .right-side {
    display: none
}

.pie-wrapper.progress-9 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-9 .pie .left-side {
    transform: rotate(32.4deg)
}

.pie-wrapper.progress-10 .pie .right-side {
    display: none
}

.pie-wrapper.progress-10 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-10 .pie .left-side {
    transform: rotate(36deg)
}

.pie-wrapper.progress-11 .pie .right-side {
    display: none
}

.pie-wrapper.progress-11 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-11 .pie .left-side {
    transform: rotate(39.6deg)
}

.pie-wrapper.progress-12 .pie .right-side {
    display: none
}

.pie-wrapper.progress-12 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-12 .pie .left-side {
    transform: rotate(43.2deg)
}

.pie-wrapper.progress-13 .pie .right-side {
    display: none
}

.pie-wrapper.progress-13 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-13 .pie .left-side {
    transform: rotate(.13turn)
}

.pie-wrapper.progress-14 .pie .right-side {
    display: none
}

.pie-wrapper.progress-14 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-14 .pie .left-side {
    transform: rotate(50.4deg)
}

.pie-wrapper.progress-15 .pie .right-side {
    display: none
}

.pie-wrapper.progress-15 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-15 .pie .left-side {
    transform: rotate(54deg)
}

.pie-wrapper.progress-16 .pie .right-side {
    display: none
}

.pie-wrapper.progress-16 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-16 .pie .left-side {
    transform: rotate(57.6deg)
}

.pie-wrapper.progress-17 .pie .right-side {
    display: none
}

.pie-wrapper.progress-17 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-17 .pie .left-side {
    transform: rotate(61.2deg)
}

.pie-wrapper.progress-18 .pie .right-side {
    display: none
}

.pie-wrapper.progress-18 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-18 .pie .left-side {
    transform: rotate(64.8deg)
}

.pie-wrapper.progress-19 .pie .right-side {
    display: none
}

.pie-wrapper.progress-19 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-19 .pie .left-side {
    transform: rotate(68.4deg)
}

.pie-wrapper.progress-20 .pie .right-side {
    display: none
}

.pie-wrapper.progress-20 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-20 .pie .left-side {
    transform: rotate(72deg)
}

.pie-wrapper.progress-21 .pie .right-side {
    display: none
}

.pie-wrapper.progress-21 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-21 .pie .left-side {
    transform: rotate(75.60000000000001deg)
}

.pie-wrapper.progress-22 .pie .right-side {
    display: none
}

.pie-wrapper.progress-22 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-22 .pie .left-side {
    transform: rotate(79.2deg)
}

.pie-wrapper.progress-23 .pie .right-side {
    display: none
}

.pie-wrapper.progress-23 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-23 .pie .left-side {
    transform: rotate(82.8deg)
}

.pie-wrapper.progress-24 .pie .right-side {
    display: none
}

.pie-wrapper.progress-24 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-24 .pie .left-side {
    transform: rotate(86.4deg)
}

.pie-wrapper.progress-25 .pie .right-side {
    display: none
}

.pie-wrapper.progress-25 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-25 .pie .left-side {
    transform: rotate(90deg)
}

.pie-wrapper.progress-26 .pie .right-side {
    display: none
}

.pie-wrapper.progress-26 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-26 .pie .left-side {
    transform: rotate(.26turn)
}

.pie-wrapper.progress-27 .pie .right-side {
    display: none
}

.pie-wrapper.progress-27 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-27 .pie .left-side {
    transform: rotate(97.2deg)
}

.pie-wrapper.progress-28 .pie .right-side {
    display: none
}

.pie-wrapper.progress-28 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-28 .pie .left-side {
    transform: rotate(100.8deg)
}

.pie-wrapper.progress-29 .pie .right-side {
    display: none
}

.pie-wrapper.progress-29 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-29 .pie .left-side {
    transform: rotate(104.4deg)
}

.pie-wrapper.progress-30 .pie .right-side {
    display: none
}

.pie-wrapper.progress-30 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-30 .pie .left-side {
    transform: rotate(108deg)
}

.pie-wrapper.progress-31 .pie .right-side {
    display: none
}

.pie-wrapper.progress-31 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-31 .pie .left-side {
    transform: rotate(.31turn)
}

.pie-wrapper.progress-32 .pie .right-side {
    display: none
}

.pie-wrapper.progress-32 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-32 .pie .left-side {
    transform: rotate(.32turn)
}

.pie-wrapper.progress-33 .pie .right-side {
    display: none
}

.pie-wrapper.progress-33 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-33 .pie .left-side {
    transform: rotate(.33turn)
}

.pie-wrapper.progress-34 .pie .right-side {
    display: none
}

.pie-wrapper.progress-34 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-34 .pie .left-side {
    transform: rotate(126deg)
}

.pie-wrapper.progress-35 .pie .right-side {
    display: none
}

.pie-wrapper.progress-35 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-35 .pie .left-side {
    transform: rotate(126deg)
}

.pie-wrapper.progress-36 .pie .right-side {
    display: none
}

.pie-wrapper.progress-36 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-36 .pie .left-side {
    transform: rotate(.36turn)
}

.pie-wrapper.progress-37 .pie .right-side {
    display: none
}

.pie-wrapper.progress-37 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-37 .pie .left-side {
    transform: rotate(133.20000000000002deg)
}

.pie-wrapper.progress-38 .pie .right-side {
    display: none
}

.pie-wrapper.progress-38 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-38 .pie .left-side {
    transform: rotate(.38turn)
}

.pie-wrapper.progress-39 .pie .right-side {
    display: none
}

.pie-wrapper.progress-39 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-39 .pie .left-side {
    transform: rotate(.39turn)
}

.pie-wrapper.progress-40 .pie .right-side {
    display: none
}

.pie-wrapper.progress-40 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-40 .pie .left-side {
    transform: rotate(144deg)
}

.pie-wrapper.progress-41 .pie .right-side {
    display: none
}

.pie-wrapper.progress-41 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-41 .pie .left-side {
    transform: rotate(.41turn)
}

.pie-wrapper.progress-42 .pie .right-side {
    display: none
}

.pie-wrapper.progress-42 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-42 .pie .left-side {
    transform: rotate(151.20000000000002deg)
}

.pie-wrapper.progress-43 .pie .right-side {
    display: none
}

.pie-wrapper.progress-43 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-43 .pie .left-side {
    transform: rotate(154.8deg)
}

.pie-wrapper.progress-44 .pie .right-side {
    display: none
}

.pie-wrapper.progress-44 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-44 .pie .left-side {
    transform: rotate(.44turn)
}

.pie-wrapper.progress-45 .pie .right-side {
    display: none
}

.pie-wrapper.progress-45 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-45 .pie .left-side {
    transform: rotate(162deg)
}

.pie-wrapper.progress-46 .pie .right-side {
    display: none
}

.pie-wrapper.progress-46 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-46 .pie .left-side {
    transform: rotate(165.6deg)
}

.pie-wrapper.progress-47 .pie .right-side {
    display: none
}

.pie-wrapper.progress-47 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-47 .pie .left-side {
    transform: rotate(169.20000000000002deg)
}

.pie-wrapper.progress-48 .pie .right-side {
    display: none
}

.pie-wrapper.progress-48 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-48 .pie .left-side {
    transform: rotate(172.8deg)
}

.pie-wrapper.progress-49 .pie .right-side {
    display: none
}

.pie-wrapper.progress-49 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-49 .pie .left-side {
    transform: rotate(.49turn)
}

.pie-wrapper.progress-50 .pie .right-side {
    display: none
}

.pie-wrapper.progress-50 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-50 .pie .left-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-51 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-51 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-51 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-51 .pie .left-side {
    transform: rotate(.51turn)
}

.pie-wrapper.progress-52 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-52 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-52 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-52 .pie .left-side {
    transform: rotate(.52turn)
}

.pie-wrapper.progress-53 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-53 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-53 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-53 .pie .left-side {
    transform: rotate(.53turn)
}

.pie-wrapper.progress-54 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-54 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-54 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-54 .pie .left-side {
    transform: rotate(.54turn)
}

.pie-wrapper.progress-55 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-55 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-55 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-55 .pie .left-side {
    transform: rotate(198deg)
}

.pie-wrapper.progress-56 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-56 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-56 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-56 .pie .left-side {
    transform: rotate(201.6deg)
}

.pie-wrapper.progress-57 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-57 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-57 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-57 .pie .left-side {
    transform: rotate(205.20000000000002deg)
}

.pie-wrapper.progress-58 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-58 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-58 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-58 .pie .left-side {
    transform: rotate(208.8deg)
}

.pie-wrapper.progress-59 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-59 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-59 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-59 .pie .left-side {
    transform: rotate(.59turn)
}

.pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-60 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-60 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-60 .pie .left-side {
    transform: rotate(216deg)
}

.pie-wrapper.progress-61 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-61 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-61 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-61 .pie .left-side {
    transform: rotate(.61turn)
}

.pie-wrapper.progress-62 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-62 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-62 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-62 .pie .left-side {
    transform: rotate(.62turn)
}

.pie-wrapper.progress-63 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-63 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-63 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-63 .pie .left-side {
    transform: rotate(.63turn)
}

.pie-wrapper.progress-64 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-64 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-64 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-64 .pie .left-side {
    transform: rotate(.64turn)
}

.pie-wrapper.progress-65 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-65 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-65 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-65 .pie .left-side {
    transform: rotate(234deg)
}

.pie-wrapper.progress-66 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-66 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-66 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-66 .pie .left-side {
    transform: rotate(.66turn)
}

.pie-wrapper.progress-67 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-67 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-67 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-67 .pie .left-side {
    transform: rotate(.67turn)
}

.pie-wrapper.progress-68 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-68 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-68 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-68 .pie .left-side {
    transform: rotate(.68turn)
}

.pie-wrapper.progress-69 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-69 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-69 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-69 .pie .left-side {
    transform: rotate(248.4deg)
}

.pie-wrapper.progress-70 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-70 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-70 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-70 .pie .left-side {
    transform: rotate(252deg)
}

.pie-wrapper.progress-71 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-71 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-71 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-71 .pie .left-side {
    transform: rotate(.71turn)
}

.pie-wrapper.progress-72 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-72 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-72 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-72 .pie .left-side {
    transform: rotate(.72turn)
}

.pie-wrapper.progress-73 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-73 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-73 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-73 .pie .left-side {
    transform: rotate(.73turn)
}

.pie-wrapper.progress-74 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-74 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-74 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-74 .pie .left-side {
    transform: rotate(266.40000000000003deg)
}

.pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-75 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-75 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-75 .pie .left-side {
    transform: rotate(270deg)
}

.pie-wrapper.progress-76 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-76 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-76 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-76 .pie .left-side {
    transform: rotate(.76turn)
}

.pie-wrapper.progress-77 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-77 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-77 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-77 .pie .left-side {
    transform: rotate(.77turn)
}

.pie-wrapper.progress-78 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-78 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-78 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-78 .pie .left-side {
    transform: rotate(.78turn)
}

.pie-wrapper.progress-79 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-79 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-79 .pie .half-circle {
    border-color: #e00800
}

.pie-wrapper.progress-79 .pie .left-side {
    transform: rotate(284.40000000000003deg)
}

.pie-wrapper.progress-80 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-80 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-80 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-80 .pie .left-side {
    transform: rotate(288deg)
}

.pie-wrapper.progress-81 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-81 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-81 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-81 .pie .left-side {
    transform: rotate(.81turn)
}

.pie-wrapper.progress-82 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-82 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-82 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-82 .pie .left-side {
    transform: rotate(.82turn)
}

.pie-wrapper.progress-83 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-83 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-83 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-83 .pie .left-side {
    transform: rotate(302.40000000000003deg)
}

.pie-wrapper.progress-85 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-85 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-85 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-85 .pie .left-side {
    transform: rotate(306deg)
}

.pie-wrapper.progress-86 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-86 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-86 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-86 .pie .left-side {
    transform: rotate(309.6deg)
}

.pie-wrapper.progress-87 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-87 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-87 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-87 .pie .left-side {
    transform: rotate(.87turn)
}

.pie-wrapper.progress-88 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-88 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-88 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-88 .pie .left-side {
    transform: rotate(.88turn)
}

.pie-wrapper.progress-89 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-89 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-89 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-89 .pie .left-side {
    transform: rotate(320.40000000000003deg)
}

.pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-90 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-90 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-90 .pie .left-side {
    transform: rotate(324deg)
}

.pie-wrapper.progress-91 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-91 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-91 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-91 .pie .left-side {
    transform: rotate(.91turn)
}

.pie-wrapper.progress-92 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-92 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-92 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-92 .pie .left-side {
    transform: rotate(331.2deg)
}

.pie-wrapper.progress-93 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-93 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-93 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-93 .pie .left-side {
    transform: rotate(.93turn)
}

.pie-wrapper.progress-94 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-94 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-94 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-94 .pie .left-side {
    transform: rotate(338.40000000000003deg)
}

.pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-95 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-95 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-95 .pie .left-side {
    transform: rotate(342deg)
}

.pie-wrapper.progress-96 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-96 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-96 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-96 .pie .left-side {
    transform: rotate(345.6deg)
}

.pie-wrapper.progress-97 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-97 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-97 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-97 .pie .left-side {
    transform: rotate(.97turn)
}

.pie-wrapper.progress-98 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-98 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-98 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-98 .pie .left-side {
    transform: rotate(.98turn)
}

.pie-wrapper.progress-99 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-99 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-99 .pie .half-circle {
    border-color: #fc0
}

.pie-wrapper.progress-99 .pie .left-side {
    transform: rotate(356.40000000000003deg)
}

.pie-wrapper.progress-100 .pie {
    clip: rect(auto, auto, auto, auto)
}

.pie-wrapper.progress-100 .pie .right-side {
    transform: rotate(180deg)
}

.pie-wrapper.progress-100 .pie .half-circle {
    border-color: #e74c3c
}

.pie-wrapper.progress-100 .pie .left-side {
    transform: rotate(1turn)
}

.pie-wrapper--solid {
    border-radius: 50%;
    overflow: hidden
}

.pie-wrapper--solid:before {
    border-radius: 0 100% 100% 0;
    content: "";
    display: block;
    height: 100%;
    margin-left: 50%;
    transform-origin: left
}

.pie-wrapper--solid .label {
    background: transparent
}

.pie-wrapper--solid.progress-65 {
    background: linear-gradient(90deg, #e67e22 50%, #34495e 0)
}

.pie-wrapper--solid.progress-65:before {
    background: #e67e22;
    transform: rotate(126deg)
}

.pie-wrapper--solid.progress-25 {
    background: linear-gradient(90deg, #9b59b6 50%, #34495e 0)
}

.pie-wrapper--solid.progress-25:before {
    background: #34495e;
    transform: rotate(-270deg)
}

.pie-wrapper--solid.progress-88 {
    background: linear-gradient(90deg, #3498db 50%, #34495e 0)
}

.pie-wrapper--solid.progress-88:before {
    background: #3498db;
    transform: rotate(43.2deg)
}

.btn.btn-link {
    border: 0;
    text-decoration: underline
}

.popover-content .chart-card {
    padding: 2px;
    margin: 2px
}

.popover-content .btn.btn-default {
    margin-bottom: 5px
}

.context-header {
    background-color: #fff;
    height: 64px;
    padding: 16px
}

.context-header svg {
    width: 120px;
    height: 32px
}

.filters.filters-C.order-search-filter {
    margin-bottom: 0
}

.filters.filters-C.order-search-filter .filter-form-order .filter-form-order-margin {
    margin-top: 2rem
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #909192
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field svg {
    width: 25px;
    height: 25px;
    fill: #e00800
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label {
    height: 2.2rem
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label input.border-bottom {
    border: 0;
    color: #909192
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label .select2-container--default .select2-selection--single:after {
    height: 1px;
    background: transparent
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #909192
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label .select2.select2-container {
    padding: 0 2.5rem .8325rem 0
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label .select2.select2-container .select2-selection__arrow {
    top: 25px;
    right: .85rem
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field label .select2.select2-container--open .select2-selection__arrow {
    height: 0
}

.filters.filters-C.order-search-filter .filter-form-order .order-form-field .inner-icon {
    right: 0;
    top: 3%
}

.filters.filters-C.order-search-filter .filter-form-order .ui-widget.floating-label-input {
    margin-bottom: 10px
}

.filters.filters-C.order-search-filter .filter-form-order p {
    color: #909192
}

.order-search-filter.filters label {
    margin: 0
}

.order-search-filter.filters label .select2 {
    box-sizing: border-box !important
}

.order-search-filter.filters .item-count {
    display: none;
    padding-top: 15px
}

.ui-front {
    z-index: 8
}

.business-register-form.tooltipped .tooltip .tooltip-inner,
.business-register-form .tooltipped .tooltip .tooltip-inner {
    padding: 1rem;
    background-color: #be1218;
    width: 360px;
    max-width: 69vw;
    color: #fff;
    text-align: left
}

.business-register-form.tooltipped .tooltip .tooltip-inner ul,
.business-register-form .tooltipped .tooltip .tooltip-inner ul {
    padding-left: 1rem
}

.business .main-text.main-text-order-status a,
.business .main-text.main-text-order-status p {
    color: #232323
}

.business .ets-disabled {
    opacity: .5;
    pointer-events: none
}

.business .form .checkbox input[type=checkbox]:checked+label:before,
.business .form .radio input[type=checkbox]:checked+label:before {
    background-image: url(../img/forms/checkbox.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%
}

.business .loader-disable-screen {
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

.business .loader-disable-screen .loader {
    width: 100%;
    height: 100%
}

.business .loader-disable-screen .loader svg {
    width: 100%
}

.business .main-text.main-text-order-status {
    padding-bottom: 0;
    padding-bottom: 1rem
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) and (orientation:portrait) {
    .business .page-nav-wrap .page-nav {
        max-height: 399px;
        overflow-y: auto
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:667px) and (orientation:landscape) {
    .business .page-nav-wrap .page-nav {
        max-height: 184px;
        overflow-y: auto
    }
}

.business .editorial-placement .tiles-box .read-more {
    height: 0
}

.business .filters.filters-C .filters-header .controls-buttons .close-btn-wrap {
    -ms-flex-order: 0;
    order: 0
}

@media (min-width:992px) {
    .business [lang=ar] [dir=rtl] .cart-items.cart-items-F .cart-item-photo {
        border-width: 1px 1px 1px 0
    }

    .business [lang=ar] [dir=rtl] .cart-items.cart-items-F .cart-item-content {
        border-width: 1px 0 1px 1px
    }
}

.business [lang=ar] [dir=rtl] .cart-items .cart-item .main-content {
    padding: 1.25rem 5rem 1.56rem 0
}

.business [lang=ar] [dir=rtl] .cart-items .cart-item .price-content {
    padding: 1.25rem 5rem 1.56rem 2rem
}

@media (min-width:992px) {
    .business [lang=ar] [dir=rtl] .cart-items .cart-item price-content {
        padding: 1.25rem 0 1.56rem 5rem
    }
}

.business .ToLongText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.business .showToLongText {
    word-wrap: break-word !important;
    white-space: inherit !important
}

.business-register-form .form-title h3 {
    letter-spacing: 0;
    text-transform: uppercase
}

.business .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff
}

.business .select2-container--open .select2-dropdown {
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: left;
    background-color: #f0f0ea;
    border: 0;
    border-radius: 0;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.business .multiSelectBox .select2-container {
    width: 100% !important;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.business .multiSelectBox .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.business .multiSelectBox .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.business .multiSelectBox .select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.business .multiSelectBox .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.business .multiSelectBox .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.business .multiSelectBox .select2-container .select2-search--inline {
    float: left
}

.business .multiSelectBox .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.business .multiSelectBox .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.business .multiSelectBox .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.business .multiSelectBox .select2-results {
    display: block;
    background-color: #f0f0ea;
    color: #444
}

.business .multiSelectBox .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.business .multiSelectBox .select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.business .multiSelectBox .select2-container--open .select2-dropdown {
    left: 0
}

.business .multiSelectBox .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.business .multiSelectBox .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.business .multiSelectBox .select2-search--dropdown {
    display: block;
    padding: 4px
}

.business .multiSelectBox .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.business .multiSelectBox .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.business .multiSelectBox .select2-search--dropdown.select2-search--hide {
    display: none
}

.business .multiSelectBox .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.business .multiSelectBox .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.business .multiSelectBox .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.business .multiSelectBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.business .multiSelectBox .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.business .multiSelectBox .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.business .multiSelectBox .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.business .multiSelectBox .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple {
    cursor: text;
    padding: 0;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    padding: 1.15rem 1.66625rem;
    font-size: 1rem;
    line-height: 1.25rem
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #be1218;
    float: left;
    padding: .15rem 1rem;
    border-radius: 2rem;
    color: #fff;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    margin-right: .5rem;
    margin-bottom: .5rem;
    font-size: .875rem
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    float: right;
    font-size: 1.5rem;
    margin-right: -5px
}

.business .multiSelectBox .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.business .multiSelectBox .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.business .multiSelectBox .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    min-width: 240px
}

.business .multiSelectBox .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.business .multiSelectBox .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.business .multiSelectBox .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.business .multiSelectBox .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.business .multiSelectBox .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.business .multiSelectBox .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #fff
}

.business .multiSelectBox .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.business .multiSelectBox .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.business .multiSelectBox .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.business .multiSelectBox .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.business .multiSelectBox .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.business .multiSelectBox .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.business .multiSelectBox .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.business .multiSelectBox .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.business .multiSelectBox .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.business .multiSelectBox .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.business .multiSelectBox .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.business .multiSelectBox .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.business .multiSelectBox .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.business .multiSelectBox .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.business .multiSelectBox .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.business .multiSelectBox .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.business .multiSelectBox .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.business .multiSelectBox .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.business .multiSelectBox .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.business .multiSelectBox .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.business .multiSelectBox .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.business .multiSelectBox .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.business .multiSelectBox .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.business .multiSelectBox .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.business .multiSelectBox .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.business .multiSelectBox .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.business .multiSelectBox .select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.business .multiSelectBox .select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.business .multiSelectBox .select2-container--classic .select2-dropdown--below {
    border-top: none
}

.business .multiSelectBox .select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.business .multiSelectBox .select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.business .multiSelectBox .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.business .multiSelectBox .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.business .multiSelectBox .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.business .multiSelectBox .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.business .multiSelectBox .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.business .multiSelectBox .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.business .multiSelectBox .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.business .multiSelectBox .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.business .multiSelectBox .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.business .multiSelectBox .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.business .multiSelectBox .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.business .multiSelectBox .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.business .multiSelectBox .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.business .multiSelectBox .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.business .multiSelectBox .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.business .multiSelectBox .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.business .multiSelectBox span.select2-results li {
    color: #000
}

.form .radio input {
    position: absolute
}

#recover-captcha {
    margin: 0
}

.main-menu-selfcare {
    padding-bottom: 0
}

@media (max-width:992px) {
    .main-menu-selfcare {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .main-menu-selfcare {
        padding-bottom: 60px
    }
}

.main-menu-selfcare .menu-order.login-menu .sub-account-menu-wrap .login-order .forgot2.forget2-menu {
    margin: 9px 0 0
}

.main-menu-selfcare .menu-order.login-menu .sub-account-menu-wrap .form-section {
    width: 100%;
    height: 198px
}

.main-menu-selfcare .menu-order.login-menu .sub-account-menu-wrap .one-time-pswd .form-section {
    margin-bottom: 1rem
}

.main-menu-selfcare .menu-order.login-menu .sub-account-menu-wrap .one-time-pswd .form-section .alert_wrapper.login-error {
    margin: 0;
    line-height: 1rem;
    height: 1rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    margin-top: 7px
}

@media (min-width:768px) {
    .main-menu-selfcare .menu-order.login-menu .login-order {
        width: 100%
    }
}

@media (min-width:992px) {
    .main-menu-selfcare .menu-order.login-menu .login-order {
        width: 768px
    }
}

@media (min-width:1280px) {
    .main-menu-selfcare .menu-order.login-menu .login-order .padd-1.col-lg-6 {
        width: 50%
    }
}

.main-menu-selfcare .menu-order.login-menu .login-order h5 {
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 1.25rem
}

.main-menu-selfcare .menu-order.login-menu .login-order a {
    text-decoration: none;
    color: #232323
}

.main-menu-selfcare .menu-order.login-menu .login-order a:hover {
    color: #fff !important
}

@media (max-width:1199px) {
    .main-menu-selfcare .menu-order.login-menu .login-order a {
        letter-spacing: 1px
    }
}

.main-menu-selfcare .menu-order.login-menu .login-order .forget1 a {
    text-align: left;
    letter-spacing: 0;
    font-size: 13px
}

.main-menu-selfcare .menu-order.login-menu .login-order .forget1.text-right a {
    text-align: right
}

.main-menu-selfcare .menu-order.login-menu .login-order .forget2 {
    border-bottom: 0 solid #909192;
    margin: 26px 0
}

.main-menu-selfcare .menu-order.login-menu .login-order .forget2.forget2-menu {
    margin: 26px 0 0;
    border-top: 0 solid #cecece;
    padding-bottom: 27px;
    width: 100%
}

.main-menu-selfcare .menu-order.login-menu .login-order p.body-standard {
    font-size: 1rem;
    margin-top: 16px;
    margin-bottom: 8.65rem;
    line-height: 22px
}

.main-menu-selfcare .menu-order.login-menu .login-order .btn.btn-default {
    min-width: 250px;
    font-size: .9rem;
    height: 4rem
}

.main-menu-selfcare .menu-order.login-menu .login-order .forms-default-settings .form.modified-form .form-group .horizontal-checkboxes.form-section {
    margin-top: 5px !important;
    margin-bottom: 25px
}

.main-menu-selfcare .menu-order.login-menu .login-order .termCondition a {
    display: inline-block;
    padding: 0;
    color: #e00800 !important
}

.main-menu-selfcare .menu-order.login-menu .login-order .termCondition a:hover {
    color: #e00800 !important
}

@media (min-width:1280px) {
    .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header {
        -ms-flex-pack: inherit;
        justify-content: left
    }
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link {
    position: relative;
    padding: 0
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link:hover {
    background: none
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link:hover>a,
.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link:hover>a:hover {
    color: #e00800
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link>a:hover {
    color: #e00800
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link.account-link-after>a {
    padding: 0 1rem;
    border-right: 0;
    position: relative
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link.account-link-after>a:after {
    content: "";
    height: 39px;
    position: absolute;
    right: 0;
    width: 1px;
    background: #edeee6;
    top: 28px
}

.main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link.account-link-after>a p#accountName {
    margin: 0
}

@media (min-width:768px) {
    .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .sub-account-menu-wrap {
        display: none
    }
}

.rounded {
    border-radius: .25rem !important
}

.login-page-section {
    background: #e2e1da
}

.login-page-section .login-order {
    box-shadow: 0 0 0
}

.login-page-section .login-order .padd-1 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

@media (max-width:1199px) {
    .login-page-section .login-order .padd-1 {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (max-width:767px) {
    .login-page-section .login-order .padd-1 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px
    }
}

@media (min-width:768px) {
    .login-page-section .login-order .padd-1.uaePass-vr {
        min-height: 680px
    }
}

.login-page-section .login-order h5 {
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 1.62rem
}

@media (max-width:1050px) {
    .login-page-section .login-order h5 {
        font-size: 1.52rem
    }
}

@media (max-width:992px) {
    .login-page-section .login-order h5 {
        font-size: 1.12rem;
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .login-page-section .login-order h5 {
        margin-top: 0
    }
}

.login-page-section .login-order a {
    text-decoration: none;
    letter-spacing: 2px
}

.login-page-section .login-order a:hover {
    color: #e00800;
    text-decoration: underline
}

.login-page-section .login-order .form.contact-form.modified-form {
    padding-bottom: 0
}

@media (max-width:767px) {
    .login-page-section .login-order .form.contact-form.modified-form {
        padding-bottom: 20px
    }
}

.login-page-section .login-order .form.contact-form.modified-form .form-section {
    width: 100%
}

.login-page-section .login-order .forget2 {
    border-bottom: 0 solid #909192
}

.login-page-section .login-order .forget2.forget2-page {
    margin: 25px 0 0;
    padding-bottom: 50px
}

@media (max-width:992px) {
    .login-page-section .login-order .forget2.forget2-page {
        padding-bottom: 46px;
        margin-top: 55px
    }
}

@media (max-width:767px) {
    .login-page-section .login-order .forget2.forget2-page {
        padding-bottom: 30px;
        margin-top: 25px
    }
}

.login-page-section .login-order p.body-standard {
    font-size: 1rem;
    margin-bottom: 7.3rem;
    min-height: 86px;
    line-height: 22px;
    margin-top: 1rem
}

@media (max-width:767px) {
    .login-page-section .login-order p.body-standard {
        margin-bottom: 14px;
        min-height: 10px;
        font-size: 1rem;
        margin-top: 10px
    }
}

.login-page-section .login-order .btn.btn-default {
    min-width: 250px;
    font-size: .9rem;
    height: 4rem
}

@media (max-width:992px) {
    .login-page-section .login-order .btn.btn-default {
        width: 100%
    }
}

.login-page-section .login-order .radio label.floating-label {
    color: #6c6c6c
}

@media (max-width:992px) {
    .login-page-section .login-order .forget1 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0
    }

    .login-page-section .login-order .forget1.forget1-pass {
        margin: 10px 0 0
    }

    .login-page-section .login-order .forget2 {
        width: 100%;
        text-align: center
    }
}

@media (max-width:767px) {
    .login-page-section .login-order .forget1 {
        width: 100%;
        text-align: center;
        margin: 20px 0 0
    }

    .login-page-section .login-order .forget2 {
        margin: 18px 0 0
    }
}

.login-page-section .login-order .forms-default-settings .form.modified-form .form-group .horizontal-checkboxes.form-section {
    margin-top: 5px !important;
    margin-bottom: 25px
}

.login-page-section .login-order .uae-Pass-cont .btn.btn-default {
    width: 100%;
    float: right;
    margin: 0 0 1.5rem;
    min-width: 100px
}

@media (max-width:992px) {
    .login-page-section .login-order .uae-Pass-cont .btn.btn-default {
        width: 100%;
        margin-bottom: 1.5rem
    }
}

.login-page-section .login-order .uae-Pass-cont .btn.btn-default:first-child {
    float: left
}

.login-page-section .login-order .uae-Pass-cont .btn.btn-default.otpOnly {
    line-height: 1
}

.login-page-section .login-order .uae-Pass-cont .btn.btn-default.otpOnly .subScp {
    text-transform: none;
    font-size: 80%
}

.login-page-section .login-order .uae-Pass-cont .btn.btn-default.uaepassBtn {
    line-height: 1;
    border-radius: 1.25rem
}

.login-page-section .login-order .uae-Pass-cont .btn.btn-default.uaepassBtn img,
.login-page-section .login-order .uae-Pass-cont .btn.btn-default.uaepassBtn svg {
    width: 188.89px;
    height: 27.11px
}

.login-page-section .login-blocked h5 {
    margin-bottom: 25px !important
}

.login-page-section .login-blocked a.btn:hover {
    color: #fff
}

.login-page-section .login-blocked>div.text-center {
    min-height: 238px
}

@media (max-width:767px) {
    .login-page-section .login-blocked>div.text-center {
        min-height: 62px
    }
}

.login-page-section.login-blocked-page-section .login-order p.body-standard {
    margin-bottom: 9rem
}

@media (max-width:788px) {
    .login-page-section.login-blocked-page-section .login-order p.body-standard {
        margin-bottom: 9rem
    }
}

@media (max-width:767px) {
    .login-page-section.login-blocked-page-section .login-order p.body-standard {
        margin-bottom: 14px
    }
}

.login-page-section.login-blocked-page-section .login-order .forget2.forget2-page {
    margin-bottom: 24px !important;
    padding-bottom: 20px !important;
    margin-top: 24px !important
}

@media (max-width:1280px) {
    .login-page-section {
        padding-top: 100px
    }
}

.gray-bg-light {
    background: #f0f0ea !important
}

.gray-bg-light .padd-1 {
    padding-top: 30px
}

.gray-bg-light .box-border {
    border-left: 1px solid #e2e1da
}

@media (max-width:767px) {
    .gray-bg-light .box-border {
        border-left: 0;
        border-top: 1px solid #e2e1da
    }
}

@media (max-width:767px) {
    .login-blocked {
        padding-bottom: 15px
    }
}

.login-blocked .locked-cross {
    padding: 20px 0 10px;
    text-align: center
}

.login-blocked .locked-cross .icon-error-login img {
    max-width: 162px
}

.login-blocked p {
    margin-bottom: 2rem;
    color: #232323;
    line-height: 19px
}

.login-blocked p.blocked-p2 {
    height: 38px
}

.login-blocked p.text-danger {
    color: #e00800;
    margin-bottom: 8px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1.5rem
}

.login-blocked .btn.btn-danger {
    background: #e00800;
    border: 0;
    box-shadow: 0 0 0;
    font-size: .9rem;
    height: 4rem;
    line-height: 4.2rem
}

.login-blocked .btn.btn-danger:hover {
    color: #fff !important
}

@media (max-width:992px) {
    .login-blocked .btn.btn-danger {
        width: 100%
    }
}

div.sub_menu_mobile .arrow_accordion svg {
    fill: #e00800
}

@media (max-width:992px) {
    div.sub_menu_mobile .menu_account .space_white_menu {
        padding-top: 3.25rem
    }
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
    margin-left: 14.333333%;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-bottom: 2rem
    }
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu:last-child {
    margin-bottom: 2rem
}

@media (max-width:992px) {
    div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 8.333333%
    }
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu {
    position: relative;
    color: #e00800
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .svg-ico {
    display: none
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .svg-ico.svg-ico-active {
    display: inline-block
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion {
    position: absolute;
    right: 35px;
    width: 23px;
    height: 13px;
    margin-top: -7px
}

@media (max-width:767px) {
    div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion {
        right: 25px
    }
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion svg {
    width: 23px;
    height: 13px;
    transform: rotate(180deg);
    transition: all .2s ease-in-out;
    fill: #e00800
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed {
    color: #232323
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed .svg-ico {
    display: inline-block
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed .svg-ico.svg-ico-active {
    display: none
}

div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed .arrow_accordion svg {
    transform: rotate(0deg);
    fill: #e00800
}

#login-menu-inner {
    border-top: 1px solid #e2e1da;
    border-bottom: 1px solid #e2e1da;
    margin-bottom: 20px;
    margin-top: 0
}

#login-menu-inner .login-sub.login-sub-mob {
    width: 100%;
    background: #f0f0ea
}

#login-menu-inner .login-sub.login-sub-mob.new-login-sub-mob .padd-1 {
    border-bottom: 1px solid #e2e1da;
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

#login-menu-inner .login-sub.login-sub-mob.new-login-sub-mob .padd-1.gray-bg-light {
    border-bottom: 0
}

@media (max-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob {
        width: 100%
    }
}

#login-menu-inner .login-sub.login-sub-mob .padd-1 {
    padding: 3rem 6rem 0;
    height: auto
}

@media (max-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .padd-1 {
        padding: 1.8rem 2rem 0 4rem
    }
}

@media (max-width:767px) {
    #login-menu-inner .login-sub.login-sub-mob .padd-1 {
        padding: 1.8rem 2rem 0
    }
}

#login-menu-inner .login-sub.login-sub-mob .padd-1.login-1 {
    padding-bottom: 25px
}

#login-menu-inner .login-sub.login-sub-mob .padd-1.login-2 {
    border-top: 1px solid #e2e1da
}

@media (min-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .padd-1.login-2 {
        padding-bottom: 2rem !important
    }
}

@media (max-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .padd-1.login-2 {
        border-top: 0;
        padding: 1.8rem 3rem 0 !important;
        padding-top: 1.8rem !important
    }
}

@media (max-width:767px) {
    #login-menu-inner .login-sub.login-sub-mob .padd-1.login-2 {
        border-top: 0;
        padding: 1.8rem 2rem !important;
        padding-top: 1.8rem !important
    }
}

#login-menu-inner .login-sub.login-sub-mob .login-order {
    box-shadow: 0 0 0
}

#login-menu-inner .login-sub.login-sub-mob .login-order h5 {
    font-size: 1.12rem;
    margin-top: 15px
}

@media (min-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order h5 {
        font-size: 1.3rem;
        text-align: left
    }
}

#login-menu-inner .login-sub.login-sub-mob .login-order p.body-standard {
    margin-bottom: 25px;
    font-size: 1rem
}

@media (max-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order p.body-standard {
        margin-bottom: 6.3rem;
        min-height: 100px;
        line-height: 18px;
        margin-top: 15px
    }
}

@media (max-width:767px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order p.body-standard {
        margin-bottom: 25px;
        min-height: 10px;
        line-height: 22px;
        font-size: 1rem
    }
}

@media (min-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order p.body-standard {
        text-align: left;
        margin-top: 16px
    }
}

@media (max-width:441px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .forget1 {
        width: 100%;
        text-align: center;
        margin: 7px 0
    }
}

@media (min-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .forget1 {
        padding: 0 0 0 20px
    }
}

@media (min-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .forget1.text-right {
        padding: 0 20px 0 0
    }
}

#login-menu-inner .login-sub.login-sub-mob .login-order .forget1 a {
    text-decoration: none
}

#login-menu-inner .login-sub.login-sub-mob .login-order .forget1:first-child {
    margin: 26px 0 0
}

#login-menu-inner .login-sub.login-sub-mob .login-order .forget2 {
    margin: 26px 0 0;
    border-top: 0 solid #cecece;
    padding-bottom: 27px;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0
}

@media (max-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .forget2 {
        margin: 57px 0 0;
        padding-bottom: 5px
    }
}

@media (max-width:767px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .forget2 {
        margin: 20px 0 0
    }
}

#login-menu-inner .login-sub.login-sub-mob .login-order .forget2 a {
    text-decoration: none
}

#login-menu-inner .login-sub.login-sub-mob .login-order .box-border {
    border-left: 1px solid #e2e1da
}

@media (max-width:767px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .box-border {
        border-left: 0;
        border-top: 1px solid #e2e1da
    }
}

#login-menu-inner .login-sub.login-sub-mob .login-order .btn.btn-default {
    font-size: .9rem;
    height: 4rem
}

@media (max-width:1024px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .btn.btn-default {
        font-size: .8rem;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

#login-menu-inner .login-sub.login-sub-mob .login-order .radio label.floating-label {
    color: #6c6c6c
}

#login-menu-inner .login-sub.login-sub-mob .login-order .login-blocked h5 {
    margin-bottom: 25px !important
}

#login-menu-inner .login-sub .form .form-section {
    width: 100%
}

.main-menu.main-menu__fixed .navbar .hamburger_icon {
    width: 50px
}

.main-menu .navbar .hamburger_icon {
    width: 60px
}

@media (min-width:768px) {
    .main-menu .navbar .hamburger_icon {
        width: 96px
    }
}

.main-menu .navbar .hamburger_icon .close-menu-cross {
    display: none
}

.main-menu .navbar .hamburger_icon.open .close-menu-cross {
    display: block
}

.main-menu .navbar .hamburger_icon.open>span {
    display: none !important
}

.sub_menu_mobile.sub_menu_mobile_selfcare .top-nav {
    position: relative
}

.login-order #login-form .form .floating-label-input.has-error-fields .alert-label.has-error {
    padding-top: 5px;
    height: auto
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu {
    margin-left: 30px;
    font-size: 12px;
    line-height: 15px;
    color: #232323
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu {
        margin-left: 96px;
        font-size: 16px;
        line-height: 19px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu {
    color: #e00800
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed {
    color: #232323
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg {
    margin-right: 22px;
    width: 22px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg {
        width: 28px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu .arrow_accordion svg {
    width: 21px;
    height: 10px
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f0f0ea
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li {
    border-top: 1px solid #e2e1da
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li:first-child {
    border-top: 0
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a {
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: #232323;
    text-transform: uppercase;
    padding: 24px 0 24px 80px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a {
        padding-left: 160px;
        font-size: 16px;
        line-height: 19px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-body .col-sm-offset-3 {
    margin-left: 0
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-title {
    padding-left: 30px
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-title a {
    font-size: 20px;
    line-height: 24px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-title a {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-title {
        padding-left: 96px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .sub_menu_accordion .panel-title {
    padding-left: 50px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .sub_menu_accordion .panel-title {
        padding-left: 120px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .sub_menu_accordion .panel-title a {
    font-size: 18px;
    line-height: 22px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .sub_menu_accordion .panel-title a {
        font-size: 22px;
        line-height: 28px
    }
}

.top-nav.top-nav-new svg {
    width: 24px !important;
    height: 24px !important
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new .menu_account .bg_white_menu .link-black_menu {
    margin-left: 24px !important
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title {
    height: 56px;
    padding: 0 0 0 24px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title {
        height: 68px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title>a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #232323;
    text-transform: uppercase
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title .arrow_accordion {
    height: 56px;
    width: 56px
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title .arrow_accordion.collapsed {
    height: 55px;
    width: 56px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title .arrow_accordion.collapsed {
        height: 67px;
        width: 68px
    }
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title .arrow_accordion {
        height: 68px;
        width: 68px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title {
    height: 67px
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title a {
    margin-left: 18px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #232323;
    text-transform: uppercase
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title a {
        margin-left: 24px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title .arrow_accordion {
    height: 67px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title .arrow_accordion {
        height: 67px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .col-sm-offset-4 {
    margin-left: 66px
}

@media (min-width:768px) {
    #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .col-sm-offset-4 {
        margin-left: 72px
    }
}

#store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .sub_menu_accordion .item_sub-menu {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #232323;
    padding: 12px 0
}

#login-menu-inner .login-sub.login-sub-mob .login-order .radio label:before {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-top: -12px
}

#login-menu-inner .login-sub.login-sub-mob .login-order .radio input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: 1px solid #e00800
}

@media (min-width:768px) and (max-width:992px) {
    #login-menu-inner .login-sub.login-sub-mob .padd-1.height-more {
        padding: 1.8rem 4rem 0 2rem;
        border-bottom: 0
    }

    #login-menu-inner .login-sub.login-sub-mob.new-login-sub-mob .padd-1.loginSection {
        border-right: 1px solid #e2e1da;
        border-bottom: 0 solid #e2e1da
    }

    #login-menu-inner .login-sub.login-sub-mob .padd-1.height-more p.body-standard {
        min-height: 9.5rem
    }

    #login-menu-inner .login-sub.login-sub-mob .padd-1.height-more .forget2 {
        margin-top: 1.5rem
    }
}

#individualNormalLoginForm input:-webkit-autofill,
#individualNormalLoginForm select:-webkit-autofill,
#individualNormalLoginForm textarea:-webkit-autofill {
    opacity: 1;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

@media (max-width:1024px) {
    #login-menu-inner .login-sub.login-sub-mob .login-order .btn.btn-default {
        line-height: 4rem
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal {
    margin-top: 2rem
}

@media (max-width:992px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal {
        margin-top: 0
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal h3 {
    letter-spacing: 0;
    font-size: 32px;
    text-transform: none;
    padding-top: 0
}

@media (max-width:560px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal h3 {
        font-size: 1.25rem
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal h4 {
    color: #353733;
    font-size: 1.75rem;
    letter-spacing: 0
}

@media (max-width:560px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal h4 {
        font-size: 1.25rem
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .form-title h3 {
    margin-top: .25rem;
    margin-top: 2rem;
    letter-spacing: 0;
    font-size: 32px
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .form-title h5 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 0 !important;
    padding-top: .75rem
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal a.greenLink {
    color: #e00800;
    margin: 1rem 0;
    display: block
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio label {
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    letter-spacing: 0;
    font-size: 1.25rem
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio input[type=radio]:checked~label {
    color: #242424
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .code-sent {
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    font-size: 1.2rem;
    font-weight: 400
}

@media (max-width:767px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .code-sent {
        font-size: .75rem;
        display: block
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .code-sent b {
    margin: 0 .5rem
}

@media (max-width:1024px) {

    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .form .form-submit button,
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .main-text .form-submit.btn-default-margins .btn.btn-default {
        min-width: 180px
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options h5 {
    color: #242424;
    letter-spacing: 0;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    text-align: center
}

@media (max-width:767px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options h5 {
        margin-top: 0;
        text-align: left
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .form .form-submit button:first-child {
    margin-right: 1rem !important
}

@media (max-width:992px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .form .form-submit button:first-child {
        margin-right: 0 !important
    }
}

@media (max-width:767px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .form .form-submit button:first-child {
        margin-bottom: 1rem !important
    }
}

.consumer-register-form .autoEnrolmentfullRegistration.eidVal .main-text .form-submit.btn-default-margins .btn.btn-default:first-child {
    margin-right: 1rem !important
}

@media (max-width:767px) {
    .consumer-register-form .autoEnrolmentfullRegistration.eidVal .main-text .form-submit.btn-default-margins .btn.btn-default:first-child {
        margin-bottom: 1rem !important
    }
}

.uae-Pass-cont {
    text-align: center
}

.uae-Pass-cont .upCont {
    height: 5rem;
    text-align: center
}

.uae-Pass-cont h6 {
    line-height: 2;
    text-align: center;
    background: #f0f0ea;
    margin: 0 auto;
    padding: 1rem 0;
    display: inline-block;
    z-index: 2;
    position: absolute;
    left: 46%;
    width: 140px;
    margin-left: -70px;
    font-style: italic;
    letter-spacing: 0;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important;
    font-size: 1.15rem
}

.uae-Pass-cont .grayLine {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #c6c6c6;
    width: 100%
}

.resendcode {
    display: block;
    text-align: center
}

.resendcode a {
    display: inline-block !important
}

@media (max-width:992px) {
    .resendcode a {
        margin-top: 0 !important
    }
}

@media (max-width:992px) {
    .resendcode {
        margin-top: 1.5rem;
        line-height: 1.5rem;
        font-size: .75rem !important
    }
}

.selectedActile {
    background: #f0f0ea;
    padding: 1rem 2rem;
    max-width: 400px;
    margin: 0 auto 2rem
}

.selectedActile .user-info-img {
    max-width: 400px;
    text-align: left
}

.selectedActile .user-info-img.biggerImg {
    margin: auto;
    text-align: center
}

@media (max-width:767px) {
    .selectedActile .user-info-img.biggerImg {
        text-align: center !important
    }
}

.selectedActile .user-info-img.biggerImg .userprofile-profile-pic-container {
    width: 76px;
    height: 76px;
    vertical-align: top
}

.selectedActile .user-info-img.biggerImg .userprofile-profile-name-clients-parameters .user-profile-number {
    font-size: 1.125rem
}

.selectedActile .userprofile-profile-pic-container {
    width: 42px;
    height: 42px;
    margin-right: 1rem;
    display: inline-block
}

.selectedActile .userprofile-profile-pic-container img {
    width: 100%;
    height: 100%
}

.selectedActile .userprofile-profile-name-clients-parameters {
    color: #fff;
    fill: currentColor;
    display: inline-block;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    text-align: left
}

.selectedActile .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #191819;
    font-size: 15px
}

@media (max-width:992px) {
    .selectedActile.mobNum {
        margin: 0 auto 2rem;
        padding: 1rem .5rem
    }
}

@media (max-width:992px) {
    .selectedActile.mobNum .userprofile-profile-pic-container {
        border-radius: 50%;
        overflow: hidden;
        vertical-align: middle
    }
}

@media (max-width:992px) {
    .forms-default-settings .consumer-register-form .form.modified-form .blockUnblock .form-section .floating-label-input input:valid {
        font-size: 20px !important
    }
}

@media (max-width:992px) {
    .blockUnblock .g-recaptcha {
        margin-top: .75rem
    }
}

@media (max-width:992px) {
    .blockUnblock .g-recaptcha>div {
        width: 80% !important
    }
}

@media (max-width:992px) {
    .blockUnblock .g-recaptcha>div iframe {
        width: 100%
    }
}

.blockUnblock .step-2 .chgMobTxt {
    text-align: center
}

@media (max-width:992px) {
    .blockUnblock .step-2 .chgMobTxt {
        text-align: left;
        margin-bottom: .25rem
    }
}

.forms-default-settings .consumer-register-form .form .register-sec-form-3 .form-submit.btnWithlink {
    margin: 1rem 0 4rem
}

.forms-default-settings .consumer-register-form .form .register-sec-form-3 .form-submit.btnWithlink a {
    margin-top: 1rem;
    display: block
}

.blockUnblock.sect-4 {
    padding: 4rem 0 8rem
}

.individualLoginCont {
    margin-top: 5rem
}

.regReNew .selectedActile {
    max-width: 100%
}

.regReNew .forms-default-settings .consumer-register-form .registration-complete h3 {
    color: #242424
}

.regReNew .greenLink {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 2px !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.5rem;
    display: block
}

.alert-message-bar .icon .exclamation {
    padding-left: .5rem;
    padding-right: .5rem
}

.alert-message-bar h6 span {
    vertical-align: middle
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .navbar-collapse .navbar-left {
        float: right !important
    }

    [lang=ar] [dir=rtl] .navbar-collapse .navbar-left>li {
        float: right
    }
}

[lang=ar] [dir=rtl] .login-order a,
[lang=ar] [dir=rtl] .login-page-section a {
    font-family: suiss, Arial, sans-serif
}

[lang=ar] [dir=rtl] .login-order .padd-1,
[lang=ar] [dir=rtl] .login-page-section .padd-1 {
    float: right
}

[lang=ar] [dir=rtl] .login-order .uae-Pass-cont .btn.btn-default,
[lang=ar] [dir=rtl] .login-page-section .uae-Pass-cont .btn.btn-default {
    float: left
}

[lang=ar] [dir=rtl] .login-order .uae-Pass-cont .btn.btn-default:first-child,
[lang=ar] [dir=rtl] .login-page-section .uae-Pass-cont .btn.btn-default:first-child {
    float: right
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .main-menu-main-row .navbar-nav>li:first-child a {
    margin-left: 0;
    margin-right: 0
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header.text-right {
    max-width: 240px
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link>a {
    border-left: 1px solid #d8d8d8;
    border-right: 0;
    padding: 0 20px
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link .sub-account-menu-wrap {
    right: auto !important;
    left: 0 !important
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link .sub-account-menu-wrap .login-order {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu {
    padding-right: 0
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link.account-link-after>a {
    border-left: 0
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .account-link.account-link-after>a:after {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu.main-menu .navbar .navbar-header .navbar-right .search-link>a {
    padding: 29px 20px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .login-page-section .col-md-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }
}

[lang=ar] [dir=rtl] .login-page-section .login-order .box-border {
    border-left: 0;
    border-right: 1px solid #e2e1da
}

[lang=ar] [dir=rtl] .login-page-section .login-order .forget1 {
    float: right
}

[lang=ar] [dir=rtl] div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion {
    position: absolute;
    left: 35px;
    right: auto
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion {
        left: 25px;
        right: auto
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #login-menu-inner .col-md-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }
}

[lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .login-order h5 {
    text-align: right
}

[lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .login-order .forget1 {
    float: right
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .login-order .forget1 {
        padding: 0 20px 0 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .login-order .forget1.text-right {
        padding: 0 0 0 20px
    }
}

[lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .login-order .box-border {
    border-left: 0;
    border-right: 1px solid #e2e1da
}

[lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob.new-login-sub-mob .login-order h5 {
    text-align: center
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new .menu_account .bg_white_menu .link-black_menu {
    margin-left: 0 !important;
    margin-right: 24px !important
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-title {
    padding: 0 24px 0 0;
    border-bottom: 1px solid #e2e1da
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title a {
    margin-left: 0;
    margin-right: 18px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .sub_menu_accordion .panel-title a {
        margin-left: 0;
        margin-right: 24px
    }
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .col-sm-offset-4 {
    margin-left: 0;
    margin-right: 66px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new #accordion_menu .panel-body .col-sm-offset-4 {
        margin-right: 72px;
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu {
    margin-right: 30px;
    margin-left: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu {
        margin-right: 96px;
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg {
    margin-right: 0;
    margin-left: 22px
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a {
    text-transform: uppercase;
    padding: 24px 80px 24px 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a {
        padding-right: 160px;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-body .col-sm-offset-3 {
    margin-left: 0;
    margin-right: 0
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-title {
    padding-right: 30px;
    padding-left: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .panel-title {
        padding-right: 96px;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .sub_menu_accordion .panel-title {
    padding-right: 50px;
    padding-left: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #accordion_menu .sub_menu_accordion .panel-title {
        padding-right: 120px;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .consumer-register-form .form.modified-form .row>.form-section {
    width: 100%
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .login-order p.body-standard {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .box-newsletters p,
[lang=ar] [dir=rtl] .form .select2.select2-container .select2-selection--single .select2-selection__rendered,
[lang=ar] [dir=rtl] .newsletters-wrapper .box-newsletters h4 {
    font-family: suiss, Arial, sans-serif !important
}

@media (max-width:788px) {
    [lang=ar] [dir=rtl] .login-blocked p.blocked-p2 {
        height: 57px
    }
}

[lang=ar] [dir=rtl] .main-menu-selfcare .menu-order.login-menu .sub-account-menu-wrap .form-section .alert_wrapper.login-error {
    text-align: right
}

[lang=ar] [dir=rtl] .consumer-register-form .autoEnrolmentfullRegistration.eidVal .form .form-submit button:first-child {
    margin-left: .75rem !important;
    margin-right: 0 !important
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .consumer-register-form .autoEnrolmentfullRegistration.eidVal .main-text .form-submit.btn-default-margins .btn.btn-default {
        min-width: 180px
    }
}

[lang=ar] [dir=rtl] .consumer-register-form .autoEnrolmentfullRegistration.eidVal .main-text .form-submit.btn-default-margins .btn.btn-default:first-child {
    margin-left: .75rem !important;
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] .uae-Pass-cont h6 {
    left: 50%;
    width: 240px;
    margin-left: -120px;
    font-family: suiss, Arial, sans-serif !important
}

.or-seprator {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px
}

.or-seprator span {
    border: 1px solid #333;
    width: 100%;
    height: 1px;
    display: block;
    background: #333;
    position: relative
}

.or-seprator label {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    background: #fff;
    top: -16px;
    z-index: 9;
    font-size: 20px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box
}

@media (max-width:768px) {
    .or-seprator label {
        top: -10px
    }
}

.new-login-sub-mob .or-seprator label {
    background: #f0f0ea
}

@media (max-width:414px) {

    .new-login-sub-mob .login-order .btn.btn-danger,
    .new-login-sub-mob .login-order .btn.btn-default {
        font-size: .6rem !important
    }
}

.new-login-sub-mob .consumer-register-form .form {
    padding-bottom: 0
}

@media (max-width:1024px) {
    .new-login-sub-mob .login-blocked .locked-cross {
        margin-top: 30px
    }
}

.mbimp30 {
    margin-bottom: 30px !important
}

.login-order .height-more.height-gray {
    height: 589px
}

.mb10 {
    margin-bottom: 10px !important
}

.otp-options .label {
    font-weight: 400;
    color: #232323;
    margin-top: 40px;
    width: 100%;
    text-align: left;
    display: block
}

.otp-options .radio {
    padding-top: 0
}

.otp-options .code-sent {
    font-weight: 400;
    color: #232323;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    text-align: left
}

.otp-options .code-sent b {
    color: #000;
    font-weight: 400
}

@media (max-width:992px) {
    .otp-options .code-sent b {
        display: inline-block
    }
}

.otp-options .send-again {
    text-decoration: none !important;
    color: #e00800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px !important;
    display: inline-block !important;
    padding-left: 0 !important;
    float: left
}

.clr-white {
    color: #fff !important;
    text-decoration: none !important
}

.linkWithBtn {
    margin: 1.5rem 0 2rem
}

[lang=ar] [dir=rtl] .otp-options .code-sent,
[lang=ar] [dir=rtl] .otp-options .label {
    text-align: right
}

[lang=ar] [dir=rtl] .otp-options .send-again {
    float: right;
    padding-right: 0
}

[lang=ar] [dir=rtl] .login-order.updated-login-dropdown .floating-label-input input,
[lang=ar] [dir=rtl] .login-order.updated-login-dropdown .floating-label-input label {
    padding-right: 0 !important
}

[lang=ar] [dir=rtl] .login-order.updated-login-dropdown .floating-label-input.has-error-fields .alert-icon svg {
    left: 0;
    right: auto !important
}

[lang=ar] [dir=rtl] .login-order.updated-login-dropdown .floating-label-input.has-error-fields .alert-label {
    text-align: right
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .padd-1 {
        padding: 1.8rem 4rem 0 2rem
    }

    [lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .padd-1.height-more {
        padding: 1.8rem 2rem 0 4rem
    }

    [lang=ar] [dir=rtl] #login-menu-inner .login-sub.login-sub-mob .padd-1.loginSection {
        border-right: 0 solid #e2e1da;
        border-left: 1px solid #e2e1da
    }
}

[lang=ar] [dir=rtl] .selectedActile .user-info-img {
    max-width: 400px;
    text-align: right
}

[lang=ar] [dir=rtl] .selectedActile .userprofile-profile-pic-container {
    margin-right: 0;
    margin-left: 1rem
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options h5 {
        text-align: right
    }
}

button,
input,
label,
select,
textarea {
    font-family: suiss, Arial, sans-serif
}

.spacer-pr {
    height: 22px
}

.myclass {
    padding-top: 150px
}

.horizontal-checkboxes {
    margin-top: 15px !important
}

.profile-settings-pattern {
    position: relative;
    width: 100%;
    background: #709e18;
    background: linear-gradient(135deg, #4b4a4a, #151515 25%, #151515 68%, #4b4a4a 100%, #4b4a4a 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515", endColorstr="#4B4A4A", GradientType=1)
}

.profile-settings-pattern:before {
    background-image: url(../../../b2c/assets/img/account-and-services/pattern_b2c_dark.svg);
    background-repeat: repeat;
    background-origin: content-box;
    background-position: 0 0;
    content: " ";
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: auto;
    top: auto
}

.profile-settings-pattern .main-text {
    background: none;
    padding-bottom: 0
}

.profile-settings-pattern .main-text h2 {
    text-transform: none;
    font-size: 35px;
    padding: 5rem 0;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 44px;
    color: #fff
}

@media (max-width:992px) {
    .profile-settings-pattern .main-text h2 {
        font-size: 26px;
        line-height: 33px;
        padding: 32px 0
    }
}

@media (max-width:767px) {
    .profile-settings-pattern .main-text h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 24px 0
    }
}

@media (max-width:767px) {
    .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
        color: #fff
    }
}

@media (max-width:767px) {
    .mob-full {
        width: 100% !important
    }
}

.mob-full.checkbox.checkbox-inline label .hidden-xs {
    display: none !important
}

.line .action-bar-wrapper {
    margin-bottom: -2px
}

.v-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:992px) {
    #addresses {
        padding-left: 15px;
        padding-right: 15px
    }
}

#addresses.help-me .sticky-edit {
    display: none
}

#addresses .address-edit-form-box {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
    background: #e1e0d9
}

@media (max-width:992px) {
    #addresses .address-edit-form-box {
        padding: 0 32px
    }
}

#addresses .address-edit-form-box .btn.btn-big {
    margin: 0 !important
}

@media (max-width:1199px) {
    #addresses .address-edit-form-box .btn.btn-big {
        min-width: 230px
    }
}

@media (max-width:992px) {
    #addresses .address-edit-form-box .btn.btn-big {
        min-width: 240px
    }
}

@media (max-width:767px) {
    #addresses .address-edit-form-box .btn.btn-big {
        margin-bottom: 20px;
        float: none;
        width: 100%;
        min-width: 60px
    }
}

@media (max-width:767px) {
    #addresses .address-edit-form-box .consumer-register-form .contact-form.modified-form .row>.form-section {
        padding: 0 !important
    }
}

#addresses .view-address-row {
    margin: 0 -12px !important;
    padding-bottom: 50px
}

@media (max-width:767px) {
    #addresses .view-address-row {
        margin: 0 !important
    }
}

#addresses .view-address-row .view-addresses-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#addresses .view-address-row .view-addresses-cards .view-card-box {
    padding: 0 12px;
    position: static;
    display: -ms-flexbox;
    display: flex;
    width: 33.3333%
}

@media (max-width:1199px) {
    #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 50%
    }
}

@media (max-width:992px) {
    #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 100%
    }
}

@media (max-width:767px) {
    #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 100%;
        padding: 0
    }
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    background: #fff;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 24px;
    display: table;
    cursor: pointer
}

@media (max-width:767px) {
    #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
        margin-bottom: 16px
    }
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card:hover {
    border: 1px solid #e00800
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img {
    display: table-cell;
    width: 116px;
    position: relative
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img img {
    width: 100%;
    height: 116px;
    max-height: 116px;
    min-height: 116px
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
    display: table-cell;
    text-align: left;
    padding-left: 24px;
    padding-right: 10px;
    vertical-align: middle
}

@media (max-width:992px) {
    #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
        padding-left: 16px
    }
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
    color: #232323;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 3px;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    color: #232323;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .btn.address-primary {
    visibility: hidden;
    display: none;
    font-size: 8px;
    min-height: 1px;
    height: auto;
    padding: 5px 8px;
    line-height: 1;
    font-family: suiss, Arial, sans-serif;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0
}

#addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .btn.address-primary.primary-active {
    visibility: visible;
    display: inline-block
}

#addresses .view-address-row .view-addresses-cards .view-card-box .address-edit-form-box .consumer-register-form .form {
    padding-bottom: 1.5rem;
    padding-top: 35px
}

#addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card {
    background: #393c3a;
    position: relative
}

#addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    bottom: -13px;
    left: 125px;
    border: solid transparent;
    content: " ";
    height: 12px;
    width: 24px;
    position: absolute;
    pointer-events: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #393c3a
}

#addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card h3,
#addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card p {
    color: #fff
}

#addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card .btn.address-primary.primary-active {
    visibility: visible;
    display: inline-block;
    background: #fff;
    color: #e00800;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0
}

#addresses .address-cancel {
    font-size: 16px;
    color: #232323;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 25px;
    text-decoration: none;
    position: relative;
    top: 20px
}

@media (max-width:1199px) {
    #addresses .address-cancel {
        margin-right: 40px
    }
}

@media (max-width:767px) {
    #addresses .address-cancel {
        float: none !important;
        margin-right: 0;
        width: 100%;
        text-align: center
    }
}

.profile-settings-addresses .view-card:hover {
    border: 1px solid #e00800 !important
}

.profile-settings-addresses .address-open .view-card {
    border: none !important
}

.position-static {
    position: static !important
}

#interests .media-interests-wraper {
    padding-bottom: 35px
}

#interests.help-me .sticky-edit {
    display: none
}

#interests.help-me .media-interests h3 {
    font-size: 1.6rem;
    margin-bottom: 24px
}

#interests .page-nav-wrap {
    background: none;
    background-color: transparent
}

#interests .page-nav-wrap.affix {
    background-color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

@media (min-width:1199px) {
    #interests .page-nav-wrap.affix {
        padding-right: 8.33333333%;
        padding-left: 8.33333333%
    }
}

@media (max-width:992px) {
    #interests .page-nav-wrap.affix {
        padding-right: 4.33333333%;
        padding-left: 4.33333333%;
        top: 60px
    }
}

#interests .page-nav-wrap.affix .row.page-nav-menu-row {
    border-bottom: 0
}

#interests .page-nav-wrap.affix .page-nav-main-label {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width:767px) {
    #interests .page-nav-wrap.affix .update-btn-mob {
        margin-bottom: 0;
        padding-top: 20px
    }
}

#interests .page-nav-wrap .page-nav-menu-wrap {
    height: 100%
}

@media (min-width:768px) {
    #interests .page-nav-wrap .page-nav-menu-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

#interests .page-nav-wrap .btn.btn-big {
    margin: 0 !important
}

@media (max-width:992px) {
    #interests .page-nav-wrap .btn.btn-big {
        min-width: 20px
    }
}

@media (max-width:1024px) {
    #interests .page-nav-wrap .btn.btn-big {
        min-width: auto;
        width: 80%;
        float: right
    }
}

#interests .page-nav-wrap .page-nav li:first-child {
    margin-left: 0
}

#interests .page-nav-wrap .page-nav a {
    font-size: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 1px
}

@media (max-width:992px) {
    #interests .page-nav-wrap .page-nav a {
        font-size: 14px;
        padding-left: 8%;
        padding-right: 8%;
        white-space: normal;
        padding-bottom: 10px;
        border-bottom: 4px solid #fff
    }
}

#paymentMethods.help-me .sticky-edit {
    display: none
}

#paymentMethods .btn.btn-big {
    margin: 0 0 0 20px !important
}

@media (max-width:767px) {
    #paymentMethods .btn.btn-big {
        margin: 0 0 20px !important
    }
}

.add-new-view-card.checkedClass .view-card:after {
    display: none
}

.mt20 {
    margin-top: 20px
}

.note-applies p {
    color: #232323;
    font-size: 14px;
    text-align: left;
    line-height: 1rem
}

.add-payment-card .consumer-register-form .form .checkbox label {
    padding-left: 2.5rem
}

.add-payment-card .consumer-register-form .form .checkbox label:before {
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.add-payment-card .consumer-register-form .form .checkbox input[type=checkbox]:checked+label:before {
    background-size: 50%
}

.add-payment-card .consumer-register-form .form .checkbox input[type=radio]+label:before {
    border-radius: 50%
}

.add-payment-card .consumer-register-form .form .checkbox input[type=radio]:checked+label:before {
    background-size: 50%
}

.tooltipped .tooltip .tooltip-inner {
    background-color: #232323 !important;
    color: #fff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 16px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.tooltipped .tooltip.top-left .tooltip-arrow,
.tooltipped .tooltip.top-right .tooltip-arrow,
.tooltipped .tooltip.top .tooltip-arrow {
    border-top-color: #232323 !important
}

.tooltipped .tooltip.right .tooltip-arrow {
    border-right-color: #232323 !important;
    left: 3px;
    border-width: .8rem .8rem .8rem 0
}

.tooltipped .tooltip.left .tooltip-arrow {
    border-left-color: #232323 !important
}

.tooltipped .tooltip.bottom-left .tooltip-arrow,
.tooltipped .tooltip.bottom-right .tooltip-arrow,
.tooltipped .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #232323 !important
}

.affix-top,
.affix-top .page-nav-wrap {
    background-color: transparent
}

.affix-top .page-nav-wrap.sticky-edit {
    padding: 10px;
    padding-top: 20px
}

.affix-top .page-nav-wrap.sticky-edit.affix {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-bottom: none
}

.affix-top .page-nav-wrap.sticky-edit.affix .col-xs-offset-9 {
    margin-left: 83.33333333%
}

.affix-top .page-nav-wrap.sticky-edit.affix .sticky-edit-both.col-xs-offset-7 {
    margin-left: 66.66666667%
}

.affix-top .page-nav-wrap.sticky-edit.affix button.btn.btn-edit {
    height: 3rem;
    line-height: 2.9rem;
    width: 49%
}

.affix-top .page-nav-wrap.affix .page-nav-main-label {
    padding-top: 1.575rem;
    padding-bottom: 1rem
}

.affix-top .page-nav-wrap.affix .page-nav-main-label button {
    height: 3rem;
    line-height: 2.9rem
}

.custom_tabcontent .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection {
    border-bottom: 1px solid #353738
}

.action-buttons-container a.icon-wrap svg.updateId-svg * {
    height: 24px;
    width: 24px
}

.consumer.affix-top .tab-closed .affix,
.consumer .tab-closed .affix {
    display: none
}

.consumer.affix-top .affix {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-bottom: none
}

.ml20 {
    margin-left: 20px
}

.tab-closed {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.fit-img {
    min-height: 120px;
    max-height: 120px
}

.fit-img,
.fit-img-interests {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fit-img-interests {
    min-height: 457px
}

.modal-backdrop {
    background-color: #000
}

.modal-backdrop.in {
    opacity: .6
}

.modal-dialog {
    width: auto;
    max-width: 480px;
    margin: 10% auto
}

@media (max-width:767px) {
    .modal-dialog {
        width: 90%
    }
}

.modal-dialog .delete-card {
    text-align: center;
    padding: 48px
}

.modal-dialog .delete-card .icon-popup__header {
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 24px
}

.modal-dialog .delete-card p {
    color: #232323;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px
}

.modal-dialog .delete-card p b {
    color: #232323;
    font-size: 1rem
}

.modal-dialog .delete-card p.text-yellow {
    color: #e7b900;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px
}

.modal-dialog .delete-card .icon-popup__text .pop-plan-text {
    color: #232323;
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: .8rem .5rem 1rem;
    text-align: left
}

.modal-dialog .add-payment-card {
    text-align: center;
    padding: 48px
}

@media (max-width:767px) {
    .modal-dialog .add-payment-card {
        padding: 20px
    }
}

.modal-dialog .add-payment-card .icon-popup__header {
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 0;
    font-size: 24px
}

.modal-dialog .add-payment-card p {
    color: #232323;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5
}

.modal-dialog .add-payment-card .form-section {
    padding-right: 0;
    margin-top: 30px
}

.modal-dialog .add-payment-card .form-section .form-group.checkbox.checkbox-agree {
    display: inline-block
}

.modal-dialog .add-payment-card .form-section .form-group.checkbox.checkbox-agree label:before {
    margin-top: -14px
}

.modal-dialog .add-payment-card.uaepass-unable .icon-popup__icon img {
    max-height: 100px;
    margin-bottom: 2rem
}

.modal-dialog .add-payment-card-btns {
    border-top: 1px solid #e5e5e5
}

.modal-dialog .add-payment-card-btns button {
    border: none;
    color: #232323;
    width: 50%;
    float: left
}

.modal-dialog .add-payment-card-btns button.full {
    width: 100%
}

@media (max-width:767px) {
    .modal-dialog .add-payment-card-btns button {
        width: 100% !important;
        float: none
    }
}

.modal-dialog .add-payment-card-btns button.active,
.modal-dialog .add-payment-card-btns button.active:hover {
    background-color: #232323;
    color: #fff
}

.modal-dialog .add-payment-card-btns button:hover {
    background-color: transparent;
    color: #232323
}

@media (max-width:992px) {
    .modal-dialog .add-payment-card-btns.btn-half-xs button {
        width: 50% !important;
        float: left;
        min-width: 100px
    }
}

.modal-dialog .delete-card-btns {
    border-top: 1px solid #e5e5e5
}

.modal-dialog .delete-card-btns button {
    border: none;
    color: #232323;
    width: 50%;
    float: left
}

@media (max-width:767px) {
    .modal-dialog .delete-card-btns button {
        width: 100%;
        float: none
    }
}

.modal-dialog .delete-card-btns button.active {
    background-color: #232323;
    color: #fff
}

.modal-dialog .delete-card-btns button.active:hover {
    background-color: #232323 !important;
    color: #fff
}

.modal-dialog .delete-card-btns button.active.full {
    width: 100%;
    text-transform: capitalize
}

.modal-dialog .delete-card-btns button.half {
    width: 50%;
    float: left
}

.modal-dialog .delete-card-btns button:hover {
    background-color: transparent;
    color: #232323
}

.modal-dialog .delete-card-btns.full button,
.modal-dialog .delete-card-btns button.singleBtn {
    width: 100%
}

.modal-dialog .alert-card-btns {
    border-top: 1px solid #e5e5e5
}

.modal-dialog .alert-card-btns button {
    border: none;
    color: #232323;
    width: 50%;
    float: left
}

@media (max-width:767px) {
    .modal-dialog .alert-card-btns button {
        width: 100%;
        float: none
    }
}

.modal-dialog .alert-card-btns button.active {
    background-color: #e00800;
    color: #fff
}

.modal-dialog .alert-card-btns button.active:hover {
    background-color: #b3170c !important;
    color: #232323
}

.modal-dialog .alert-card-btns button.active.full {
    width: 100%;
    text-transform: capitalize
}

.modal-dialog .alert-card-btns button.half {
    width: 50%;
    float: left
}

.modal-dialog .alert-card-btns button:hover {
    background-color: transparent;
    color: #232323
}

.modal-dialog .alert-card-btns.full button,
.modal-dialog .alert-card-btns button.singleBtn {
    width: 100%
}

.help-me .info-head {
    margin-bottom: 58px
}

@media (max-width:767px) {
    .help-me .info-head {
        margin-bottom: 0
    }
}

.help-me .consumer-register-form .form.mb0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.help-me .consumer-register-form .form .form-address-bottom {
    padding-top: 30px
}

.help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
    display: inline-block;
    margin-right: 25px;
    color: #232323;
    text-decoration: none;
    position: relative;
    top: 23px
}

@media (max-width:1199px) {
    .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
        float: none !important;
        margin-right: 0;
        text-align: center;
        width: 100%
    }
}

.help-me .consumer-register-form .form .form-address-bottom .address-del-btn span {
    position: relative;
    top: -5px;
    text-indent: 10px;
    display: inline-block;
    letter-spacing: 1px
}

.help-me .consumer-register-form .form .form-address-bottom .checkbox label,
.help-me .consumer-register-form .form .form-address-bottom .radio label {
    padding-left: 2rem
}

.help-me .consumer-register-form .form .form-address-bottom div.checkbox.checkbox-inline {
    padding-left: 0 !important;
    margin-left: 0 !important
}

.help-me.profile-payment-methods .table-payment-methods {
    width: 100%
}

.help-me.profile-payment-methods .table-payment-methods thead tr {
    background-color: #e2e1da
}

.help-me.profile-payment-methods .table-payment-methods thead tr th {
    padding: 29px 32px 28px;
    text-align: left;
    font-size: .88rem;
    line-height: .88rem;
    color: #232323
}

.help-me.profile-payment-methods .table-payment-methods thead tr th .tooltipped .tooltip {
    width: 250px
}

.help-me.profile-payment-methods .table-payment-methods thead tr th span.outside-icon {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 6px;
    right: auto;
    left: 15px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.help-me.profile-payment-methods .table-payment-methods thead tr th span svg {
    height: 21px;
    width: 21px;
    fill: #e00800
}

.help-me.profile-payment-methods .table-payment-methods tbody tr {
    background-color: #fff
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 15px 32px;
    font-size: .88rem;
    line-height: 1.4rem;
    color: #6c6c6c
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td span.table-icon-wrapp {
    width: 2rem;
    height: 2rem;
    position: relative;
    top: 6px;
    right: auto;
    left: 15px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    float: none
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td span svg {
    height: 21px;
    width: 21px
}

.help-me.profile-payment-methods .table-payment-methods tbody tr:nth-of-type(2n) {
    background-color: #f0f0ea
}

.help-me.profile-payment-methods .table-payment-methods tbody tr:nth-of-type(2n) td {
    border-bottom: 1px solid #f0f0ea;
    border-top: 1px solid #f0f0ea
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td {
    text-align: left
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td:last-child {
    padding-right: 60px;
    text-align: right
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td span {
    float: left;
    margin-right: 5px
}

.help-me.profile-payment-methods .table-payment-methods tbody tr td span.icon-visa {
    margin-top: 2px
}

.help-me.profile-payment-methods .note-paragraph p {
    color: #232323;
    font-size: 14px;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 60px
}

.help-me a.icon-info-profile {
    fill: #e00800
}

.help-me .consumer-register-form .form.modified-form .salary-certificate-wrap {
    margin-top: 1rem
}

.help-me .consumer-register-form .form-title.text-left {
    text-align: left;
    padding-bottom: 0
}

.help-me .consumer-register-form .form-title.text-left h3 {
    font-size: 1.6rem;
    letter-spacing: 0
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input {
    margin-bottom: 1rem;
    border: none;
    background-color: transparent
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted input {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span {
    position: absolute;
    right: 0;
    top: 40px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span svg * {
    stroke: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error input {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error input:valid {
    color: #e00800;
    border-color: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error span {
    position: absolute;
    right: 0;
    top: 40px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error span svg * {
    stroke: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid:-moz-read-only {
    background-image: none
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid:read-only {
    background-image: none
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus {
    outline: none;
    border-color: #232323;
    border-width: 2px;
    color: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid {
    color: #232323;
    border-width: 1px;
    font-size: 20px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:required:valid~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly]~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input label.floating-label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input select.selected~label {
    font-size: 12px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #f5f5f1 !important;
    border-bottom: 1px dotted #afafaf;
    padding-left: 0;
    padding-bottom: .7rem;
    color: #848789;
    font-size: 1.25rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 16px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input span.outside-icon {
    top: 1.4rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon svg {
    top: 2.5rem;
    right: .125rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    top: 4.9rem;
    text-align: left
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select {
    border: none;
    background-color: transparent;
    margin-bottom: 1rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection {
    border-bottom: 1px solid #353738
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:after {
    display: none
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered {
    font-size: 20px;
    font-family: suiss, Arial, sans-serif
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2.select2-container.select2-container--default.select2-container--focus {
    top: 0 !important;
    padding-bottom: 0
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container {
    padding: 2.19rem 0 .8325rem;
    padding-bottom: 0
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open {
    top: 2.65rem !important
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-left: 0
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li {
    font-family: suiss, Arial, sans-serif
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
    top: 3.66875rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    border-width: 0
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    top: 3.66875rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    border-width: 0
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted select {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span {
    position: absolute;
    right: 0;
    top: 40px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span svg * {
    stroke: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error select {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error select:valid {
    color: #e00800;
    border-color: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error span {
    position: absolute;
    right: 0;
    top: 40px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error span svg * {
    stroke: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select {
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px;
    color: #e00800
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:valid {
    color: #e00800;
    border-color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus~label {
    font-size: 12px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select label.floating-label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select.selected~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:required:valid~label,
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly]~label {
    font-size: 12px;
    top: 16px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.disabled select:not(.datepicker),
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select.disabled:not(.datepicker),
.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #f5f5f1 !important;
    border-bottom: 1px dotted #afafaf;
    padding-left: 0;
    padding-bottom: .5rem;
    color: #232323
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 12px
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select span.outside-icon {
    top: 1.4rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon svg {
    top: 2.5rem;
    right: 2.125rem
}

.help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
    top: 4.9rem;
    text-align: left
}

.help-me .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate {
    background: none;
    border: none;
    margin-bottom: 1.5rem
}

.help-me .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate .btn-request-token:hover .outside-icon svg {
    fill: #fff
}

.help-me .consumer-register-form .form.modified-form .action-buttons-wrapper {
    padding-top: 1rem
}

.help-me .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary {
    margin-top: 24px;
    padding-bottom: 0
}

.help-me .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .icon-primary {
    background: url(../../../b2c/assets/img/self-care-profile/icon_primary_account.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px
}

.help-me .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .text-primary {
    color: #232323;
    font-size: 16px
}

.help-me .consumer-register-form .form.modified-form .btn-request-token .btn {
    height: 64px;
    padding: 0 2rem;
    display: block;
    width: 100%
}

.help-me .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit {
    display: block
}

.help-me .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit button {
    float: left;
    margin: 0;
    padding: 0 2.8125rem;
    width: 48%
}

.help-me .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit button.active {
    float: right
}

.help-me .consumer-register-form .form.modified-form .form-section .forgot-label {
    font-size: 14px;
    color: #232323;
    margin-top: 10px;
    bottom: -3rem
}

.help-me .consumer-register-form .form.modified-form .form-section label {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    text-align: left
}

.help-me .consumer-register-form .form.modified-form .form-section label.control-label {
    color: #909192;
    letter-spacing: normal
}

.help-me .consumer-register-form .form.modified-form .form-section label.control-label.or {
    line-height: normal;
    margin: 0;
    margin-right: 20px;
    margin-top: 5px;
    color: #a5a7a6
}

.help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin-left: 2.5rem
}

.help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox label {
    letter-spacing: normal;
    line-height: normal
}

.help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only {
    margin-left: 2.5rem
}

.help-me .consumer-register-form .form.modified-form .smiles-newsletter-card {
    background: #e2e1da;
    padding: 40px;
    text-align: left;
    margin-bottom: 30px
}

.help-me .consumer-register-form .form.modified-form .smiles-newsletter-card p {
    color: #242424;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: suiss, Arial, sans-serif
}

.help-me .consumer-register-form .form.modified-form .smiles-newsletter-card button {
    padding: 0 2.8125rem;
    font-size: 14px;
    height: 4.25rem
}

.help-me .consumer-register-form .form.modified-form .smiles-newsletter-card button.btn-news-submit {
    width: 100%;
    margin-top: 8px
}

.help-me .mb30 {
    margin-bottom: 30px
}

.help-me .mb0 {
    margin-bottom: 0 !important
}

.help-me.view-addresses .tab-box-wrap .tab-box-label {
    box-shadow: none;
    border-bottom: 0;
    margin-bottom: 0
}

.help-me.view-addresses .tab-box-wrap .tab-box-label .address-primary {
    visibility: hidden;
    font-size: .6rem;
    min-height: 1px;
    height: auto;
    padding: 4px 3px 2px;
    line-height: 1;
    font-family: suiss, Arial, sans-serif
}

.help-me.view-addresses .tab-box-wrap .tab-box-label .address-primary.primary-active {
    visibility: visible
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label {
    max-height: 200px
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card {
    border: 1px solid transparent
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card:hover {
    border: 1px solid #e00800
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card .view-card-txt {
    margin: 0 10px 0 15px
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass {
    position: relative
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card {
    background-color: #e00800
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card:before {
    border-width: 15px
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card:after {
    bottom: -13px;
    left: 35%;
    border: solid transparent;
    content: " ";
    height: 12px;
    width: 24px;
    position: absolute;
    pointer-events: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e00800
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card h3,
.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card p {
    color: #fff
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card .address-primary {
    background: #fff;
    color: #e00800;
    visibility: visible
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card a {
    color: #fff
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card a span {
    float: left
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card a span.icon-primary-wrap svg.icon-primary * {
    stroke: #fff
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card {
    background-color: #fff;
    text-align: left
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card h3 {
    color: #353834;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0
}

@media (max-width:767) {
    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card h3 {
        font-size: 18px
    }
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card p {
    color: #232323;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0
}

@media (max-width:767px) {
    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card p {
        font-size: 16px
    }
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card a {
    color: #232323;
    font-size: 16px;
    line-height: normal
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card a span {
    float: left;
    margin-right: 10px
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card a span.icon-primary-wrap svg.icon-primary * {
    stroke: #232323
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card {
    display: -ms-flexbox;
    display: flex;
    background-color: transparent
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card {
    background-color: transparent
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card a {
    color: #232323;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 40px
}

.help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card span {
    color: #232323;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 3px
}

.help-me .manage-addrsses-wrapper {
    background-color: #e2e1da;
    padding: 67px;
    padding-bottom: 10px
}

.help-me .manage-addrsses-wrapper .tab-box-slide {
    background-color: transparent
}

.help-me .manage-addrsses-wrapper .action-btn-container a {
    font-size: 18px;
    color: #232323;
    margin-left: 30px;
    text-decoration: underline
}

.help-me .manage-addrsses-wrapper .action-btn-container a span.icon-delete-address-wrap {
    margin-right: 10px;
    float: left
}

.help-me .manage-addrsses-wrapper .action-btn-container a span.icon-delete-address-wrap svg {
    height: auto;
    width: auto
}

.help-me .manage-addrsses-wrapper .action-btn-container a span.icon-delete-address-wrap svg.icon-delete-address * {
    stroke: #232323
}

.help-me .manage-addrsses-wrapper .action-btn-container a span.icon-default-wrap {
    float: left;
    margin-right: 10px;
    margin-top: 2px
}

.help-me .manage-addrsses-wrapper .action-btn-container a span.icon-default-wrap svg.icon-default * {
    stroke: #232323
}

.help-me .media-interests {
    padding-bottom: 14px
}

@media (min-width:767px) {
    .help-me .media-interests .neg-margin {
        margin-left: -1.5rem
    }

    .help-me .media-interests .neg-margin .fit-img-interests {
        padding-left: 1.5rem
    }
}

.help-me .media-interests h3 {
    text-align: left;
    letter-spacing: 0;
    font-size: 1.675rem;
    font-weight: 400
}

.help-me .media-interests .media-interests-col {
    padding-left: 1.5em;
    padding-bottom: 1.5em
}

.help-me .media-interests .media-interests-col .interest_arIcon {
    display: none
}

.help-me .media-interests .media-interests-col .media-interests-box {
    padding: 49px 0;
    background-color: #fff
}

.help-me .media-interests .media-interests-col .media-interests-box.ptb31 {
    padding: 39px 0
}

.help-me .media-interests .media-interests-col .media-interests-box a h5 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1rem
}

.help-me .media-interests .media-interests-col .media-interests-box h5 {
    position: relative;
    padding-top: 1em;
    margin-top: .5rem
}

.help-me .media-interests .media-interests-col .media-interests-box h5:after {
    content: " ";
    width: 2.5rem;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #e00800
}

.help-me .media-interests .media-interests-col .media-interests-box.hover,
.help-me .media-interests .media-interests-col .media-interests-box:hover {
    cursor: pointer;
    background-color: #e00800;
    transition: all .9s ease
}

.help-me .media-interests .media-interests-col .media-interests-box.hover a h5,
.help-me .media-interests .media-interests-col .media-interests-box:hover a h5 {
    color: #fff
}

.help-me .media-interests .media-interests-col .media-interests-box.hover a h5:after,
.help-me .media-interests .media-interests-col .media-interests-box:hover a h5:after {
    background-color: #fff
}

.help-me .media-interests .media-interests-col .media-interests-box.hover a .icon-area .interest_enIcon,
.help-me .media-interests .media-interests-col .media-interests-box:hover a .icon-area .interest_enIcon {
    display: none
}

.help-me .media-interests .media-interests-col .media-interests-box.hover a .icon-area .interest_arIcon,
.help-me .media-interests .media-interests-col .media-interests-box:hover a .icon-area .interest_arIcon {
    display: inline-block
}

.help-me .media-interests .media-interests-col .media-interests-box.hover a .icon-area svg *,
.help-me .media-interests .media-interests-col .media-interests-box:hover a .icon-area svg * {
    stroke: #fff
}

.help-me .media-interests .ext-row .media-interests-col {
    padding-left: 1.5em
}

.help-me .media-interests .ext-row .media-interests-col:first-child {
    padding-left: 0
}

@media (max-width:767px) {
    .help-me.view-addresses .view-addresses-cards .view-card .col-sm-4 {
        width: 43% !important
    }
}

@media (max-width:767px) {
    .help-me.view-addresses .view-addresses-cards .view-card .col-sm-4 .fit-img {
        min-height: 100px;
        max-height: 100px
    }
}

@media (min-width:1440px) {

    .help-me .profile-setting-mask-wrapper .profile-setting-mask-edit,
    .help-me .profile-setting-mask-wrapper .profile-setting-mask-info {
        margin: 0;
        width: 50%
    }

    .footer .social-icon-wrapper a {
        width: 65px;
        height: 65px
    }

    .footer .etisalat-signature {
        margin-top: 24px
    }

    .footer .etisalat-signature .etisalat-logo-img {
        width: 110px;
        height: 32px
    }

    .footer .etisalat-signature .copyright {
        padding-top: 5px;
        margin-bottom: 25px
    }

    .footer .col-sm-12.etisalat-signature {
        text-align: center
    }

    .footer .footer-nav {
        margin-top: 32px
    }

    .footer .footer-nav a {
        font-size: .875rem;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem
    }

    .footer.footer-small .etisalat-signature {
        text-align: right
    }
}

@media (min-width:768px) {
    .main-menu .navbar #main-menu-search-img {
        width: 24px;
        height: 24px
    }

    .main-menu .navbar .etisalat-logo-img {
        margin-bottom: 0
    }

    .main-menu .navbar .navbar-nav>li>.navbar-text,
    .main-menu .navbar .navbar-nav>li>a,
    .main-menu .navbar .navbar-right a {
        padding: 0 32px
    }

    .main-menu.main-menu__fixed,
    .main-menu.main-menu__fixed .navbar,
    .main-menu.main-menu__fixed .navbar-header,
    .main-menu.main-menu__fixed .navbar .hamburger_icon {
        height: 50px
    }

    .main-menu.main-menu__fixed .navbar .etisalat-logo-img {
        width: 100px;
        height: 40px;
        margin-bottom: 0;
        margin-top: 5px
    }

    .main-menu.main-menu__fixed .navbar .navbar-nav>li>a {
        height: 50px;
        line-height: normal
    }

    .main-menu,
    .main-menu.main-menu__fixed.main-menu__full,
    .main-menu.main-menu__fixed.main-menu__full .navbar,
    .main-menu.main-menu__fixed.main-menu__full .navbar-header,
    .main-menu.main-menu__fixed.main-menu__full .navbar .hamburger_icon,
    .main-menu.main-menu__full,
    .main-menu.main-menu__full .navbar,
    .main-menu.main-menu__full .navbar-header,
    .main-menu.main-menu__full .navbar .hamburger_icon,
    .main-menu .navbar,
    .main-menu .navbar-header,
    .main-menu .navbar .hamburger_icon {
        height: 96px
    }

    .main-menu.main-menu__fixed.main-menu__full .navbar .etisalat-logo-img,
    .main-menu.main-menu__full .navbar .etisalat-logo-img,
    .main-menu .navbar .etisalat-logo-img {
        width: 190px;
        height: 60px;
        margin-bottom: 0;
        margin-top: 6px
    }

    .main-menu.main-menu__fixed.main-menu__full .navbar .navbar-nav>li>.navbar-text,
    .main-menu.main-menu__fixed.main-menu__full .navbar .navbar-nav>li>a,
    .main-menu.main-menu__full .navbar .navbar-nav>li>.navbar-text,
    .main-menu.main-menu__full .navbar .navbar-nav>li>a,
    .main-menu .navbar .navbar-nav>li>.navbar-text,
    .main-menu .navbar .navbar-nav>li>a {
        height: 96px;
        line-height: normal
    }

    .sub_menu_mobile #accordion_menu .panel-title {
        height: 89px
    }

    .sub_menu_mobile #accordion_menu .panel-title .arrow_accordion {
        height: 88px;
        width: 88px
    }

    .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-3 {
        margin-left: 7.875rem
    }

    .sub_menu_mobile #accordion_menu .panel-body .col-sm-offset-4 {
        margin-left: 10.625rem
    }

    .sub_menu_mobile #accordion_menu .panel-body .panel-title a,
    .sub_menu_mobile #accordion_menu .sub_menu_accordion .item_sub-menu {
        font-size: 1.125rem
    }

    .sub_menu_mobile .menu_account .bg_white_menu .link-black_menu {
        margin-left: 4.1rem
    }

    .sub_menu_mobile .link-black_menu {
        font-size: 1.125rem;
        margin-bottom: 3.125rem
    }

    .sub_menu_mobile .link-black_menu svg {
        margin-right: 1.25rem;
        width: 31px
    }

    .sub_menu_mobile .bg_bottom_accordion,
    .sub_menu_mobile .bg_button {
        height: 80px
    }

    .sub_menu_mobile .bg_bottom_accordion .link-black_menu,
    .sub_menu_mobile .bg_button .link-black_menu {
        margin: 0;
        line-height: 80px
    }

    .arrow_accordion svg {
        fill: #e00800
    }

    .help-me .consumer-register-form .form .form-section .corporate-employee-buttons .form-submit {
        display: block
    }

    .help-me .consumer-register-form .form .form-section .corporate-employee-buttons .form-submit button {
        float: left;
        margin: 0;
        padding: 0 2.8125rem
    }

    .help-me .consumer-register-form .form .form-section .corporate-employee-buttons .form-submit button.active {
        float: right
    }
}

@media (max-width:1440px) {
    .help-me .consumer-register-form .form.modified-form .btn-request-token .btn {
        height: 3rem;
        line-height: 3rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input span.outside-icon {
        top: .8rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.btn-upload-salary-certificate {
        margin-bottom: 1.2rem
    }
}

@media (min-width:1440px) {
    .action-bar-wrapper>.row {
        margin-top: 0
    }

    .action-bar-wrapper .action-bar {
        font-size: 1.1875rem
    }

    .action-bar-wrapper .action-bar a {
        line-height: 6.77rem;
        height: 6.77rem;
        display: inline-block
    }

    .view-addresses .tab-box-wrap label {
        height: 186px;
        display: inline-block;
        margin-right: 4.33333333%
    }

    .view-addresses .tab-box-wrap label:last-child {
        margin-right: 0;
        cursor: default
    }

    .view-addresses .tab-box-wrap label:last-child .view-card:after {
        display: none
    }
}

.chose-number .form-section {
    margin: 0 4.5% 0 0 !important
}

.chose-number .form-section:last-child {
    margin: 0 !important
}

.chose-number .form-section input {
    padding: 0;
    max-height: 40px
}

@media (min-width:768px) {
    .footer .modified-footer .modified-footer-col .footer-nav li:first-child a {
        border-left: 0
    }

    .footer .modified-footer .modified-footer-col .footer-nav li:last-child a {
        border-right: 0
    }

    .tab-box-wrap input[type=radio]:checked+div {
        display: block
    }

    .action-bar-wrapper>.row {
        border-top: none;
        margin-top: 0
    }

    .action-bar-wrapper .action-bar {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #f0f0ea;
        font-family: suiss, Arial, sans-serif;
        font-size: .875rem
    }

    .action-bar-wrapper .action-bar svg {
        display: none
    }

    .action-bar-wrapper .action-bar a {
        height: 3.8rem;
        line-height: 3.8rem;
        position: relative;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        color: #242424;
        background-color: #fff;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        border-bottom: none
    }

    .action-bar-wrapper .action-bar a+a {
        border-left: 2px solid #f0f0ea
    }

    .action-bar-wrapper .action-bar a:hover {
        color: #e00800
    }

    .action-bar-wrapper .action-bar a.active {
        color: #e00800;
        background-color: #fff;
        border-left-color: #e00800;
        border-bottom: none
    }

    .action-bar-wrapper .action-bar a.active:before {
        content: " ";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        background-color: #e00800;
        height: 2px
    }

    .action-bar-wrapper .action-bar a.active:after {
        content: " ";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 2px
    }

    .action-bar-wrapper .action-bar a.active+a {
        border-left: 2px solid #e00800
    }

    .action-bar-wrapper .active-center,
    .action-bar-wrapper .active-first,
    .action-bar-wrapper .active-last {
        border-bottom: 2px solid #e00800
    }

    .action-bar-wrapper .active-center a,
    .action-bar-wrapper .active-first a,
    .action-bar-wrapper .active-last a {
        display: block
    }
}

h2.b2c-sub-heading {
    font-size: 30px;
    letter-spacing: 0;
    padding-bottom: 28px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e2e1da;
    margin-top: 25px;
    line-height: 38px;
    color: #232323
}

@media (max-width:1024px) {
    h2.b2c-sub-heading {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    h2.b2c-sub-heading {
        font-size: 20px !important;
        padding-bottom: 26px;
        line-height: 25px;
        padding-top: 20px
    }
}

.bg-gray {
    background: linear-gradient(180deg, #fff, #f0f0ea 15%)
}

.box-newsletters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

.box-newsletters h4 {
    margin-bottom: 5px;
    letter-spacing: 0
}

.box-newsletters p {
    color: #232323;
    font-size: 16px;
    line-height: 20px;
    font-family: suiss, Arial, sans-serif;
    margin-top: 3px
}

.box-newsletters p a {
    color: #e00800 !important;
    text-decoration: none !important
}

.box-newsletters .mt45 {
    margin-top: 45px
}

.box-newsletters .mt22 {
    margin-top: 22px
}

.box-newsletters .material-switch.medium>input[type=checkbox]:checked+label:after {
    left: 16px
}

.box-newsletters .material-switch.medium label:before {
    content: "";
    height: 15px;
    width: 34px
}

.box-newsletters .material-switch.medium label:after {
    height: 26px;
    width: 26px
}

.box-newsletters .material-switch.disabled label {
    opacity: .5;
    cursor: not-allowed
}

.box-newsletters .material-switch input[type=checkbox] {
    display: none
}

.box-newsletters .material-switch label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px
}

.box-newsletters .material-switch label:before {
    background: #000;
    border-radius: 10px;
    content: "";
    height: 20px;
    margin-top: -5px;
    position: absolute;
    opacity: .2;
    transition: all .4s ease-in-out;
    width: 48px
}

.box-newsletters .material-switch label:after {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    content: "";
    height: 32px;
    left: -7px;
    margin-top: -7px;
    position: absolute;
    top: -4px;
    transition: all .3s ease-in-out;
    width: 32px
}

.material-switch>input[type=checkbox]:checked+label:before {
    background: #e00800;
    opacity: 1
}

.material-switch>input[type=checkbox]:checked+label:after {
    background: #fff;
    left: 27px
}

.profile-setting-mask img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.profile-setting-mask .overlay-image {
    width: 100% !important;
    height: 100% !important;
    border-radius: 100%
}

@media (min-width:992px) {
    .help-me label {
        display: -ms-flexbox;
        display: flex;
        height: auto
    }

    .help-me .profile-setting-mask {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        display: inline-block
    }

    .help-me .profile-setting-mask img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .help-me .profile-setting-mask .overlay-image {
        width: 100%;
        height: 100%;
        border-radius: 100%
    }

    .help-me .profile-setting-mask .overlay-image img {
        height: 48px !important;
        margin-top: 54px
    }

    .help-me .profile-setting-mask .overlay-image span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px
    }

    .help-me .profile-setting-mask .overlay-image .overlay-image-icon {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 55px;
        height: 75px
    }

    .consumer-register-form .form.modified-form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .consumer-register-form .form.modified-form .row>.form-section.edit-mr:first-child,
    .consumer-register-form .form.modified-form .row>.form-section:first-child {
        padding-right: .85rem
    }

    .consumer-register-form .form.modified-form .row>.form-section:first-child.request-token {
        padding-right: 0
    }

    .consumer-register-form .form.modified-form .row>.form-section:first-child.request-token a .link {
        color: #232323;
        font-size: 14px;
        letter-spacing: 2px
    }

    .consumer-register-form .form.modified-form .row>.form-section:first-child.request-token .icon-request-token {
        background: url(../../../b2c/assets/img/self-care-profile/icon_request_token.svg) no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        margin-right: 10px
    }

    .consumer-register-form .form.modified-form .row>.form-section:nth-child(2),
    .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
        padding-left: .85rem
    }

    .consumer-register-form .form.modified-form .row>.form-section.single-section {
        padding: 0
    }

    .consumer-register-form .form.modified-form .row>.form-section .view-only .view-only-tick {
        background-image: url(../img/forms/checkbox.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100%;
        width: 16px;
        height: 16px;
        float: left;
        padding: .5rem 0;
        display: inline-block;
        margin-right: 10px;
        margin-top: 12px
    }

    .consumer-register-form .form.modified-form .row>.form-section .view-only label {
        padding-left: 0 !important
    }
}

@media (min-width:992px) and (max-width:1440px) {

    .help-me .profile-setting-mask-wrapper .profile-setting-mask-edit,
    .help-me .profile-setting-mask-wrapper .profile-setting-mask-info {
        margin: 0;
        width: 50%
    }

    .affix-top .page-nav-wrap.affix .page-nav-menu-row .page-nav-main-label {
        margin-right: 8.33333333%
    }

    .help-me .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit button {
        padding: 0 2rem;
        width: 48%
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon svg {
        top: 2.5rem;
        right: .125rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
        top: 4.3rem;
        text-align: left
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon svg {
        top: 2.5rem;
        right: 2.125rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
        top: 4.9rem;
        text-align: left
    }

    .help-me .consumer-register-form .form.modified-form .smiles-newsletter-card button.btn-news-submit {
        margin-top: 20px;
        width: 100%
    }

    .help-me .consumer-register-form .form.modified-form .btn-request-token .btn {
        letter-spacing: 0
    }

    .help-me .consumer-register-form .form.modified-form .smiles-newsletter-card button {
        padding: 0 3.3rem;
        font-size: 14px;
        height: 3rem;
        line-height: 3rem
    }

    .help-me.view-addresses .tab-box-wrap input[type=radio]:checked+div {
        display: block
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label {
        margin-right: 2.33333333%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label:last-child {
        margin-left: 2.33333333%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card:after {
        left: 53%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card .col-sm-4 {
        width: 70.333333%
    }

    .help-me .media-interests .fit-img-interests {
        min-height: auto;
        height: 374px
    }

    .help-me .media-interests .media-interests-col .media-interests-box {
        padding: 28px 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box.ptb31 {
        padding: 18px 0
    }
}

#information .action-buttons-wrapper .action-buttons-container a {
    color: #e00800;
    text-decoration: none;
    letter-spacing: 2px
}

#information .consumer-register-form .form.modified-form .row>.form-section .checkbox {
    margin-top: .7rem;
    margin-left: 0 !important
}

#information .consumer-register-form .form.modified-form .row>.form-section .checkbox label:before {
    left: -5px
}

#information .consumer-register-form .form.modified-form .row>.form-section .forgot-label {
    bottom: -1.5rem
}

#information .consumer-register-form .form.modified-form .row>.form-section .box-newsletters {
    background-color: transparent;
    min-height: 1px;
    padding: 0;
    padding-left: 0
}

#information .consumer-register-form .form.modified-form .row>.form-section .info-11 a {
    text-decoration: none;
    color: #e00800
}

.newsletters-wrapper .box-newsletters h4 {
    font-family: suiss, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    color: #232323
}

@media screen and (max-width:767px) {
    .page-nav-wrap .update-btn-mob .btn.btn-update {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .page-nav-wrap .page-nav-menu-wrap #navbarDrop1 button.btn-update {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .page-nav-wrap .page-nav-menu-wrap .dropdown-backdrop {
        z-index: 4
    }
}

.page-nav-wrap .page-nav {
    width: auto;
    -ms-flex-pack: left;
    justify-content: left;
    background-color: transparent
}

@media screen and (max-width:767px) {
    .page-nav-wrap .page-nav.dropdown-menu {
        background: #fff;
        background-color: #fff !important;
        box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
        z-index: 5
    }
}

.page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li.active a {
    color: #232323;
    border-bottom: 0;
    background-color: transparent
}

@media (max-width:767px) {
    .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li.active a {
        border-bottom: 0
    }
}

.page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li a:hover {
    color: #232323;
    background-color: transparent
}

.page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li a:focus {
    background-color: transparent;
    outline: 0
}

@media (min-width:1440px) {
    .page-nav-wrap.prf-nav-wrap.affix .container-fluid {
        max-width: 1380px
    }
}

@media screen and (max-width:1280px) {
    .help-me .consumer-register-form .form.modified-form .form-section .form-submit {
        height: 5rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only {
        margin-left: 0;
        display: none
    }

    .help-me .consumer-register-form .form.modified-form .newsletters-wrapper .form-section .box-newsletters h4 {
        font-size: 1.15rem
    }
}

@media screen and (max-width:991px) {
    .profile-setting-mask-wrapper {
        padding-top: 1rem;
        padding-bottom: 3rem
    }

    .help-me .btn-edit {
        width: 100%
    }

    .help-me.profile-payment-methods .note-paragraph p {
        margin-bottom: 20px
    }

    .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes label {
        width: 100%
    }

    .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
        margin-left: 0;
        margin-right: 1.5rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]+label:before {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        margin-top: -13px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.btn-upload-salary-certificate {
        margin-top: 1.2rem
    }

    .help-me .consumer-register-form .form .row.salary-certificate-wrap .form-section:first-child {
        display: none
    }

    .help-me .consumer-register-form .form .row.salary-certificate-wrap .form-section:nth-child(2) {
        width: 100%;
        padding-left: 0
    }

    .help-me .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .help-me .consumer-register-form .form .row>.form-section:first-child {
        padding-right: .75rem
    }

    .help-me .consumer-register-form .form .row>.form-section:nth-child(2),
    .help-me .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: .75rem
    }

    .help-me .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }

    .help-me .consumer-register-form .form .row>.form-section .checkbox,
    .help-me .consumer-register-form .form .row>.form-section .radio {
        margin: 0;
        padding: 0;
        line-height: normal;
        display: inline-block
    }
}

@media screen and (max-width:991px) and (min-width:767px) {
    .bg-gray {
        padding: 0 20px
    }
}

@media screen and (max-width:991px) and (min-width:767px) {

    .help-me .information-form-wrapper,
    .help-me .profile-setting-mask-wrapper {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:991px) and (min-width:768px) and (max-width:991px) {
    .help-me .info-head {
        width: 100%;
        margin: 0
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .bg-gray {
        padding: 0 20px
    }

    .bg-gray .profile-payment-methods .profile-setting-col-1 {
        width: 100%;
        margin-left: 0
    }

    .profile-settings-pattern .action-bar-wrapper .row {
        margin-top: 0
    }

    .profile-settings-pattern .action-bar-wrapper .action-bar a {
        font-size: 14px;
        height: 4rem;
        letter-spacing: 0
    }

    .help-me .b2c-sub-heading-wrap.col-xs-11,
    .help-me .media-interests-wraper.col-xs-10 {
        width: 100%;
        margin-left: 0
    }

    .help-me .media-interests-wraper.col-xs-offset-right-1 {
        margin-right: 0
    }

    .help-me .media-interests-wraper .col-sm-6.btn-update,
    .help-me .media-interests-wraper .page-nav-wrap .page-nav-menu-wrap.col-sm-8 {
        width: 100%
    }

    .help-me .newsletters-wrapper .form-section:first-child {
        padding-right: 0
    }

    .help-me .newsletters-wrapper .form-section:nth-child(2) {
        padding-left: 0
    }

    .help-me .media-interests .fit-img-interests {
        height: 278px;
        min-height: auto
    }

    .help-me .media-interests .media-interests-col {
        padding-left: 1.5em;
        padding-bottom: 1.5em
    }

    .help-me .media-interests .media-interests-col .media-interests-box {
        padding: 15px 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box.ptb31 {
        padding: 8px 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box a h5 {
        font-size: .7rem
    }

    .help-me .media-interests .media-interests-col .media-interests-box a .icon-area svg {
        width: 48px;
        height: 48px
    }

    .help-me.view-addresses .view-addresses-head.col-xs-offset-1 {
        margin-left: 0;
        width: 100%
    }

    .help-me.view-addresses .view-addresses-cards {
        margin: 0
    }

    .help-me.view-addresses .view-addresses-cards .view-card .col-sm-4 {
        width: 80%;
        margin-left: 6%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label {
        display: inline
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label {
        width: 45%;
        float: left;
        margin-right: 2.33333333%;
        height: auto;
        display: inline;
        max-height: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card {
        width: 35%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label:last-child {
        margin-left: 0
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card:after {
        left: 53%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card {
        display: -ms-flexbox;
        display: flex;
        background-color: transparent
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card {
        background-color: transparent
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card a {
        color: #232323;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 20px
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card span {
        color: #232323;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 3px
    }

    .help-me .manage-addrsses-wrapper {
        padding: 40px 20px
    }

    .help-me .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-2,
    .help-me .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-right-2 {
        margin: 0;
        width: 100%
    }

    .help-me.profile-payment-methods .table-payment-methods {
        width: 100%
    }

    .help-me.profile-payment-methods .table-payment-methods tbody tr td,
    .help-me.profile-payment-methods .table-payment-methods thead tr th {
        font-size: .75rem;
        line-height: .75rem
    }

    .modified-footer .modified-footer-col {
        width: 100%;
        margin: 0
    }

    .modified-footer .etisalat-signature {
        text-align: center;
        margin: 0;
        margin-top: 10px;
        width: 100%
    }
}

@media (max-width:992px) {
    .help-me .profile-setting-mask {
        width: 118px;
        height: 118px;
        border-radius: 50%;
        background: url(../../../b2c/assets/img/self-care-profile/icon_default_profile_photo.svg) no-repeat;
        background-size: cover;
        display: inline-block
    }
}

forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection {
    border-color: #e00800
}

@media (min-width:320px) and (max-width:768px) {
    .help-me .profile-setting-mask {
        width: 118px;
        height: 118px;
        border-radius: 50%;
        background: url(../../assets/img/self-care-profile/icon_default_profile_photo.svg) no-repeat;
        background-size: cover;
        display: inline-block
    }

    [lang=ar] [dir=rtl] .forms-default-settings .profile-setting-mask-wrapper {
        margin-right: 0
    }

    .plr-1col {
        padding: 10px
    }

    .create-profile-forms.plr-1col {
        padding: 0
    }

    .profile-payment-methods .table-responsive {
        min-height: .01%;
        overflow-x: auto
    }

    .profile-payment-methods .table-payment-methods {
        width: 100%
    }

    .profile-payment-methods .table-payment-methods tbody tr td,
    .profile-payment-methods .table-payment-methods thead tr th {
        padding: 16px 32px 14px;
        font-size: 12px
    }

    .profile-settings-pattern .action-bar-wrapper .row {
        margin-top: 0
    }

    .help-me .b2c-sub-heading-wrap.col-xs-11 {
        width: 100%
    }

    .help-me.profile-payment-methods .main.profile-setting-col-1 {
        margin-left: 8.33333333%;
        margin-right: 8.33333333%;
        width: 83.33333333%
    }

    .help-me .media-interests-wraper.col-xs-10 {
        width: 100%
    }

    .help-me .media-interests-wraper.col-xs-offset-1 {
        margin-left: 0
    }

    .help-me .media-interests-wraper.col-xs-offset-right-1 {
        margin-right: 0
    }

    .help-me .media-interests-wraper .col-sm-6.btn-update {
        width: 100%
    }

    .help-me.view-addresses .btn-confirm {
        margin-top: 1.5rem
    }

    .help-me.view-addresses .view-addresses-head.col-xs-offset-1 {
        margin-left: 0;
        width: 100%;
        padding: 0
    }

    .help-me.view-addresses .view-addresses-cards {
        margin: 0
    }

    .help-me.view-addresses .view-addresses-cards .view-card .col-sm-4 {
        width: 80%;
        margin-left: 6%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label {
        display: inline
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label {
        width: 100%;
        float: left;
        margin-right: 2.33333333%;
        height: auto;
        display: inline;
        max-height: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card p br {
        display: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card .fit-img {
        height: 250px
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label:last-child {
        margin-left: 0
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card:after {
        left: 53%;
        display: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card {
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
        width: 47%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card {
        background-color: transparent
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card a {
        color: #232323;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 20px
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card span {
        color: #232323;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 3px
    }

    .help-me .newsletters-wrapper .form-section:first-child {
        padding-right: 0
    }

    .help-me .newsletters-wrapper .form-section:nth-child(2) {
        padding-left: 0
    }

    .help-me .media-interests .fit-img-interests {
        margin-bottom: 1.5em
    }

    .help-me .media-interests .media-interests-col {
        width: 33.33333333%
    }

    .help-me .media-interests .media-interests-col:first-child {
        padding-left: 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box {
        padding: 10px 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box.ptb31 {
        padding: 2px 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box a h5 {
        font-size: .8rem
    }

    .help-me .media-interests .media-interests-col .media-interests-box a .icon-area {
        padding-top: 16px
    }

    .help-me .page-nav-wrap .page-nav {
        width: auto;
        -ms-flex-pack: left;
        justify-content: left;
        background-color: transparent
    }

    .help-me .consumer-register-form .form {
        padding-bottom: 0
    }

    .help-me .consumer-register-form .form.modified-form .smiles-newsletter-card button {
        margin-top: 20px;
        height: 3rem;
        line-height: 3rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon svg {
        top: 2.5rem;
        right: 2.125rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
        text-align: left
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon svg {
        top: 2.5rem;
        right: .125rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
        text-align: left
    }

    .help-me .manage-addrsses-wrapper {
        padding: 40px 20px
    }

    .help-me .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-2,
    .help-me .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-right-2 {
        margin: 0
    }

    .help-me .smiles-newsletter-card .mb0 {
        margin-bottom: .5rem
    }

    .help-me .mb30 {
        margin-bottom: 10px
    }

    .modified-footer .modified-footer-col {
        width: 100%;
        margin: 0
    }

    .modified-footer .etisalat-signature {
        text-align: center;
        margin: 0;
        margin-top: 10px;
        width: 100%
    }
}

@media (min-width:320px) and (max-width:768px) and (max-width:767px) {
    .create-profile-forms.plr-1col .consumer-register-form .form.modified-form .form-section.customerTitleField .floating-label-select {
        padding-right: 1rem
    }
}

@media screen and (max-width:992px) {
    .help-me .page-nav-wrap .page-nav {
        z-index: 999
    }

    .help-me .page-nav-wrap .page-nav li div.submenu-dropdown {
        padding-left: 8%;
        padding-right: 8%
    }
}

@media screen and (max-width:768px) {
    .manage-addrsses-wrapper .profile-setting-my-home .col-sm-8 {
        width: 100%
    }

    .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-2,
    .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-right-2 {
        margin: 0
    }
}

@media (min-width:320px) and (max-width:767px) {
    .spacer-pr {
        height: 20px
    }

    .profile-settings-pattern .main-text {
        padding-bottom: 0
    }

    .profile-settings-pattern .main-text h2 {
        font-size: 1.5rem;
        padding: 2rem 0
    }

    .consumer.affix-top .affix {
        padding: 0 10px
    }

    #ps-form-newsletters h3 {
        margin-bottom: 20px
    }

    .help-me .media-interests {
        padding-bottom: 0
    }

    .help-me .media-interests h3 {
        font-size: 1.25rem
    }

    .help-me .consumer-register-form .form-title.text-left {
        padding-bottom: 0
    }

    .help-me .consumer-register-form .form-title.text-left h3 {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 1.25rem
    }

    .help-me .consumer-register-form .form-title.text-left p {
        margin-top: 20px;
        margin-bottom: 0
    }

    .help-me .consumer-register-form .form.modified-form .smiles-newsletter-card {
        padding: 25px
    }

    .help-me .consumer-register-form .form.modified-form .newsletters-wrapper,
    .help-me .consumer-register-form .form.modified-form .smiles-newsletter-card p {
        margin-bottom: 0
    }

    .help-me .consumer-register-form .form.modified-form .newsletters-wrapper .form-section .box-newsletters h4 {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px
    }

    .help-me .consumer-register-form .form.modified-form .newsletters-wrapper .form-section .box-newsletters .material-switch.mt22 {
        margin-top: 1.2rem
    }

    .help-me .consumer-register-form .form.modified-form .newsletters-wrapper .form-section .box-newsletters .material-switch>input[type=checkbox]:checked+label:after {
        left: 18px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input {
        margin: 0 0 .5rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid,
    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly],
    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input input[readonly],
    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input label {
        font-size: 1rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span,
    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error span {
        top: 31px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.btn-upload-salary-certificate {
        margin-top: 20px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon svg {
        top: 2.5rem;
        right: .125rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
        top: 4.3rem;
        text-align: left
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select {
        margin: 0 0 .5rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select label {
        font-size: 1rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection {
        border-bottom: 1px solid #353738
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:after {
        display: none
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered {
        font-size: 1rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.btn-upload-salary-certificate {
        margin-top: 20px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon svg {
        top: 2.5rem;
        right: 2.125rem
    }

    .help-me .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
        top: 4.3rem;
        text-align: left
    }

    .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
        margin-right: .9rem;
        display: block;
        width: 100%
    }

    .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox label {
        padding-left: 1.8rem;
        line-height: normal
    }

    .help-me .consumer-register-form .form.modified-form .form-section .forgot-label {
        bottom: -33px;
        font-size: 12px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .form-group.set-language {
        margin-top: -15px
    }

    .help-me .consumer-register-form .form.modified-form .form-section .form-submit {
        height: 5rem
    }

    .help-me .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary {
        padding-bottom: .5rem
    }

    .help-me .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .text-primary {
        font-size: 1rem
    }

    .help-me .consumer-register-form .form.modified-form .btn-request-token .btn {
        letter-spacing: normal
    }

    .help-me .consumer-register-form .form.modified-form .smiles-newsletter-card button.btn-news-submit {
        margin-top: 30px;
        width: 100%
    }

    h2.b2c-sub-heading {
        font-size: 1.5rem;
        letter-spacing: normal;
        margin-top: 6px
    }

    .sticky-edit .col-xs-2 {
        width: 100%
    }

    .sticky-edit .col-xs-offset-9 {
        margin-left: 0
    }

    .sticky-edit .col-xs-4 {
        width: 100%
    }

    .affix-top .page-nav-wrap.sticky-edit.affix .col-xs-offset-9,
    .sticky-edit .col-xs-offset-7 {
        margin-left: 0
    }

    .affix-top .page-nav-wrap.sticky-edit.affix .sticky-edit-both.col-xs-offset-7 {
        margin-left: 0;
        padding: 10px
    }

    .manage-addrsses-wrapper .profile-setting-my-home .col-sm-8 {
        width: 100%
    }

    .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-2,
    .manage-addrsses-wrapper .profile-setting-my-home .col-xs-offset-right-2 {
        margin: 0
    }

    .profile-setting-col-1 .form-section,
    .profile-setting-col-1.form-section {
        padding: 0 !important
    }

    .profile-setting-col-1 .form-section.edit-fitst-name {
        padding-left: 17px !important
    }

    .page-nav-wrap .page-nav-main-label-top {
        display: none !important
    }
}

@media (min-width:320px) and (max-width:480px) {
    .help-me.profile-payment-methods .action-btns-pops button {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 1rem;
        letter-spacing: normal
    }

    .help-me.profile-payment-methods .action-btns-pops button.active {
        float: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label {
        display: inline
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label {
        width: 100%;
        float: left;
        margin-right: 2.33333333%;
        height: auto;
        display: inline;
        max-height: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card p br {
        display: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label .view-card .fit-img {
        height: 250px
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label:last-child {
        margin-left: 0
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.checkedClass .view-card:after {
        left: 53%;
        display: none
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card {
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
        width: 85%
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card {
        background-color: transparent
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card a {
        color: #232323;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 20px
    }

    .help-me.view-addresses .tab-box-wrap .tab-box-label label.add-new-view-card .view-card span {
        color: #232323;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 3px
    }

    .help-me .media-interests .fit-img-interests {
        margin-bottom: 1.5em
    }

    .help-me .media-interests .ext-row .media-interests-col {
        padding-left: 0
    }

    .help-me .media-interests .media-interests-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .help-me .media-interests .media-interests-col .media-interests-box a h5 {
        font-size: .9rem
    }

    .help-me .media-interests .neg-margin {
        margin-right: 0;
        margin-left: 0
    }

    .help-me .media-interests .neg-margin .fit-img-interests {
        padding-right: 0;
        padding-left: 0
    }

    h2.b2c-sub-heading {
        margin-top: 10px
    }
}

@media (min-width:320px) and (max-width:480px) and (min-width:768px) {
    .help-me .media-interests .neg-margin {
        margin-right: -1.5rem;
        margin-left: 0
    }
}

@media (min-width:320px) and (max-width:480px) and (min-width:768px) {
    .help-me .media-interests .neg-margin .fit-img-interests {
        padding-right: 0;
        padding-left: 1.5rem
    }
}

@media screen and (max-width:767px) {
    .affix-top .page-nav-wrap.sticky-edit.affix {
        padding: 10px;
        top: 60px
    }

    .help-me.profile-payment-methods table.table-payment-methods {
        border: 0
    }

    .help-me.profile-payment-methods table.table-payment-methods thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .help-me.profile-payment-methods table.table-payment-methods tr {
        display: block;
        margin-bottom: 1px
    }

    .help-me.profile-payment-methods table.table-payment-methods tr td {
        border-bottom: 1px solid #f0f0ea;
        border-top: 1px solid #f0f0ea;
        display: block;
        font-size: .75em;
        text-align: right;
        padding: 15px 24px 10px
    }

    .help-me.profile-payment-methods table.table-payment-methods tr td span.hidden-xs {
        display: none !important
    }

    .help-me.profile-payment-methods table.table-payment-methods tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    .help-me.profile-payment-methods table.table-payment-methods tr td:last-child {
        border-bottom: 0;
        padding-right: 32px
    }

    .help-me.profile-payment-methods table.table-payment-methods tr:nth-of-type(2n) {
        border-bottom: 1px solid #f0f0ea
    }
}

.consumer-register-form .form.modified-form .row>.form-section {
    margin: 0;
    padding: 0
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox,
.consumer-register-form .form.modified-form .row>.form-section .radio {
    color: #232323;
    padding: 0;
    margin: 0;
    line-height: normal
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox:first-child,
.consumer-register-form .form.modified-form .row>.form-section .radio:first-child {
    margin-top: 0;
    padding-top: 0
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio],
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio] {
    height: 100%;
    width: 100%;
    z-index: 10;
    margin-left: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    opacity: 0
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]+label,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]+label {
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4rem;
    padding-left: 2rem
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]+label:before,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]+label:before {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    margin-top: -11px;
    border-color: #6c6c6c
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:before,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: none
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label:before,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]+label:before {
    height: 24px;
    width: 24px;
    margin-top: -13px
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]:checked+label:before,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]:checked+label:before {
    background-size: 50%
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]+label {
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4rem;
    padding-left: 2rem
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label:before,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]+label:before {
    border-radius: 50%;
    height: 22px;
    width: 22px;
    margin-top: -11px;
    border-color: #6c6c6c
}

.consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]:checked+label:before,
.consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: none
}

@media screen and (max-width:767px) {
    .consumer-register-form .form.modified-form .row>.form-section.inline-checkboxes-wrap>div:first-child {
        margin-right: 0
    }
}

.consumer-register-form .form.modified-form .row>.form-section.inline-checkboxes-wrap .checkbox input[type=checkbox]+label,
.consumer-register-form .form.modified-form .row>.form-section.inline-checkboxes-wrap .radio input[type=checkbox]+label {
    padding-left: 1.6rem
}

.consumer-register-form .form.modified-form .row>.form-section.having-issue {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

.consumer-register-form .form.modified-form .row>.form-section.having-issue .floating-label-input input {
    width: 250px
}

@media (max-width:568px) {
    .consumer-register-form .form.modified-form .row>.form-section.having-issue {
        display: block
    }

    .consumer-register-form .form.modified-form .row>.form-section.having-issue .floating-label-input input {
        width: 100%
    }
}

.consumer-register-form .form.modified-form .row>.form-section.having-issue span {
    margin-right: 1.5rem
}

.consumer-register-form .form.modified-form .row>.form-section .view-only .view-only-tick {
    background-image: url(../img/forms/checkbox.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 16px;
    height: 16px;
    float: left;
    padding: .5rem 0;
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px
}

.consumer-register-form .form.modified-form .row>.form-section .view-only label {
    padding-left: 0 !important
}

.create-profile-forms.plr-1col .form.modified-form .form-section .floating-label-select .select2-selection,
.form.modified-form .form-section .floating-label-select .select2-selection {
    border-bottom: 1px solid #232323
}

@media screen and (min-width:767px) {
    .mobileUpdateBtn {
        margin-top: 2rem
    }
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered {
    font-size: 16px
}

[lang=ar] [dir=rtl] h2.b2c-sub-heading {
    font-size: 30px
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] h2.b2c-sub-heading {
        font-size: 20px !important
    }
}

[lang=ar] [dir=rtl] .page-nav .dropdown-menu {
    float: right
}

[lang=ar] [dir=rtl] .help-me .media-interests h3 {
    text-align: right
}

[lang=ar] [dir=rtl] .help-me .media-interests .col-md-6,
[lang=ar] [dir=rtl] .help-me .media-interests .col-sm-4 {
    float: right
}

[lang=ar] [dir=rtl] .help-me .media-interests .ext-row .media-interests-col {
    padding-right: 1.5em;
    padding-left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .ext-row .media-interests-col {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .help-me.profile-payment-methods .table-payment-methods thead tr th {
    text-align: right
}

[lang=ar] [dir=rtl] .help-me.profile-payment-methods .table-payment-methods thead tr th span.outside-icon {
    right: 15px;
    left: auto
}

[lang=ar] [dir=rtl] .help-me.profile-payment-methods .table-payment-methods tbody tr td {
    text-align: right
}

[lang=ar] [dir=rtl] .help-me.profile-payment-methods .table-payment-methods tbody tr td span {
    float: right;
    margin-left: 5px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .help-me.profile-payment-methods .note-paragraph p {
    text-align: right
}

[lang=ar] [dir=rtl] #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
    text-align: right;
    padding-right: 40px;
    padding-left: 10px
}

[lang=ar] [dir=rtl] #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
[lang=ar] [dir=rtl] #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    text-align: right
}

[lang=ar] [dir=rtl] #addresses .view-address-row .view-addresses-cards .view-card-box .view-card:after {
    left: auto;
    right: 125px
}

[lang=ar] [dir=rtl] #addresses .col-md-offset-1.position-static {
    float: right
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #addresses .col-md-offset-1.position-static {
        margin-left: 0;
        margin-right: 8.33333333%
    }
}

[lang=ar] [dir=rtl] #addresses .pull-left {
    float: right !important
}

[lang=ar] [dir=rtl] #addresses .pull-right {
    float: left !important
}

[lang=ar] [dir=rtl] #addresses .address-cancel {
    margin-right: 0;
    margin-left: 25px
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] #addresses .address-cancel {
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] #paymentMethods .btn.btn-big {
    margin: 0 20px 0 0 !important
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] #paymentMethods .btn.btn-big {
        margin: 0 0 20px !important
    }
}

@media (min-width:320px) and (max-width:768px) {
    [lang=ar] [dir=rtl] .profile-setting-col-1 .form-section.edit-fitst-name {
        padding-right: 17px !important;
        padding-left: 0 !important
    }
}

[lang=ar] [dir=rtl] #information .forms-default-settings .consumer-register-form .inline-checkboxes-wrap .checkbox.checkbox-inline {
    margin-left: 2rem !important;
    margin-right: 0 !important;
    float: right !important
}

[lang=ar] [dir=rtl] .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
    margin-left: 25px;
    margin-right: 0
}

@media (max-width:1199px) {
    [lang=ar] [dir=rtl] .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
        margin-left: 15px;
        margin-right: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] .profile-settings-pattern .action-bar-wrapper .action-bar {
    border-left-color: #f0f0ea;
    border-right-color: #f0f0ea
}

[lang=ar] [dir=rtl] .profile-settings-pattern .action-bar-wrapper .action-bar a {
    font-size: 19px;
    letter-spacing: 1px
}

[lang=ar] [dir=rtl] .profile-settings-pattern .action-bar-wrapper .action-bar a+a {
    border-left: none;
    border-right: 0 solid #f0f0ea !important
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .profile-settings-pattern .action-bar-wrapper .action-bar a+a {
        border-right: 0
    }
}

[lang=ar] [dir=rtl] .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
    border-right-color: #e00800
}

[lang=ar] [dir=rtl] .material-switch.medium label:before {
    right: 0
}

[lang=ar] [dir=rtl] .material-switch>input[type=checkbox]+label:after {
    right: -56px
}

[lang=ar] [dir=rtl] .material-switch>input[type=checkbox]:checked+label:after {
    right: -26px
}

[lang=ar] [dir=rtl] .main-menu.main-menu__fixed .navbar .etisalat-logo-img.etisalat-logo-img-rtl {
    display: block;
    margin-top: 0
}

[lang=ar] [dir=rtl] #interests .page-nav-wrap .btn.btn-big {
    float: left
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] #interests .page-nav-wrap .page-nav li:first-child {
        margin-right: 0
    }
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] #interests .page-nav-wrap .page-nav li:first-child>a {
        padding-right: 0
    }
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .media-interests-col {
        padding-right: 1.5rem;
        padding-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .media-interests-col:first-child {
        padding-right: 0
    }
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .ext-row .media-interests-col {
        padding-right: 1.5rem;
        padding-left: 0
    }
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .ext-row .media-interests-col:first-child {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .help-me .media-interests .neg-margin {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .neg-margin {
        margin-left: 0;
        margin-right: -1.5rem
    }
}

[lang=ar] [dir=rtl] .help-me .media-interests .neg-margin .fit-img-interests {
    padding-right: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {
    [lang=ar] [dir=rtl] .help-me .media-interests .neg-margin .fit-img-interests {
        padding-right: 1.5rem;
        padding-left: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .create-profile-forms.plr-1col .consumer-register-form .form.modified-form .form-section.customerTitleField .floating-label-select {
        padding-right: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .create-profile-forms.plr-1col .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
        padding-left: 0 !important
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .page-nav-wrap .dropdown-toggle .current-dropdown-label {
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .help-me .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin-right: 0
}

.has-menu .submenu-dropdown li {
    border-bottom: 1px solid #fff
}

@media screen and (max-width:736px) {
    .has-menu>a {
        display: none !important
    }

    .has-menu .submenu-dropdown {
        display: block !important
    }

    .has-menu .submenu-dropdown ul li {
        padding: 0;
        border-bottom: 0
    }

    .has-menu .submenu-dropdown ul li a {
        padding-left: 0
    }

    .has-menu .submenu-dropdown ul li:last-child {
        border-top: 0 !important
    }
}

.submenu-dropdown {
    position: absolute;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    padding: 0 10px;
    z-index: 1;
    top: 69px;
    left: -122px;
    display: none
}

@media screen and (max-width:767px) {
    .submenu-dropdown {
        left: -300px
    }
}

@media screen and (max-width:736px) {
    .submenu-dropdown {
        width: 100%;
        position: static;
        padding: 0 10px
    }
}

.submenu-dropdown ul {
    padding: 0;
    list-style: none
}

.submenu-dropdown ul li {
    border-bottom: 1px solid #d2d2d2;
    float: left;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important
}

@media screen and (max-width:736px) {
    .submenu-dropdown ul li {
        padding-left: 30px
    }
}

.submenu-dropdown ul li:last-child {
    border-bottom: none
}

@media screen and (max-width:736px) {
    .submenu-dropdown ul li:last-child {
        border-top: 1px solid #d2d2d2
    }
}

.submenu-dropdown ul li a {
    padding: 16px 0 !important;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #232323;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 0 !important
}

@media screen and (max-width:736px) {
    .submenu-dropdown ul li a {
        font-size: 14px !important;
        padding: .72rem .6rem 10px 0 !important;
        line-height: 1.5rem !important
    }
}

.submenu-dropdown ul li a:hover {
    color: #e00800 !important
}

.submenu-dropdown ul li.selected {
    border-bottom: 4px solid #e00800
}

@media screen and (max-width:447px) {
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .set-primaray-label {
        margin-bottom: 30px
    }
}

.create-profile-forms .datepicker-svg {
    height: 30px;
    width: 30px
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle {
    padding: 25px 2em
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name {
    margin-bottom: 0
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name .change-name {
    color: #232323;
    cursor: auto
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name p {
    line-height: normal;
    margin-bottom: 5px;
    color: #6c6c6c
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    font-weight: 600;
    padding: 3px 9px;
    font-size: 12px
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #6c6c6c;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box {
    margin-top: 19px
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box li .limit-check-box input[type=radio]+label {
    width: auto;
    min-width: 100px;
    border-color: #cecece;
    color: #232323
}

.mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #fff !important
}

.payment-beneficiary-description {
    padding-top: 5rem
}

.payment-beneficiary-description .section-data-box h4,
.payment-beneficiary-description h4 {
    font-size: 30px;
    letter-spacing: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    line-height: 30px
}

.payment-beneficiary-description .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
    color: #232323;
    text-align: left
}

@media screen and (max-width:767px) {
    .payment-beneficiary-description .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
        text-align: center
    }
}

.payment-beneficiary-description .accepted-cards {
    padding: 30px 0 0
}

.payment-beneficiary-description .accepted-cards p {
    float: left;
    margin: 0;
    margin-top: 15px;
    color: #232323
}

.payment-beneficiary-description .accepted-cards ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.payment-beneficiary-description .accepted-cards ul li {
    padding-left: 25px;
    display: inline
}

.payment-beneficiary-description .btn-default-margins {
    margin-top: 5rem !important
}

.payment-beneficiary-description .btn-default-margins .btn {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important
}

@media screen and (max-width:480px) {
    .payment-beneficiary-description .btn-default-margins .btn {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

html[lang=ar] [dir=rtl] .popup-content.forms-default-settings .consumer-register-form .form {
    text-align: center
}

html[lang=ar] [dir=rtl] .payment-beneficiary-description .accepted-cards p {
    float: right
}

@media screen and (max-width:480px) {
    html[lang=ar] [dir=rtl] .payment-beneficiary-description .accepted-cards p {
        float: none;
        text-align: center
    }
}

html[lang=ar] [dir=rtl] .payment-beneficiary-description .accepted-cards ul {
    float: right;
    margin-right: 2rem
}

html[lang=ar] [dir=rtl] .consumer-register-form .form .form-submit button {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (min-width:1440px) and (max-width:1599px) {
    .update-btn-mob {
        display: none !important
    }
}

@media (max-width:767px) {

    .mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box.smaller.pull-right,
    .mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box ul.bill-list li {
        float: none !important
    }

    .mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box li .limit-check-box input[type=radio]+label {
        display: none;
        border: 1px solid #cecece;
        border-top: 0;
        position: relative;
        text-align: left;
        text-indent: 24px
    }

    .mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box.firstActive li .limit-check-box input[type=radio]+label,
    .mobile-data-user .userprofile-summary .userprofile-summary-middle .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
        display: block
    }
}

@media (max-width:767px) {

    .main-menu.main-menu__fixed.main-menu__full .navbar .etisalat-logo-img,
    .main-menu.main-menu__full .navbar .etisalat-logo-img,
    .main-menu .navbar .etisalat-logo-img {
        width: 110px;
        height: 40px;
        margin-top: 6px
    }
}

.radioGroupCont {
    padding: 0 .5rem 2rem
}

.forms-default-settings .consumer-register-form .radioGroupCont .checkbox.checkbox-inline {
    margin-right: 3rem !important
}

.icon-popup__text .price-info-box .top-txt-small {
    font-size: 12px;
    color: #232323
}

.icon-popup__text .price-info-box h3.pkg-price-1 {
    font-size: 28px
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .radioGroupCont .checkbox.checkbox-inline {
    margin-right: 0 !important;
    margin-left: 3rem !important;
    float: right !important
}

[lang=ar] [dir=rtl] .consumer-register-from .form.modified-from .row>.form-section.having-issue span {
    margin-right: 0;
    margin-left: 1.5rem
}

[lang=ar] [dir=rtl] .consumer-register-form .form.modified-form .row>.form-section.having-issue span {
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

[lang=ar] [dir=rtl] .add-payment-footer .popup-content.forms-default-settings.modal-content .icon-popup__button.add-payment-card-btns .btn {
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] button,
[lang=ar] [dir=rtl] label,
[lang=ar] [dir=rtl] textarea {
    font-family: GE SS Two, Arial, sans-serif;
    letter-spacing: 0 !important
}

[lang=ar] [dir=rtl] .box-newsletters {
    text-align: right
}

.forms-default-settings .consumer-register-form .form-title.text-left {
    text-align: left;
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form-title h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
    color: #242424;
    font-family: suiss, Arial, sans-serif
}

.forms-default-settings .consumer-register-form .form-title h3 {
    font-size: 20px;
    letter-spacing: 0;
    color: #232323;
    line-height: 25px
}

@media (min-width:768px) {
    .forms-default-settings .consumer-register-form .form-title h3 {
        line-height: 33px;
        font-size: 26px
    }
}

@media (max-width:767px) {
    .forms-default-settings .consumer-register-form .form-title h3 {
        margin-top: 32px;
        margin-bottom: 12px !important
    }

    .forms-default-settings .consumer-register-form .form-title h3.news-letter-heading {
        margin-top: 70px
    }
}

.forms-default-settings .consumer-register-form .form-title h3.mainHD {
    font-size: 35px;
    line-height: 44px
}

.forms-default-settings .consumer-register-form .pwd-meter-track {
    margin-top: 0 !important;
    margin-bottom: .4rem
}

.forms-default-settings .consumer-register-form .login-form input:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:focus input:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:hover,
.forms-default-settings .consumer-register-form .login-form select:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:focus,
.forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:hover,
.forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #f0f0ea inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.forms-default-settings .consumer-register-form .login-form-header input:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form-header input:-webkit-autofill:focus input:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form-header input:-webkit-autofill:hover,
.forms-default-settings .consumer-register-form .login-form-header select:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form-header select:-webkit-autofill:focus,
.forms-default-settings .consumer-register-form .login-form-header select:-webkit-autofill:hover,
.forms-default-settings .consumer-register-form .login-form-header textarea:-webkit-autofill,
.forms-default-settings .consumer-register-form .login-form-header textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.forms-default-settings .consumer-register-form .form.modified-form.single-col-form .row>.form-section.edit-mr {
    max-height: 70px
}

.forms-default-settings .consumer-register-form .form.modified-form.single-col-form .row>.form-section:first-child {
    padding-right: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .inner-icon,
.forms-default-settings .consumer-register-form .form.modified-form span.credit-card-view {
    position: absolute;
    right: .125rem;
    top: 52%
}

.forms-default-settings .consumer-register-form .form.modified-form span.credit-card-view svg {
    width: 35px;
    height: 35px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .pwd-meter-track {
    margin-top: 0;
    margin-bottom: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .hint {
    color: #232323;
    font-size: .9rem;
    display: block;
    margin-top: 15px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input {
    margin-bottom: 0;
    border: none;
    background-color: transparent
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:focus input:-webkit-autofill,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:hover,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:focus,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:hover,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border-color: #232323;
    -webkit-text-fill-color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted input {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span {
    position: absolute;
    right: 0;
    top: 40px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span svg * {
    stroke: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error input {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error input:valid {
    color: #e00800;
    border-color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error span {
    position: absolute;
    right: 0;
    top: 40px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error span svg * {
    stroke: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    outline: 0;
    height: 70px;
    box-shadow: none;
    background-position: 99% 43px;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    padding-bottom: 1px !important;
    border-radius: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    background-image: url(/assets/img/self-care-profile/icon_checkbox_checked_consumer_24.svg);
    background-repeat: no-repeat;
    background-position: 99% 41px;
    background-size: 24px 24px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:-moz-read-only {
    border-color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:read-only {
    border-color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus {
    outline: none;
    border-color: #232323;
    border-bottom: 2px solid #232323 !important;
    height: 70px;
    color: #232323;
    padding-bottom: 0 !important;
    border-radius: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid {
    color: #232323;
    border-width: 1px;
    font-size: 20px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus~label {
    font-size: 12px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-ms-input-placeholder,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-webkit-input-placeholder,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::placeholder {
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-moz-placeholder {
    color: #333
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input {
    border-bottom: 1px solid #353738;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input.valid {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_orange_64.svg);
    background-repeat: no-repeat;
    background-position: 99% 43px;
    background-size: 24px 24px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input:-moz-read-only {
    color: #232323;
    border-color: transparent
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input:read-only {
    color: #232323;
    border-color: transparent
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input:-moz-read-only:focus {
    border-color: transparent;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input:read-only:focus {
    border-color: transparent;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input.datepicker:-moz-read-only {
    border-color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input.datepicker:read-only {
    border-color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input:focus {
    border-color: #232323;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input:valid {
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:required:valid~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly]~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input label.floating-label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select.selected~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:disabled~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:focus~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:required:valid~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea[readonly]~label {
    font-size: 12px !important;
    font-weight: 400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #232323 !important;
    border-bottom: 1px dashed #232323;
    padding-left: 0;
    padding-bottom: .4rem;
    color: #232323;
    font-size: 1.25rem;
    opacity: 1;
    text-shadow: 0 0 0 #232323;
    -webkit-text-fill-color: transparent
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 18px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input label.otpServerResponse {
    color: #e00800 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea {
    border: 1px solid #353738;
    padding-top: 0;
    padding-bottom: .5rem;
    margin-top: 1.25rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view {
    border-color: transparent;
    margin-top: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea {
    padding-left: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only {
    color: #232323;
    border-color: transparent;
    height: 105px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only {
    color: #232323;
    border-color: transparent;
    height: 105px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only:focus {
    border-color: transparent;
    color: #232323;
    height: 105px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only:focus {
    border-color: transparent;
    color: #232323;
    height: 105px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view label {
    left: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus {
    outline: none;
    border-color: #232323;
    border-width: 2px !important;
    height: 105px;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:valid {
    color: #232323;
    border-width: 1px;
    font-size: 20px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:disabled~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus~label {
    font-size: 12px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea {
    background-color: transparent;
    border: none;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    resize: none;
    outline: 0;
    height: 105px;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    margin-top: 2.55rem;
    font-family: suiss, Arial, sans-serif
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:-moz-read-only {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:read-only {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:-moz-read-only {
    border-color: #353738
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:read-only {
    border-color: #353738
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus {
    outline: none;
    border-color: #232323;
    border-width: 2px !important;
    height: 105px;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:valid {
    color: #232323;
    border-width: 1px;
    font-size: 20px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:disabled~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus~label {
    font-size: 12px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea label {
    left: 20px;
    line-height: 1.3
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input span.outside-icon {
    top: 1.4rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    top: 4.9rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields {
    border-color: #e77400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker input.datepicker:-moz-read-only {
    border-color: #e77400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker input.datepicker:read-only {
    border-color: #e77400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker .alert-icon {
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker .inner-icon {
    margin-right: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker .inner-icon svg * {
    stroke: #e77400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields input {
    border-bottom: 1px solid #e77400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields input,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields textarea {
    color: #232323 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields label {
    color: #e77400 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea {
    border: 1px solid #e77400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea textarea {
    border: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea .alert-icon {
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea .alert-label {
    top: 9.8rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea .icon-error svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    top: 1.3rem;
    right: 1.125rem;
    position: absolute
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon {
    display: block
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2.5rem;
    right: .125rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 4.6rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label svg {
    display: none;
    fill: #e00800;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label a {
    color: #e00800;
    text-decoration: underline
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .inner-icon svg,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .inner-icon svg * {
    stroke: #e00800;
    fill: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input span.credit-card-view {
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.credit-card-accepted input.valid {
    background-image: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.credit-card-accepted span.credit-card-view {
    position: absolute;
    right: .125rem;
    top: 45%;
    display: block
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.view-password input.valid {
    background-image: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.view-password span.icon-hide-view-password,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.view-password span.icon-view-password {
    position: absolute;
    right: .125rem;
    top: 52%;
    cursor: pointer;
    display: block
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.view-confirm-password input.valid {
    background-image: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.view-confirm-password span.icon-hide-view-confirm-password,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.view-confirm-password span.icon-view-confirm-password {
    position: absolute;
    right: .125rem;
    top: 52%;
    cursor: pointer;
    display: block
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker input.valid {
    background-image: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    background: #fff;
    border-top: none;
    min-width: 330px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header {
    min-height: 50px;
    margin-top: .25em;
    border-bottom: 1px solid #f0f0ea
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:hover {
    cursor: pointer;
    color: #000;
    background: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before {
    border-left: 0;
    width: 24px;
    height: 24px;
    background: url(../../../b2c/assets/img/self-care-profile/icon_arrow_right_dark_64.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 24px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before * {
    fill: #242424
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    border-left: 0;
    width: 24px;
    height: 24px;
    background: url(../../../b2c/assets/img/self-care-profile/icon_arrow_left_dark_64.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 24px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before * {
    fill: #242424
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    float: right;
    border: none;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    border-color: transparent;
    background-color: transparent;
    background-position: right 10px;
    background-size: 16px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select:after {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select.picker__select--year {
    margin-top: 0;
    width: 25%
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select.picker__select--month {
    width: 40%;
    height: auto
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day {
    padding: .6125em 0;
    font-weight: 400
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day:hover {
    background: #fff;
    color: #232323;
    border-color: #242424
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__weekday {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    color: #232323;
    text-transform: uppercase
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:before {
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover {
    background: #e00800;
    color: #fff;
    border-color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled:hover {
    background: #f0f0ea;
    color: #232323;
    border-color: #fff
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select {
    border: none;
    background-color: transparent;
    margin-bottom: 0 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.set-language {
    margin-bottom: 4rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection {
    height: 2.25rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:after {
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered {
    font-size: 20px;
    font-family: suiss, Arial, sans-serif;
    height: 2.625rem;
    line-height: 2.25rem;
    letter-spacing: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:focus {
    border-bottom: 1px solid #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2.select2-container.select2-container--default.select2-container--focus {
    top: 0 !important;
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container {
    padding: 2.19rem 0 .8325rem;
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open {
    top: 2.3rem !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-left: 0;
    background-color: #fff
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul {
    padding: 0 1rem;
    max-height: 500px !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li {
    font-family: suiss, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #f0f0ea;
    background-position: 100%;
    padding: 0;
    letter-spacing: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    color: #242424 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected=true],
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:hover.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_dark_16.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 14px 14px;
    color: #e00800 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:first-child,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:last-child {
    border-bottom: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
    top: 3.66875rem;
    right: .9995rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px;
    fill: blue
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b * {
    fill: #242424
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    top: 3.4rem;
    right: .9995rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted select {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span {
    position: absolute;
    right: 0;
    top: 40px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span svg * {
    stroke: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error select {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error select:valid {
    color: #e00800;
    border-color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error span {
    position: absolute;
    right: 0;
    top: 40px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error span svg * {
    stroke: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select {
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px;
    color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:valid {
    color: #e00800;
    border-color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus~label {
    font-size: 12px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label.floating-label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select.selected~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:required:valid~label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly]~label {
    font-size: 12px;
    top: 16px
}

@media (max-width:767px) {

    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label.floating-label,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select.selected~label,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus~label,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:required:valid~label,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly]~label {
        line-height: 1rem
    }
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.disabled select:not(.datepicker),
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select.disabled:not(.datepicker),
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #ccc !important;
    border-bottom: 2px dotted #ccc;
    padding-left: 0;
    padding-bottom: .4rem;
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 18px;
    max-width: 92%
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select span.outside-icon {
    top: 1.4rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
    top: 4.9rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields {
    border-color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up_red.svg) no-repeat
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down_red.svg) no-repeat
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-selection {
    border-bottom: 1px solid #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields input,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields label,
.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields textarea {
    color: #e00800 !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon {
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2.5rem;
    right: 2.125rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 4.6rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label svg {
    display: none;
    fill: #e00800;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label a {
    color: #e00800;
    text-decoration: underline
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .inner-icon svg {
    fill: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate {
    background: none;
    border: none;
    margin-bottom: 1.5rem
}

.forms-default-settings .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate .btn-request-token:hover .outside-icon svg {
    fill: #fff
}

.forms-default-settings .consumer-register-form .form.modified-form .action-buttons-wrapper {
    padding-bottom: 0;
    padding-top: 1rem
}

.forms-default-settings .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary {
    margin-top: 24px;
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .icon-primary {
    background: url(../../../b2c/assets/img/self-care-profile/icon_primary_account.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px
}

.forms-default-settings .consumer-register-form .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .text-primary {
    color: #232323;
    font-size: 16px
}

.forms-default-settings .consumer-register-form .form.modified-form .btn-request-token .btn {
    height: 64px;
    padding: 0 2rem;
    display: block;
    width: 100%
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit {
    display: block
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit button {
    float: left;
    margin: 0;
    padding: 0 2.8125rem;
    width: 48%
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .corporate-employee-buttons .form-submit button.active {
    float: right
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .forgot-label {
    font-size: 14px;
    color: #232323;
    margin-top: 10px;
    bottom: -3rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section label {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.25rem;
    text-align: left
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section label.control-label {
    color: #232323;
    letter-spacing: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section label.control-label.or {
    line-height: normal;
    margin: 0;
    margin-right: 20px;
    margin-top: 5px;
    color: #242424
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes,
.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes.horizontal-checkboxes-errors {
    margin-top: 10px !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox,
.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio {
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox:first-child,
.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio:first-child {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0
}

@media (min-width:992px) and (min-width:414px) {

    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: normal
    }

    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio],
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio] {
        height: 100%;
        width: 100%;
        z-index: 10;
        margin-left: 0;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        opacity: 0
    }

    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]+label:before,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]+label:before {
        border-radius: 50%;
        height: 24px;
        width: 24px
    }

    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]:checked+label:before,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]:checked+label:before {
        background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 28px 28px;
        border: none
    }

    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]+label:before,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]+label:before {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        margin-top: -12px
    }

    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before,
    .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:before {
        background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 28px 28px;
        border: none
    }
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes.horizontal-actions label {
    font-size: 1rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes.has-error-fields .floating-label {
    color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes.has-error-fields .has-error {
    color: #e00800;
    margin-top: 10px;
    clear: both;
    display: block;
    position: absolute;
    max-width: 400px;
    top: 20px !important;
    padding-left: 0;
    float: none;
    font-size: 14px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin-left: 2.5rem;
    display: inline-block;
    line-height: normal
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox label {
    letter-spacing: normal;
    color: #6c6c6c
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio {
    display: inline-block;
    line-height: normal
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio label {
    letter-spacing: normal;
    padding-top: 0;
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only {
    margin-left: 1.25rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only label {
    color: #232323;
    line-height: normal;
    font-weight: 400
}

.forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card {
    background: #e2e1da;
    padding: 40px;
    text-align: left;
    margin-top: 2.5rem;
    display: none
}

.forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card p {
    color: #242424;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: suiss, Arial, sans-serif
}

.forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card button {
    padding: 0 2.8125rem;
    font-size: 14px;
    height: 4.25rem
}

.forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card button.btn-news-submit {
    width: 100%;
    margin-top: 8px
}

.forms-default-settings .consumer-register-form .form.modified-form .consumer-register-form-submit.form-submit {
    text-align: right;
    display: block
}

.forms-default-settings .consumer-register-form .form.modified-form .consumer-register-form-submit.form-submit button {
    margin: 0
}

.forms-default-settings .consumer-register-form .autoEnrolmentfullRegistration .form-title h3 {
    line-height: 44px;
    font-size: 35px;
    color: #242424;
    text-align: center
}

@media (max-width:992px) {
    .forms-default-settings .consumer-register-form .autoEnrolmentfullRegistration .form-title h3 {
        line-height: 1.3;
        font-size: 1.25rem
    }
}

@media (max-width:767px) {
    .forms-default-settings .consumer-register-form .autoEnrolmentfullRegistration .form-title h3 {
        text-align: left
    }
}

.forms-default-settings .consumer-register-form .autoEnrolmentfullRegistration p.p-paragraph {
    margin-top: 1.5rem
}

.forms-default-settings .consumer-register-form .autoEnrolmentfullRegistration .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:767px) {
    .forms-default-settings .consumer-register-form .register-sec-form-8 .autoEnrolmentfullRegistration .form-title h3 {
        margin-top: 2rem
    }
}

.updated-login-dropdown .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.updated-login-dropdown .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid.otpServerResponse {
    color: #e00800 !important;
    -webkit-text-fill-color: #e00800 !important;
    background-image: none
}

.inline-radio-checkbox-wraper .form-section {
    margin-top: .8rem
}

.inline-radio-checkbox-wraper .form-section .checkbox {
    float: left;
    margin-left: 0 !important
}

.inline-radio-checkbox-wraper .form-section .checkbox label {
    font-size: .8rem !important
}

.help-me {
    padding-top: 0
}

.help-me .consumer-register-form .form.modified-form .newsletters-wrapper .form-section .box-newsletters .material-switch {
    margin-top: 2.5rem
}

.mt48 {
    margin-top: 48px
}

.mt0 {
    margin-top: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.forms-default-settings .consumer-register-form .form-title {
    text-align: left;
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form-title p {
    color: #232323;
    font-size: 1rem
}

.forms-default-settings .consumer-register-form .form {
    padding-bottom: 0
}

.forms-default-settings .consumer-register-form .form .form-submit {
    height: auto
}

.forms-default-settings .consumer-register-form .form .form-submit.btn-right {
    text-align: right
}

.forms-default-settings .consumer-register-form .registration-complete>h3 {
    color: #e00800;
    letter-spacing: 0;
    font-size: 26px
}

.forms-default-settings .consumer-register-form .visualCaptcha {
    margin-bottom: 0;
    margin-top: 3rem
}

.forms-default-settings .consumer-register-form .inline-checkboxes-wrap {
    margin-top: 2rem !important
}

.forms-default-settings .consumer-register-form .inline-checkboxes-wrap label {
    font-size: 16px !important
}

.forms-default-settings .consumer-register-form .inline-checkboxes-wrap .checkbox.checkbox-inline {
    margin-right: 2rem !important
}

.forms-default-settings .consumer-register-form .inline-checkboxes-wrap .checkbox.checkbox-inline:last-child {
    margin-right: 0 !important
}

.forms-default-settings .consumer-register-form .inline-checkboxes-wrap .control-label {
    margin-bottom: 0;
    margin-top: 12px;
    margin-right: 20px
}

.forms-default-settings .consumer-register-form .smiles-newsletter-card {
    position: relative
}

.forms-default-settings .consumer-register-form .smiles-newsletter-card .closeSwitchDrop {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.forms-default-settings .consumer-register-form .smiles-newsletter-card .closeSwitchDrop svg {
    fill: #000;
    width: 16px;
    height: 16px
}

.forms-default-settings p.p-paragraph {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #232323
}

.forms-default-settings p.p-paragraph.grayText {
    line-height: 1.6rem;
    color: #717476
}

.forms-default-settings .send-sms {
    text-align: left
}

.forms-default-settings .send-sms a {
    text-transform: uppercase;
    font-size: 14px;
    color: #e00800;
    margin-top: 15px;
    display: block;
    letter-spacing: .15rem;
    text-decoration: none
}

.forms-default-settings .send-sms a:hover {
    text-decoration: underline
}

.forms-default-settings .picker .picker__header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.forms-default-settings .picker .picker__header .picker__select--month,
.forms-default-settings .picker .picker__header .picker__select--year {
    margin: 0 10px !important;
    font-size: 14px
}

.forms-default-settings .picker .picker__header .picker__select--month option,
.forms-default-settings .picker .picker__header .picker__select--year option {
    max-height: 200px;
    overflow: auto
}

.forms-default-settings .picker .picker__header .picker__select--year {
    -ms-flex-order: 2;
    order: 2
}

.forms-default-settings .picker .picker__header .picker__nav--next,
.forms-default-settings .picker .picker__header .picker__nav--prev {
    display: block;
    padding: 0;
    width: 24px;
    height: 24px;
    top: 12px
}

.forms-default-settings .picker .picker__header .picker__nav--prev {
    left: -7px
}

.forms-default-settings .picker .picker__header .picker__nav--next {
    right: -7px
}

.forms-default-settings .form-container {
    padding-top: 0;
    padding-bottom: 0
}

.forms-default-settings .form-title h3 {
    margin-top: 3rem
}

.forms-default-settings .password-note {
    color: #232323;
    text-align: left;
    font-size: 14px;
    margin-top: 7px;
    line-height: 17px
}

.forms-default-settings .icon-hide-view-confirm-password,
.forms-default-settings .icon-hide-view-password,
.forms-default-settings .icon-view-confirm-password,
.forms-default-settings .icon-view-password {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

.forms-default-settings .form .floating-label-input.had-error-fields .alert-label,
.forms-default-settings .form .floating-label-input.had-error-fields input,
.forms-default-settings .form .floating-label-input.had-error-fields label,
.forms-default-settings .form .floating-label-input.had-error-fields textarea,
.forms-default-settings .form .floating-label-input.has-error-fields .alert-label,
.forms-default-settings .form .floating-label-input.has-error-fields input,
.forms-default-settings .form .floating-label-input.has-error-fields label,
.forms-default-settings .form .floating-label-input.has-error-fields textarea,
.forms-default-settings .form .floating-label-select.had-error-fields .alert-label,
.forms-default-settings .form .floating-label-select.had-error-fields input,
.forms-default-settings .form .floating-label-select.had-error-fields label,
.forms-default-settings .form .floating-label-select.had-error-fields textarea,
.forms-default-settings .form .floating-label-select.has-error-fields .alert-label,
.forms-default-settings .form .floating-label-select.has-error-fields input,
.forms-default-settings .form .floating-label-select.has-error-fields label,
.forms-default-settings .form .floating-label-select.has-error-fields textarea,
.forms-default-settings .form .has-error-fields .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #e77400 !important
}

.forms-default-settings .form .has-error-fields .icon-view-password svg#icon_eye_show g g {
    stroke: #e77400 !important
}

.forms-default-settings .cancelRequestSuccessMsg p.p-paragraph {
    color: #232323 !important;
    font-size: 1rem;
    line-height: 19px
}

.update-id-modal .modal-dialog {
    width: auto;
    max-width: 100%;
    margin: 0;
    height: 100%
}

.update-id-modal .modal-dialog .modal-content {
    height: 100%;
    background: linear-gradient(180deg, #fff, #f0f0ea 15%)
}

.update-id-modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 3rem 0
}

.update-id-modal .modal-dialog .modal-content .modal-header .close {
    margin-right: 0;
    right: 0;
    position: absolute;
    top: 42%
}

.update-id-modal .modal-dialog .modal-content .modal-header .close svg {
    width: 36px;
    height: 36px;
    stroke: #242424
}

.update-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    width: 24px;
    height: 24px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down-thin.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 24px;
    left: 0;
    margin-left: -.4rem;
    margin-top: -.6rem;
    position: absolute;
    top: 50%;
    transform: rotate(90deg)
}

.update-id-modal .modal-dialog .modal-content .main-title {
    padding: 3rem 0;
    border-bottom: 2px solid #ccc
}

.update-id-modal .modal-dialog .modal-content .main-title h5 {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #232323;
    margin: 0;
    font-family: inherit;
    font-size: 1.25rem
}

@media (max-width:560px) {
    .update-id-modal .modal-dialog .modal-content .main-title h5 {
        font-size: 1rem
    }
}

@media (max-width:374px) {
    .update-id-modal .modal-dialog .modal-content .main-title h5 {
        font-size: .75rem;
        padding-top: .25rem
    }
}

.update-id-modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.update-id-modal .modal-dialog .modal-content .modal-body .form-group.floating-label-input {
    margin: 0
}

.form .checkbox label:before,
.form .radio label:before,
.update-id-modal .modal-dialog .modal-content .modal-body .white24 {
    background: transparent
}

.icon-error svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    top: 2.5rem;
    right: .125rem;
    position: absolute
}

.consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px;
    fill: blue
}

.consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before,
.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: 1px solid #232323
}

.consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .icon-error,
.consumer-register-form .form.modified-form .form-section .floating-label-input .icon-error {
    display: none
}

.compound-control .icon-error {
    display: none !important
}

.compound-control.pass-no-icon>[type=password],
.compound-control.pass-no-icon>[type=text] {
    background-image: none !important
}

.form-group.floating-label-input.has-error-fields,
.form-group.floating-label-select.has-error-fields {
    margin-bottom: 16px !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label {
    float: right;
    margin-right: 10px
}

@media (min-width:768px) {
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label {
        margin-right: 1rem
    }
}

@media (min-width:1440px) {

    .form .floating-label-input label,
    .form .floating-label-select label {
        line-height: 4.16625rem
    }
}

@media (min-width:992px) {
    .forms-default-settings .consumer-register-form .visualCaptcha {
        margin-bottom: 0;
        margin-top: 4rem
    }
}

@media (min-width:1440px) {
    .forms-default-settings .consumer-register-form .visualCaptcha {
        margin-bottom: 0;
        margin-top: 6rem
    }
}

@media (max-width:767px) {

    .floating-label-input,
    .floating-label-select {
        margin: 0 0 2.5rem
    }

    .floating-label-input.mBtm10,
    .floating-label-select.mBtm10 {
        margin-bottom: 0
    }

    .floating-label-input>select,
    .floating-label-input input,
    .floating-label-input textarea,
    .floating-label-select>select,
    .floating-label-select input,
    .floating-label-select textarea {
        padding: 2.0825rem 1.66625rem .8325rem;
        font-size: 1rem !important;
        line-height: 1.25rem
    }

    .floating-label-input label,
    .floating-label-select label {
        padding: 0 1.66625rem;
        font-size: 1rem !important;
        line-height: 4.16625rem;
        padding-right: 3rem
    }

    .btn-big {
        width: 100%
    }

    .forms-default-settings .form .action-buttons-wrapper .action-buttons-container {
        margin-bottom: 0
    }

    .floating-label-select {
        border: none;
        background-color: transparent;
        margin-bottom: 0 !important
    }

    .floating-label-select.set-language {
        margin-bottom: 4rem
    }

    .floating-label-select .select2-selection {
        border-bottom: 1px solid #353738;
        height: 2.25rem
    }

    .floating-label-select .select2-selection:after {
        display: none
    }

    .floating-label-select .select2-selection .select2-selection__rendered {
        font-size: 1rem !important;
        font-family: suiss, Arial, sans-serif;
        height: 2.625rem;
        line-height: 2.25rem;
        letter-spacing: 0
    }
}

.btn-big {
    min-height: 64px;
    min-width: 240px;
    font-size: 14px;
    letter-spacing: .14285714em !important;
    margin: 0 !important;
    text-decoration: none !important
}

@media (max-width:425px) {
    .btn-big {
        min-width: 200px
    }
}

@media (max-width:768px) {
    .btn-big {
        padding: 0
    }
}

@media (max-width:992px) {
    .btn-big {
        min-width: 190px
    }
}

.btn-default-margins {
    margin: 48px 0 80px !important
}

@media (max-width:767px) {
    .btn-default-margins {
        margin: 20px 0 32px !important
    }
}

.picker__footer {
    display: none
}

#resetPasswordForm .form-section {
    width: 100%
}

.resetPwdForm .form-group.floating-label-input.has-error-fields {
    margin-bottom: 20px !Important
}

.payment-success p.p-paragraph {
    color: #232323;
    font-size: 1rem;
    line-height: 19px
}

.payment-success p.smallerGrayfont {
    font-size: 14px;
    margin-top: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .rowDispBlock .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    right: 0;
    left: auto
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section label.regMyEts {
    font-size: 12px !important;
    font-weight: 400;
    top: 16px;
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    line-height: 15px
}

@media (max-width:992px) {
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:required:valid~label {
        line-height: .9375rem
    }
}

.forms-default-settings .consumer-register-form .form.modified-form .veriCodeDigits.form-section .floating-label-input input {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center
}

.veriCodeDigits .has-error {
    color: #e00800
}

.veriCodeDigits .form-group.floating-label-input {
    margin-bottom: .5rem !important
}

.forms-default-settings.qucikPayAccountWrap .consumer-register-form .form .addLabel {
    font-weight: 700;
    color: #232323
}

@media (max-width:767px) {
    .forms-default-settings.qucikPayAccountWrap .consumer-register-form .form .addLabel {
        margin-bottom: 1rem
    }
}

.forms-default-settings.qucikPayAccountWrap .consumer-register-form .form .addLabel+p {
    color: #9b9b9b
}

.forms-default-settings.qucikPayAccountWrap .consumer-register-form .form .form-submit button {
    min-height: 3rem;
    height: 3rem;
    line-height: 1
}

.forms-default-settings.qucikPayAccountWrap .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    top: 4.75rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields label {
    font-size: .75rem;
    line-height: .9375rem
}

.pencilIcon {
    position: absolute;
    right: 0;
    bottom: .5rem;
    display: inline-block;
    line-height: 1;
    height: 24px;
    z-index: 3;
    cursor: pointer
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.qPayAmount .floating-label-input input[readonly] {
    border-bottom: 1px solid #353738
}

.warning-message {
    padding-bottom: 3rem;
    padding-top: 2rem
}

@media (min-width:993px) {
    .warning-message {
        min-height: 600px
    }
}

.warning-message .warning-message-icon img,
.warning-message .warning-message-icon svg {
    height: 84px
}

@media (min-width:993px) {

    .warning-message .warning-message-icon img,
    .warning-message .warning-message-icon svg {
        height: 128px
    }
}

.warning-message .message-container h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    color: #232323
}

@media (min-width:993px) {
    .warning-message .message-container h3 {
        font-size: 1.625rem
    }
}

.warning-message .message-container p {
    font-size: .75rem;
    letter-spacing: 0;
    color: #232323
}

@media (min-width:993px) {
    .warning-message .message-container p {
        font-size: 1rem
    }
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap label {
    font-size: 12px !important;
    line-height: 1.125rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap .codeInit {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #6c6c6c
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap input {
    padding-left: 3.25rem
}

@media (min-width:1440px) {
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap input {
        padding-bottom: 8px !important
    }
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap input+label {
    padding-left: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.accountNumberCustomError .floating-label-input.has-error-fields .alert-label {
    height: auto
}

[lang=ar] [dir=rtl] .pencilIcon {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form-title {
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    left: .1rem;
    right: auto
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-dropdown {
    margin-right: 0
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-dropdown .select2-results ul li,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-position: 0 !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    background-position: .2% 43px;
    padding: 2.0825rem 0 0 1.66625rem
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    background-position: .2% 34px
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.number-ar {
    font-family: suiss, Arial, sans-serif !important;
    direction: ltr;
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    background-position: 0
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    text-align: right;
    height: 1.2rem
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section label {
    margin-right: 0;
    font-weight: 100;
    width: 100%;
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section label.control-label {
    width: auto;
    margin-left: 20px
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section input,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section label {
    font-family: suiss, Arial, sans-serif !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-submit.btn-right {
    text-align: left
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form span.credit-card-view,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .inner-icon {
    left: .1rem;
    right: auto;
    margin-left: 0 !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .newsletters-wrapper .news-letter-content {
    float: right;
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .newsletters-wrapper .news-letter-switch .material-switch {
    float: left
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .newsletters-wrapper .news-letter-switch .material-switch label:before {
    left: 0
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .note-applies p {
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .inline-checkboxes-wrap .checkbox-inline,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .inline-checkboxes-wrap .control-label {
    float: right !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .inline-checkboxes-wrap .checkbox-inline .floating-label,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .inline-checkboxes-wrap .control-label .floating-label,
[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .password-note {
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .registration-complete {
    text-align: center
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .send-sms a {
    text-align: right
}

[lang=ar] [dir=rtl] .forms-default-settings .profile-setting-mask-wrapper {
    float: right;
    margin-left: 0;
    margin-right: 8.33%
}

@media only screen and (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .forms-default-settings .profile-setting-mask-wrapper {
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .forms-default-settings .icon-error svg,
[lang=ar] [dir=rtl] .forms-default-settings .icon-hide-view-confirm-password,
[lang=ar] [dir=rtl] .forms-default-settings .icon-hide-view-password,
[lang=ar] [dir=rtl] .forms-default-settings .icon-view-confirm-password,
[lang=ar] [dir=rtl] .forms-default-settings .icon-view-password {
    left: 0 !important;
    right: auto !important
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .forms-default-settings .business-register-form .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .forms-default-settings .login .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .forms-default-settings .recover-username .form .row .form-section:first-child,
    [lang=ar] [dir=rtl] .forms-default-settings .reset-password .form .row .form-section:first-child {
        padding-left: .75rem
    }

    [lang=ar] [dir=rtl] .forms-default-settings .business-register-form .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .forms-default-settings .login .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .forms-default-settings .recover-username .form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .forms-default-settings .reset-password .form .row .form-section:nth-child(2) {
        padding-right: .75rem
    }
}

[lang=ar] [dir=rtl] .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
    padding-left: 0 !important;
    padding-right: .85rem !important
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
        padding-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .your-packages .packages-heading h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .update-id-modal .modified-form-default>.row {
    display: block !important
}

[lang=ar] [dir=rtl] .update-id-modal .modified-form-default>.row .form-section {
    width: 100%
}

[lang=ar] [dir=rtl] .btn-big {
    letter-spacing: 0 !important;
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .rowDispBlock .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    right: auto;
    left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .autoEnrolmentfullRegistration .form-title h3 {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap .codeInit {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.countryCodeInitWrap input {
    padding-left: 0;
    padding-right: 3.25rem;
    padding-bottom: 0 !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section.accountNumberCustomError .floating-label-input.has-error-fields .alert-label {
    height: auto;
    font-size: .7rem;
    line-height: 1.25
}

.profile-settings-pattern.account-serv-heading {
    padding: 40px 0
}

.profile-settings-pattern.account-serv-heading h2 {
    margin: 0;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 44px;
    text-align: center;
    color: #232323
}

.account-serv-main {
    border-top: 1px solid #e2e1da;
    padding-bottom: 30px
}

.account-serv-main h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 0 .75rem
}

.account-serv-main .serv-heading-3 {
    border-bottom: 1px solid #e2e1da;
    text-align: center;
    padding: 24px 0;
    margin-bottom: 32px
}

@media (min-width:992px) {
    .account-serv-main .serv-heading-3 {
        margin-bottom: 72px;
        padding: 32px 0;
        margin-bottom: 80px
    }
}

.account-serv-main .serv-heading-3 h3 {
    margin: 0;
    color: #232323;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0
}

@media (min-width:768px) {
    .account-serv-main .serv-heading-3 h3 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .account-serv-main .serv-heading-3 h3 {
        font-size: 26px;
        line-height: 33px
    }
}

@media (min-width:1440px) {
    .account-serv-main .serv-heading-3 h3 {
        font-size: 30px;
        line-height: 38px
    }
}

.account-serv-main .service-top-btn {
    margin: 0 0 24px
}

.account-serv-main .service-top-btn .datatable-searchfilter {
    background: url(../../assets/img/search/search.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 100% 40px !important
}

.account-serv-main .service-top-btn h3 {
    font-size: 26px;
    letter-spacing: 0;
    color: #232323
}

@media (min-width:992px) {
    .account-serv-main .service-top-btn {
        margin: 0
    }
}

.account-serv-main .service-top-btn button {
    margin: 0 0 40px !important
}

@media (max-width:768px) {
    .account-serv-main .service-top-btn button {
        margin: 20px 0 7px !important
    }
}

.account-serv-main .service-auto-pay-search {
    display: none;
    margin: 0 0 40px;
    position: relative
}

.account-serv-main .service-auto-pay-search.form {
    text-align: left
}

.account-serv-main .service-auto-pay-search h3 {
    font-size: 26px;
    color: #232323;
    line-height: 33px;
    letter-spacing: 0;
    margin: 0 0 15px
}

.account-serv-main .service-auto-pay-search p {
    font-size: 16px;
    color: #232323;
    line-height: 19px;
    margin: 0 0 10px
}

.account-serv-main .service-auto-pay-search .select-all-box {
    padding-top: 20px;
    text-align: center
}

@media (min-width:768px) {
    .account-serv-main .service-auto-pay-search .select-all-box {
        padding-top: 0;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.account-serv-main .service-auto-pay-search .select-all-box a.slect-all-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #e00800;
    text-decoration: none;
    letter-spacing: 1px
}

.account-serv-main .card-bottom-info-btn .btn-default {
    margin-bottom: 16px
}

.row-12 {
    margin: 0 -12px
}

.row-12 .col-padding-12 {
    padding: 0 12px
}

.postBox a:hover .card-box {
    border: 1px solid #e00800
}

.postBox.disabled,
.preBox.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.card-box {
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid transparent;
    position: relative
}

.card-box.disabled .card-box-txt {
    opacity: .5
}

.card-box .card-box-img {
    display: table-cell;
    width: 96px
}

@media (min-width:992px) {
    .card-box .card-box-img {
        width: 114px
    }
}

.card-box .card-box-img img {
    width: 96px;
    height: 114px
}

@media (min-width:992px) {
    .card-box .card-box-img img {
        width: 114px;
        height: 140px
    }
}

.card-box .card-box-txt {
    display: table-cell;
    vertical-align: top;
    padding: 15px 40px 0 20px
}

@media (min-width:768px) {
    .card-box .card-box-txt {
        padding: 15px 15px 0 16px
    }
}

@media (min-width:992px) {
    .card-box .card-box-txt {
        padding: 15px 15px 0 22px
    }
}

@media (min-width:1440px) {
    .card-box .card-box-txt {
        padding: 15px 15px 0 24px
    }
}

.card-box .card-box-txt h4 {
    margin: 0 0 4px;
    color: #232323;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0
}

.card-box .card-box-txt p {
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    margin: 0 20px 4px 0;
    clear: both
}

@media (max-width:768px) {
    .card-box .card-box-txt p {
        margin: 0 0 4px
    }
}

.card-box .card-box-txt p.deactive-info-txt {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 0;
    max-width: 180px;
    background-color: #232323;
    padding: 4px 8px;
    color: #fff
}

.card-box .card-box-txt p.deactive-info-txt,
.card-box .card-box-txt p.suspended-info-txt {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px;
    float: left;
    margin-top: 10px;
    font-size: 12px
}

.card-box .card-box-txt p.suspended-info-txt {
    color: #fff;
    background: #e00800;
    padding: 4px 8px;
    margin-right: 0
}

@media (max-width:1439px) {
    .card-box .card-box-txt p.suspended-info-txt {
        max-width: 200px;
        max-height: 34px;
        overflow: hidden;
        line-height: 14px
    }
}

@media (min-width:768px) {
    .card-box .card-box-txt p.suspended-info-txt {
        margin-right: 30px
    }
}

@media (max-width:992px) {
    .card-box .card-box-txt p.your-plan {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width:767px) {
    .card-box .card-box-txt p.your-plan {
        height: 15px
    }
}

.card-box .card-box-txt.selected {
    background: #fff;
    color: #232323
}

.card-box .card-box-txt.selected h4,
.card-box .card-box-txt.selected p {
    color: #232323
}

.card-box .card-box-txt.selected .circle-check-radio input[type=checkbox]:checked+label:before,
.card-box .card-box-txt.selected .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-size: 32px 32px;
    border: none
}

.card-box .card-box-txt.selected .plan-primary {
    color: #e00800;
    background: #fff
}

.card-box .plan-primary {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff
}

.card-box .plan-primary.hidden {
    display: none !important
}

.card-box .plan-yellow {
    background: #fc0;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 4px 8px;
    color: #232323
}

.card-box .plan-yellow.hidden {
    display: none !important
}

.card-box .suspended-info-txt {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    padding: 4px 8px
}

.card-box .suspended-info-txt.hidden {
    display: none !important
}

.card-box .deactive-info-txt {
    background: #232323;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    padding: 4px 8px
}

.card-box .deactive-info-txt.hidden {
    display: none !important
}

.card-box.active-primary .your-phone span {
    clear: both;
    display: block;
    float: left
}

.card-box.active-primary .circle-check-radio input[type=checkbox]:checked+label:before,
.card-box.active-primary .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #fff
}

.card-box.deactive-card .card-box-img {
    width: 105px;
    height: 144px
}

@media (min-width:992px) {
    .card-box.deactive-card .card-box-img {
        width: 122px
    }
}

.card-box.deactive-card .card-box-img img {
    width: 105px;
    height: 144px
}

@media (min-width:992px) {
    .card-box.deactive-card .card-box-img img {
        width: 122px
    }
}

.card-box.deactive-card .sp-txt {
    color: #6c6c6c
}

.card-box.suspended-card .card-box-img {
    width: 105px;
    height: 144px
}

@media (min-width:992px) {
    .card-box.suspended-card .card-box-img {
        width: 122px
    }
}

.card-box.suspended-card .card-box-img img {
    width: 105px;
    height: 144px
}

@media (min-width:992px) {
    .card-box.suspended-card .card-box-img img {
        width: 122px
    }
}

.card-box.suspended-card .sp-txt {
    color: #fff
}

.card-box.suspended-card .circle-check-radio input[type=checkbox]+label:before,
.card-box.suspended-card .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.card-box.suspended-card .circle-check-radio input[type=checkbox]:checked+label:before,
.card-box.suspended-card .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #fff
}

.card-box .sp-txt {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 0;
    margin: 0;
    letter-spacing: 0
}

.card-box .card-check {
    display: none
}

.card-box .card-check .circle-check-radio label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.card-box .card-check .circle-check-radio label:before {
    position: absolute;
    right: 15px !important;
    bottom: 15px !important;
    left: auto
}

.card-bottom-info-btn {
    display: none
}

.card-bottom-info-btn .act-bottom-btns {
    margin-bottom: 16px;
    padding-top: 16px
}

.card-bottom-info-btn .act-bottom-btns.text-right {
    text-align: center
}

@media (min-width:992px) {
    .card-bottom-info-btn .act-bottom-btns.text-right {
        text-align: right
    }
}

.card-bottom-info-btn .act-bottom-btns .cncl-btn-pay {
    margin-bottom: 16px !important
}

@media (min-width:768px) {
    .card-bottom-info-btn .act-bottom-btns .cncl-btn-pay {
        margin-right: 24px !important;
        margin-bottom: 0 !important
    }
}

.circle-check-radio input[type=checkbox],
.circle-check-radio input[type=radio] {
    display: none
}

.circle-check-radio input[type=checkbox]+label,
.circle-check-radio input[type=radio]+label {
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4rem;
    font-family: suiss, Arial, sans-serif
}

.circle-check-radio input[type=checkbox]+label:before,
.circle-check-radio input[type=radio]+label:before {
    display: inline-block;
    content: "";
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 1px solid #6c6c6c;
    position: absolute;
    left: 0
}

.circle-check-radio input[type=checkbox]:checked+label:before,
.circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25px 25px;
    border: none
}

.limit-for-all .circle-check-radio input[type=checkbox],
.limit-for-all .circle-check-radio input[type=radio] {
    display: none
}

.limit-for-all .circle-check-radio input[type=checkbox]+label,
.limit-for-all .circle-check-radio input[type=radio]+label {
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4rem;
    font-family: suiss, Arial, sans-serif
}

.limit-for-all .circle-check-radio input[type=checkbox]+label:before,
.limit-for-all .circle-check-radio input[type=radio]+label:before {
    display: inline-block;
    content: "";
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 1px solid #6c6c6c;
    position: absolute;
    left: 0
}

.limit-for-all .circle-check-radio input[type=checkbox]:checked+label:before,
.limit-for-all .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25px 25px;
    border: none
}

.imp-note {
    text-align: center
}

@media (min-width:992px) {
    .imp-note {
        max-width: 505px;
        text-align: left;
        float: right
    }
}

.imp-note p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    color: #232323
}

.listing-view-box {
    margin-bottom: 30px
}

.listing-view-box .listing-row {
    width: 100%;
    position: relative;
    padding: 24px 0 14px;
    background: #fff;
    cursor: pointer
}

.listing-view-box .listing-row.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

@media (min-width:768px) {
    .listing-view-box .listing-row {
        display: table;
        min-height: 64px;
        padding: 0
    }
}

.listing-view-box .listing-row .listing-col {
    padding-left: 24px;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .listing-view-box .listing-row .listing-col {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 24px;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .listing-view-box .listing-row .listing-col {
        width: 25%;
        padding: 0;
        padding-left: 26px
    }
}

.listing-view-box .listing-row .listing-col .card-check {
    position: static;
    float: left;
    margin-top: 10px;
    width: 25px;
    display: none;
    margin-right: 20px
}

@media (max-width:767px) {
    .listing-view-box .listing-row .listing-col .card-check {
        height: 30px;
        float: left
    }
}

.listing-view-box .listing-row .listing-col .card-check label {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.listing-view-box .listing-row .listing-col .listing-img {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 5px;
    font-family: suiss, Arial, sans-serif !important
}

@media (min-width:992px) {
    .listing-view-box .listing-row .listing-col .listing-img {
        display: block
    }
}

.listing-view-box .listing-row .listing-col .listing-img img {
    width: 35px;
    height: 35px;
    border-radius: 100%
}

.listing-view-box .listing-row .listing-col h4 {
    font-size: 14px;
    color: #232323;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 9px 0 0;
    display: inline-block;
    padding-left: 8px
}

@media (min-width:768px) {
    .listing-view-box .listing-row .listing-col h4 {
        padding-left: 0
    }
}

@media (min-width:992px) {
    .listing-view-box .listing-row .listing-col h4 {
        padding-left: 18px
    }
}

.listing-view-box .listing-row .listing-col p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 17px;
    margin: 0;
    display: initial;
    vertical-align: middle
}

@media (min-width:768px) {
    .listing-view-box .listing-row .listing-col.listing-col-2 {
        width: 35%
    }
}

@media (min-width:992px) {
    .listing-view-box .listing-row .listing-col.listing-col-2 {
        width: auto
    }
}

.listing-view-box .listing-row .listing-col.listing-col-4 {
    padding-right: 22px
}

@media (min-width:768px) {
    .listing-view-box .listing-row .listing-col.listing-col-4 {
        text-align: right;
        width: 22%
    }
}

@media (min-width:992px) {
    .listing-view-box .listing-row .listing-col.listing-col-4 {
        width: 22%;
        padding-right: 34px
    }
}

@media (min-width:1440px) {
    .listing-view-box .listing-row .listing-col.listing-col-4 {
        width: 25%
    }
}

.listing-view-box .listing-row .listing-col .listing-icon {
    float: left;
    margin-right: 10px;
    margin-top: 5px
}

@media (max-width:1024px) {
    .listing-view-box .listing-row .listing-col .listing-icon {
        width: 25px
    }
}

.listing-view-box .listing-row .listing-col .listing-icon svg g {
    stroke: #6c6c6c
}

.listing-view-box .listing-row .listing-col .listing-icon-txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 6px
}

@media (max-width:1024px) {
    .listing-view-box .listing-row .listing-col .listing-icon-txt {
        width: 200px
    }
}

.listing-view-box .listing-row:nth-child(2n) {
    background: #f0f0ea
}

.listing-view-box .listing-row .icon-right-arrow {
    display: inline-block;
    margin-top: 6px;
    position: absolute;
    top: 24px;
    right: 25px
}

@media (min-width:768px) {
    .listing-view-box .listing-row .icon-right-arrow {
        position: static
    }
}

.listing-view-box .listing-row .plan-primary {
    background: #fff;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-right: auto;
    color: #e00800;
    vertical-align: top;
    position: absolute;
    margin: -20px 0 0
}

@media (min-width:768px) {
    .listing-view-box .listing-row .plan-primary {
        position: static;
        margin: 10px 10px 0 0;
        position: absolute;
        right: 25px
    }
}

.listing-view-box .listing-row .plan-primary.hidden {
    display: none !important
}

.listing-view-box .listing-row .circle-check-radio input[type=checkbox]+label:before,
.listing-view-box .listing-row .circle-check-radio input[type=radio]+label:before {
    width: 18px;
    height: 18px;
    top: 25px;
    left: 15px
}

.listing-view-box .listing-row.odd.active-primary {
    background: #e00800
}

.listing-view-box .listing-row.odd.active-primary .listing-icon svg g {
    stroke: #fff !important
}

.listing-view-box .listing-row.odd.active-primary h4,
.listing-view-box .listing-row.odd.active-primary p {
    color: #fff
}

.listing-view-box .listing-row.odd.active-primary .circle-check-radio input[type=checkbox]+label:before,
.listing-view-box .listing-row.odd.active-primary .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.listing-view-box .listing-row.odd.active-primary .circle-check-radio input[type=checkbox]:checked+label:before,
.listing-view-box .listing-row.odd.active-primary .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_white_filled-green.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 22px 24px;
    left: 15px;
    width: 20px;
    height: 20px
}

@media (max-width:767px) {
    .listing-view-box .listing-row.odd.active-primary .listing-col-3 {
        padding-left: 83px
    }
}

.listing-view-box .listing-row.odd.deactive-card {
    background: silver
}

.listing-view-box .listing-row.odd.deactive-card h4,
.listing-view-box .listing-row.odd.deactive-card p {
    color: #6c6c6c
}

.listing-view-box .listing-row.odd.deactive-card .listing-col-4 {
    padding-right: 22px
}

@media (min-width:992px) {
    .listing-view-box .listing-row.odd.deactive-card .listing-col-4 {
        padding-right: 20px
    }
}

.listing-view-box .listing-row.odd.suspended-card {
    background: #e00800
}

.listing-view-box .listing-row.odd.suspended-card .listing-icon svg g {
    stroke: #fff !important
}

.listing-view-box .listing-row.odd.suspended-card h4,
.listing-view-box .listing-row.odd.suspended-card p {
    color: #fff
}

.listing-view-box .listing-row.odd.suspended-card .listing-col-4 {
    padding-right: 22px
}

@media (min-width:992px) {
    .listing-view-box .listing-row.odd.suspended-card .listing-col-4 {
        padding-right: 20px
    }
}

.listing-view-box .listing-row.odd.suspended-card .circle-check-radio input[type=checkbox]+label:before,
.listing-view-box .listing-row.odd.suspended-card .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.listing-view-box .listing-row.odd.suspended-card .circle-check-radio input[type=checkbox]:checked+label:before,
.listing-view-box .listing-row.odd.suspended-card .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_white_filled-green.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 22px 24px;
    left: 15px;
    width: 20px;
    height: 20px
}

.listing-view-box .listing-row.even.active-primary {
    background: #e00800
}

.listing-view-box .listing-row.even.active-primary h4,
.listing-view-box .listing-row.even.active-primary p {
    color: #fff
}

.listing-view-box .listing-row.even.active-primary .circle-check-radio input[type=checkbox]+label:before,
.listing-view-box .listing-row.even.active-primary .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.listing-view-box .listing-row.even.active-primary .circle-check-radio input[type=checkbox]:checked+label:before,
.listing-view-box .listing-row.even.active-primary .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #fff
}

@media (max-width:767px) {
    .listing-view-box .listing-row.even.active-primary .listing-col-3 {
        padding-left: 83px
    }
}

.listing-view-box .listing-row.even.deactive-card {
    background: silver
}

.listing-view-box .listing-row.even.deactive-card h4,
.listing-view-box .listing-row.even.deactive-card p {
    color: #6c6c6c
}

.listing-view-box .listing-row.even.deactive-card .listing-col-4 {
    padding-right: 22px
}

@media (min-width:992px) {
    .listing-view-box .listing-row.even.deactive-card .listing-col-4 {
        padding-right: 20px
    }
}

.listing-view-box .listing-row.even.suspended-card {
    background: #e00800
}

.listing-view-box .listing-row.even.suspended-card h4,
.listing-view-box .listing-row.even.suspended-card p {
    color: #fff
}

.listing-view-box .listing-row.even.suspended-card .listing-col-4 {
    padding-right: 22px
}

@media (min-width:992px) {
    .listing-view-box .listing-row.even.suspended-card .listing-col-4 {
        padding-right: 20px
    }
}

.listing-view-box .listing-row.even.suspended-card .circle-check-radio input[type=checkbox]+label:before,
.listing-view-box .listing-row.even.suspended-card .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.listing-view-box .listing-row.even.suspended-card .circle-check-radio input[type=checkbox]:checked+label:before,
.listing-view-box .listing-row.even.suspended-card .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #fff
}

.listing-pagination-box {
    margin-bottom: 16px
}

.listing-pagination-box .pagination-list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0
}

.listing-pagination-box .pagination-list li {
    float: left;
    padding: 0 18px
}

.listing-pagination-box .pagination-list li span {
    font-size: 16px;
    line-height: 20px;
    color: #e00800
}

.listing-pagination-box .pagination-list li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #6c6c6c
}

.listing-pagination-box .pagination-list li.see-all a {
    color: #232323
}

.service-top-btn .floating-label-field .input-field {
    height: 68px;
    padding-right: 2.2rem !important
}

.service-top-btn .floating-label-field label {
    top: 12px;
    padding-right: 30px
}

@media (max-width:1440px) {
    .service-top-btn .floating-label-field label {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .service-top-btn .floating-label-field label {
        font-size: 13px
    }
}

@media (max-width:768px) {
    .service-top-btn .floating-label-field label {
        font-size: 16px
    }
}

.floating-label-field {
    position: relative
}

.floating-label-field .input-field {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    outline: 0;
    height: 70px;
    box-shadow: none;
    background-position: 99% 43px;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    padding: 2.0825rem 1.66625rem 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%
}

.floating-label-field .input-field:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px !important;
    color: #e00800
}

.floating-label-field .input-field:focus~label {
    font-size: 12px;
    font-weight: 400;
    top: -6px
}

.floating-label-field .input-field.input-has-val {
    outline: none;
    border-color: #e00800;
    border-width: 2px !important;
    color: #e00800
}

.floating-label-field label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 18px;
    text-align: left;
    font-family: suiss, Arial, sans-serif;
    line-height: 4.16625rem;
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 0;
    max-width: 100%;
    margin: 0;
    font-weight: 400;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    transition: all .3s ease-in-out;
    transition: .3s;
    height: auto
}

.floating-label-field label.floating-label {
    font-size: 12px;
    font-weight: 400;
    top: -6px
}

.floating-label-field.floating-label-select {
    background: none;
    border: none;
    margin-bottom: 0
}

.floating-label-field.floating-label-select.floating-label-selected .select2-container .select2-container--focus .select2-selection {
    border-bottom: 2px solid #e00800
}

.floating-label-field.floating-label-select .select2-container {
    padding: 2.19rem 0 0;
    box-sizing: content-box;
    margin: 0;
    position: relative;
    text-align: left;
    background-color: transparent;
    line-height: 1.25rem;
    top: 0 !important;
    vertical-align: middle;
    display: inline-block;
    background: none;
    border: 0
}

.floating-label-field.floating-label-select .select2-container .select2-selection {
    border: 0;
    border-bottom: 1px solid #353738;
    height: 2.25rem;
    background-color: transparent;
    border-radius: 0;
    outline: none
}

.floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__rendered {
    font-size: 20px;
    font-family: suiss, Arial, sans-serif;
    height: 2.625rem;
    line-height: 2.25rem;
    color: #232323;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
    border: 0
}

.floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__arrow {
    top: 3.4rem;
    right: .9995rem;
    height: 0;
    width: 0
}

.floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px
}

.floating-label-field.floating-label-select .select2-container.select2-container--open {
    top: 2.3rem !important
}

.floating-label-field.floating-label-select .select2-container.select2-container--open.select2 {
    top: 0 !important
}

.floating-label-field.floating-label-select .select2-container.select2-container--open .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px;
    fill: blue;
    border: none
}

.floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown {
    margin-left: 0;
    background-color: #fff;
    text-align: left;
    border: 0;
    border-radius: 0;
    z-index: 5;
    box-shadow: 0 .0625rem .25rem 0 rgba(1, 1, 1, .3)
}

.floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown .select2-results ul {
    padding: 0 1rem
}

.floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown .select2-results ul li {
    font-family: suiss, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #f0f0ea;
    background-position: 100%;
    padding: 0
}

.floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown .select2-results ul li:first-child {
    border-bottom: none
}

.floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_dark_16.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 14px 14px
}

.floating-label-field.floating-label-select label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 18px;
    text-align: left;
    font-family: suiss, Arial, sans-serif;
    line-height: 4.16625rem;
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 0;
    max-width: 100%;
    margin: 0;
    font-weight: 400;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    transition: all .3s ease-in-out;
    transition: .3s;
    height: auto
}

.floating-label-field.floating-label-select label.floating-label {
    font-size: 12px;
    font-weight: 400;
    top: 20px
}

.auto-pay-box {
    padding-top: 34px
}

@media (min-width:768px) {
    .auto-pay-box {
        padding-top: 0
    }
}

.auto-search-ico {
    cursor: pointer;
    background: #f0f0ea;
    z-index: 999;
    position: absolute;
    bottom: 4px;
    right: 0;
    padding: 0 4px
}

.postBox .card-box .card-box-txt h4 {
    padding-left: 0;
    padding-right: 0
}

.card-box .card-box-img img {
    overflow: hidden;
    position: relative
}

.card-box .card-box-txt h4.arLtr {
    padding-left: 0;
    padding-right: 0
}

.popup-wrapper.modal.needhelpuploading .modal-content .modal-header .close {
    top: 10%
}

.popup-wrapper.modal.needhelpuploading .modal-content .modal-header .close>svg {
    fill: #232323
}

.seeAsPages a {
    float: right;
    color: #232323;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    line-height: 3
}

@media (max-width:992px) {
    .seeAsPages a {
        padding: 1.5rem 0
    }
}

.circle-check-radio.selectAll input[type=checkbox]+label:before {
    top: -2px
}

.circle-check-radio.selectAll input[type=checkbox]+label {
    padding-left: 2.25rem;
    font-weight: 400
}

@media (min-width:768px) {
    .circle-check-radio.selectAll input[type=checkbox]+label {
        float: right;
        margin-top: -2.3rem
    }
}

.listing-view-box .listing-row .card-box .plan-primary {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 4px 8px;
    color: #fff
}

.listing-view-box .listing-row.active-primary .card-box .plan-primary {
    background: #fff;
    color: #e00800
}

.postprepaid h5 {
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem
}

@media (max-width:767px) {
    .acNumporc {
        color: #232323 !important;
        font-size: 1rem !important;
        font-weight: 700;
        text-align: left !important;
        font-family: suiss, Arial, sans-serif
    }
}

@media (max-width:767px) {
    .spcFrmtop {
        margin-top: 4rem
    }
}

@media (max-width:767px) {
    .block-unblock-mareking-call-wrapper .main-text.spcFrmtop h2 {
        font-size: 1.5rem
    }
}

@media (max-width:767px) {
    .form-submit.btn-default-margins.acNumB {
        padding-top: 1.25rem
    }
}

.eidTileCont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eidTileCont .eidTile {
    position: static;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (min-width:993px) {
    .eidTileCont .eidTile {
        width: 50%;
        padding-right: 1.5rem
    }
}

.eidTileCont .eidTile .view-card {
    background: #fff;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 24px;
    display: table;
    cursor: pointer;
    border: 1px solid #cecece
}

.eidTileCont .eidTile .view-card .view-card-img {
    width: 120px;
    height: 120px;
    background: #f5f4f5;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative
}

.eidTileCont .eidTile .view-card .view-card-img img,
.eidTileCont .eidTile .view-card .view-card-img svg {
    width: 48px;
    height: 48px
}

.eidTileCont .eidTile .view-card .view-card-txt {
    display: table-cell;
    text-align: left;
    padding-left: 24px;
    padding-right: 10px;
    vertical-align: middle
}

.eidTileCont .eidTile .view-card .view-card-txt h3 {
    padding: 0;
    margin: 0;
    color: #232323;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 3px;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 23px;
    text-align: left
}

.eidTileCont .eidTile .view-card .view-card-txt h3 .infoTooltip {
    position: relative;
    right: auto;
    bottom: auto
}

.eidTileCont .eidTile .view-card .view-card-txt h3 .infoTooltip svg {
    width: 1.25rem;
    height: 1.25rem
}

.eidTileCont .eidTile .view-card .view-card-txt p {
    color: #232323;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    text-align: left
}

.eidTileCont .eidTile .btn.btn-default {
    visibility: hidden;
    display: none;
    font-size: 8px;
    min-height: 1px;
    height: auto;
    padding: 5px 8px;
    line-height: 1;
    font-family: suiss, Arial, sans-serif;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .eidTileCont .eidTile {
        padding-left: 1.5rem;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .eidTileCont .eidTile .view-card .view-card-txt {
    text-align: right;
    padding-left: 10px;
    padding-right: 24px
}

[lang=ar] [dir=rtl] .eidTileCont .eidTile .view-card .view-card-txt h3,
[lang=ar] [dir=rtl] .eidTileCont .eidTile .view-card .view-card-txt p {
    text-align: right
}

[lang=ar] [dir=rtl] .circle-check-radio.selectAll input[type=checkbox]+label:before {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .circle-check-radio.selectAll input[type=checkbox]+label {
    padding-left: 0;
    padding-right: 2.25rem
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .circle-check-radio.selectAll input[type=checkbox]+label {
        float: left
    }
}

[lang=ar] [dir=rtl] .seeAsPages a {
    float: left
}

[lang=ar] [dir=rtl] .auto-search-ico {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .card-box .card-check .circle-check-radio label {
    position: absolute;
    bottom: 15px;
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .card-box .card-check .circle-check-radio label:before {
    right: auto !important;
    left: 15px !important
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .card-bottom-info-btn .col-lg-offset-6.col-md-offset-4 {
        margin-left: 0;
        margin-right: 35.333333%
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .card-bottom-info-btn .col-lg-offset-6.col-md-offset-4 {
        margin-left: 0;
        margin-right: 50%
    }
}

[lang=ar] [dir=rtl] .imp-note {
    text-align: center
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .imp-note {
        text-align: right;
        float: left
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row {
    padding: 24px 0 14px
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col {
    padding-right: 24px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col {
        padding: 0 24px 0 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col {
        padding-right: 24px
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .card-check {
    float: right;
    position: static;
    right: -5px;
    margin-left: 3px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .card-check {
        margin-left: 10px;
        right: 0
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .card-check .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .card-check .circle-check-radio input[type=radio]+label:before {
    top: 32px;
    right: 15px;
    left: auto
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .listing-img {
    float: right
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col h4 {
    padding-right: 8px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col h4 {
        padding-right: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col h4 {
        padding-right: 18px
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col.listing-col-4 {
    padding-left: 22px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col.listing-col-4 {
        text-align: left
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col.listing-col-4 {
        padding-left: 34px
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .listing-icon {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .listing-col .listing-icon-txt {
    float: right
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row .icon-right-arrow {
    left: 25px;
    right: auto;
    transform: rotate(180deg);
    margin-top: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row .plan-primary {
        margin: 10px 0 0 10px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row.active-primary .listing-col-3 {
        padding-right: 83px
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row.deactive-card .listing-col-4 {
    padding-left: 22px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row.deactive-card .listing-col-4 {
        padding-left: 20px
    }
}

[lang=ar] [dir=rtl] .listing-view-box .listing-row.suspended-card .listing-col-4 {
    padding-left: 22px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .listing-view-box .listing-row.suspended-card .listing-col-4 {
        padding-left: 20px
    }
}

[lang=ar] [dir=rtl] .act-bottom-btns .cncl-btn-pay {
    margin-right: 0 !important;
    margin-left: 24px !important
}

[lang=ar] [dir=rtl] .listing-pagination-box .pagination-list li,
[lang=ar] [dir=rtl] .service-top-btn .col-xs-12 {
    float: right
}

[lang=ar] [dir=rtl] .floating-label-field .input-field {
    padding: 2.0825rem 0 0;
    padding-right: 0 !important;
    padding-left: 2.2rem !important
}

[lang=ar] [dir=rtl] .floating-label-field label {
    text-align: right;
    left: auto;
    right: 0;
    padding-right: 0;
    padding-left: 30px
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select .select2-container {
    text-align: right;
    padding-right: 0;
    padding-left: 0
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__arrow {
    right: auto;
    left: .9995rem
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    background-size: 16px
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select .select2-container.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    background-size: 16px
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown {
    text-align: right
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select .select2-container.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_dark_16.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 14px 14px;
    transition: all 0s ease-in-out
}

[lang=ar] [dir=rtl] .floating-label-field.floating-label-select label {
    text-align: right;
    left: auto;
    right: 0;
    padding-right: 0;
    padding-left: 0
}

[lang=ar] [dir=rtl] .service-auto-pay-search .select-all-box {
    text-align: center
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .service-auto-pay-search .select-all-box {
        text-align: left
    }
}

[lang=ar] [dir=rtl] .select-account .col-sm-10,
[lang=ar] [dir=rtl] .service-auto-pay-search .col-sm-10,
[lang=ar] [dir=rtl] .service-auto-pay-search .col-xs-12 {
    float: right
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .service-top-btn .col-sm-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .service-top-btn .col-md-offset-1 {
        margin-left: 0;
        margin-right: 8.33333333%
    }
}

[lang=ar] [dir=rtl] .account-serv-main .preBox.disabled {
    opacity: .4
}

[lang=ar] [dir=rtl] .account-serv-main .preBox.disabled a,
[lang=ar] [dir=rtl] .account-serv-main .preBox.disabled a .card-box {
    cursor: not-allowed
}

[lang=ar] [dir=rtl] .account-serv-main .service-auto-pay-search.form {
    text-align: right
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .card-bottom-info-btn .act-bottom-btns.text-right {
        text-align: left
    }
}

[lang=ar] [dir=rtl] .account-serv-main .service-auto-pay-search .select-all-box {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .card-box .card-box-txt p {
    margin-left: 20px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .card-box .card-box-txt h4.arLtr {
    padding-left: 0;
    padding-right: 0
}

[lang=ar] [dir=rtl] .card-box .card-box-txt h4.arLtr span,
[lang=ar] [dir=rtl] .card-box .card-box-txt p.your-phone span {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important;
    font-weight: 400
}

.account-services-list-view table.dataTable thead {
    display: none
}

@media screen and (max-width:991px) {
    .account-services-list-view table.dataTable .listing-row .listing-col .your-plan .listing-icon-txt {
        float: none;
        top: auto;
        vertical-align: middle
    }
}

@media only screen and (min-width:768px) {

    .account-services-list-view td,
    .account-services-list-view th {
        height: 64px
    }
}

.account-services-list-view .listing-row td:last-child {
    text-align: right;
    padding-right: 2rem !important;
    width: 127px
}

@media only screen and (min-width:992px) {
    .account-services-list-view .listing-row td:last-child {
        width: 142px
    }
}

.account-services-list-view .listing-row.deactive-card td:last-child,
.account-services-list-view .listing-row.suspended-card td:last-child {
    padding-right: 2rem !important
}

.account-services-list-view .listing-row .listing-col {
    position: relative;
    padding: 0 0 0 10px !important
}

@media only screen and (max-width:767px) {
    .account-services-list-view .listing-row .listing-col {
        width: 100%;
        padding: 0 0 0 10px !important
    }
}

@media only screen and (max-width:767px) {
    .account-services-list-view .listing-row .listing-col .card-check {
        margin-right: .75rem;
        float: left
    }
}

.account-services-list-view .listing-row .listing-col .icon-right-arrow {
    top: 0
}

.account-services-list-view .listing-row .listing-col .circle-check-radio label:before {
    top: 10px !important
}

@media (max-width:425px) {
    .account-services-list-view .listing-row .listing-col .circle-check-radio label:before {
        display: inline-block !important
    }
}

.account-services-list-view .listing-row .icon-right-arrow {
    top: 0
}

.account-services-list-view .listing-row .icon-right-arrow svg g {
    stroke: #242424
}

.account-services-list-view .listing-row.active-primary svg g,
.account-services-list-view .listing-row.suspended-card svg g {
    stroke: #fff !important
}

@media only screen and (max-width:767px) {
    .account-services-list-view .listing-row .listing-col .plan-primary {
        position: relative;
        margin: 6px
    }

    .account-services-list-view .listing-row .listing-col .plan-primary+p {
        display: inline-block !important
    }
}

@media only screen and (min-width:768px) {
    .account-services-list-view.listing-view-box .listing-row {
        display: table-row
    }
}

@media only screen and (min-width:992px) {
    .account-services-list-view .listing-row .listing-col {
        padding: 0 0 0 10px !important
    }
}

.account-services-list-view table {
    width: 100%;
    border-collapse: collapse
}

.account-services-list-view td,
.account-services-list-view th {
    border: 0;
    text-align: left
}

@media only screen and (max-width:767px) {

    .account-services-list-view table,
    .account-services-list-view tbody,
    .account-services-list-view td,
    .account-services-list-view th,
    .account-services-list-view thead,
    .account-services-list-view tr {
        display: block
    }

    .account-services-list-view thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .account-services-list-view td {
        border: none;
        position: relative;
        padding-left: 5%
    }

    .account-services-list-view td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 90%;
        padding-right: 10px;
        white-space: nowrap
    }
}

.card-box .card-box-txt.selected .card-check-account .circle-check-radio input[type=checkbox]:checked+label:before,
.card-box .card-box-txt.selected .card-check-account .circle-check-radio input[type=radio]:checked+label:before {
    background-size: 43px 43px
}

.card-check-account {
    display: block
}

.card-check-account .circle-check-radio {
    display: inline-block;
    float: right
}

.card-check-account .circle-check-radio input[type=checkbox]+label,
.card-check-account .circle-check-radio input[type=radio]+label {
    position: absolute;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 52px;
    top: 0
}

.card-check-account .circle-check-radio input[type=checkbox]+label:before,
.card-check-account .circle-check-radio input[type=radio]+label:before {
    height: 42px;
    width: 42px;
    left: auto;
    right: 1rem;
    bottom: 1rem
}

.card-check-account .circle-check-radio input[type=checkbox]:checked+label:before,
.card-check-account .circle-check-radio input[type=radio]:checked+label:before {
    background-size: 43px 43px
}

.renew-eid .eid-upload {
    max-width: 500px;
    margin: auto
}

.renew-eid .eid-upload h5 {
    margin-bottom: .5rem;
    font-family: suiss, Arial, sans-serif
}

.renew-eid .eid-upload .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.renew-eid .eid-upload .eidFront {
    margin-right: 1rem
}

.renew-eid .eid-upload h5 {
    text-align: left;
    margin: 0 0 4px;
    font-size: 1rem;
    line-height: 19px;
    color: #717476;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: capitalize
}

.renew-eid .eid-upload .eidBack label,
.renew-eid .eid-upload .eidFront label {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #fff
}

.renew-eid .eid-upload .eidBack .ImageUploadHover,
.renew-eid .eid-upload .eidFront .ImageUploadHover {
    display: none
}

.renew-eid .eid-upload .eidBack:hover .ImageUploadHover,
.renew-eid .eid-upload .eidFront:hover .ImageUploadHover {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%
}

.renew-eid .eid-upload .eidBack:hover .ImageUploadHover .cameraIcon,
.renew-eid .eid-upload .eidFront:hover .ImageUploadHover .cameraIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 68px;
    height: 48px;
    opacity: .6;
    width: 100%
}

.renew-eid .eid-upload .eidBack:hover .ImageUploadHover .cameraIcon img,
.renew-eid .eid-upload .eidFront:hover .ImageUploadHover .cameraIcon img {
    min-height: 24px;
    width: 28px
}

.renew-eid .eid-upload .eidBack:hover .ImageUploadHover .cameraIcon h6,
.renew-eid .eid-upload .eidFront:hover .ImageUploadHover .cameraIcon h6 {
    color: #fff;
    font-size: .625rem;
    text-align: center;
    text-transform: uppercase;
    margin: 2px 0 8px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.renew-eid .eid-upload .inputfile-label.uploaded {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    color: #232323;
    margin: 0;
    text-transform: lowercase
}

.renew-eid .eid-upload .eidBack-container #backEid,
.renew-eid .eid-upload .eidFront-container #frontEid {
    width: 100%;
    height: 150px
}

@media (max-width:767px) {
    .renew-eid .eid-upload .eidBack-container {
        margin-top: 1rem
    }
}

.renew-eid .eid-upload.new {
    max-width: 100%
}

@media (min-width:992px) {
    .renew-eid .eid-upload.new {
        padding-left: 0;
        padding-right: 0
    }
}

.renew-eid .eid-upload.new h5 {
    text-transform: inherit
}

@media (min-width:992px) {
    .renew-eid .eid-upload.new h5 {
        margin-bottom: 1rem
    }
}

.renew-eid .eid-upload.new .eidBack,
.renew-eid .eid-upload.new .eidFront {
    max-width: 244px
}

@media (max-width:767px) {

    .renew-eid .eid-upload.new .eidBack,
    .renew-eid .eid-upload.new .eidFront {
        margin: 0
    }
}

@media (min-width:768px) and (max-width:992px) {
    .renew-eid .eid-upload.new .eidBack {
        margin-left: 1rem
    }
}

.renew-eid.newTra .displayBlock {
    background: #fff;
    padding: 1rem 2rem;
    margin-top: 2rem
}

.renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions {
    position: relative;
    padding: 2rem 0
}

.renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions button {
    position: absolute;
    right: 0;
    top: 1rem
}

@media (max-width:767px) {
    .renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions button {
        top: auto;
        position: relative;
        right: auto;
        left: auto;
        margin-top: 1rem
    }
}

.create-profile-forms.online-registration-form.forms-default-settings .consumer-register-form .form.modified-form .renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .form-section.horizontal-checkboxes.horizontal-actions label {
    margin-top: 0
}

.greenText {
    cursor: pointer
}

.greenText,
.greenText:hover {
    color: #e00800 !important
}

.removeBtn svg {
    width: 18px;
    height: 18px;
    vertical-align: text-top
}

.removeBtn img {
    height: 18px;
    min-height: 4px;
    vertical-align: top
}

.modal-open .modal.modalLg .modal-dialog {
    max-width: 90%
}

@media (min-width:786px) {
    .modal-open .modal.modalLg .modal-dialog {
        max-width: 60%
    }
}

.modal-open .modal.modalLg .modal-dialog .modal-content {
    padding: 1rem;
    border-radius: .5rem
}

@media (min-width:786px) {
    .modal-open .modal.modalLg .modal-dialog .modal-content {
        padding: 2rem
    }
}

.popup-wrapper.modal.modalLg .modal-content .modal-header .main-title {
    padding: 2rem 0;
    border-bottom: 2px solid #e2e1da;
    position: relative
}

@media (max-width:767px) {
    .popup-wrapper.modal.modalLg .modal-content .modal-header .main-title {
        padding: 0 0 1rem
    }
}

.popup-wrapper.modal .modal-content .modal-header .close {
    margin-right: 0;
    right: 0;
    position: absolute;
    top: 42%;
    opacity: 1
}

@media (max-width:767px) {
    .popup-wrapper.modal .modal-content .modal-header .close {
        top: 0
    }
}

.statusUploadIcon {
    width: 32px;
    height: 32px;
    background: #e00800;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    color: #fff
}

.statusUploadIcon .plus {
    line-height: 2rem;
    font-size: 1.75rem;
    font-family: serif
}

.statusUploadIcon .uploadedIcon svg {
    width: 32px;
    height: 32px
}

.renew-eid .eid-upload .eidBack:hover .statusUploadIcon,
.renew-eid .eid-upload .eidFront:hover .statusUploadIcon {
    display: none
}

@media (min-width:768px) and (max-width:992px) {
    .consumer-register-form .form.modified-form .renew-eid.newTra .row>.form-section {
        padding-left: 1rem
    }
}

@media (min-width:768px) and (max-width:992px) {
    .consumer-register-form .form.modified-form .renew-eid.newTra .row>.form-section:first-child {
        padding-left: 0;
        padding-right: 1rem
    }
}

.tabularInfo {
    padding-top: 1rem
}

.customCheckBox {
    position: absolute;
    right: 0;
    top: 30px
}

.customCheckBox .circle-check-radio input[type=checkbox]+label {
    padding-left: 2.25rem;
    font-size: 1rem;
    font-weight: 400
}

[lang=ar] [dir=rtl] .customCheckBox {
    left: 0;
    right: auto
}

@media (min-width:768px) and (max-width:1024px) {
    [lang=ar] [dir=rtl] .renew-eid .eid-upload.new .eidFront {
        margin-right: 0;
        margin-left: 1rem
    }

    [lang=ar] [dir=rtl] .renew-eid .eid-upload.new .eidBack {
        margin-left: 0;
        margin-right: 1rem;
        float: left
    }
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .consumer-register-form .form.modified-form .renew-eid.newTra .row>.form-section {
        padding-left: 0;
        padding-right: 1rem
    }
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .consumer-register-form .form.modified-form .renew-eid.newTra .row>.form-section:first-child {
        padding-left: 1rem;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions {
    text-align: right !important
}

[lang=ar] [dir=rtl] .renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions button {
    right: auto;
    left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .renew-eid.newTra .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions label a {
        float: none !important
    }
}

[lang=ar] [dir=rtl] .renew-eid .eid-upload.new h5 {
    text-align: right
}

[lang=ar] [dir=rtl] .account-services-list-view td {
    border: none;
    position: relative;
    padding-left: 0;
    padding-right: 5%
}

[lang=ar] [dir=rtl] .account-services-list-view td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 90%;
    padding-right: 10px;
    white-space: nowrap
}

[lang=ar] [dir=rtl] .account-services-list-view .listing-row .listing-col {
    text-align: right
}

@media only screen and (min-width:768px) {
    [lang=ar] [dir=rtl] .account-services-list-view .listing-row .listing-col {
        text-align: left
    }
}

[lang=ar] [dir=rtl] .account-services-list-view .listing-row .listing-col h4 {
    float: right
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .account-services-list-view .listing-row .listing-col .plan-primary {
        right: auto;
        left: 25px
    }
}

[lang=ar] [dir=rtl] .account-services-list-view .listing-row td:last-child {
    text-align: left;
    padding-right: 0 !important;
    padding-left: 2rem !important
}

[lang=ar] [dir=rtl] .card-box .card-box-txt {
    padding: 15px 20px 0
}

[lang=ar] [dir=rtl] .card-box.active-primary .your-phone span,
[lang=ar] [dir=rtl] .card-box .card-box-txt p.deactive-info-txt,
[lang=ar] [dir=rtl] .card-box .card-box-txt p.suspended-info-txt {
    float: right
}

[lang=ar] [dir=rtl] .account-serv-main .service-top-btn .datatable-searchfilter {
    transform: scaleX(-1)
}

[lang=ar] [dir=rtl] .card-check-account .circle-check-radio {
    float: left
}

[lang=ar] [dir=rtl] .card-check-account .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .card-check-account .circle-check-radio input[type=radio]+label:before {
    left: 1rem;
    right: auto
}

.listing-view-box.listing-view-box-autopay .listing-row .plan-primary {
    position: static
}

.userprofile-summary {
    position: relative;
    width: 100%;
    background: #709e18;
    background: linear-gradient(-45deg, #4b4a4a, #151515 25%, #151515 68%, #4b4a4a 100%, #4b4a4a 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515", endColorstr="#4B4A4A", GradientType=1);
    display: inline-block
}

.userprofile-summary.black {
    background: #232323;
    background: linear-gradient(0deg, #515151, #b2b2b2 100%, #515151 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151", endColorstr="#b2b2b2", GradientType=1)
}

.userprofile-summary:before {
    background-image: url(../../../b2c/assets/img/account-and-services/pattern_b2c_dark.svg);
    background-repeat: repeat;
    background-origin: content-box;
    background-position: 0 0;
    content: " ";
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: auto;
    top: auto
}

.userprofile-summary.suspended {
    background: radial-gradient(circle, #ed151d 0, #e00800 100%)
}

.userprofile-summary.suspended:before {
    background-image: url(../../assets/img/account-and-services/pattern_b2c@2x.png);
    background-size: 60px
}

.userprofile-summary .userprofile-summary-middle {
    padding: 2.2rem 0
}

.userprofile-summary .userprofile-summary-middle .user-information-columns a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6rem;
    text-transform: uppercase;
    display: inline-block
}

@media (min-width:992px) and (max-width:1439px) {
    .userprofile-summary .userprofile-summary-middle .user-information-columns a {
        line-height: 1.6rem
    }
}

.userprofile-summary .userprofile-summary-middle .user-information-columns a:hover {
    text-decoration: underline
}

.userprofile-summary .user-info {
    margin-bottom: 2.3rem
}

@media (max-width:560px) {
    .userprofile-summary .user-info {
        margin-bottom: 3.5rem
    }
}

.userprofile-summary .user-info .userprofile-profile-pic-container {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .8rem
}

.userprofile-summary .user-info .userprofile-profile-pic-container img {
    width: 100%;
    height: 100%
}

.userprofile-summary .user-info .userprofile-profile-pic-container img:hover {
    cursor: pointer
}

.userprofile-summary .user-info .pop-up-btn {
    position: absolute;
    top: 70px;
    left: 0
}

.userprofile-summary .user-info .userprofile-profile-name-clients-name {
    margin-bottom: .4rem
}

.userprofile-summary .user-info .userprofile-profile-name-clients-name h3 {
    line-height: 1.9rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
    font-family: suiss, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    font-family: suiss, Arial, sans-serif;
    font-size: 8px;
    background-color: #fff;
    color: #e00800;
    text-transform: uppercase;
    padding: 3px 6px;
    line-height: 10px
}

@media (max-width:767px) {

    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.hidden-xs,
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.hidden-xs.hidden-xs-L {
        display: none !important
    }
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.plan-primary {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.plan-primary.hidden {
    display: none !important
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.plan-yellow {
    background: #fc0;
    color: #232323
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.plan-yellow.hidden {
    display: none !important
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.suspended-info-txt {
    background: #e00800;
    color: #fff
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.suspended-info-txt.hidden {
    display: none !important
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.deactive-info-txt {
    background: #232323;
    color: #fff
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.deactive-info-txt.hidden {
    display: none !important
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.ceased-info-txt {
    background: #232323;
    color: #fff
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary.ceased-info-txt.hidden {
    display: none !important
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters img {
    padding: 0
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number {
    font-size: 16px;
    font-family: suiss, Arial, sans-serif
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number .user-profile-primary {
    position: absolute;
    left: 0;
    top: 70px;
    margin-right: 0
}

@media (min-width:992px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number .user-profile-primary {
        top: 80px
    }
}

@media (max-width:767px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number .user-profile-primary {
        top: 100px
    }
}

@media (max-width:767px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters.elfRowBlkMob {
        display: block
    }
}

.userprofile-summary .account-balance .userprofile-profile-status-container {
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.1rem
}

@media (max-width:767px) {
    .userprofile-summary .account-balance .userprofile-profile-status-container {
        display: block;
        padding-bottom: .5rem
    }
}

.userprofile-summary .account-balance .userprofile-profile-status-container:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.userprofile-summary .account-balance .userprofile-profile-status-column-title {
    line-height: 18px;
    font-size: 14px
}

@media (max-width:767px) {
    .userprofile-summary .account-balance .userprofile-profile-status-column-title {
        text-align: left
    }
}

@media (min-width:992px) {
    .userprofile-summary .account-balance .userprofile-profile-status-column-title {
        line-height: 16px
    }
}

.userprofile-summary .account-balance .userprofile-profile-status-money {
    height: 30px;
    font-size: 35px;
    line-height: 44px
}

@media (max-width:767px) {
    .userprofile-summary .account-balance .userprofile-profile-status-money {
        line-height: 30px;
        font-size: 24px;
        font-weight: 400;
        text-align: left
    }
}

.userprofile-summary .account-balance .userprofile-profile-status-money .amount-sub,
.userprofile-summary .account-balance .userprofile-profile-status-money .status-amount {
    float: left
}

.userprofile-summary .account-balance .userprofile-profile-status-money em {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase
}

.userprofile-summary .account-balance .userprofile-profile-status-action {
    font-family: suiss, Arial, sans-serif;
    text-align: right
}

.plan-primary {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff
}

.plan-primary.hidden {
    display: none !important
}

.plan-yellow {
    background: #fc0;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 4px 8px;
    color: #232323
}

.plan-yellow.hidden {
    display: none !important
}

.suspended-info-txt {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    padding: 4px 8px
}

.suspended-info-txt.hidden {
    display: none !important
}

.deactive-info-txt {
    background: #232323;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    padding: 4px 8px
}

.deactive-info-txt.hidden {
    display: none !important
}

.ceased-info-txt {
    background: #232323;
    color: #fff
}

.ceased-info-txt.hidden {
    display: none !important
}

.userprofile-summary .line {
    border-bottom: none
}

.action-bar-selfcare {
    margin-bottom: 0 !important
}

.action-bar-selfcare .action-bar {
    font-size: 1rem;
    border: transparent;
    border-width: 0
}

.action-bar-selfcare .action-bar a {
    background-color: rgba(53, 55, 56, .3);
    color: #fff;
    border-color: transparent;
    border-width: 0;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase
}

@media (max-width:1280px) {
    .action-bar-selfcare .action-bar a {
        font-size: 16px
    }
}

.action-bar-selfcare .action-bar a:focus,
.action-bar-selfcare .action-bar a:hover {
    color: #fff
}

.action-bar-selfcare .action-bar a.active {
    color: #fff;
    border-color: transparent;
    border-width: 0
}

.action-bar-selfcare .action-bar a.active:hover {
    color: #fff
}

.action-bar-selfcare .action-bar a.active:after,
.action-bar-selfcare .action-bar a.active:before {
    display: none
}

.action-bar-selfcare .action-bar a+a,
.action-bar-selfcare .action-bar a.active+a {
    border-left: none
}

.action-bar-selfcare .active-center,
.action-bar-selfcare .active-first,
.action-bar-selfcare .active-last {
    border-bottom: none
}

.pakages-extras {
    position: relative
}

.suspended-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0f0ea;
    z-index: 2;
    opacity: .7;
    top: 0;
    display: none
}

.suspended-tabs .table-title h4 {
    color: #232323 !important
}

.suspended-tabs .table-title .table-title-p {
    color: #ae0014 !important
}

.suspended-tabs .suspended-overlay {
    display: block
}

.extrapad {
    background-color: #fff;
    margin-bottom: 80px
}

.suspended-alert,
.suspended-alert.pkg-summary-section {
    padding: 50px 0
}

.suspended-alert.pkg-summary-section .pkg-sumr-heading {
    margin-bottom: 0
}

.suspended-alert.pkg-summary-section .pkg-sumr-heading h2 {
    color: #e00800;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 10px
}

.suspended-alert.pkg-summary-section .pkg-sumr-heading h2 svg {
    margin-right: 10px
}

.suspended-alert.pkg-summary-section .pkg-sumr-heading p {
    color: #232323;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

.suspended-alert.pkg-summary-section .pkg-sumr-heading p font {
    color: #e00800
}

@media (max-width:768px) {
    .userprofile-summary .user-info .userprofile-profile-pic-container {
        margin-right: 0
    }

    .userprofile-summary .userprofile-summary-middle .account-balance {
        margin-bottom: 0
    }

    .action-bar-selfcare {
        margin-bottom: 0 !important
    }

    .action-bar-selfcare .row {
        border-top: 0;
        margin-top: 0;
        position: relative
    }

    .action-bar-selfcare .action-bar {
        font-size: 1rem;
        border: transparent;
        border-width: 0
    }

    .action-bar-selfcare .action-bar a {
        border-color: #fff;
        border-width: 1px;
        margin-right: 0;
        font-size: 12px;
        letter-spacing: 1px
    }

    .action-bar-selfcare .action-bar a.active {
        border-color: transparent;
        border-width: 0;
        border-top: 1px solid #fff
    }

    .action-bar-selfcare .action-bar a.active:after,
    .action-bar-selfcare .action-bar a.active:before {
        display: none
    }

    .action-bar-selfcare .action-bar a+a,
    .action-bar-selfcare .action-bar a.active+a {
        border-left: none
    }

    .action-bar-selfcare .action-bar a svg {
        height: .875rem;
        width: 1.4rem;
        fill: #fff
    }

    .action-bar-selfcare .active-center,
    .action-bar-selfcare .active-first,
    .action-bar-selfcare .active-last {
        border-bottom: none
    }
}

@media (min-width:992px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters img {
        padding: 0
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
        padding: 5px 8px;
        font-weight: 600;
        font-size: .56rem;
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .action-bar-selfcare .action-bar a.active:hover {
        color: #e00800
    }

    .action-bar-selfcare .action-bar a.active:active,
    .action-bar-wrapper .action-bar a.active {
        color: #e00800 !important;
        pointer-events: none
    }

    .userprofile-summary .account-balance .userprofile-profile-status-container {
        display: block;
        border-bottom: 0;
        border-right: 1px solid #fff;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .userprofile-summary .account-balance .userprofile-profile-status-container .userprofile-profile-status-action {
        text-align: left
    }

    .userprofile-summary .account-balance .userprofile-profile-status-money {
        margin-bottom: 0
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
        -ms-flex-pack: left;
        justify-content: left
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters img {
        padding: 0 14px
    }

    .action-bar-selfcare .row {
        border-top: 0
    }

    .action-bar-selfcare .action-bar a {
        margin-right: 1px !important
    }
}

@media (min-width:768px) and (min-width:992px) and (max-width:1439px) {
    .userprofile-summary .account-balance .userprofile-profile-status-container .userprofile-profile-status-action {
        line-height: 17px
    }
}

@media (min-width:768px) and (min-width:992px) and (max-width:1439px) {
    .userprofile-summary .account-balance .userprofile-profile-status-money {
        margin-bottom: 5px
    }
}

@media (min-width:768px) and (max-width:767px) {
    .userprofile-summary .user-info .userprofile-profile-pic-container {
        margin: 0 auto;
        float: none;
        margin-bottom: .9rem
    }
}

@media (max-width:992px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
        -ms-flex-pack: left;
        justify-content: left
    }
}

@media (min-width:992px) {
    .userprofile-summary .user-info {
        text-align: left;
        margin-bottom: 0
    }

    .userprofile-summary .user-info .userprofile-profile-pic-container {
        margin: unset;
        margin-bottom: 0;
        margin-right: 1rem;
        width: 105px;
        height: 105px
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
        -ms-flex-pack: left;
        justify-content: left
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters img {
        padding: 0 10px
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-name {
        margin-bottom: .7rem
    }

    .userprofile-summary .user-info .userprofile-profile-name-clients-name h3 {
        font-size: 1.9rem
    }

    .userprofile-summary .user-info .pop-up-btn {
        position: absolute;
        top: 75px;
        left: 0
    }

    .userprofile-summary .account-balance .balance-cta {
        margin-top: 18px
    }

    .userprofile-summary .userprofile-summary-middle {
        padding: 5.5rem 0 3.2rem
    }
}

@media (min-width:992px) and (max-width:992px) {
    .userprofile-summary .user-info .user-info-img {
        max-width: 100px
    }
}

@media (min-width:1440px) {
    .action-bar-selfcare .action-bar {
        font-size: 1.2rem;
        line-height: 1.5rem
    }

    .profile-settings-pattern .action-bar-selfcare .action-bar {
        font-size: 18px
    }
}

.user-profile-primary {
    padding: 5px 8px;
    font-weight: 600;
    font-size: .56rem;
    margin-right: 10px;
    font-family: suiss, Arial, sans-serif;
    font-size: 8px;
    background-color: #fff;
    color: #e00800;
    text-transform: uppercase;
    padding: 3px 6px;
    line-height: 10px
}

@media (max-width:1510px) {
    .userprofile-summary .user-info .userprofile-profile-name-clients-parameters.secondLabel .pop-up-btn {
        top: 95px
    }
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info,
[lang=ar] [dir=rtl] .userprofile-summary .user-info .user-info-img {
    float: right
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-container {
    text-align: right;
    margin-right: 0;
    float: right
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-container .user-profile-number .user-profile-primary {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info .pop-up-btn {
    position: absolute;
    top: 75px;
    left: auto
}

[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-action {
    text-align: left
}

[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-money .amount-sub,
[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-money .status-amount {
    float: right
}

[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-column-title {
    text-align: right
}

[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-column-title.text-ar-left {
    text-align: left
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .userprofile-summary .action-bar a+a {
        border-right: 0 !important
    }

    [lang=ar] [dir=rtl] .userprofile-summary .action-bar-wrapper .action-bar a.active+a {
        border-right: 1px solid #e00800 !important
    }

    [lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-action,
    [lang=ar] [dir=rtl] .userprofile-summary .userprofile-summary-middle .user-information-columns {
        text-align: right
    }

    [lang=ar] [dir=rtl] .userprofile-summary .user-info .pop-up-btn {
        right: 16px;
        position: relative;
        top: 0;
        left: auto
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-pic-container {
        margin-right: 0;
        margin-left: 1rem
    }

    [lang=ar] [dir=rtl] .userprofile-summary .user-info .pop-up-btn {
        position: absolute;
        top: 75px;
        right: 0
    }

    [lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-clients-name h3 {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-container {
    border-right: 0 solid #fff
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-container {
        border-left: 1px solid #fff
    }
}

[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-container:last-child {
    border: 0 solid #fff
}

@media (max-width:1510px) {
    [lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-clients-parameters.secondLabel .pop-up-btn {
        top: 95px
    }
}

.current-pkg-info-section {
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #f0f0ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#F0F0EA", GradientType=0)
}

.current-pkg-info-section .text-and-table {
    background-color: transparent;
    background: none;
    padding: 2rem 0
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table {
        padding: 3rem 0
    }
}

.current-pkg-info-section .text-and-table .text-and-table-text .cover-img img {
    width: 100%
}

.current-pkg-info-section .text-and-table .text-and-table-table {
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 0
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table .text-and-table-table {
        padding-left: 24px;
        padding-bottom: 2rem;
        padding-top: 0
    }
}

@media (min-width:992px) {
    .current-pkg-info-section .text-and-table .text-and-table-table {
        padding-left: 32px;
        padding-top: 0
    }
}

@media (min-width:1440px) {
    .current-pkg-info-section .text-and-table .text-and-table-table {
        padding-left: 48px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title {
    margin-top: 0 !important;
    padding-bottom: 32px;
    text-align: left !important
}

@media (min-width:1440px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title {
        padding-bottom: 24px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-top-heading {
    margin-bottom: 30px
}

@media (min-width:1440px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-top-heading {
        margin-bottom: 0
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects {
    padding-left: 0
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-right {
    padding-right: 0;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-right {
        padding-right: 15px;
        margin-bottom: 0
    }
}

@media (min-width:1440px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-right {
        padding-right: 5px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-left {
    padding-left: 0
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-left {
        padding-left: 15px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title h4 {
    font-size: 20px;
    color: #e00800;
    margin: 0 0 8px;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: none
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title h4 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title h4 {
        font-size: 26px;
        line-height: 33px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title p.table-title-p {
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    margin: 0 !important;
    text-transform: none
}

@media (min-width:992px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .table-title p.table-title-p {
        font-size: 18px;
        line-height: 22px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title .pad-right {
    padding-right: 5px
}

.current-pkg-info-section .text-and-table .text-and-table-table .table-title .pad-left {
    padding-left: 5px
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__rendered {
    font-size: 16px
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select label {
    font-size: 16px;
    color: #232323;
    line-height: 1.3;
    top: 12px
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select label.floating-label {
    font-size: 16px;
    font-weight: 400;
    top: 18px;
    display: none
}

@media (min-width:1440px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select label.floating-label {
        top: 12px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container {
    padding-top: 0
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__arrow {
    top: 25px
}

@media (min-width:1440px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__arrow {
        top: 22px
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection.select2-container--open {
    top: 2.5rem !important
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection.select2-container--open .select2-dropdown .select2-results ul {
    padding: 0 10px
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection.select2-container--open .select2-dropdown .select2-results ul li {
    font-size: 14px;
    line-height: 1;
    padding: 14px 0
}

.current-pkg-info-section .text-and-table .text-and-table-table .floating-label-field.floating-label-select .select2-container .select2-selection.select2-container--open .select2-dropdown .select2-results ul li:first-child {
    padding: 0
}

.current-pkg-info-section .text-and-table .text-and-table-table .row-text-table {
    border-bottom: 1px solid #e2e1da;
    border-top: none;
    padding: 14px 0
}

.current-pkg-info-section .text-and-table .text-and-table-table .row-text-table:last-child {
    border-bottom: 0 !important
}

.current-pkg-info-section .text-and-table .text-and-table-table .row-text-table>div {
    padding: 0
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table>div {
        padding: 0 1rem
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .row-text-table h6 {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 14px
}

@media (min-width:768px) {
    .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table h6 {
        margin-bottom: 0
    }
}

.current-pkg-info-section .text-and-table .text-and-table-table .row-text-table p {
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    margin: 0;
    letter-spacing: 0
}

@media (max-width:992px) {
    .current-pkg-info-section.addon-eligibility .text-and-table .text-and-table-table {
        margin-left: 8.33333333%;
        padding: 3rem 0 0
    }
}

.pakages-extras {
    background: #f0f0ea;
    padding: 32px 0
}

@media (min-width:768px) {
    .pakages-extras {
        padding: 70px 0
    }
}

@media (min-width:992px) {
    .pakages-extras {
        padding: 80px 0
    }
}

.pakages-extras .plans-table {
    background-color: transparent
}

.pakages-extras .plans-table .pkg-extra-heading {
    margin-bottom: 32px
}

.pakages-extras .plans-table .pkg-extra-heading h2 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #232323;
    padding: 16px 0 0;
    letter-spacing: 0;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .pakages-extras .plans-table .pkg-extra-heading h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .pakages-extras .plans-table .pkg-extra-heading h2 {
        font-size: 26px;
        line-height: 33px
    }
}

.pakages-extras .plans-table .pkg-extra-heading .btn-big {
    line-height: 3.9rem
}

@media (max-width:1024px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big {
        min-width: 190px
    }
}

@media (min-width:768px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big {
        min-width: 190px
    }
}

@media (max-width:768px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big {
        min-width: 240px
    }
}

@media (max-width:992px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big {
        padding: 0 .75rem
    }
}

.pakages-extras .plans-table .pkg-extra-heading .btn-big.pkg-extra-btn-1 {
    margin-right: 0 !important;
    margin-bottom: 24px !important
}

@media (min-width:768px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big.pkg-extra-btn-1 {
        margin-right: 16px !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:992px) {
    .pakages-extras .plans-table .pkg-extra-heading .btn-big.pkg-extra-btn-1 {
        margin-right: 24px !important
    }
}

.pakages-extras .plans-table .row-tiles-table .table-swiper-button-prev {
    display: none;
    left: 4.5%
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .table-swiper-button-prev {
        display: block
    }
}

.pakages-extras .plans-table .row-tiles-table .table-swiper-button-prev.swiper-button-disabled {
    display: none;
    opacity: .2
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .table-swiper-button-prev.swiper-button-disabled {
        display: block
    }
}

.pakages-extras .plans-table .row-tiles-table .table-swiper-button-next {
    display: none;
    right: 4.5%
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .table-swiper-button-next {
        display: block
    }
}

.pakages-extras .plans-table .row-tiles-table .table-swiper-button-next.swiper-button-disabled {
    display: none;
    opacity: .2
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .table-swiper-button-next.swiper-button-disabled {
        display: block
    }
}

.pakages-extras .plans-table .row-tiles-table .swiper-container .table-swiper-scrollbar {
    display: none
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .flip-icon {
    width: auto;
    height: auto;
    padding: 5px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .flip-icon svg {
    width: 30px;
    height: 30px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box:after {
    background-color: #232323 !important
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .cover {
    height: 80px !important
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .cover:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .cover img {
    filter: blur(10px);
    min-width: 400px !important;
    min-height: 150px !important
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-title {
    height: 80px !important;
    z-index: 3;
    padding: 0 0 11px !important
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-title h2 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 48px;
    position: relative;
    top: 4px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-title h3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list {
    margin: 0 24px;
    padding: 24px 0;
    height: auto
}

@media (min-width:768px) {
    .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list {
        height: 14.75rem
    }
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list {
        height: 18.75rem
    }
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line {
    height: 1.9rem
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6 {
    color: #232323;
    font-size: 16px;
    line-height: 32px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6 span.tiles-box-number {
    font-size: 1rem;
    line-height: 1.5;
    color: #232323
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line .progress {
    height: 3px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line .progress .progress-bar {
    height: 3px;
    margin-bottom: -2px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag {
    transition: all .3s ease-in-out
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .top-card-txt {
    color: #e00800;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    position: relative;
    top: 4px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price {
    color: #e00800;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs {
    color: #e00800;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0;
    position: relative;
    top: -4px
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .bottom-text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #909192;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
    white-space: pre-wrap;
    text-transform: none;
    margin: 0 24px;
    text-align: left;
    padding-top: .25rem;
    margin: 0 1.5rem
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .read-more {
    background-color: #232323 !important
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .read-more span {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: center
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box:hover .detail-info-wrap-pricetag {
        position: relative;
        top: 0
    }
}

@media (min-width:992px) {
    .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box:hover .bottom-text {
        position: relative
    }
}

.pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg,
.pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg g {
    fill: #e00800 !important
}

.pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box {
    border-color: #e00800 !important;
    z-index: 2;
    padding-top: 3rem;
    border: none
}

.pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box p.back-text {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    height: auto;
    margin: 0;
    padding: 0 32px 16px
}

.pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box ol {
    list-style: disc;
    text-align: left;
    height: 10.5rem
}

@media (min-width:768px) {
    .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box ol {
        height: 11.9rem
    }
}

@media (min-width:992px) {
    .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box ol {
        height: 15.85rem
    }
}

.pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box ol li {
    font-size: 16px;
    line-height: 32px;
    color: #232323;
    margin: 0 0 0 22px
}

.smry-circles .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .smry-circles .swiper-wrapper {
        display: block
    }
}

.smry-circles .swiper-wrapper .swiper-slide {
    display: block;
    margin-bottom: 1.25rem
}

.smry-circles .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: #e00800;
    opacity: 1
}

.smry-circles .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border: 3px solid #ccc
}

.pkg-summary-section {
    padding: 32px 0
}

@media (min-width:768px) {
    .pkg-summary-section {
        padding: 70px 0
    }
}

@media (min-width:992px) {
    .pkg-summary-section {
        padding: 85px 0 120px
    }
}

.pkg-summary-section .pkg-sumr-heading {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .pkg-summary-section .pkg-sumr-heading {
        margin-bottom: 70px
    }
}

.pkg-summary-section .pkg-sumr-heading h2 {
    font-size: 20px;
    color: #232323;
    margin: 0;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 4px
}

@media (min-width:768px) {
    .pkg-summary-section .pkg-sumr-heading h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .pkg-summary-section .pkg-sumr-heading h2 {
        font-size: 26px;
        line-height: 33px
    }
}

.pkg-summary-section .pkg-sumr-heading .sumr-time {
    color: #232323;
    margin: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .pkg-summary-section .pkg-sumr-heading .sumr-time {
        margin-bottom: 0
    }
}

.pkg-summary-section .pkg-sumr-heading .btn-big {
    line-height: 4rem
}

@media (min-width:768px) {
    .pkg-summary-section .pkg-sumr-heading .btn-big {
        min-width: 190px
    }
}

@media (min-width:992px) {
    .pkg-summary-section .pkg-sumr-heading .btn-big {
        min-width: 240px
    }
}

.pkg-summary-section .circle-green .circle-content {
    color: #232323
}

.pkg-summary-section .circle-yellow .circle-content {
    color: #ff8100
}

.pkg-summary-section .circle-red .circle-content {
    color: #e00800
}

.pkg-summary-section .smry-circles .p-r-20 {
    padding-right: 20px
}

@media (max-width:425px) {
    .pkg-summary-section .smry-circles .p-r-20 {
        padding-right: 0;
        padding-bottom: 20px
    }
}

.pkg-summary-section .smry-circles .summary-msgs {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    min-height: 80px;
    padding: 0 20px
}

.pkg-summary-section .smry-circles .summary-msgs h5 {
    margin-bottom: 5px;
    letter-spacing: 0
}

.pkg-summary-section .smry-circles .summary-msgs.smry-warning-msg {
    background-color: #b3170c
}

.pkg-summary-section .smry-circles .summary-msgs.smry-info-msg {
    background-color: #ff8100
}

.pkg-summary-section .smry-circles .summary-msgs.smry-success-msg {
    background-color: #bee70d
}

.pkg-summary-section .smry-circles .summary-msgs.smry-success-msg h5 {
    color: #232323
}

.pkg-summary-section .smry-circles .circle-card-box {
    position: relative;
    text-align: center;
    padding: 50px 0 100px;
    border: 1px solid #ccc;
    max-height: 500px
}

@media (min-height:768px) {
    .pkg-summary-section .smry-circles .circle-card-box {
        min-height: 440px
    }
}

.pkg-summary-section .smry-circles .circle-card-box .circle-wrap {
    position: relative;
    width: 180px;
    height: 186px;
    margin: 0 auto
}

.pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2 {
    font-family: suiss, Arial, sans-serif !important;
    margin: 0;
    line-height: 2.75rem;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 2.1875rem
}

.pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2+span {
    line-height: 1.125rem;
    font-size: .875rem;
    text-transform: uppercase
}

.pkg-summary-section .smry-circles .circle-card-box h3 {
    color: #232323;
    margin: 0;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 1px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.pkg-summary-section .smry-circles .circle-card-box h3:first-child {
    text-transform: uppercase;
    margin-bottom: 26px
}

.pkg-summary-section .smry-circles .circle-card-box .circle-border {
    width: 180px;
    height: 180px;
    margin: 0 auto 18px;
    border: 5px solid #e2e1da;
    border-radius: 100%
}

.pkg-summary-section .smry-circles .circle-card-box p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0
}

.pkg-summary-section .smry-circles .circle-card-box p.txt-exp {
    color: #e00800
}

.pkg-summary-section .smry-circles .circle-card-box.circle-green .summary-msgs {
    display: none
}

.pkg-summary-section .smry-circles .circle-card-box.circle-yellow .summary-msgs {
    background-color: #ff8100
}

.pkg-summary-section .smry-circles .circle-card-box.circle-red .summary-msgs {
    background-color: #b3170c
}

.recomended-section {
    padding: 32px 0
}

@media (min-width:768px) {
    .recomended-section {
        padding: 70px 0
    }
}

@media (min-width:992px) {
    .recomended-section {
        padding: 85px 0
    }
}

.recomended-section .recm-heading {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .recomended-section .recm-heading {
        margin-bottom: 32px
    }
}

.recomended-section .recm-heading h2 {
    font-size: 20px;
    color: #232323;
    margin: 0;
    line-height: 25px;
    letter-spacing: 0
}

@media (min-width:768px) {
    .recomended-section .recm-heading h2 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:992px) {
    .recomended-section .recm-heading h2 {
        font-size: 26px;
        line-height: 33px
    }
}

.recomended-section .recm-slider {
    position: relative
}

.recomended-section .recm-slider .swiper-container-recomended {
    margin: 0
}

@media (min-width:768px) {
    .recomended-section .recm-slider .swiper-container-recomended {
        margin: 0
    }
}

@media (min-width:1440px) {
    .recomended-section .recm-slider .swiper-container-recomended {
        margin: 0
    }
}

.recomended-section .recm-slider .recmend-slide {
    text-align: left
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click {
    width: 100%;
    padding: 0 0 2px
}

@media (min-width:768px) {
    .recomended-section .recm-slider .recmend-slide .recmend-slide-all-click {
        padding: 0 5px 2px
    }
}

@media (min-width:1440px) {
    .recomended-section .recm-slider .recmend-slide .recmend-slide-all-click {
        padding: 0 0 2px
    }
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a {
    display: block;
    border: 1px solid #afafaf
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-img {
    position: relative
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-img img {
    width: 100%
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data {
    height: 140px;
    padding: 24px 24px 12px
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data h3 {
    font-size: 26px;
    color: #232323;
    margin: 0;
    line-height: 33px;
    letter-spacing: 0
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data p.recm-txt-light {
    color: #232323;
    font-size: 16px;
    line-height: 32px
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data-bottom {
    padding: 12px 24px 24px;
    height: 75px
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data-bottom.no-padding {
    padding-bottom: 0 !important;
    height: auto
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data-bottom h3.recm-price {
    display: inline-block;
    font-size: 35px;
    color: #232323;
    line-height: 44px;
    letter-spacing: 0;
    margin: 0
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data-bottom h3.recm-price span {
    font-size: 14px
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a .recm-data-bottom .recm-addition-info {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.recomended-section .recm-slider .recmend-slide .recmend-slide-all-click a:focus {
    border: 1px solid #e00800
}

.recomended-section .recm-slider-arrows {
    display: none
}

@media (min-width:992px) {
    .recomended-section .recm-slider-arrows {
        display: block
    }
}

.recomended-section .recm-slider-arrows .slider-arrow-btn {
    display: block;
    width: 1.125rem;
    height: 2.25rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.recomended-section .recm-slider-arrows .slider-arrow-btn svg {
    width: 100%;
    height: 100%;
    stroke: #242424;
    stroke-width: 3px
}

.recomended-section .recm-slider-arrows .slider-arrow-btn.recm-swiper-button-prev {
    position: absolute;
    left: 4.5%
}

.recomended-section .recm-slider-arrows .slider-arrow-btn.recm-swiper-button-prev.swiper-button-disabled {
    display: block;
    opacity: .2
}

.recomended-section .recm-slider-arrows .slider-arrow-btn.recm-swiper-button-next {
    position: absolute;
    right: 4.5%
}

.recomended-section .recm-slider-arrows .slider-arrow-btn.recm-swiper-button-next.swiper-button-disabled {
    display: block;
    opacity: .2
}

.card-badge-orange {
    position: absolute;
    top: 0;
    left: 25px;
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    background: #232323;
    font-size: 16px;
    line-height: 19px
}

.padding-0 {
    padding-left: 0 !important
}

.padding-0-right {
    padding-right: 0 !important
}

#eitAccountInfo-popup .modal-dialog .add-payment-card .icon-popup__header {
    margin-bottom: 0
}

#eitAccountInfo-popup .modal-dialog .add-payment-card-btns button {
    width: 100%
}

@media (min-width:768px) {
    #eitAccountInfo-popup .modal-dialog .add-payment-card-btns button {
        width: 50%
    }
}

#eitAccountInfo-popup .consumer-register-form .form>.form-section:first-child {
    padding-right: 0 !important;
    margin-top: 0 !important
}

#eitAccountInfo-popup .consumer-register-form .form>.form-section .floating-label-input {
    margin-top: 0
}

#eitAccountInfo-popup .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes {
    padding-left: 0 !important;
    text-align: left;
    margin-top: 24px !important
}

#eitAccountInfo-popup .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin-left: 0 !important
}

.heading-with-buttons {
    margin-bottom: 32px
}

.heading-with-buttons h2 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #232323;
    padding: 16px 0 0;
    letter-spacing: 0;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .heading-with-buttons h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-align: left
    }
}

@media (min-width:992px) {
    .heading-with-buttons h2 {
        font-size: 26px;
        line-height: 33px
    }
}

.heading-with-buttons .btn-big {
    line-height: 3.9rem;
    padding: 0
}

@media (min-width:768px) {
    .heading-with-buttons .btn-big {
        min-width: 190px
    }
}

@media (min-width:992px) {
    .heading-with-buttons .btn-big {
        min-width: 240px
    }
}

.heading-with-buttons .btn-big.heading-btn-1 {
    margin-right: 0 !important;
    margin-bottom: 24px !important
}

@media (min-width:768px) {
    .heading-with-buttons .btn-big.heading-btn-1 {
        margin-right: 16px !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:992px) {
    .heading-with-buttons .btn-big.heading-btn-1 {
        margin-right: 24px !important
    }
}

.hide-sm-inline {
    display: none !important
}

@media (min-width:992px) {
    .hide-sm-inline {
        display: inline !important
    }
}

.service-tab .bg-gray {
    padding: 0 !important
}

#addresses.mob-services-content {
    padding: 38px 0 16px
}

@media (min-width:768px) {
    #addresses.mob-services-content {
        padding: 80px 0 64px
    }
}

#addresses.mob-services-content .heading-with-buttons {
    margin-bottom: 32px
}

#addresses.mob-services-content .heading-with-buttons h2 {
    padding: 0
}

@media (min-width:992px) {
    #addresses.mob-services-content .heading-with-buttons h2 {
        padding: 16px 0 0
    }
}

#addresses.mob-services-content .view-address-row {
    padding-bottom: 0
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img {
    width: 95px;
    height: 95px;
    text-align: center;
    vertical-align: middle;
    background: #f5f4f5
}

@media (min-width:768px) {
    #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img {
        width: 112px;
        height: 112px
    }
}

@media (min-width:992px) {
    #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img {
        width: 120px;
        height: 120px
    }
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img svg {
    width: 52px
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img.eSim {
    background: #f0f0ea !important
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
    font-size: 16px;
    line-height: 20px
}

@media (min-width:768px) {
    #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
        font-size: 18px;
        line-height: 23px
    }
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    font-size: 14px;
    line-height: 17px
}

@media (min-width:768px) {
    #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
        font-size: 16px;
        line-height: 19px
    }
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-img {
    background: #2e2f2e
}

#addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-img svg g {
    stroke: #fff
}

#addresses.mob-services-content .address-edit-form-box {
    padding: 32px 0 10px
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box {
        padding: 80px 0
    }
}

#addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div {
    padding-left: 0
}

@media (min-width:768px) {
    #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div {
        padding-left: 8px
    }
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div {
        padding-left: 16px
    }
}

#addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div:first-child {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div:first-child {
        padding-right: 8px
    }
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div:first-child {
        padding-right: 16px
    }
}

#addresses.mob-services-content .address-edit-form-box .heading-with-buttons h2 {
    font-size: 20px;
    line-height: 25px;
    padding-top: 0
}

@media (min-width:768px) {
    #addresses.mob-services-content .address-edit-form-box .heading-with-buttons h2 {
        padding-top: 20px
    }
}

#addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs {
    margin-bottom: 0
}

@media (min-width:768px) {
    #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs {
        margin-bottom: 32px
    }
}

#addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs>div {
    margin-bottom: 24px
}

@media (min-width:768px) {
    #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs>div {
        margin-bottom: 0
    }
}

#addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs p.small-txt {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 15px;
    color: #232323
}

#addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0
}

#addresses.mob-services-content .address-edit-form-box p.serv-cmpnt {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: #232323;
    display: block
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box p.serv-cmpnt {
        display: inline-block;
        font-size: 16px;
        line-height: 19px
    }
}

#addresses.mob-services-content .address-edit-form-box .cmp-icons {
    display: block
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .cmp-icons {
        display: inline-block
    }
}

#addresses.mob-services-content .address-edit-form-box .cmp-icons ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#addresses.mob-services-content .address-edit-form-box .cmp-icons ul li {
    float: left;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    margin-left: 33px
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li {
        margin-left: 24px
    }
}

#addresses.mob-services-content .address-edit-form-box .cmp-icons ul li:first-child {
    margin-left: 0
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li:first-child {
        margin-left: 24px
    }
}

#addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    top: 8px
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp {
        margin-right: 5px
    }
}

#addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg {
    width: 24px;
    height: 24px
}

@media (min-width:992px) {
    #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg {
        width: 30px;
        height: 30px
    }
}

.pkgs-addons-methods {
    padding: 38px 0
}

.pkgs-addons-methods h2 {
    letter-spacing: 0
}

@media (min-width:768px) {
    .pkgs-addons-methods {
        padding: 80px 0
    }
}

.pkgs-addons-methods .heading-with-buttons h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 12px
}

.table-payment-methods-row .table-responsive {
    border: 0 !important
}

.table-payment-methods-row .table-responsive.bpMob {
    overflow-x: visible
}

.table-payment-methods-row .table-responsive table {
    width: 100%
}

.table-payment-methods-row .table-responsive table.table-payment-methods {
    border-top: 1px solid #e2e1da
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table.ph-min-view tbody tr td {
        padding-right: 2rem !important
    }
}

@media (max-width:992px) {

    .table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table.ph-min-view.payHistoryTab tr td,
    .table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table.ph-min-view.payHistoryTab tr td:before {
        display: block
    }
}

@media (min-width:768px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods {
        border: 1px solid #e2e1da
    }
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods {
        border: 1px solid #e2e1da !important
    }
}

@media (max-width:992px) and (min-width:768px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table.ph-min-view tbody tr td:before {
        display: none
    }
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods {
        width: 100% !important;
        background: #fff
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.pay-others tbody tr td.single-td {
        padding: 1rem !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.pay-others tbody tr td.single-td:before {
        display: none
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.pay-others tbody tr td .form-group input {
        width: 190px;
        max-width: 180px
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.single-td {
        padding: 1rem !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.single-td:before {
        display: none
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td[data-label="ENTER OR SELECT A RECHARGE AMOUNT"],
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td[data-label="Payment Amount (Including 5% VAT)"] {
        height: 80px
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td[data-label="Payment Amount (Including 5% VAT)"] .form-group {
        margin-top: 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td[data-label="Payment Amount (Including 5% VAT)"] .form-group.floating-label-input.new-amount label {
        top: 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .form-group input {
        width: 190px;
        border-radius: 0
    }
}

@media (max-width:992px) and (max-width:768px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.pay-others tbody tr td[data-label="Payment Amount"] {
        height: auto
    }
}

@media (max-width:992px) and (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.ph-min-view tbody tr td {
        display: block;
        height: auto
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr {
        display: block !important;
        overflow: hidden
    }
}

@media (max-width:992px) and (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td[data-label="Payment Amount (Including 5% VAT)"] {
        height: auto
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .form-group input {
        max-width: 180px
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td {
        float: left;
        display: block
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods thead {
    width: 100%
}

@media (min-width:768px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods thead {
        visibility: visible;
        height: auto;
        position: static
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    background: #e2e1da
}

.table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
    font-size: 14px;
    line-height: 17px;
    color: #232323;
    font-weight: 400;
    text-transform: uppercase;
    height: 80px;
    padding-left: 32px !important;
    text-align: left;
    letter-spacing: .88px;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media (max-width:425px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
        padding-left: 15px !important
    }
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
        padding-left: 15px !important
    }
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th.select-all-th {
        width: 50% !important
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody .form-group {
    margin-bottom: 0
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody .form-group {
        margin-left: 0;
        top: auto
    }
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody .form-group {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr {
    background: #fff
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr {
        background: #f0f0ea
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr .tdContainer svg {
    stroke: #242424
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr:nth-child(2n) {
        background: #fff
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    font-size: 14px;
    line-height: 17px;
    color: #6c6c6c;
    font-weight: 400;
    height: auto;
    padding: 16px;
    padding-left: 16px;
    border-bottom: 1px solid #f2f2ec !important
}

@media (min-width:1025px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.rechAmount .bill-inner-box {
        min-width: 406px
    }
}

@media (min-width:768px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child {
        color: #232323;
        font-weight: 700;
        text-transform: uppercase
    }
}

@media (min-width:993px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        height: 40px;
        padding-left: 32px
    }
}

@media (min-width:993px) and (min-width:768px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .td-date {
        max-width: 100px
    }
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700 !important;
        font-size: 14px;
        line-height: 17px;
        color: #232323;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        margin-right: 0
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .float-label-input input:focus {
    border-bottom: 1px solid #e00800
}

@media (max-width:768px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] {
        max-width: 100%
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .new-amount {
        margin-top: 10px;
        margin-left: 5px
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"]>div {
        max-width: 300px
    }
}

@media (max-width:425px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"]>div {
        max-width: 200px
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .form-group.floating-label-input {
    width: 200px
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .form-group.floating-label-input {
        margin: 0
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .form-group.floating-label-input input {
    padding-right: 0
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        width: 90px;
        padding: 5px 8px
    }
}

@media (max-width:410px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        width: 45px;
        padding: 4px;
        min-width: 30px
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="ENTER OR SELECT A RECHARGE AMOUNT"] {
    min-width: 340px
}

@media only screen (max-width:1025px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="ENTER OR SELECT A RECHARGE AMOUNT"] {
        min-width: 200px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods tbody trfirst-child td {
        border-top: 1px solid #e2e1da
    }
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods thead.showHeader tr th {
        font-size: 14px;
        line-height: 17px;
        color: #232323;
        font-weight: 400;
        text-transform: uppercase;
        height: 80px;
        padding-left: 32px !important;
        text-align: left;
        letter-spacing: .88px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 15px !important
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table tbody tr td {
    height: 64px
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table tbody tr td {
        height: auto
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods.bill-payment-details-table tbody tr td {
    height: 64px
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills thead tr {
        background: #fff;
        border-bottom: 1px solid #f2f2ec;
        display: block
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills thead tr th {
        background: #fff !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td:before {
        width: 35%;
        margin-right: 1rem;
        padding-right: 1rem;
        padding: 16px;
        border-right: 1px solid #f2f2ec;
        font-weight: 700;
        text-align: left;
        height: 100%
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .tdContainer span.billpaymentNameTitle {
        display: inline-block;
        margin-left: 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .tdContainer span.billpaymentNameTitle b {
        margin-right: .5rem
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .tdContainer .payAccount {
        margin-left: -12px;
        padding-left: 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .tdContainer .payAccount span.badge-success {
        margin-left: 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .tdContainer div {
        text-align: center
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.noLabelTD {
        padding: 1rem 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.noLabelTD:before {
        padding: 0 !important;
        width: 0 !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td[data-label="View & download bill"] .tdContainer {
        text-align: center
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .td-lapi-ico.td-ico {
        margin-right: .5rem
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td:before {
        height: auto;
        min-height: 52px
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.noLabelTD .checkbox-inline span {
        text-transform: none;
        font-size: 14px;
        line-height: 17px;
        color: #6c6c6c;
        font-weight: 400;
        margin-left: 13px
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.single-td .checkbox-inline span {
        text-transform: none;
        font-size: 14px;
        line-height: 17px;
        color: #6c6c6c;
        font-weight: 400;
        margin-left: 13px;
        margin-right: 23px;
        padding: 0
    }
}

@media (max-width:992px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.acTabMob {
        display: block !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.acTabMob .billpaymentNameTitle {
        margin-top: .5rem;
        display: inline-block
    }
}

@media (max-width:992px) {

    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .bPaymentRechargeTable,
    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td span {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .bPaymentRechargeTable div,
    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td span div {
        display: inline-block
    }
}

@media (max-width:992px) and (min-width:768px) and (max-width:991px) {

    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .bPaymentRechargeTable,
    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td span {
        padding-right: 1.25rem;
        max-width: 360px
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .bPaymentRechargeTable .new-amount,
    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .bPaymentRechargeTable .rechargTable,
    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td span .new-amount,
    .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td span .rechargTable {
        width: 100%
    }
}

@media (min-width:1024px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody tr td {
        padding-left: 32px
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody tr td span {
    display: inline-block;
    text-transform: none
}

.table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody tr td span .badge {
    font-size: 8px;
    padding: 3px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1
}

.table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody .form-group {
    margin-left: 0
}

@media (max-width:499px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody .form-group {
        min-width: 130px
    }
}

.pagination-all {
    margin-bottom: 16px;
    padding: 16px 0 0
}

@media (max-width:767px) {
    .pagination-all {
        text-align: center !important
    }
}

.pagination-all .page-total {
    color: #232323;
    margin: 0;
    font-size: 14px;
    line-height: 17px
}

@media (min-width:768px) {
    .pagination-all .page-total {
        padding-top: 16px
    }
}

@media (max-width:767px) {
    .pagination-all .text-right {
        text-align: center !important
    }
}

.pagination-all .pagination-list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination-all .pagination-list li {
    float: left;
    padding: 0
}

.pagination-all .pagination-list li.active a,
.pagination-all .pagination-list li.active span,
.pagination-all .pagination-list li span {
    font-size: 16px;
    line-height: 20px;
    color: #e00800;
    display: block;
    padding: 14px 19px
}

.pagination-all .pagination-list li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    display: block;
    padding: 14px 19px
}

.pagination-all .pagination-list li a:hover {
    background: #f5f4f5;
    color: #6c6c6c
}

.pagination-all .pagination-list li.see-all a {
    color: #232323;
    padding: 14px 0 14px 19px
}

.pagination-all .pagination-list li.see-all a:hover {
    background: none
}

.custom-select-links {
    position: relative
}

.custom-select-links .links-div {
    border-bottom: 1px solid #353738;
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    padding: 0 0 7px;
    cursor: pointer;
    position: relative
}

.custom-select-links .links-div:before {
    position: absolute;
    content: "";
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    background-size: 16px
}

.custom-select-links .links-div.collapsed:before {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    background-size: 16px
}

.custom-select-links ul.links-inner-list {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    z-index: 3
}

.custom-select-links ul.links-inner-list li:last-child a {
    border-bottom: 0
}

.custom-select-links ul.links-inner-list li a {
    display: block;
    border-bottom: 1px solid #e2e1da;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    padding: 15px 0;
    text-decoration: none;
    outline: none
}

.custom-select-links ul.links-inner-list li a:hover {
    text-decoration: none;
    color: #232323
}

.my-recent-movies-container .my-recent-movies-slides a {
    min-height: 500px;
    text-align: center
}

.my-recent-movies-container .my-recent-movies-slides a .recm-data-bottom {
    padding: 10px !important
}

.my-recent-movies-container .my-recent-movies-slides a .recm-data-bottom .recm-addition-info,
.my-recent-movies-container .my-recent-movies-slides a .recm-data-bottom h3 {
    color: #e00800 !important
}

.my-recent-movies-container .my-recent-movies-slides a h6 {
    color: #000;
    font-size: 1rem;
    margin: 0
}

.my-recent-movies-container .my-recent-movies-slides a p {
    font-size: 14px !important
}

.my-recent-movies-container .my-recent-movies-slides a .recm-data {
    padding: 15px !important
}

.my-recent-movies-container .my-recent-movies-slides a .recm-img img {
    min-height: 340px
}

.your-packages {
    padding-top: 80px
}

.your-packages .packages-heading {
    margin: 0 0 32px
}

.your-packages .packages-heading h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 33px;
    color: #232323;
    letter-spacing: 0
}

.your-packages .single-colunm {
    padding-right: 2%
}

.your-packages .single-colunm p {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    display: block;
    float: left;
    width: 100%;
    color: #686b6b;
    fill: currentColor
}

.your-packages .single-colunm p .listing-icon {
    float: left
}

.your-packages .single-colunm p .listing-icon-txt {
    font-size: 24px;
    color: #e00800;
    margin-left: 15px;
    font-family: suiss, Arial, sans-serif
}

.your-packages .single-colunm ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 15px;
    color: #686b6b
}

.your-packages .single-colunm ul li {
    padding-bottom: 10px
}

@media (max-width:992px) {
    .data-table .dataTables_wrapper table tr td.dataTables_empty {
        padding-top: 2.5rem;
        color: #e00800
    }

    .data-table .dataTables_wrapper table.bpPaybills thead tr th {
        display: none
    }

    .data-table .dataTables_wrapper table.bpPaybills thead tr th:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .data-table .dataTables_wrapper table.bpPaybills thead tr th:first-child:before {
        margin-left: 0;
        padding: 0 10px 0 0
    }

    .data-table .dataTables_wrapper table.bpPaybills tbody tr td .tdContainer {
        float: left;
        text-align: left
    }

    .data-table table tr td.dataTables_empty {
        padding-top: 2.5rem;
        color: #e00800
    }

    .data-table table.bpPaybills thead tr th {
        display: none
    }

    .data-table table.bpPaybills thead tr th:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .data-table table.bpPaybills thead tr th:first-child:before {
        margin-left: 0;
        padding: 0 10px 0 0
    }

    .data-table table.bpPaybills thead tr th:first-child:after {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 13px;
        color: #232323;
        font-size: 14px;
        margin-left: 38px;
        margin-top: 1px;
        position: absolute
    }

    .data-table table.bpPaybills thead tr:first-child {
        background: #fff
    }

    .data-table table.bpPaybills tbody tr td .tdContainer {
        float: left;
        text-align: left
    }
}

.as-dataTiles {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px
}

@media (min-width:1440px) {
    .as-dataTiles {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px
    }

    .as-dataTiles:nth-child(4n) {
        padding-right: 0
    }

    .as-dataTiles:nth-child(1n) {
        padding-left: 0
    }
}

@media (min-width:993px) (max-width:1339px) {
    .as-dataTiles {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-right: 20px
    }

    .as-dataTiles:nth-child(3n) {
        padding-right: 0
    }

    .as-dataTiles:nth-child(1n) {
        padding-left: 0
    }
}

@media (max-width:992px) {
    .as-dataTiles:nth-child(odd) {
        padding-left: 0
    }

    .as-dataTiles:nth-child(2n) {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .as-dataTiles {
        padding-left: 0;
        padding-right: 0
    }
}

.pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tile-card__back .tiles-box:after {
    background-color: transparent !important
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable {
        width: 100% !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable thead {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable thead tr {
        width: 100% !important
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable thead th {
        display: none
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable thead th:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable tbody tr td .bill-inner-box ul.bill-list {
        margin: 0
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-dynamic-detail.rechargTable tbody tr td .floating-label-input.new-amount label {
        top: 0
    }

    .table-payment-methods-row .table-responsive div.select-all-th {
        background: #fff !important;
        display: block;
        padding: 21px
    }

    .table-payment-methods-row .table-responsive div.select-all-th:after {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 13px;
        color: #232323;
        font-size: 14px;
        margin-left: 10px;
        margin-top: 4px;
        position: absolute
    }

    .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields .alert-label {
        top: 2.8rem
    }
}

@media (max-width:992px) and (min-width:768px) and (max-width:992px) {
    .table-payment-methods-row .table-responsive div.select-all-th {
        border: 1px solid #e2e1da;
        border-bottom: none
    }
}

.bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input input[type=text] {
    padding-left: 0;
    height: 40px;
    padding-right: 0
}

.bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.new-amount label {
    top: 0
}

.bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.new-amount input[type=text] {
    padding-top: 1.25rem
}

.bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .billpaymentNameTitle {
    display: inline-block
}

.bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods.rechargTable tbody tr td .bill-inner-box ul.bill-list {
    margin: 0
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
    color: #232323 !important;
    border-bottom: 1px solid #e77400 !important
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group .icon-error {
    display: none
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields .icon-error {
    display: block
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields .icon-error svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    top: .5rem;
    right: 0;
    position: absolute
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .placeoo-field .form-group.has-error-fields .icon-error svg {
    top: 0
}

.bPaymentRechargeTable .floating-label-input.has-error-fields .icon-error {
    display: block
}

.bPaymentRechargeTable .floating-label-input.has-error-fields .alert-label svg {
    display: none;
    fill: #e00800;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.bPaymentRechargeTable .floating-label-input.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 2.6rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error:focus {
    border-width: 1px !important
}

@media (min-width:992px) {
    .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error:focus {
        height: 32px
    }
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .form-group.has-error-fields input.has-error {
    color: #e00800 !important;
    border-bottom: 1px solid #e00800 !important
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .form-group .icon-error {
    display: none
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .form-group.has-error-fields .icon-error {
    display: block
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .form-group.has-error-fields .icon-error svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    top: .5rem;
    right: 0;
    position: absolute
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields .icon-error {
    display: block
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields .alert-label svg {
    display: none;
    fill: #e00800;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 2.6rem;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400
}

@media (max-width:767px) {
    .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.has-error-fields .alert-label {
        white-space: normal
    }
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .tdContainer {
    position: relative
}

@media (min-width:992px) {
    .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .form-group.has-error-fields input.has-error:focus {
        height: 32px
    }
}

.data-table .table-payment-methods-row .table-responsive table.table-payment-methods .payForOther.floating-label-input.has-error-fields .alert-label {
    overflow: visible
}

.usage-detail-text p {
    color: #232323;
    margin: 0;
    font-size: 14px;
    line-height: 17px
}

.usage-detail-text p a {
    text-transform: uppercase
}

.usage-detail-text svg {
    vertical-align: text-top
}

.news-letter-heading {
    text-align: left
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive .antiSpamtable table.table-payment-methods {
        min-width: 370px
    }
}

.mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child {
    color: #6c6c6c;
    font-weight: 400;
    text-transform: none
}

@media (max-width:992px) {
    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods thead {
        display: none
    }

    .mobEnh .table-payment-methods-row .table-responsive .antiSpamtable table.table-payment-methods {
        min-width: 70px
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        isplay: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 15px;
        text-align: left;
        position: relative
    }

    .mobEnh .table-payment-methods-row {
        color: inherit
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td .actionButtons a {
        line-height: 20px !important;
        padding-top: 0
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.enterSenderTD {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.enterSenderTD .form-section {
        margin-bottom: 1rem
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.enterSenderTD .form-section .form-group {
        margin-top: 0
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr:nth-child(2n) {
        background: #f0f0ea
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr {
        background: #fff
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:before {
        width: 40%;
        margin-right: 10%
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:after {
        content: "";
        background: #f2f2ec;
        position: absolute;
        left: 40%;
        top: 0;
        height: 100%;
        width: 1px
    }

    .mobEnh.antispam-sms-wrapper h6 {
        padding: 1rem 0;
        text-align: left;
        line-height: 1;
        font-weight: 400
    }

    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.xs-only+td:after,
    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.xs-only+td:before,
    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.xs-only:after,
    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr.addSenderaddressRow td.xs-only:before {
        content: none
    }

    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td>.form-section {
        width: 100%
    }

    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:nth-child(2) .form-section {
        width: 100%
    }

    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:nth-child(2).xs-only {
        color: #232323 !important;
        font-weight: 700 !important
    }

    .mobEnh.full .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:nth-child(2).xs-only:first-child {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .mobEnh.full.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a {
        height: 60px;
        line-height: 60px
    }

    .mobEnh.smsRecList {
        margin-top: 1rem
    }

    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.emptyNoData:after,
    .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.emptyNoData:before {
        content: none
    }
}

@media (max-width:992px) and (max-width:992px) {
    .mobEnh.antispam-sms-wrapper h6 {
        font-size: 1.625rem
    }
}

@media (max-width:992px) and (max-width:420px) {
    .mobEnh.antispam-sms-wrapper h6 {
        font-size: 1.25rem
    }
}

.unsub-image-text .extra-terms-data .row-text-table h6 {
    text-transform: none !important
}

.block-promo-sms-wrapper.antispam-sms-wrapper .actionButtons .btn-transparent {
    padding-right: 3rem
}

@media (min-width:993px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.ceasedAc thead tr th {
        width: 300px
    }
}

@media (min-width:993px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.ceasedAc thead tr th:first-child {
        width: 100px
    }
}

@media (min-width:993px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.ceasedAc thead tr th:last-child {
        width: auto
    }
}

.labelBadge.ceased {
    width: 54px;
    height: 20px;
    background-color: #fff2f2;
    color: #e99286;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: .11px;
    padding: 4px 9px;
    margin-top: .25rem;
    text-transform: uppercase
}

.transAc {
    padding-right: 1.5rem
}

.transAc h4 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.25rem
}

.checkCCelig h4 {
    font-size: 26px;
    line-height: 1
}

.checkCCelig h4,
.checkCCelig p {
    font-weight: 400;
    letter-spacing: 0;
    color: #232323
}

.checkCCelig p {
    font-size: 18px;
    line-height: 1.25
}

@media (min-width:993px) {
    .table-payment-methods-row.news-section .table-responsive table.table-payment-methods tbody tr td {
        vertical-align: text-top
    }
}

.bills-payments .news-section .bpMob .full .excessMsg {
    margin-top: .5rem;
    color: #727374;
    max-width: 200px;
    line-height: 1.5
}

@media (min-width:993px) {
    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .bPaymentRechargeTable div.rechargTable {
        padding-top: 0
    }
}

@media (max-width:992px) {
    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full {
        display: block !important;
        width: 100%;
        box-sizing: border-box
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full:after {
        content: none !important
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full:before {
        width: 100% !important;
        margin: .5rem 0;
        padding: 0 4px;
        min-height: 2px
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .xs-Mob-title {
        margin-top: -1rem;
        padding-left: 2.5rem
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .xs-Mob-title .payAccount {
        margin-left: 0
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .bPaymentRechargeTable {
        max-width: 100%
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .bPaymentRechargeTable div.limit-check-box {
        display: block
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .bPaymentRechargeTable div.rechargTable {
        float: none
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .floating-label-input.new-amount {
        display: block
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .floating-label-input.new-amount .closeIcon {
        top: 20px
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .floating-label-input.new-amount .closeIcon img,
    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .floating-label-input.new-amount .closeIcon svg {
        min-height: 20px;
        width: 20px;
        height: 20px
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .floating-label-input.new-amount label {
        line-height: 1
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .payAccount {
        margin-left: 4px;
        margin-top: .5rem
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob td.full .billpaymentNameTitle {
        margin-left: 4px
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob .full li .limit-check-box input[type=radio]+label {
        width: 100%
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob .full li {
        width: 25%
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob .full .floating-label-input.new-amount label {
        top: 0
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob .full .floating-label-input input[type=text] {
        padding-top: 10px;
        padding-left: 0;
        max-width: 100%;
        width: 100%
    }

    .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods thead.showHeader {
        display: table
    }

    .infoIconMob .outside-icon {
        position: absolute;
        left: 148px
    }
}

.table-payment-methods-row.news-section .table-responsive table.table-payment-methods.bpPaybills.rechargTable tbody tr td {
    vertical-align: middle
}

[lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods thead tr th {
    padding-right: 26px
}

[lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .floating-label-input .new-amount .closeIcon {
    right: 0;
    left: 0
}

@media (min-width:1000px) and (max-width:1199px) {
    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        width: 100%
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods thead tr th:before {
        padding-right: 2rem;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full {
        height: 100%;
        min-height: 119px;
        padding: 25px 15px
    }

    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .xs-Mob-title {
        padding-right: 2.5rem;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .bill-inner-box {
        width: 100% !important
    }

    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .bill-inner-box ul.bill-list li {
        float: right !important
    }

    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        padding: 7px 4px;
        width: 100%
    }

    [lang=ar] [dir=rtl] .bills-payments .news-section.table-payment-methods-row .table-responsive.bpMob table.table-payment-methods tbody tr td.full .floating-label-input input[type=text] {
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .infoIconMob .outside-icon {
        position: absolute;
        left: auto;
        right: 150px
    }
}

[lang=ar] [dir=rtl] .block-promo-sms-wrapper.antispam-sms-wrapper .actionButtons .btn-transparent {
    padding-left: 3rem;
    padding-right: 0
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:after {
        left: auto;
        right: 40%
    }

    [lang=ar] [dir=rtl] .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.emptyNoData:after,
    [lang=ar] [dir=rtl] .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.emptyNoData:before {
        content: none
    }

    [lang=ar] [dir=rtl] .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:before {
        border-left: 0 solid #f2f2ec
    }

    [lang=ar] [dir=rtl] .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child:after {
        margin-left: 0;
        margin-right: 0
    }

    [lang=ar] [dir=rtl] .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child {
        padding-right: 15px
    }

    [lang=ar] [dir=rtl] .mobEnh.full.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a,
    [lang=ar] [dir=rtl] .mobEnh .text-left h6 {
        text-align: right
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.payment-history-table.ph-min-view tbody tr td {
        padding-right: 1rem !important
    }
}

[lang=ar] [dir=rtl] .your-packages .single-colunm {
    padding-right: 0;
    padding-left: 2%
}

[lang=ar] [dir=rtl] .your-packages .single-colunm p .listing-icon {
    float: right
}

[lang=ar] [dir=rtl] .your-packages .single-colunm p .listing-icon-txt {
    margin-left: 0;
    margin-right: 15px
}

[lang=ar] [dir=rtl] .your-packages .single-colunm ul {
    padding-right: 15px;
    padding-left: 0
}

[lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
    text-align: right;
    padding-left: 0;
    padding-right: 17px
}

[lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:before {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields .icon-error svg {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child {
    text-align: right;
    padding-right: 26px
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.single-td .checkbox-inline span {
        margin-right: 36px
    }
}

[lang=ar] [dir=rtl] .bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input input[type=text] {
    padding-left: 0;
    height: 40px;
    padding-right: 0
}

[lang=ar] [dir=rtl] .bills-payments .data-table .table-payment-methods-row .table-responsive table.table-payment-methods .floating-label-input.new-amount label {
    font-size: .7rem
}

[lang=ar] [dir=rtl] .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td {
    padding-right: 17px
}

[lang=ar] [dir=rtl] .newsletters-wrapper .news-letter-switch {
    padding-left: 2rem
}

[lang=ar] [dir=rtl] .news-letter-heading {
    text-align: right
}

[lang=ar] [dir=rtl] .smry-circles .p-r-20 {
    padding-right: 0;
    padding-left: 20px
}

@media (max-width:425px) {
    [lang=ar] [dir=rtl] .smry-circles .p-r-20 {
        padding-right: 0;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table {
    padding-right: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table {
        padding-left: 0;
        padding-right: 32px;
        padding-top: 0
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table {
        padding-left: 0;
        padding-right: 48px
    }
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title {
    text-align: right !important
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects,
[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-right {
    padding-left: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-right {
        padding-left: 0;
        padding-right: 15px
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-right {
        padding-left: 0;
        padding-right: 5px
    }
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-left {
    padding-right: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-left {
        padding-left: 0;
        padding-right: 15px
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .table-title-selects .pad-left {
        padding-left: 0;
        padding-right: 5px
    }
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .pad-right {
    padding-right: 0;
    padding-left: 5px
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table .text-and-table-table .table-title .pad-left {
    padding-left: 0;
    padding-right: 5px
}

[lang=ar] [dir=rtl] .pakages-extras .plans-table {
    background-color: transparent
}

[lang=ar] [dir=rtl] .pakages-extras .plans-table .pkg-extra-heading .btn-big.pkg-extra-btn-1 {
    margin-left: 0 !important
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .pakages-extras .plans-table .pkg-extra-heading .btn-big.pkg-extra-btn-1 {
        margin-left: 16px !important;
        margin-right: 0 !important
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .pakages-extras .plans-table .pkg-extra-heading .btn-big.pkg-extra-btn-1 {
        margin-left: 24px !important;
        margin-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .recomended-section .recm-slider .recmend-slide {
    text-align: right
}

[lang=ar] [dir=rtl] .padding-0 {
    padding-right: 0 !important
}

[lang=ar] [dir=rtl] .padding-0-right {
    padding-left: 0 !important
}

[lang=ar] [dir=rtl] .heading-with-buttons h2,
[lang=ar] [dir=rtl] .pakages-extras .plans-table .pkg-extra-heading h2,
[lang=ar] [dir=rtl] .pkg-sumr-heading h2,
[lang=ar] [dir=rtl] .recomended-section .recm-heading h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .ar-col-float .col-lg-1,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-2,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-3,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-4,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-5,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-6,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-7,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-8,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-9,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-10,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-11,
[lang=ar] [dir=rtl] .ar-col-float .col-md-1,
[lang=ar] [dir=rtl] .ar-col-float .col-md-2,
[lang=ar] [dir=rtl] .ar-col-float .col-md-3,
[lang=ar] [dir=rtl] .ar-col-float .col-md-4,
[lang=ar] [dir=rtl] .ar-col-float .col-md-5,
[lang=ar] [dir=rtl] .ar-col-float .col-md-6,
[lang=ar] [dir=rtl] .ar-col-float .col-md-7,
[lang=ar] [dir=rtl] .ar-col-float .col-md-8,
[lang=ar] [dir=rtl] .ar-col-float .col-md-9,
[lang=ar] [dir=rtl] .ar-col-float .col-md-10,
[lang=ar] [dir=rtl] .ar-col-float .col-md-11,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-1,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-2,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-3,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-4,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-5,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-6,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-7,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-8,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-9,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-10,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-11,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-1,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-2,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-3,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-4,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-5,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-6,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-7,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-8,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-9,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-10,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-11 {
    float: right !important
}

[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-1,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-2,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-3,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-4,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-5,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-6,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-7,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-8,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-9,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-10,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-11,
[lang=ar] [dir=rtl] .ar-col-float .col-lg-offset-12,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-1,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-2,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-3,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-4,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-5,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-6,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-7,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-8,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-9,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-10,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-11,
[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-12,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-1,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-2,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-3,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-4,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-5,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-6,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-7,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-8,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-9,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-10,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-11,
[lang=ar] [dir=rtl] .ar-col-float .col-sm-offset-12,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-1,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-2,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-3,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-4,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-5,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-6,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-7,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-8,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-9,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-10,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-11,
[lang=ar] [dir=rtl] .ar-col-float .col-xs-offset-12 {
    margin-left: 0 !important
}

[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-1,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-2,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-3,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-4,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-5,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-6,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-7,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-8,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-9,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-10,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-lg-11,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-1,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-2,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-3,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-4,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-5,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-6,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-7,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-8,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-9,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-10,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-md-11,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-1,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-2,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-3,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-4,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-5,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-6,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-7,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-8,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-9,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-10,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-sm-11,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-1,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-2,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-3,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-4,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-5,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-6,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-7,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-8,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-9,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-10,
[lang=ar] [dir=rtl] .ar-col-float [dir=ltr] .col-xs-11 {
    float: left !important
}

[lang=ar] [dir=rtl] .ar-col-float [dir=ltr].points-bar .points-bar-col-3 {
    padding: 16px 0 0 32px
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .ar-col-float [dir=ltr].points-bar {
        padding: 0
    }
}

[lang=ar] [dir=rtl] .current-pkg-info-section .text-and-table>div.text-and-table-table>.row {
    display: block !important
}

[lang=ar] [dir=rtl] #eitAccountInfo-popup .modal-dialog .add-payment-card-btns button {
    float: right
}

[lang=ar] [dir=rtl] #eitAccountInfo-popup .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes {
    padding-right: 0 !important;
    text-align: right
}

[lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    background: #e2e1da
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
        background: #fff
    }
}

[lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
    padding-right: 32px;
    text-align: right
}

[lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    padding-right: 32px;
    text-align: right;
    padding-right: 0
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .td-lapi-ico.td-ico {
        margin-right: 0;
        margin-left: .5rem
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .bPaymentRechargeTable {
        padding-right: 0
    }
}

@media (min-width:1024px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .bPaymentRechargeTable {
        padding: .25rem 0
    }
}

@media (min-width:1024px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .bPaymentRechargeTable .bill-inner-box {
        width: 360px
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        padding-right: 17px;
        padding-left: 32px;
        border-right: none
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        float: right
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:before {
        float: right;
        margin-left: 10px;
        margin-right: 0
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .floating-label-input input[type=number] {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .pagination-all .pagination-list li {
    float: right
}

[lang=ar] [dir=rtl] .pagination-all .pagination-list li.see-all a {
    padding: 14px 19px 14px 0
}

[lang=ar] [dir=rtl] .heading-with-buttons h2 {
    font-size: 20px;
    line-height: 25px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .heading-with-buttons h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: right
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .heading-with-buttons h2 {
        font-size: 26px;
        line-height: 33px
    }
}

[lang=ar] [dir=rtl] .heading-with-buttons .btn-big.heading-btn-1 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .heading-with-buttons .btn-big.heading-btn-1 {
        margin-left: 16px !important;
        margin-right: 0 !important
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .heading-with-buttons .btn-big.heading-btn-1 {
        margin-left: 24px !important;
        margin-right: 0 !important
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row {
    padding-bottom: 0
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img {
    background: #f5f4f5
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
    font-size: 16px;
    line-height: 20px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
        font-size: 18px;
        line-height: 23px
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    font-size: 14px;
    line-height: 17px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
        font-size: 16px;
        line-height: 19px
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-img {
    background: #242424
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-img svg g {
    stroke: #fff
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div {
    padding-right: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div {
        padding-right: 8px;
        padding-left: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div {
        padding-right: 16px;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div:first-child {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div:first-child {
        padding-left: 8px;
        padding-right: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .consumer-register-form .form.modified-form .row.post-inner-fields>div:first-child {
        padding-left: 16px;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .heading-with-buttons h2 {
    font-size: 20px;
    line-height: 25px
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs p.small-txt {
    font-size: 12px;
    line-height: 15px
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs h3 {
    font-size: 20px;
    line-height: 24px
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li {
    float: right;
    margin-right: 33px;
    margin-left: 0
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li {
        margin-right: 24px;
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li:first-child {
    margin-right: 0
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li:first-child {
        margin-right: 24px;
        margin-left: 0
    }
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp {
    margin-left: 3px;
    margin-right: 0
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp {
        margin-left: 5px;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .custom-select-links .links-div {
    padding: 0 0 7px
}

[lang=ar] [dir=rtl] .custom-select-links .links-div:before {
    right: auto;
    left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown {
        left: 0;
        right: auto
    }
}

[lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown.active {
    background-position: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td {
        padding: 0
    }

    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td:before {
        border-right: 0 solid #e2e1da;
        text-align: right
    }

    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .tdContainer {
        border-left: 0 solid #e2e1da;
        margin-right: -1px;
        margin-left: 0
    }

    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.noLabelTD .checkbox-inline.checkbox-accordian label {
        position: relative;
        padding-left: 1.75rem
    }

    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td.noLabelTD .checkbox-inline.checkbox-accordian label:before {
        left: auto
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
        padding-right: 32px
    }
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .bill-inner-box {
        width: 200px;
        float: right !important
    }
}

#accountHolderInfo .help-me .forms-default-settings {
    padding-top: 20px
}

#accountHolderInfo .forms-default-settings .consumer-register-form .form.modified-form .form-section:nth-child(2) {
    padding-left: .75rem
}

@media (max-width:667px) {
    #accountHolderInfo .forms-default-settings .consumer-register-form .form.modified-form .consumer-register-form-submit.form-submit button {
        margin-bottom: 10px;
        width: 100%
    }
}

@media (max-width:768px) {
    #billingPayments .white-boxs-section .white-row-set .white-col-set {
        width: 100%
    }
}

@media (max-width:768px) {
    #add-payment-method-popup {
        padding-right: 0 !important
    }
}

@media (max-width:475px) {
    #add-payment-method-popup .add-payment-card-btns button {
        width: 50%;
        font-size: 70%;
        min-width: auto !important
    }
}

.account-serv-main .card-box.active-primary .your-phone span {
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 4px 8px
}

.account-serv-main .card-box.active-primary .card-box-txt.selected .plan-primary {
    color: #e00800
}

.action-buttons-wrapper a.delete-add-user span svg {
    margin-bottom: -7px;
    margin-right: 5px
}

#monthly-bills-column-chart {
    margin-left: -15px
}

@media (max-width:768px) {
    #monthly-bills-column-chart {
        width: 100%;
        overflow-x: scroll
    }
}

.set-limit-form .bill-inner-box ul.bill-list li {
    margin-right: 24px
}

.set-limit-form .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
    width: 92px;
    height: 48px
}

.set-limit-form .limit-for-all input[type=radio]+label:before {
    margin-top: -2px
}

.set-limit-form .bill-inner-box h5 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

@media (max-width:767px) {
    .set-limit-form .bill-inner-box .bill-list.setLimitScrn li {
        margin: 1px
    }
}

.set-limit-form .bill-inner-box .bill-list.setLimitScrn li .limit-check-box input[type=radio]+label {
    margin: 0
}

@media (min-width:768px) and (max-width:1024px) {
    .adding-security-pin .rowDispBlock .pull-right.ar-pull-left .form-section.fromPaymentF {
        padding-left: 20px !important
    }
}

[lang=ar] [dir=rtl] .adding-security-pin .rowDispBlock .pull-right.ar-pull-left {
    float: left !important
}

@media (min-width:768px) and (max-width:1024px) {
    [lang=ar] [dir=rtl] .adding-security-pin .rowDispBlock .pull-right.ar-pull-left .form-section.fromPaymentF {
        padding-left: 10px !important
    }
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .inline-checkboxes-wrap div.checkbox-inline {
    float: none !important;
    margin: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .set-limit-form .bill-inner-box .bill-list.setLimitScrn li {
        margin: 1px !important
    }
}

[lang=ar] [dir=rtl] #monthly-bills-column-chart {
    margin-left: -15px;
    overflow: hidden
}

[lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods.recharge-grid.bpPaybills tbody tr td:first-child {
    padding-right: 19px
}

[lang=ar] [dir=rtl] .pakages-extras .plans-table .row-tiles-table .tile-table .tile-card .tile .tiles-box .bottom-text {
    text-align: right
}

[lang=ar] [dir=rtl] .pakages-extras.added-services-page .plans-table .row-tiles-table .tile-table .tile-card .tile .tiles-box .bottom-text {
    text-align: right;
    margin: 0 1.5rem
}

.account_number_section .main-text {
    padding-bottom: 0
}

.account_number_section .main-text h3 {
    padding-top: 0;
    padding-bottom: 0
}

.account_number_section p {
    padding: 0;
    margin: 11px 0 8px;
    text-align: center !important
}

.account_number_section .forms-default-settings .send-sms {
    text-align: center;
    font-size: 16px !important;
    margin-top: 40px
}

.account_number_section .forms-default-settings .send-sms a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    margin-top: 0
}

.account_number_section .forms-default-settings .consumer-register-form .form .form-submit {
    margin-top: 30px !important
}

.account_number_section .selected-account p {
    margin-bottom: 20px;
    color: #353733;
    font-size: 1rem;
    text-align: center
}

.account_number_section .selected-account p a {
    color: #e00800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px
}

.account_number_section .account-wrapper {
    background-color: #f0f0ea;
    padding: 32px;
    text-align: left;
    margin-bottom: 40px
}

.account_number_section .account-wrapper .icon {
    float: left
}

.account_number_section .account-wrapper .text {
    float: left;
    text-align: left
}

.account_number_section .account-wrapper .text b {
    padding-top: 8px;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    float: left;
    padding-left: 10px
}

.account_number_section.verification_code .forms-default-settings .send-sms {
    margin-top: 10px;
    color: #232323;
    text-align: center
}

.account_number_section.verification_code .forms-default-settings .send-sms a {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    margin-top: 0
}

.no-margin {
    margin-top: 0 !important
}

@media (max-width:767px) {
    .table-payment-methods-row .table-responsive .dataTable.table-payment-methods tr td:before {
        width: 45%
    }

    .table-payment-methods-row .table-responsive .dataTable.table-payment-methods tr td span {
        margin-left: 15px;
        display: inline-block
    }

    .table-payment-methods-row .table-responsive .dataTable.table-payment-methods tr td .bill-inner-box ul.bill-list {
        margin-left: 5px
    }
}

@media (max-width:767px) and (max-width:425px) {
    .table-payment-methods-row .table-responsive .dataTable.table-payment-methods tr td span {
        margin-left: 5px
    }
}

.bg-gray-sercurity {
    background: linear-gradient(180deg, #fdfdfc, #f0f0ea 75%)
}

.information-updated-successfully {
    background-color: #e00800;
    border-bottom: 1px solid #fff;
    padding: 10px;
    text-align: center;
    height: 56px;
    display: block;
    line-height: 18px
}

.information-updated-successfully span.icon-wrap {
    height: 1.4rem;
    width: 1.4rem;
    display: inline-block;
    position: relative;
    top: 5px
}

.information-updated-successfully span.text-wrap {
    text-decoration: none;
    text-transform: none;
    color: #fff
}

.information-updated-successfully span svg {
    height: 100%;
    width: 100%
}

.sercurity-pin-wrapper {
    padding: 80px 0
}

.sercurity-pin-wrapper h3 {
    margin: 0
}

.sercurity-pin-wrapper .action-buttons-wrapper .text-wrap {
    letter-spacing: 2px
}

.add-user-form .note-manageas {
    color: #232323;
    font-size: 14px;
    margin-top: 5px
}

.action-buttons-wrapper a {
    color: #e00800;
    text-decoration: none;
    letter-spacing: 2px
}

.action-buttons-wrapper a.add-security-pin span.icon-wrap {
    height: 1.5rem;
    width: 1.5rem
}

.action-buttons-wrapper a.add-security-pin span.text-wrap {
    text-decoration: none;
    margin-top: 5px
}

.action-buttons-wrapper a.resend-code span.icon-wrap {
    height: 1.5rem;
    width: 1.5rem
}

.action-buttons-wrapper a.resend-code span.text-wrap {
    text-decoration: none;
    margin-top: 5px
}

.action-buttons-wrapper a.add-user {
    text-decoration: none;
    color: #e00800
}

.action-buttons-wrapper a.add-user span.icon-wrap {
    height: 1.5rem;
    width: 1.5rem
}

.action-buttons-wrapper a.add-user span.text-wrap {
    margin-top: 5px
}

.action-buttons-wrapper a.cancel-add-user {
    color: #232323;
    text-decoration: none
}

.action-buttons-wrapper a.cancel-add-user span.icon-wrap {
    height: 1.5rem;
    width: 1.5rem
}

.action-buttons-wrapper a.cancel-add-user span.text-wrap {
    margin-top: 5px
}

.action-buttons-wrapper a.delete-add-user {
    text-decoration: none;
    color: #e00800
}

.action-buttons-wrapper a.delete-add-user span.icon-wrap {
    height: 1.5rem;
    width: 1.5rem
}

.action-buttons-wrapper a.delete-add-user span.text-wrap {
    text-decoration: none;
    margin-top: 5px
}

.renew-id-modal {
    background: linear-gradient(0deg, #f1f1eb 90%, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F0F0EA", GradientType=0);
    padding: 0 !important
}

.renew-id-modal .modal-dialog {
    width: auto;
    max-width: 100%;
    margin: 0;
    height: 100%
}

.renew-id-modal .modal-dialog .modal-content {
    height: 100%;
    background: none
}

.renew-id-modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 3rem 0
}

.renew-id-modal .modal-dialog .modal-content .modal-header .close {
    margin-right: 0;
    right: 0;
    position: absolute;
    top: 42%;
    opacity: 1
}

.renew-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    width: 24px;
    height: 24px;
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down-thin.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 24px;
    left: 0;
    margin-left: -.4rem;
    margin-top: -.9rem;
    position: absolute;
    top: 50%;
    transform: rotate(90deg)
}

.renew-id-modal .modal-dialog .modal-content .main-title {
    padding: 2rem 0;
    border-bottom: 2px solid #e2e1da
}

.renew-id-modal .modal-dialog .modal-content .main-title h5 {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #232323;
    margin: 0;
    font-family: inherit;
    font-size: 1.25rem;
    text-align: center
}

.renew-id-modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.renew-id-modal .modal-dialog .modal-content .modal-body .form-group.floating-label-input {
    margin: 0
}

.renew-id-modal .modal-dialog .modal-content .modal-body .white24 {
    background: transparent
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text {
    background: none;
    padding-bottom: 1rem
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text.paddingBtmZero {
    padding-bottom: 0
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text h3 {
    font-size: 1.9rem;
    text-transform: inherit;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: .5rem;
    line-height: 2.375rem
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text h3.clickImage {
    font-size: 1.625rem;
    line-height: 2.0625rem;
    color: #2b2a2a
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.clickImagePara {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #717476
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.blackText {
    color: #353733;
    font-size: 1rem;
    text-align: left;
    line-height: 1.375rem;
    margin-top: 40px
}

@media (max-width:992px) {
    .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.blackText {
        text-align: center
    }
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text p a.greenText {
    color: #e00800;
    text-decoration: none
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload {
    max-width: 500px;
    margin: auto
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload h5 {
    margin-bottom: .5rem;
    font-family: suiss, Arial, sans-serif
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront {
    margin-right: 1rem
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload h5 {
    text-align: left;
    margin: 0 0 4px;
    font-size: 1rem;
    line-height: 19px;
    color: #717476;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: capitalize
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack label,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront label {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #fff
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack .ImageUploadHover,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront .ImageUploadHover {
    display: none
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack:hover .ImageUploadHover,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront:hover .ImageUploadHover {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack:hover .ImageUploadHover .cameraIcon,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront:hover .ImageUploadHover .cameraIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 68px;
    height: 48px;
    opacity: .6;
    width: 100%
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack:hover .ImageUploadHover .cameraIcon img,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront:hover .ImageUploadHover .cameraIcon img {
    min-height: 24px;
    width: 28px
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack:hover .ImageUploadHover .cameraIcon h6,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront:hover .ImageUploadHover .cameraIcon h6 {
    color: #fff;
    font-size: .625rem;
    text-align: center;
    text-transform: uppercase;
    margin: 2px 0 8px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .inputfile-label.uploaded {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    color: #232323
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack-container #backEid,
.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront-container #frontEid {
    width: 100%;
    height: 150px
}

@media (max-width:767px) {
    .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack-container {
        margin-top: 1rem
    }
}

.renew-id-modal .forms-default-settings .form-title h3 {
    margin-top: 1rem
}

@media (max-width:767px) {
    .renew-id-modal.chooseProfileOverlay .modal-dialog .modal-content .main-title h5 {
        font-size: .875rem
    }
}

@media (max-width:767px) and (min-width:320px) {
    .forms-default-settings .consumer-register-form .form-section {
        padding: 0 !important
    }
}

.verification-code-popup {
    padding: 0
}

.verification-code-popup .icon-popup__text {
    padding: 48px;
    text-align: center
}

.verification-code-popup .icon-popup__text p {
    color: #232323;
    font-size: 14px;
    margin-bottom: 20px
}

.verification-code-popup .add-payment-card-btns {
    border-top: 1px solid #e5e5e5
}

.verification-code-popup .add-payment-card-btns button {
    border: none;
    color: #232323;
    width: 50%;
    float: left
}

.verification-code-popup .add-payment-card-btns button.active {
    background-color: #e00800;
    color: #fff
}

.verification-code-popup .add-payment-card-btns button.active:hover {
    background-color: #5f8515;
    color: #fff
}

.verification-code-popup .add-payment-card-btns button:hover {
    background-color: transparent;
    color: #232323
}

.verification-code-popup .consumer-register-form .form .form-section .floating-label-input {
    margin-top: 0
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker.expiryDate {
    color: #232323
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker.expiryDate:disabled {
    background-color: transparent !important;
    -webkit-autofill: #232323 !important;
    border-bottom: 1px dashed #232323;
    padding-left: 0;
    padding-bottom: .4rem;
    color: #232323;
    font-size: 1.25rem
}

.renew-id-modal.onPageEID {
    background: none
}

.renew-id-modal.onPageEID .modal-dialog .modal-content {
    border: none
}

.renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack {
    margin-right: 1rem
}

.primaryContact {
    padding: 3rem 0 .5rem
}

.renew-id-modal .modal-dialog .modal-content .modal-body .rnd .main-text .eid-upload {
    text-align: left
}

@media (max-width:449px) {
    .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label#senderid-error {
        white-space: normal;
        overflow: visible;
        font-size: 11px;
        line-height: 1
    }
}

.enterSenderTD .form-section .floating-label-input.has-error-fields .icon-error {
    display: block !important
}

[lang=ar] [dir=rtl] .renew-id-modal .modal-dialog .modal-content .modal-body .rnd .main-text .eid-upload {
    text-align: right
}

[lang=ar] [dir=rtl] .renew-id-modal .modal-dialog .modal-content .modal-body .rnd .main-text .eid-upload .eidFront {
    margin-right: 0;
    margin-left: 1rem
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.blackText {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .inputfile-label.uploaded,
[lang=ar] [dir=rtl] .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload h5 {
    text-align: right
}

[lang=ar] [dir=rtl] .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidBack,
[lang=ar] [dir=rtl] .renew-id-modal.onPageEID .modal-dialog .modal-content .modal-body .main-text .eid-upload .eidFront {
    margin-right: 0;
    margin-left: 1rem
}

.account-detail.red-bg {
    background-color: #da1219;
    @include filter-gradient(#da1219, #e00800, vertical);
    @include background-image(linear-gradient(top, #da1219 0%, #e00800 100%))
}

.account-detail.red-bg .red-bg-img {
    background: url(../../../b2c/assets/img/self-care-profile/bg_mutliple_emirates_id.png) no-repeat bottom;
    padding: 70px 30px;
    background-size: 100% auto
}

@media (min-width:768px) {
    .account-detail.red-bg .red-bg-img {
        min-height: 800px;
        background-size: 100% auto;
        padding: 0
    }
}

.account-detail.red-bg .red-bg-img .agree-ID {
    color: #fff
}

.account-detail .agree-txt {
    color: #232323 !important
}

.account-detail.gray-bg {
    background-color: #f0f1eb
}

.account-detail.gray-bg .gray-bg-img {
    background: url(../../../b2c/assets/img/self-care-profile/bg_mutliple_emirates_id2.png) no-repeat bottom;
    padding: 70px 30px;
    background-size: 100% auto
}

@media (min-width:768px) {
    .account-detail.gray-bg .gray-bg-img {
        min-height: 800px;
        background-size: 100% auto;
        padding: 0
    }
}

.account-detail.gray-bg .account-detail-heading h2,
.account-detail.gray-bg .account-detail-heading p,
.account-detail.gray-bg .gray-bg-img .agree-ID {
    color: #232323
}

.account-detail.gray-bg .agree-ID .circle-check-radio input[type=checkbox]+label:before,
.account-detail.gray-bg .agree-ID .circle-check-radio input[type=radio]+label:before {
    border-color: #232323
}

.account-detail.gray-bg.chooseProfile {
    text-align: left
}

.account-detail.gray-bg.chooseProfile .card-flex-boxes {
    padding: 0
}

@media (max-width:1024px) {
    .account-detail.gray-bg.chooseProfile .card-flex-boxes {
        min-width: 100%
    }
}

.account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box {
    min-height: 10rem;
    width: 33.33%;
    padding: 0;
    padding-left: 2rem
}

.account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box .card-number h4 {
    font-size: 1.125rem;
    line-height: 23px;
    color: #232323
}

.account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box:first-child {
    padding-left: 0;
    width: 33.34%
}

@media (min-width:768px) and (max-width:1024px) {
    .account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box:first-child {
        padding: 0 .5rem
    }
}

@media (max-width:767px) {
    .account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box:first-child {
        width: 100%;
        padding: 0
    }
}

.account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box .card-box-info {
    padding: .5rem 1.75rem
}

.account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box .card-box-info .card-number p {
    color: #232323;
    font-size: 14px;
    line-height: 26px
}

@media (min-width:768px) and (max-width:1024px) {
    .account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box {
        padding: 0 .5rem
    }
}

@media (max-width:767px) {
    .account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box {
        width: 100%;
        padding: 0;
        min-height: 7rem;
        margin-bottom: 1rem
    }
}

.account-detail.gray-bg.chooseProfile .account-detail-heading h2 {
    line-height: 1.5;
    padding: 2.5rem 0 0
}

.account-detail.gray-bg.chooseProfile .account-detail-heading h4 {
    line-height: 2;
    margin: 0;
    padding-bottom: 2rem;
    font-size: 1.35rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.account-detail.gray-bg.chooseProfile .chooseProfileNote p {
    color: #232323
}

.account-detail.gray-bg.chooseProfile .chooseProfileNote ul li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 1rem;
    color: #232323
}

.account-detail.gray-bg.chooseProfile .enter-pass-validate button {
    min-width: 250px;
    margin-top: 3rem
}

@media (min-width:768px) {
    .account-detail .content-v-align {
        position: relative;
        top: 50%
    }
}

.account-detail .account-detail-heading h2 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0
}

@media (min-width:768px) {
    .account-detail .account-detail-heading h2 {
        font-size: 26px;
        line-height: 33px
    }
}

@media (min-width:992px) {
    .account-detail .account-detail-heading h2 {
        font-size: 30px;
        line-height: 38px
    }
}

@media (min-width:1440px) {
    .account-detail .account-detail-heading h2 {
        font-size: 35px;
        line-height: 44px
    }
}

.account-detail .account-detail-heading p {
    color: #fff;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 19px
}

.account-detail .card-flex-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

@media (min-width:768px) {
    .account-detail .card-flex-boxes {
        padding: 0 50px
    }
}

@media (max-width:1024px) {
    .account-detail .card-flex-boxes {
        padding: 0;
        max-width: 550px;
        margin: auto
    }
}

@media (min-width:1440px) {
    .account-detail .card-flex-boxes {
        max-width: 100%
    }
}

.account-detail .card-flex-boxes .card-white-box {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .account-detail .card-flex-boxes .card-white-box {
        width: 50%;
        margin-bottom: 16px;
        padding: 0 8px
    }
}

@media (min-width:992px) {
    .account-detail .card-flex-boxes .card-white-box {
        width: 50%;
        padding: 0 8px
    }
}

@media (min-width:1300px) {
    .account-detail .card-flex-boxes .card-white-box {
        width: 25%;
        padding: 0 16px
    }
}

.account-detail .card-flex-boxes .card-white-box .card-box-info {
    background: #fff;
    padding: 16px;
    position: relative;
    width: 100%
}

@media (max-width:992px) {
    .account-detail .card-flex-boxes .card-white-box .card-box-info {
        padding-bottom: 2.5rem
    }
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .card-icon-img {
    margin-bottom: 20px
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .card-icon-img img {
    max-width: 78px;
    min-height: 1px
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .your-plan {
    margin-bottom: 35px
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .card-number h5,
.account-detail .card-flex-boxes .card-white-box .card-box-info .card-number h6 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #232323
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=checkbox]+label,
.account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=radio]+label {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=checkbox]+label:before,
.account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=radio]+label:before {
    height: 35px;
    width: 35px;
    bottom: 15px;
    left: auto;
    right: 15px
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=checkbox]:checked+label:before,
.account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=radio]:checked+label:before {
    background-size: 35px 35px
}

.account-detail .card-flex-boxes .card-white-box .card-box-info .card-box-img img {
    width: 100%
}

.account-detail .agree-ID {
    max-width: 650px;
    margin: auto;
    display: none;
    padding-top: 16px
}

@media (min-width:768px) {
    .account-detail .agree-ID {
        padding-top: 0
    }
}

.account-detail .agree-ID .circle-check-radio input[type=checkbox]+label,
.account-detail .agree-ID .circle-check-radio input[type=radio]+label {
    padding-left: 38px;
    display: block
}

.account-detail .agree-ID .circle-check-radio input[type=checkbox]+label:before,
.account-detail .agree-ID .circle-check-radio input[type=radio]+label:before {
    height: 28px;
    width: 28px;
    bottom: auto;
    left: 0;
    border-color: #fff
}

.account-detail .agree-ID .circle-check-radio input[type=checkbox]+label span,
.account-detail .agree-ID .circle-check-radio input[type=radio]+label span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 400
}

.account-detail .agree-ID .circle-check-radio input[type=checkbox]:checked+label:before,
.account-detail .agree-ID .circle-check-radio input[type=radio]:checked+label:before {
    background-size: 28px 28px
}

.account-detail .agree-ID .agree-btn-box {
    padding-top: 16px
}

@media (min-width:768px) {
    .account-detail .agree-ID .agree-btn-box {
        padding-top: 24px
    }
}

.account-detail .agree-ID .agree-btn-box .btn {
    opacity: 1 !important;
    line-height: 4rem
}

@media (min-width:768px) {
    .account-detail.account-detail-id.gray-bg .gray-bg-img {
        padding: 190px 0 317px
    }
}

@media (max-width:992px) {
    .account-detail.account-detail-id .card-flex-boxes .card-white-box {
        padding-bottom: 2rem
    }
}

[lang=ar] [dir=rtl] .account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=checkbox]+label,
[lang=ar] [dir=rtl] .account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=radio]+label {
    padding-right: 0;
    top: 0;
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .account-detail .card-flex-boxes .card-white-box .card-box-info .circle-check-radio input[type=radio]+label:before {
    left: 15px;
    right: auto
}

[lang=ar] [dir=rtl] .account-detail .agree-ID .circle-check-radio input[type=checkbox]+label,
[lang=ar] [dir=rtl] .account-detail .agree-ID .circle-check-radio input[type=radio]+label {
    padding-left: 0;
    padding-right: 38px
}

[lang=ar] [dir=rtl] .account-detail .agree-ID .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .account-detail .agree-ID .circle-check-radio input[type=radio]+label:before {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .account-detail.gray-bg.chooseProfile .card-flex-boxes {
    text-align: right
}

@media (min-width:1025px) {
    [lang=ar] [dir=rtl] .account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box {
        padding: 0 .5rem
    }
}

[lang=ar] [dir=rtl] .account-detail.gray-bg.chooseProfile .card-flex-boxes .card-white-box:first-child {
    padding-right: 0
}

[lang=ar] [dir=rtl] .account-detail.gray-bg.chooseProfile .chooseProfileNote {
    text-align: right
}

[lang=ar] [dir=rtl] .account-detail.gray-bg.chooseProfile .chooseProfileNote ul li {
    padding-right: 1rem;
    padding-left: 0
}

.heading-center {
    margin-bottom: 34px;
    text-align: center
}

.heading-center.change-plan-heading h4 {
    font-size: 20px
}

.heading-center.change-plan-heading h2 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

@media (min-width:992px) {
    .heading-center {
        margin-bottom: 50px
    }
}

@media (min-width:1440px) {
    .heading-center {
        margin-bottom: 56px
    }
}

.heading-center h2 {
    margin: 0;
    padding: 0;
    color: #232323;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 0
}

@media (min-width:768px) {
    .heading-center h2 {
        line-height: 33px;
        font-size: 26px
    }
}

@media (min-width:992px) {
    .heading-center h2 {
        line-height: 38px;
        font-size: 30px
    }
}

@media (min-width:1440px) {
    .heading-center h2 {
        line-height: 44px;
        font-size: 35px
    }
}

.heading-center h4 {
    margin: 0;
    padding: 0;
    color: #6c6c6c;
    line-height: 19px;
    font-size: 16px;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 6px
}

@media (min-width:992px) {
    .heading-center h4 {
        line-height: 18px;
        font-size: 22px
    }
}

@media (min-width:1440px) {
    .heading-center h4 {
        line-height: 20px;
        font-size: 24px;
        margin-bottom: 8px
    }
}

.added-services-page {
    padding: 56px 0 10px
}

.added-services-page.change-plan-tiles .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo {
    display: block
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper {
    margin: 0 !important;
    display: block;
    overflow: hidden
}

@media (min-width:768px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper {
        margin: 0 -16px !important
    }
}

@media (min-width:992px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper {
        margin: 0 -20px !important
    }
}

@media (min-width:1440px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper {
        margin: 0 -24px !important
    }
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo {
    padding: 0;
    margin-bottom: 24px;
    width: 100%
}

@media (min-width:768px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo {
        padding: 0 16px;
        margin-bottom: 32px;
        width: 50%
    }
}

@media (min-width:992px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo {
        padding: 0 20px;
        margin-bottom: 40px;
        width: 33.333333333%;
        display: block
    }
}

@media (min-width:1440px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo {
        padding: 0 24px;
        margin-bottom: 48px;
        display: block
    }
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile .tiles-box .cover {
    height: 100px !important
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile .tiles-box .cover:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile .tiles-box .cover img {
    filter: blur(10px)
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile .tiles-box .tiles-box-title {
    height: 100px !important;
    z-index: 3
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile-card__back {
    z-index: 2
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile-card__back .tiles-box .bottom-text {
    margin: 0 1.5rem
}

.pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile-card__back .tiles-box ol {
    height: 11.7rem
}

@media (min-width:992px) {
    .pakages-extras.added-services-page .plans-table .row-tiles-table .swiper-container .swiper-wrapper .tile-table.promo .tile-card .tile-card__back .tiles-box ol {
        height: 17.1rem
    }
}

.pakages-details {
    padding: 38px 0
}

@media (min-width:768px) {
    .pakages-details {
        padding: 56px 0 80px
    }
}

.pakages-details .pkges-details-txt p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 32px;
    color: #232323
}

.pakages-details .pkges-details-txt ul {
    margin-top: 1rem
}

.pakages-details .pkges-details-txt ul li {
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    margin-bottom: 1rem
}

.pakages-details .pkges-details-txt h6 {
    font-size: 18px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    color: #232323
}

.price-info-box {
    display: inline-block;
    text-align: center;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .price-info-box {
        text-align: left;
        margin-bottom: 0
    }
}

.price-info-box .top-txt-small {
    font-size: 14px;
    line-height: 18px;
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.price-info-box h3.pkg-price-1 {
    display: inline-block;
    font-size: 35px;
    line-height: 44px;
    margin: 0;
    color: #232323;
    letter-spacing: 0
}

.price-info-box .pkg-price-2 {
    display: inline-block;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.price-info-box .pkg-price-2 span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #232323
}

.points-bar {
    margin: 0 0 58px
}

.points-bar.filters {
    padding-top: 0
}

.points-bar.filters #ex2Slider .tooltip .tooltip-inner {
    font-size: 20px;
    line-height: 25px;
    color: #232323
}

.points-bar.filters .points-bar-col-1 h4 {
    padding-top: 16px;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .points-bar.filters .points-bar-col-1 h4 {
        padding-top: 26px;
        margin-bottom: 0
    }
}

.points-bar.filters .points-bar-col-3 {
    padding: 16px 0 0
}

@media (min-width:768px) {
    .points-bar.filters .points-bar-col-3 {
        padding: 16px 0 0 32px
    }
}

.points-bar.filters .points-bar-col-3 h4.color-green {
    margin-bottom: 3px
}

.points-bar.filters h4 {
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    letter-spacing: 0;
    margin: 0
}

.points-bar.filters h4.color-green {
    color: #e00800
}

.spinbox-row {
    padding: 32px 0 0
}

.spinbox-row .extras-plan-price {
    text-align: left
}

@media (max-width:767px) {
    .spinbox-row .extras-plan-price {
        text-align: center
    }
}

.spinbox-row .spinbox-small {
    display: block;
    padding: 8px 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #232323
}

@media (max-width:767px) {
    .spinbox-row .spinbox-small {
        text-align: center
    }
}

.spinbox-row .spinbox {
    height: auto
}

@media (max-width:767px) {
    .spinbox-row .spinbox {
        margin-bottom: 0
    }
}

.spinbox-row .spinbox input {
    width: 64px;
    height: 64px;
    color: #232323;
    font-size: 20px;
    border-top: 1px solid #e00800;
    border-bottom: 1px solid #e00800
}

.spinbox-row .spinbox .spinminus,
.spinbox-row .spinbox .spinplus {
    width: 50px;
    height: 64px
}

.spinbox-row .spinbox .spinminus svg,
.spinbox-row .spinbox .spinplus svg {
    width: 14px;
    height: 14px;
    padding: 1.55rem 1.1rem
}

.heading-with-buttons-small {
    margin: 0 0 32px
}

.heading-with-buttons-small h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 33px;
    color: #232323;
    letter-spacing: 0
}

@media (max-width:767px) {
    .heading-with-buttons-small h2 {
        font-size: 24px
    }
}

.heading-with-buttons-small p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #232323
}

.info-txt-gray {
    color: #232323 !important
}

.info-txt-gray,
.info-txt-green {
    font-size: 14px;
    line-height: 17px;
    margin: 0
}

.info-txt-green {
    color: #e00800 !important;
    letter-spacing: 2px;
    text-transform: uppercase
}

.added-bill-payment-section {
    padding: 40px 0
}

@media (min-width:768px) {
    .added-bill-payment-section {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .added-bill-payment-section.pT-0 {
        padding-top: 10px
    }
}

@media (max-width:992px) {
    .added-bill-payment-section #addresses {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .added-bill-payment-section #addresses .view-address-row.row-mob {
        overflow: auto
    }
}

@media (max-width:767px) {
    .added-bill-payment-section #addresses .view-address-row.row-mob .row-mob-scroll {
        overflow: scroll;
        width: 550px;
        margin: 0 -15px;
        padding-bottom: 50px
    }
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
    width: 248px;
    float: left;
    margin-top: 1rem
}

@media (max-width:767px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 33.3333%
    }
}

@media (min-width:992px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 25%
    }
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-txt h3 {
    color: #fff !important
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-amount-bill .view-card {
    border: 1px solid #e00800
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-amount-bill .view-card:after {
    display: none
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-amount-bill .view-card .circle-check-radio input[type=checkbox]+label:before,
.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-amount-bill .view-card .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #e00800
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card {
    background: #f5f4f5
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:hover {
    border-color: transparent
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:after {
    border-top-color: #232323
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    color: #cecece
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #cecece
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card {
    background: #232323
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .info-txt-green {
    display: none !important
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    position: relative;
    margin-bottom: 0;
    height: 112px
}

@media (min-width:992px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
        margin-bottom: 0
    }
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .info-txt-gray,
.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .info-txt-green {
    position: absolute;
    top: 120px
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card:after {
    left: 24px
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
    width: 100%;
    height: 110px;
    padding: 16px 25px 16px 16px;
    display: block
}

@media (max-width:767px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
        padding: 16px
    }
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
    color: #232323;
    letter-spacing: 0;
    font-family: suiss, Arial, sans-serif;
    text-transform: none;
    font-size: 18px;
    line-height: 22px
}

@media (min-width:992px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
        font-size: 18px;
        line-height: 24px
    }
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label,
.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=radio]+label {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    height: 42px;
    width: 42px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: auto
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=checkbox]:checked+label:before,
.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_white_64.svg);
    background-size: 42px 42px;
    border: 0
}

.added-bill-payment-section .address-edit-form-box.address-pay-form-box {
    padding: 40px 0 !important
}

@media (min-width:992px) {
    .added-bill-payment-section .address-edit-form-box.address-pay-form-box {
        padding: 80px 0 !important
    }
}

.added-bill-payment-section .address-edit-form-box .card-edit-inner-heading {
    margin: 0 0 32px
}

.added-bill-payment-section .address-edit-form-box .card-edit-inner-heading h4 {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    color: #232323;
    letter-spacing: 0
}

.added-bill-payment-section .address-edit-form-box .points-pay-box p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #6c6c6c
}

@media (min-width:768px) {
    .added-bill-payment-section .address-edit-form-box .points-pay-box p {
        margin: 0 0 28px
    }
}

@media (max-width:768px) {
    .added-bill-payment-section .address-edit-form-box .pay-balance-with-box.row-mob {
        overflow: auto
    }
}

.added-bill-payment-section .address-edit-form-box .pay-balance-with-box h4 {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 23px;
    color: #232323;
    letter-spacing: 0
}

@media (min-width:768px) {
    .added-bill-payment-section .heading-with-buttons-small h2 {
        font-size: 24px
    }
}

@media (min-width:992px) {
    .added-bill-payment-section .heading-with-buttons-small h2 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .added-bill-payment-section .heading-with-buttons-small h2 {
        font-size: 20px
    }
}

.inner-payment-cards {
    margin: 0
}

@media (min-width:992px) {
    .inner-payment-cards {
        margin: 0 -12px
    }
}

.inner-payment-cards .pay-col {
    padding: 0;
    margin-bottom: 16px
}

@media (min-width:992px) {
    .inner-payment-cards .pay-col {
        padding: 0 16px;
        margin-bottom: 0
    }
}

.inner-payment-cards .pay-col .paymnet-card-chk {
    background: #fff;
    opacity: .6;
    position: relative;
    padding: 25px 16px 16px;
    min-height: 146px;
    border: 1px solid #232323
}

.inner-payment-cards .pay-col .paymnet-card-chk .pay-card-icon {
    margin: 0 0 15px
}

.inner-payment-cards .pay-col .paymnet-card-chk .pay-card-num {
    font-size: 16px;
    line-height: 19px;
    color: #cecece;
    margin-bottom: 4px
}

.inner-payment-cards .pay-col .paymnet-card-chk .pay-card-name {
    font-size: 16px;
    line-height: 19px;
    color: #cecece
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active {
    background: #e00800;
    opacity: 1;
    color: #fff;
    border: 1px solid #e00800
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .pay-card-icon svg {
    fill: #fff
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .pay-card-name,
.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .pay-card-num {
    color: #fff !important
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio input[type=checkbox]+label,
.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio input[type=radio]+label {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio input[type=checkbox]+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio input[type=radio]+label:before {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: auto
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio input[type=checkbox]:checked+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_white_filled-green.svg);
    background-size: 42px 42px;
    border: 0
}

.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio.radio input[type=checkbox]:checked+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active .circle-check-radio.radio input[type=radio]:checked+label:before {
    border: 0
}

.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]+label,
.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]+label {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0
}

.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]+label:before {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: auto
}

.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio.radio input[type=checkbox]:checked+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio.radio input[type=radio]:checked+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_white_64.svg);
    background-size: 42px 42px;
    border: 1px solid #6c6c6c
}

.add-payment-footer {
    background: #242424;
    padding: 22px 0;
    display: none
}

.add-payment-footer #showPkgPrice,
.add-payment-footer #showPoints {
    display: none
}

.add-payment-footer .price-info-box .top-txt-small,
.add-payment-footer .price-info-box h3.pkg-price-1 {
    color: #fff
}

.add-payment-footer .price-info-box h3.pkg-price-1 span {
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.add-payment-footer .price-info-box .pkg-price-2 span {
    color: #fff
}

.add-payment-footer.unsub-payment-footer {
    display: block !important
}

.add-payment-footer.unsub-payment-footer #showPkgPrice {
    display: block
}

.add-payment-footer.unsub-payment-footer .terms-txt {
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

@media (min-width:768px) {
    .add-payment-footer.unsub-payment-footer .terms-txt {
        margin-right: 16px;
        text-align: right;
        float: left;
        width: 40%
    }
}

@media (min-width:992px) {
    .add-payment-footer.unsub-payment-footer .terms-txt {
        margin-right: 0;
        width: 56%;
        padding-top: 2%
    }
}

@media (min-width:1280px) {
    .add-payment-footer.unsub-payment-footer .terms-txt {
        margin-right: 0;
        padding-top: 2%;
        width: 66%
    }
}

.add-payment-footer.unsub-payment-footer .terms-txt a {
    color: #e00800;
    text-decoration: none
}

@media (min-width:1280px) {
    .add-payment-footer.unsub-payment-footer .terms-txt.terms-txt-detail {
        padding-top: 1.5%;
        width: 45%
    }
}

@media (max-width:992px) {
    .add-payment-footer.unsub-payment-footer.shopForMore .btn-cancel {
        margin-top: 0 !important
    }
}

@media (max-width:992px) {
    .add-payment-footer.unsub-payment-footer.shopForMore .btn-cancel+p {
        width: 100%
    }
}

@media (max-width:1024px) {
    .add-payment-footer.unsub-payment-footer.shopForMore .btn-cancel+p {
        float: right
    }
}

.extra-terms-data {
    margin-bottom: 0;
    padding-top: 16px
}

.extra-terms-data p {
    font-size: 16px;
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

@media (min-width:768px) {
    .extra-terms-data {
        margin-bottom: 48px;
        padding-top: 32px
    }
}

.extra-terms-data h2 {
    margin: 0 0 16px;
    padding: 0;
    color: #232323;
    line-height: 33px;
    font-size: 26px;
    letter-spacing: 0
}

.extra-terms-data ol {
    padding: 0 0 0 16px;
    margin: 0
}

.extra-terms-data ol li {
    color: #6c6c6c;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 3px
}

@media (max-width:767px) {
    .pakages-extra-details .spinbox-row .spinbox-small {
        margin-bottom: 32px
    }
}

.btn.btn-danger {
    background: #232323;
    color: #fff !important;
    border: 0;
    box-shadow: 0 0 0;
    font-size: .9rem;
    height: 4rem;
    line-height: 4.2rem
}

.btn.btn-danger.btn-unsubscribe-extras {
    margin-top: 84px !important
}

@media (max-width:767px) {
    .btn.btn-danger.btn-unsubscribe-extras {
        margin-top: 40px !important
    }
}

.btn.btn-danger:hover {
    background: #232323;
    color: #fff !important
}

.unsub-info {
    font-size: 14px;
    line-height: 17px;
    float: right;
    width: 240px;
    text-align: left;
    color: #232323;
    margin: 0;
    padding-top: 8px
}

@media (max-width:767px) {
    .unsub-info {
        width: 100%;
        text-align: center !important
    }
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card {
    background: #fff;
    border-color: #e00800
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:hover {
    border-color: #e00800
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:after {
    border-top-color: #232323
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    color: #232323
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #e00800
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card {
    background: #232323;
    border: 0;
    color: #fff
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .info-txt-green {
    display: none !important
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 0
}

.pkges-details-2-heading h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 8px;
    color: #232323;
    letter-spacing: 0
}

@media (min-width:768px) {
    .pkges-details-2-heading h3 {
        font-size: 26px;
        line-height: 33px;
        margin: 0 0 24px
    }
}

.pkges-details-2-table-txt p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #232323
}

.pkges-details-2-table-txt .table-responsive {
    border: 0 !important;
    margin: 0 !important
}

.pkges-details-2-table-txt .table-responsive table.table-with-borders {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e2e1da
}

.pkges-details-2-table-txt .table-responsive table.table-with-borders [lang=ar] [dir=rtl] {
    text-align: right
}

@media (max-width:767px) {
    .pkges-details-2-table-txt .table-responsive table.table-with-borders tr {
        border-top: 1px solid #e2e1da
    }
}

.pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    border: 0;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 0;
    color: #232323;
    font-family: suiss, Arial, sans-serif !important
}

@media (min-width:768px) {
    .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
        border-top: 1px solid #e2e1da
    }
}

@media (max-width:767px) {
    .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
        float: left;
        width: 100%;
        display: block
    }
}

.pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
    color: #232323;
    width: 30%
}

@media (max-width:767px) {
    .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
        width: 100%;
        padding: 14px 0 0
    }
}

.pkges-details-2-table-txt .table-responsive table.table-with-borders tr td b {
    color: #232323
}

.pkges-details-2-table-txt .table-responsive table.table-with-borders tr td.t-amount-green,
.pkges-details-2-table-txt .table-responsive table.table-with-borders tr td.t-amount-green b {
    color: #e00800
}

.popup-heading-inner {
    color: #232323;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px;
    letter-spacing: 0
}

@media (min-width:992px) {
    .popup-heading-inner {
        margin: 0 0 32px;
        font-size: 26px;
        line-height: 32px
    }
}

@media (min-width:1440px) {
    .popup-heading-inner {
        margin: 0 0 64px;
        font-size: 30px;
        line-height: 38px
    }
}

.set-limit-form:after,
.set-limit-form:before {
    display: none !important
}

.set-limit-form>* {
    opacity: 1 !important
}

.set-limit-form>* button {
    pointer-events: all !important
}

.bill-inner-box h5 {
    color: #232323;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 16px;
    letter-spacing: 0
}

@media (min-width:768px) {
    .bill-inner-box h5 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 32px
    }
}

.bill-inner-box ul.bill-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:992px) {
    .bill-inner-box ul.bill-list {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

@media (max-width:767px) {
    .bill-inner-box ul.bill-list {
        float: none !important
    }
}

.bill-inner-box ul.bill-list li {
    float: left;
    margin-right: 14px
}

@media (max-width:1024px) {
    .bill-inner-box ul.bill-list li {
        margin-top: -1px
    }
}

@media (max-width:767px) {
    .bill-inner-box ul.bill-list li {
        float: left
    }
}

@media (min-width:1440px) {
    .bill-inner-box ul.bill-list li {
        margin-right: 24px
    }
}

.bill-inner-box ul.bill-list.billPayRecharge li {
    margin-left: -1px
}

@media only screen and (max-width:1200px) and (min-width:1025px) {
    .bill-inner-box ul.bill-list.billPayRecharge li {
        width: 55px;
        float: none !important;
        display: inline-block
    }

    .bill-inner-box ul.bill-list.billPayRecharge li .limit-check-box label {
        line-height: 20px;
        border-left: 1px solid !important
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .bill-inner-box ul.bill-list.billPayRecharge li {
        width: 90px
    }

    .bill-inner-box ul.bill-list.billPayRecharge li .limit-check-box label {
        line-height: 20px;
        border-left: 1px solid !important
    }
}

@media only screen and (max-width:666px) and (min-width:375px) {
    .bill-inner-box ul.bill-list.billPayRecharge li {
        width: 40px;
        float: none !important;
        display: inline-block
    }

    .bill-inner-box ul.bill-list.billPayRecharge li .limit-check-box input {
        margin-top: 0
    }

    .bill-inner-box ul.bill-list.billPayRecharge li .limit-check-box label {
        line-height: 20px;
        border-left: 1px solid !important;
        width: auto
    }
}

.bill-inner-box .limit-for-all {
    padding-top: 16px
}

@media (min-width:768px) {
    .bill-inner-box .limit-for-all {
        padding-top: 32px
    }
}

.bill-inner-box .limit-for-all .circle-check-radio input[type=checkbox]+label,
.bill-inner-box .limit-for-all .circle-check-radio input[type=radio]+label {
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #232323;
    font-weight: 400;
    padding-left: 32px
}

.bill-inner-box .limit-for-all .circle-check-radio input[type=checkbox]+label:before,
.bill-inner-box .limit-for-all .circle-check-radio input[type=radio]+label:before {
    height: 21px;
    width: 21px
}

.bill-inner-box .limit-for-all .circle-check-radio input[type=checkbox]:checked+label:before,
.bill-inner-box .limit-for-all .circle-check-radio input[type=radio]:checked+label:before {
    background-size: 22px 22px
}

.bill-inner-box .info-small {
    font-size: 14px;
    line-height: 17px;
    color: #232323;
    margin: 0;
    padding: 10px 0 0
}

.update-id-modal .modal-dialog .modal-content {
    min-height: 100%;
    height: auto !important
}

.update-id-modal .modal-dialog .modal-content .main-title {
    padding: 1.5rem 0
}

@media (min-width:768px) {
    .update-id-modal .modal-dialog .modal-content .main-title {
        padding: 3rem 0
    }
}

.bill-limit-btn {
    padding-top: 20px
}

@media (min-width:1440px) {
    .bill-limit-btn {
        padding-top: 40px
    }
}

.bill-limit-btn .c-bill-limit {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #e00800;
    padding: 10px 20px 0 0;
    vertical-align: middle
}

.bill-limit-btn .c-bill-limit span {
    position: relative;
    top: -6px;
    text-decoration: underline
}

.limit-check-box input[type=checkbox],
.limit-check-box input[type=radio] {
    display: none
}

.limit-check-box input[type=checkbox]+label,
.limit-check-box input[type=radio]+label {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    padding: 8px 14px;
    background: #fff;
    text-align: center;
    font-weight: 400
}

@media (min-width:768px) {

    .limit-check-box input[type=checkbox]+label,
    .limit-check-box input[type=radio]+label {
        padding: 10px 16px
    }
}

@media (min-width:1440px) {

    .limit-check-box input[type=checkbox]+label,
    .limit-check-box input[type=radio]+label {
        padding: 11px 30px
    }
}

.limit-check-box input[type=checkbox]:checked+label,
.limit-check-box input[type=radio]:checked+label {
    background: #232323;
    color: #fff
}

#billLimitError.popup-wrapper.modal {
    background: rgba(0, 0, 0, .5)
}

#billLimitError.popup-wrapper.modal .modal-dialog .modal-content .main-title,
#billLimitError.popup-wrapper.modal .modal-dialog .modal-content .modal-header {
    padding: 2rem 0
}

#billLimitError.popup-wrapper.modal .modal-dialog .delete-card {
    padding: 48px 48px 20px
}

#billLimitError.popup-wrapper.modal .modal-dialog .delete-card .icon-popup__icon {
    margin-bottom: 24px
}

#billLimitError.popup-wrapper.modal .modal-dialog .delete-card .icon-popup__icon img {
    max-width: 150px
}

#billLimitError.popup-wrapper.modal .modal-dialog .delete-card .icon-popup__header {
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 0
}

#billLimitError.popup-wrapper.modal .modal-dialog .delete-card .icon-popup__text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px
}

#billLimitError.popup-wrapper.modal .modal-dialog .delete-card .icon-popup__text p.text-danger {
    margin-bottom: 8px
}

#billLimitError.popup-wrapper.modal .modal-dialog .icon-popup__button.delete-card-btns .btn {
    width: 100%;
    color: #fff
}

#billLimitError.popup-wrapper.modal .modal-dialog .icon-popup__button.delete-card-btns .btn:hover {
    color: #fff;
    background-color: #620d07;
    border-color: #240502
}

.text-danger {
    color: #e00800 !important
}

#setBillLimit.update-id-modal .modal-dialog .modal-content .modal-header {
    padding: 0 0 1rem
}

@media (min-width:992px) {
    #setBillLimit.update-id-modal .modal-dialog .modal-content .modal-header {
        padding: 0 0 2rem
    }
}

@media (min-width:1440px) {
    #setBillLimit.update-id-modal .modal-dialog .modal-content .modal-header {
        padding: 3rem 0
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .add-payment-footer.unsub-payment-footer .terms-txt.termConditionFullRow {
        float: right;
        width: 70%;
        margin: 1rem 0
    }
}

@media (max-width:767px) {
    .bill-limit-btn button#cancelbtn {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
}

.packageType .checkbox-inline {
    margin-top: 0;
    padding-left: 0
}

.packageType p {
    color: #6c6c6c
}

.addons-package-tiles .added-bill-payment-section {
    padding-top: 2rem
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
    width: 50%;
    display: block
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    background: transparent
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
    height: 130px
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3 {
    font-size: 1.5rem;
    margin-bottom: 6px
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .pay-card-name {
    padding-top: 1rem
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .pay-card-name h4 {
    color: #232323;
    font-size: 1.25rem;
    letter-spacing: 0;
    margin: 0;
    font-family: suiss, Arial, sans-serif
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card {
    background: #e00800
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card .view-card-txt .pay-card-name h4 {
    color: #fff
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]:checked+label:before,
.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_white_filled-green.svg);
    background-size: 42px 42px;
    border: 0
}

.addons-package-tiles .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card .view-card-txt .pay-card-name {
    color: #232323
}

.errorPopup .modal-dialog .delete-card .icon-popup__icon img {
    max-width: 150px
}

.errorPopup .modal-dialog .btn.btn-danger.btn-block {
    width: 100%;
    color: #fff
}

.errorPopup .modal-dialog .btn.btn-danger.btn-block:hover {
    background-color: #620d07;
    border-color: #240502;
    color: #fff
}

.cameraController .setFaceIDPic {
    border: 2px solid #e00800
}

.cameraController .heading-center h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px
}

.cameraController .heading-center h2 {
    font-size: 35px;
    line-height: 44px
}

.form.modified-form .form-section .floating-label-select.transDropdown {
    background: transparent;
    border: none;
    margin-top: -1.7rem
}

.form.modified-form .form-section .floating-label-select.transDropdown .select2.select2-container {
    padding-right: 1.6rem
}

.form.modified-form .form-section .floating-label-select.transDropdown .select2-selection {
    height: 2.25rem
}

.section-padding .pkges-details-2-table-txt .crLimit .table-responsive table.table-with-borders {
    margin-bottom: 1rem
}

.section-padding .pkges-details-2-table-txt .crLimit .table-responsive table.table-with-borders tr td strong {
    color: #232323
}

@media (max-width:992px) {
    .section-padding .pkges-details-2-table-txt .crLimit .box-btn button {
        margin-top: 1rem !important
    }
}

@media (min-width:993px) {
    .section-padding .pkges-details-2-table-txt .crLimit .box-btn button {
        position: absolute;
        bottom: 4rem;
        right: 3rem
    }
}

.section-padding .pkges-details-2-table-txt .crLimit p {
    font-size: 14px;
    line-height: 18px
}

.payNote p {
    font-size: 1.125rem;
    line-height: 1
}

.payNote .price-info-box {
    margin-bottom: 1.5rem;
    text-align: left
}

.payNote .consumer-register-form {
    margin-top: 4rem
}

.payNote .consumer-register-form .btn {
    margin-right: 1rem !important
}

.add-payment-footer .btn.active,
.add-payment-footer .btn.btn-green {
    background: #e00800;
    border-color: #e00800
}

@media (max-width:992px) {
    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards.uaepassflow .view-card-box {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.added-bill-payment-section #addresses .view-address-row .view-addresses-cards.uaepassflow .view-card-box .view-card .view-card-txt .circle-check-radio label+.tile-specs {
    font-size: 1rem;
    bottom: .65rem;
    left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 89%;
    position: absolute
}

.unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card.no-arw:after {
    content: none
}

[lang=ar] [dir=rtl] .payNote .price-info-box {
    text-align: right
}

[lang=ar] [dir=rtl] .pakages-extras.added-services-page .plans-table .tile-table {
    float: right
}

[lang=ar] [dir=rtl] .heading-with-buttons-small h2,
[lang=ar] [dir=rtl] .pakages-extras.added-services-page .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box ol {
    text-align: right
}

[lang=ar] [dir=rtl] .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card:after {
    right: 24px;
    left: auto
}

[lang=ar] [dir=rtl] .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt {
    padding: 16px 16px 16px 60px;
    display: block
}

[lang=ar] [dir=rtl] .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    right: auto;
    left: 20px
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .price-info-box {
        text-align: right
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .points-bar.filters .points-bar-col-3 {
        padding: 16px 32px 0 0
    }
}

[lang=ar] [dir=rtl] .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]+label:before {
    left: 12px;
    right: auto
}

[lang=ar] [dir=rtl] .unsub-info {
    float: left;
    text-align: right
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card {
    background: #fff;
    border-color: #e00800
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:hover {
    border-color: #e00800
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:after {
    border-top-color: #232323
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    color: #232323
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #e00800
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card {
    background: #232323;
    border: 0
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .info-txt-green {
    display: none !important
}

[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .unsub-payment-footer .terms-txt {
        margin-right: 0;
        margin-left: 16px;
        text-align: left
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .unsub-payment-footer .terms-txt {
        margin-right: 0;
        margin-left: 32px
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .unsub-payment-footer .terms-txt {
        margin-right: 0;
        margin-left: 32px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .bill-inner-box.dataUsageSorting ul.bill-list li {
        float: none !important
    }
}

[lang=ar] [dir=rtl] .bill-inner-box ul.bill-list li {
    float: right;
    margin-left: 14px;
    margin-right: 0
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .bill-inner-box ul.bill-list li {
        margin-left: 24px;
        margin-right: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .bill-inner-box ul.bill-list li {
        float: none !important;
        width: auto;
        margin-left: -1px !important
    }
}

[lang=ar] [dir=rtl] .bill-inner-box ul.bill-list.billPayRecharge li {
    margin-left: -1px !important;
    margin-bottom: -1px
}

[lang=ar] [dir=rtl] .limit-for-all .circle-check-radio input[type=checkbox]+label,
[lang=ar] [dir=rtl] .limit-for-all .circle-check-radio input[type=radio]+label {
    padding-right: 32px;
    padding-left: 0
}

[lang=ar] [dir=rtl] .limit-for-all .circle-check-radio input[type=checkbox]+label:before,
[lang=ar] [dir=rtl] .limit-for-all .circle-check-radio input[type=radio]+label:before {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .bill-inner-box.smaller ul.bill-list li {
    margin-left: -1px !important
}

[lang=ar] [dir=rtl] .unsub-image-text .extra-terms-data h4 {
    text-align: right
}

[lang=ar] [dir=rtl] .add-payment-footer.unsub-payment-footer .terms-txt,
[lang=ar] [dir=rtl] .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
    float: right
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .unsub-sticky-footer.shopForMore .btn-cancel+p {
        float: left
    }
}

[lang=ar] [dir=rtl] .unsub-sticky-footer.shopForMore .btn {
    float: left;
    margin-right: 15px !important
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .unsub-sticky-footer.shopForMore .btn {
        margin: 0 !important
    }
}

[lang=ar] [dir=rtl] .unsub-sticky-footer.shopForMore .terms-txt {
    margin-right: 0;
    margin-left: 2px
}

[lang=ar] [dir=rtl] .extras-plan-price .price-info-box {
    display: block;
    margin-bottom: .9rem
}

[lang=ar] [dir=rtl] .add-payment-footer.unsub-payment-footer .terms-txt.termConditionFullRow {
    float: left !Important
}

.price-info-box.text-green .pkg-price-2 span,
.price-info-box.text-green h3.pkg-price-1 {
    color: #e00800
}

.price-info-box.text-green .top-txt-small {
    color: #e00800;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.unsub-image-text {
    margin-top: 20px !important
}

.unsub-image-text .text-and-table {
    padding-top: 0 !important
}

.unsub-image-text .text-and-table-table,
.unsub-image-text .text-and-table-table p {
    line-height: 22px
}

.unsub-image-text .text-and-table-table p.countrySelectLabel {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-top: 1rem
}

.unsub-image-text .text-and-table-table ul {
    padding-left: 30px;
    line-height: 22px
}

.unsub-image-text .extra-terms-data {
    padding-top: 15px;
    margin-bottom: 0
}

.unsub-image-text .extra-terms-data h4 {
    text-align: left;
    margin: 0;
    color: #6c6c6c;
    letter-spacing: 0;
    font-size: 16px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    margin-bottom: 20px
}

.unsub-image-text .extra-terms-data ol,
.unsub-image-text .extra-terms-data ul {
    list-style: none;
    padding: 0
}

.unsub-sticky-footer .terms-txt {
    width: auto;
    padding-top: 10px;
    float: right
}

.unsub-sticky-footer .btn {
    float: right
}

.unsub-sticky-footer .btn-cancel {
    border-color: #ccc;
    color: #fff;
    background: transparent
}

@media (max-width:992px) {
    .unsub-sticky-footer .btn-cancel {
        float: none;
        margin-top: 1rem !important
    }
}

.bill-pop-text {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    font-size: 16px !important
}

.section-padding {
    padding: 32px 0
}

@media (min-width:1440px) {
    .section-padding {
        padding: 64px 0
    }
}

@media (min-width:992px) {
    .section-padding {
        padding: 80px 0
    }
}

.section-padding .help-me {
    text-align: left
}

.section-padding .action-buttons-wrapper .action-buttons-container a {
    color: #e00800 !important
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders {
    border-bottom: 0;
    margin-bottom: 40px
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr:first-child td {
    border-top: 0
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
    width: 35%
}

@media (max-width:425px) {
    .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
        width: 100%
    }
}

.section-padding .consumer-register-form .form.modified-form .row.data-form-row {
    margin-bottom: 32px;
    display: block !important
}

.section-padding .consumer-register-form .form.modified-form .row.data-form-row:last-child {
    margin-bottom: 0
}

.section-padding .consumer-register-form .form.modified-form .row>.form-section .floating-label-input label {
    font-size: 16px
}

.section-padding .consumer-register-form .form.modified-form .row>.form-section:first-child {
    padding-right: 0
}

@media (min-width:1440px) {
    .section-padding .consumer-register-form .form.modified-form .row>.form-section:first-child {
        padding-right: .85rem
    }
}

.section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(2),
.section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
    padding-left: 0
}

@media (min-width:1440px) {

    .section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(2),
    .section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
        padding-left: .85rem
    }
}

.section-padding .pkges-details-2-table-txt>div:first-child {
    padding-right: 0
}

.bg-gray-static {
    background: #f0f0ea
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
    color: #fff;
    fill: currentColor
}

.userprofile-summary .user-info .userprofile-profile-name-clients-parameters svg {
    fill: currentColor;
    margin-right: 10px
}

.suspended-lastpaid .table-responsive table.table-with-borders tr:first-child td {
    border-top: 1px solid #e2e1da !important
}

.userprofile-profile-pic-container {
    position: relative
}

.userprofile-profile-pic-container .overlay-image {
    position: absolute;
    top: 0;
    width: 105px;
    background-color: rgba(0, 0, 0, .7);
    height: 105px;
    text-align: center;
    opacity: 0;
    cursor: pointer
}

.userprofile-profile-pic-container .overlay-image img {
    height: 24px !important;
    width: auto !important;
    margin-top: 33px;
    min-height: auto;
    min-width: auto
}

.userprofile-profile-pic-container .overlay-image span {
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    display: block;
    margin-top: 5px
}

.userprofile-profile-pic-container .overlay-image .overlay-image-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 75px
}

.userprofile-profile-pic-container:hover .overlay-image {
    opacity: 1
}

.eLife-basic-plus-packs.bg-gray {
    padding: 32px 0 !important
}

@media (min-width:1440px) {
    .eLife-basic-plus-packs.bg-gray {
        padding: 64px 0 !important
    }
}

@media (min-width:992px) {
    .eLife-basic-plus-packs.bg-gray {
        padding: 90px 0 80px !important
    }
}

.eLife-basic-plus-packs .help-me,
.eLife-internet-services .help-me {
    text-align: left
}

.section-data-box {
    margin-bottom: 48px
}

.section-data-box:last-child {
    margin-bottom: 0
}

.section-data-box h4 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 32px;
    color: #232323;
    letter-spacing: 0
}

.section-data-box h5 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #232323;
    letter-spacing: 0
}

.section-data-box.visible-lg {
    display: none !important
}

@media (min-width:1440px) {
    .section-data-box.visible-lg {
        display: block !important
    }
}

@media (min-width:768px) {
    .section-data-row-padding {
        margin: 0 -12px
    }
}

@media (min-width:768px) {
    .section-data-row-padding>div {
        padding: 0 12px
    }
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row {
    margin-bottom: 32px
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row:last-child {
    margin-bottom: 0
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6 {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #232323;
    letter-spacing: 0
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters {
    float: right
}

@media (min-width:992px) {
    .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters {
        float: none
    }
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch {
    padding-top: 8px
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label {
    float: left
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label:before {
    height: 15px;
    width: 36px
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label:after {
    width: 24px;
    height: 24px;
    top: -2px
}

.eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch>input[type=checkbox]:checked+label:after {
    left: 20px
}

.text-with-switch {
    padding: 32px 0
}

@media (min-width:1440px) {
    .text-with-switch {
        padding: 64px 0
    }
}

@media (min-width:992px) {
    .text-with-switch {
        padding: 80px 0
    }
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row {
    margin-bottom: 32px
}

@media (width:768px) {
    .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row .addSender {
        text-align: right
    }
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row .addSender a {
    text-decoration: none;
    text-transform: uppercase;
    color: #e00800
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row:last-child {
    margin-bottom: 0
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6 {
    font-size: 1rem;
    line-height: 1.1;
    margin: 0;
    color: #232323;
    letter-spacing: 0
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row p {
    font-size: .75rem
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters {
    float: right
}

@media (min-width:992px) {
    .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters {
        float: none
    }
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch {
    padding-top: 8px
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch label {
    float: left
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch label:before {
    height: 15px;
    width: 36px
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch label:after {
    width: 24px;
    height: 24px;
    top: -2px
}

.text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch>input[type=checkbox]:checked+label:after {
    left: 20px
}

[lang=ar] [dir=rtl] .material-switch>input[type=checkbox]+label:after {
    left: auto;
    right: -7px
}

[lang=ar] [dir=rtl] .material-switch>input[type=checkbox]:checked+label:after {
    left: auto;
    right: 17px
}

.eLife-email-services table td .email-del {
    float: right
}

@media (min-width:1440px) {
    .eLife-email-services table td .email-del {
        float: none
    }
}

.eLife-email-services .add-new-email-row {
    margin-top: 24px
}

.eLife-email-services .add-new-email-row .add-new-email {
    color: #e00800;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background: url(../../../b2c/assets/img/self-care-profile/icon_plus_consumer_16.png) no-repeat 0 4px;
    padding: 0 0 0 22px
}

.eLife-email-services .section-data-box h5 {
    padding: 15px 0 16px;
    margin: 0;
    border-bottom: 1px solid #e2e1da
}

@media (min-width:768px) {
    .white-boxs-section .white-row-set {
        margin: 0 -12px
    }
}

@media (min-width:768px) {
    .white-boxs-section .white-row-set .white-col-set {
        padding: 0 12px
    }
}

.white-boxs-section .white-box-col {
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    height: auto
}

@media (min-width:992px) {
    .white-boxs-section .white-box-col {
        height: 380px;
        padding: 32px
    }
}

@media (max-width:375px) {
    .white-boxs-section .white-box-col .box-chart {
        max-width: 265px;
        width: 100%;
        overflow: auto
    }
}

.white-boxs-section .white-box-col .white-box-headings {
    margin: 0 0 16px
}

.white-boxs-section .white-box-col .white-box-headings h3 {
    margin: 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
    color: #232323
}

@media (min-width:992px) {
    .white-boxs-section .white-box-col .white-box-headings h3 {
        font-size: 26px;
        line-height: 33px
    }
}

.white-boxs-section .white-box-col .white-box-headings h3.green-txt {
    color: #e00800
}

.white-boxs-section .white-box-col .white-box-headings h5 {
    margin: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
    color: #232323
}

@media (min-width:992px) {
    .white-boxs-section .white-box-col .white-box-headings h5 {
        font-size: 16px;
        line-height: 19px
    }
}

.td-ico {
    display: inline-block;
    vertical-align: middle
}

.text-green {
    color: #e00800 !important
}

.img-overlay-txt-boxs {
    margin: 0
}

@media (min-width:768px) {
    .img-overlay-txt-boxs {
        margin: 0 -8px
    }
}

@media (min-width:992px) {
    .img-overlay-txt-boxs {
        margin: 0 -15px
    }
}

@media (min-width:1440px) {
    .img-overlay-txt-boxs {
        margin: 0 -30px
    }
}

.img-overlay-txt-boxs .img-overlay-box-col {
    padding: 0;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .img-overlay-txt-boxs .img-overlay-box-col {
        padding: 0 8px;
        margin: 0
    }
}

@media (min-width:992px) {
    .img-overlay-txt-boxs .img-overlay-box-col {
        padding: 0 15px
    }
}

@media (min-width:1440px) {
    .img-overlay-txt-boxs .img-overlay-box-col {
        padding: 0 30px
    }
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data {
    position: relative
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt-box-img img {
    width: 100%
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 10px
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e00800;
    height: 16px;
    width: 100%;
    opacity: .6
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align h3 {
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 3px;
        padding: 0 0 20px;
        margin: 0 0 20px
    }
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #fff;
    height: 1px;
    width: 30px
}

.img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p {
    margin: 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 15px
}

@media (min-width:768px) {
    .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p {
        padding: 0 8px;
        font-size: 14px;
        line-height: 18px;
        height: 60px
    }
}

@media (min-width:992px) {
    .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p {
        padding: 0 14px;
        font-size: 16px;
        line-height: 24px;
        height: 60px
    }
}

@media (min-width:1440px) {
    .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p {
        padding: 0 20px;
        height: 60px
    }
}

.white-mg-bottom {
    margin-bottom: 30px
}

@media (min-width:992px) {
    .white-mg-bottom {
        margin-bottom: 55px
    }
}

.passInst {
    color: #232323
}

.passInst ul li {
    list-style: disc;
    list-style-position: inside
}

.beinConnectSection .section-data-box {
    padding-top: 1rem
}

.beinConnectSection h4 {
    margin-bottom: .25rem
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-clients-parameters {
    text-align: right;
    -ms-flex-pack: right;
    justify-content: right
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-clients-parameters span.user-profile-primary {
    margin-right: 0
}

[lang=ar] [dir=rtl] .section-padding .help-me {
    text-align: right
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .section-padding .pkges-details-2-table-txt>div:first-child {
        padding-right: 6%
    }
}

[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row>.form-section:first-child {
    padding-left: 0
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row>.form-section:first-child {
        padding-left: 0;
        padding-right: .85rem
    }
}

[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(2),
[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
    padding-right: 0
}

@media (min-width:1440px) {

    [lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(2),
    [lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
        padding-left: 0;
        padding-right: .85rem
    }
}

[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:first-child {
    padding-left: 0
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:first-child {
        padding-left: .85rem;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:nth-child(2),
[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:nth-child(3) {
    padding-right: 0
}

@media (min-width:1440px) {

    [lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:nth-child(2),
    [lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:nth-child(3) {
        padding-left: .85rem;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .eLife-basic-plus-packs .help-me,
[lang=ar] [dir=rtl] .eLife-internet-services .help-me {
    text-align: right
}

[lang=ar] [dir=rtl] .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row {
    display: block
}

[lang=ar] [dir=rtl] .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters {
    float: left
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters {
        float: none
    }
}

[lang=ar] [dir=rtl] .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label {
    float: right
}

[lang=ar] [dir=rtl] .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label:after {
    top: -2px;
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch>input[type=checkbox]:checked+label:after {
    left: auto;
    right: 15px
}

[lang=ar] [dir=rtl] .eLife-email-services table td .email-del {
    float: left
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .eLife-email-services table td .email-del {
        float: none
    }
}

[lang=ar] [dir=rtl] .eLife-email-services .add-new-email-row .add-new-email {
    background: url(../../../b2c/assets/img/self-care-profile/icon_plus_consumer_16.png) no-repeat 100% 4px;
    padding: 0 22px 0 0
}

[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:nth-child(2),
[lang=ar] [dir=rtl] .section-padding .consumer-register-form .form.modified-form .row .form-section:nth-child(3) {
    float: left !important;
    padding-left: 0 !important;
    padding-right: 30px !important
}

[lang=ar] [dir=rtl] .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters {
    float: right;
    text-align: right
}

.elife-change-password .tab-closed {
    height: auto
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr:first-child td {
    border-bottom: 1px solid #e2e1da
}

@media (max-width:425px) {
    .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr:first-child td {
        border-bottom: 0
    }
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    color: #232323;
    font-size: 14px;
    line-height: 19px
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
    color: #232323;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600
}

.section-padding .pkges-details-2-table-txt .table-responsive p {
    color: #232323;
    font-size: 16px;
    line-height: 17px
}

.bil-payment-table {
    min-height: 163px
}

.bil-payment-table .customewidth {
    width: 50% !important
}

.smalltext {
    color: #232323 !important;
    font-size: 14px !important;
    line-height: 17px !important
}

.bulk-tile-eid {
    background: #f0f0ea;
    padding: 3rem;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .bulk-tile-eid {
        padding: 2rem 1rem 1rem 2rem;
        margin-bottom: 1rem
    }
}

@media (min-width:600px) and (max-width:768px) {
    .bulk-tile-eid .col-xs-12.postBox {
        width: 50%
    }
}

.bulk-tile-eid .card-box {
    background: none;
    height: 53px;
    display: table;
    width: 100%;
    margin-bottom: 2rem;
    position: relative
}

.bulk-tile-eid .card-box .card-box-img {
    display: table-cell;
    width: 42px
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box .card-box-img {
        width: 42px
    }
}

.bulk-tile-eid .card-box .card-box-img img {
    width: 42px;
    height: 42px;
    border-radius: 50%
}

.bulk-tile-eid .card-box .card-box-txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 20px;
    text-align: left
}

@media (min-width:768px) {
    .bulk-tile-eid .card-box .card-box-txt {
        padding: 0 15px 0 16px
    }
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box .card-box-txt {
        padding: 0 15px 0 22px
    }
}

@media (min-width:1440px) {
    .bulk-tile-eid .card-box .card-box-txt {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .bulk-tile-eid .card-box .card-box-txt {
        padding: 0 15px 0 10px
    }
}

.bulk-tile-eid .card-box .card-box-txt h4 {
    margin: 0;
    color: #232323;
    font-size: 1.05rem;
    line-height: 23px;
    letter-spacing: 0
}

.bulk-tile-eid .card-box .card-box-txt p {
    color: #232323;
    font-size: 1.05rem;
    margin: 0 0 4px
}

.bulk-tile-eid .card-box .card-box-txt p.deactive-info-txt {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 0 0;
    font-weight: 700
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box .card-box-txt p.deactive-info-txt {
        padding: 18px 0 0
    }
}

.bulk-tile-eid .card-box .card-box-txt p.suspended-info-txt {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 0 0;
    font-weight: 700
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box .card-box-txt p.suspended-info-txt {
        padding: 18px 0 0
    }
}

.bulk-tile-eid .card-box .plan-primary {
    background: #e00800;
    text-transform: uppercase;
    font-size: .6rem;
    padding: 3px 5px;
    line-height: .8rem;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    vertical-align: text-bottom
}

.bulk-tile-eid .card-box .plan-primary.hidden {
    display: none !important
}

.bulk-tile-eid .card-box.active-primary {
    background: #e00800
}

.bulk-tile-eid .card-box.active-primary h4,
.bulk-tile-eid .card-box.active-primary p {
    color: #fff
}

.bulk-tile-eid .card-box.active-primary .circle-check-radio input[type=checkbox]+label:before,
.bulk-tile-eid .card-box.active-primary .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.bulk-tile-eid .card-box.active-primary .circle-check-radio input[type=checkbox]:checked+label:before,
.bulk-tile-eid .card-box.active-primary .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #fff
}

.bulk-tile-eid .card-box.deactive-card {
    background: silver
}

.bulk-tile-eid .card-box.deactive-card .card-box-img {
    width: 105px;
    height: 165px
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box.deactive-card .card-box-img {
        width: 122px
    }
}

.bulk-tile-eid .card-box.deactive-card .card-box-img img {
    width: 105px;
    height: 165px
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box.deactive-card .card-box-img img {
        width: 122px
    }
}

.bulk-tile-eid .card-box.deactive-card .sp-txt {
    color: #6c6c6c
}

.bulk-tile-eid .card-box.suspended-card {
    background: #e00800
}

.bulk-tile-eid .card-box.suspended-card h4,
.bulk-tile-eid .card-box.suspended-card p {
    color: #fff
}

.bulk-tile-eid .card-box.suspended-card .card-box-img {
    width: 105px;
    height: 165px
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box.suspended-card .card-box-img {
        width: 122px
    }
}

.bulk-tile-eid .card-box.suspended-card .card-box-img img {
    width: 105px;
    height: 165px
}

@media (min-width:992px) {
    .bulk-tile-eid .card-box.suspended-card .card-box-img img {
        width: 122px
    }
}

.bulk-tile-eid .card-box.suspended-card .sp-txt {
    color: #fff
}

.bulk-tile-eid .card-box.suspended-card .circle-check-radio input[type=checkbox]+label:before,
.bulk-tile-eid .card-box.suspended-card .circle-check-radio input[type=radio]+label:before {
    border-color: #fff
}

.bulk-tile-eid .card-box.suspended-card .circle-check-radio input[type=checkbox]:checked+label:before,
.bulk-tile-eid .card-box.suspended-card .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #fff
}

.bulk-tile-eid .card-box .sp-txt {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 0;
    margin: 0;
    letter-spacing: 0
}

.bulk-tile-eid .card-box .card-check {
    display: none
}

.bulk-tile-eid .card-box .card-check .circle-check-radio label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bulk-tile-eid .card-box .card-check .circle-check-radio label:before {
    position: absolute;
    right: 15px !important;
    bottom: 15px !important;
    left: auto
}

.forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .form-section.horizontal-checkboxes .checkbox {
    margin: auto;
    float: none
}

.forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .form-section.horizontal-checkboxes.horizontal-actions label {
    font-size: 1rem;
    line-height: 1;
    margin-top: 5rem
}

.forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .form-section.horizontal-checkboxes.horizontal-actions label .greenText {
    color: #e00800
}

.forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .consumer-register-form-submit.form-submit {
    text-align: center
}

.forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .consumer-register-form-submit.form-submit button {
    float: none;
    line-height: 64px;
    height: 64px;
    font-size: 14px;
    opacity: 1
}

[lang=ar] [dir=rtl] .bulk-tile-eid .card-box .card-box-txt {
    text-align: right
}

[lang=ar] [dir=rtl] .emirates-id-inline-radio-checkbox-wraper .horizontal-checkboxes.horizontal-actions.form-group.form-section {
    float: none;
    text-align: center
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .consumer-register-form-submit.form-submit {
    text-align: center
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .consumer-register-form-submit.form-submit button {
    float: none !important
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .emirates-id-inline-radio-checkbox-wraper .form-section.horizontal-checkboxes.horizontal-actions label .greenText {
    float: left
}

.coupon-tag-icon {
    width: 44px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 92%;
    background-size: contain
}

.config-accordion-wrapper.config-accordion-wrapper-new {
    position: relative;
    padding-top: 0;
    padding-bottom: 1px
}

.config-accordion-wrapper.config-accordion-wrapper-new .coupon-tag-icon {
    left: 94%;
    top: -18px
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-section-title-wrapper {
    margin-bottom: 5px
}

@media (min-width:992px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-section-title-wrapper {
        margin-bottom: 32px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-section-title-wrapper {
        margin-bottom: 48px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items button.close {
    z-index: 1;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    right: 15px;
    top: 15px;
    border: none;
    background-color: transparent;
    padding: 0
}

@media (max-width:767px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items button.close {
        display: none
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items button.close svg {
    fill: #fff;
    width: 1.125rem;
    height: 1.125rem
}

@media (min-width:992px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items button.close svg {
        fill: #353738
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .large-content {
    margin-bottom: 1.3rem
}

@media (max-width:767px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .large-content {
        margin-bottom: 0
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .large-content>div {
    width: 100%;
    float: none
}

@media (max-width:992px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item-content {
        position: relative
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item-content .coupon-tag-icon {
    left: 85%;
    top: 0
}

@media (max-width:425px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item-content .coupon-tag-icon {
        left: 75%;
        top: 0
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .main-content {
    display: block
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .main-content .large-content p {
    font-size: 14px;
    line-height: 22px
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .main-content .large-content p {
        font-size: 16px;
        line-height: 25px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item h2 {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 23px;
    color: #232323
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item h2 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 2px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item-photo {
    min-height: 230px
}

.config-accordion-wrapper.config-accordion-wrapper-new.config-accordion-ticked .config-accordion {
    box-shadow: 0 0 0 0
}

@media (max-width:767px) {
    .config-accordion-wrapper.config-accordion-wrapper-new.config-accordion-ticked .config-accordion .detail-info-wrap.detail-info-wrap-pricetag {
        display: none
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new.config-accordion-ticked .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part-plus {
    color: #232323
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion {
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1)
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-status {
    width: 32px;
    height: 32px;
    font-size: 18px
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-status {
        width: 42px;
        height: 42px;
        font-size: 26px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-status {
        width: 60px;
        height: 60px;
        font-size: 30px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 23px
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 31px
    }
}

@media (min-width:992px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 {
        font-size: 26px;
        letter-spacing: 4px;
        line-height: 33px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 {
        font-size: 30px;
        letter-spacing: 5px;
        line-height: 40px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 span {
    display: block;
    color: #232323;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    line-height: 19px
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 span {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title h3 span {
        font-size: 20px;
        line-height: 32px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title p {
    font-size: 12px;
    line-height: 19px
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .accordion-title p {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag {
        display: none
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
        font-size: 40px;
        line-height: 35px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
        font-size: 54px;
        letter-spacing: 1px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price-specs {
    letter-spacing: 1px
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price-specs {
        font-size: 14px;
        line-height: 18px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price-specs {
        font-size: 16px;
        line-height: 20px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .small-txt {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    display: block
}

@media (min-width:768px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .small-txt {
        font-size: 14px;
        line-height: 18px
    }
}

@media (min-width:1440px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .small-txt {
        font-size: 16px;
        line-height: 20px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part-plus {
    color: #e00800;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:992px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part-plus {
        line-height: 67px;
        font-size: 54px
    }
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .price-with-promo {
    display: none
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .price-with-promo .price-specs,
.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .price-with-promo .small-txt {
    color: #232323
}

.config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .price-with-promo .price {
    color: #232323;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 32px
}

@media (min-width:992px) {
    .config-accordion-wrapper.config-accordion-wrapper-new .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .price-with-promo .price {
        font-size: 54px;
        line-height: 43px
    }
}

.config-accordion-wrapper.promo-active .accordion-price .coupon-tag-icon {
    display: block
}

@media (max-width:767px) {
    .config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag {
        display: none
    }
}

.config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part.main-part-one-time .price-actual {
    display: inline-block;
    vertical-align: middle
}

.config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part.main-part-one-time .price-actual .small-txt {
    visibility: hidden
}

.config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part.main-part-one-time .price-actual .price-specs {
    display: none
}

.config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part.main-part-one-time .price-actual .price {
    font-size: 32px;
    line-height: 32px;
    text-decoration: line-through
}

@media (min-width:992px) {
    .config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part.main-part-one-time .price-actual .price {
        font-size: 36px;
        line-height: 45px
    }
}

.config-accordion-wrapper.promo-active .config-accordion .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part.main-part-one-time .price-with-promo {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .sticky-config-footer .detail-info-wrap {
        margin-bottom: 24px
    }
}

@media (max-width:767px) {
    .sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .sticky-config-footer .prices .detail-info-wrap-pricetag {
        display: block
    }
}

@media (max-width:767px) {
    .sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .sticky-config-footer .prices .detail-info-wrap-pricetag .detail-price-new.detail-price-one-time {
        display: block;
        width: 100%;
        padding-top: 16px
    }
}

.sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .btn.pack-next-step {
    background: #e00800;
    line-height: 60px;
    border-color: #e00800
}

@media (max-width:767px) {
    .sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .btn.pack-next-step {
        min-height: 48px;
        line-height: 45px
    }
}

.sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-new-plus {
    color: #fff
}

.sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-new .main-part .price {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 35px
}

@media (min-width:1440px) {
    .sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-new .main-part .price {
        font-size: 54px;
        letter-spacing: 1px;
        line-height: 44px
    }
}

.sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-one-time .price-without-coupon {
    display: inline-block
}

.sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-one-time .price-without-coupon .price {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 35px
}

@media (min-width:1440px) {
    .sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-one-time .price-without-coupon .price {
        font-size: 54px;
        letter-spacing: 1px;
        line-height: 44px
    }
}

.sticky-config-footer-wrapper.sticky-config-footer-wrapper-new .detail-price-one-time .price-with-coupon {
    display: none
}

.sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-without-coupon {
    display: inline-block
}

.sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-without-coupon .upper-part {
    visibility: hidden;
    display: none
}

.sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-without-coupon .price {
    text-decoration: line-through;
    color: #232323;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 35px
}

@media (min-width:1440px) {
    .sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-without-coupon .price {
        font-size: 54px;
        letter-spacing: 1px;
        line-height: 44px
    }
}

.sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-without-coupon .price-specs {
    display: none
}

.sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-with-coupon {
    display: inline-block
}

.sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-with-coupon .price {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 35px
}

@media (min-width:1440px) {
    .sticky-config-footer-wrapper.promo-active-footer .detail-price-one-time .price-with-coupon .price {
        font-size: 54px;
        letter-spacing: 1px;
        line-height: 44px
    }
}

.promo-code-row {
    padding: 40px 0
}

.promo-code-row .promo-txt h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    margin: 0;
    margin-bottom: 16px
}

@media (min-width:768px) {
    .promo-code-row .promo-txt h3 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 25px;
        margin-bottom: 8px
    }
}

@media (min-width:992px) {
    .promo-code-row .promo-txt h3 {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 30px;
        margin-bottom: 18px
    }
}

@media (min-width:1440px) {
    .promo-code-row .promo-txt h3 {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 33px;
        margin-bottom: 8px
    }
}

.promo-code-row .promo-txt p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    color: #232323
}

@media (min-width:768px) {
    .promo-code-row .promo-txt p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 17px;
        margin-bottom: 24px
    }
}

@media (min-width:992px) {
    .promo-code-row .promo-txt p {
        margin: 0;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px
    }
}

@media (min-width:1440px) {
    .promo-code-row .promo-txt p {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 24px
    }
}

.promo-code-row .promo-field {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .promo-code-row .promo-field {
        margin-bottom: 0
    }
}

.promo-code-row .promo-field .has-error.alert-label,
.promo-code-row .promo-field .icon-error {
    display: none !important
}

.promo-code-row .promo-btn .btn-big {
    min-height: 48px;
    min-width: 1px;
    font-size: 14px;
    width: 100%
}

@media (min-width:768px) {
    .promo-code-row .promo-btn .btn-big {
        width: 90%;
        min-height: 64px
    }
}

@media (min-width:992px) {
    .promo-code-row .promo-btn .btn-big {
        min-height: 72px
    }
}

@media (min-width:1440px) {
    .promo-code-row .promo-btn .btn-big {
        min-width: 240px;
        min-height: 80px
    }
}

.promo-coupon-row {
    border: 1px solid #cecece;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    display: block
}

@media (min-width:768px) {
    .promo-coupon-row {
        margin-bottom: 24px;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .promo-coupon-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.promo-coupon-row.promo-coupon-row-heading {
    border: 0;
    text-align: left;
    display: block
}

.promo-coupon-row .promo-coupon-heading h3 {
    margin: 0;
    display: block;
    color: #232323;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 23px
}

@media (min-width:768px) {
    .promo-coupon-row .promo-coupon-heading h3 {
        font-size: 20px;
        line-height: 25px
    }
}

@media (min-width:992px) {
    .promo-coupon-row .promo-coupon-heading h3 {
        font-size: 24px;
        line-height: 30px
    }
}

@media (min-width:1440px) {
    .promo-coupon-row .promo-coupon-heading h3 {
        display: none
    }
}

.promo-coupon-row button.close {
    z-index: 1;
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    right: 15px;
    left: auto;
    top: 15px;
    border: none;
    background-color: transparent;
    padding: 0
}

@media (max-width:767px) {
    .promo-coupon-row button.close {
        display: none
    }
}

.promo-coupon-row button.close svg {
    fill: #fff;
    width: 1.125rem;
    height: 1.125rem
}

@media (min-width:992px) {
    .promo-coupon-row button.close svg {
        fill: #353738
    }
}

.promo-coupon-row .promo-coupon-col-1 {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .promo-coupon-row .promo-coupon-col-1 {
        width: 240px;
        display: inline-block;
        vertical-align: top
    }
}

.promo-coupon-row .promo-coupon-col-2 {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .promo-coupon-row .promo-coupon-col-2 {
        display: inline-block;
        width: 100%;
        width: -140%
    }
}

@media (min-width:1600px) {
    .promo-coupon-row .promo-coupon-col-2 {
        width: 90%;
        display: inline-block
    }
}

.promo-coupon-row .coupon-cover {
    background: #232323;
    color: #fff;
    height: 128px;
    padding-top: 24px;
    padding-left: 24px
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover {
        text-align: center;
        height: 147px;
        padding-left: 0
    }
}

.promo-coupon-row .coupon-cover .coupon-cover-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.promo-coupon-row .coupon-cover .txt-small {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover .txt-small {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px
    }
}

.promo-coupon-row .coupon-cover .coupon-cover-big-txt {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover .coupon-cover-big-txt {
        font-size: 54px;
        line-height: 50px
    }
}

.promo-coupon-row .coupon-cover .coupon-cover-big-txt .coupon-currency {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover .coupon-cover-big-txt .coupon-currency {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px
    }
}

.promo-coupon-row .coupon-cover .coupon-txt-2 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover .coupon-txt-2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px
    }
}

.promo-coupon-row .coupon-cover-detail {
    padding: 24px;
    position: relative
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover-detail {
        padding: 24px 48px
    }
}

.promo-coupon-row .coupon-cover-detail h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 0 0 16px
}

@media (min-width:768px) {
    .promo-coupon-row .coupon-cover-detail h3 {
        margin: 0 0 36px;
        font-size: 20px;
        line-height: 25px
    }
}

@media (min-width:1440px) {
    .promo-coupon-row .coupon-cover-detail h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 48px
    }
}

.promo-coupon-row .coupon-cover-detail h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    margin: 0;
    color: #232323
}

.promo-coupon-row .coupon-cover-detail h5 span {
    color: #232323
}

.cart-items-box .detail-info-wrap-pricetag .detail-price-black .prices {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 35px
}

@media (min-width:1440px) {
    .cart-items-box .detail-info-wrap-pricetag .detail-price-black .prices {
        font-size: 54px;
        letter-spacing: 1px;
        line-height: 45px
    }
}

.cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon {
    display: none
}

.cart-coupon-active .coupon-tag-icon {
    display: block
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black .upper-part {
    visibility: hidden
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black .price-specs {
    display: none
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black .price {
    font-size: 36px;
    line-height: 45px;
    text-decoration: line-through
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon {
    padding-left: 10px;
    display: inline-block
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon .upper-part {
    visibility: visible
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon .price-specs {
    display: block
}

.cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon .price {
    text-decoration: none;
    color: #232323;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 35px
}

@media (min-width:1440px) {
    .cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon .price {
        font-size: 54px;
        letter-spacing: 1px;
        line-height: 45px
    }
}

.checkout-header.checkout-header-new .row>div:first-child a {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    color: #232323;
    text-decoration: none
}

.checkout-header.checkout-header-new .row>div:first-child a:hover {
    text-decoration: none
}

.checkout-header.checkout-header-new .row>div:nth-child(2) h4 {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 31px;
    color: #232323
}

.steps-tracker.steps-tracker-new .row>div .step-node h6 {
    line-height: 20px;
    color: #232323
}

[lang=ar] [dir=rtl] .coupon-tag-icon {
    right: 72%;
    left: auto
}

[lang=ar] [dir=rtl] .config-accordion-wrapper.config-accordion-wrapper-new .coupon-tag-icon {
    left: auto;
    right: 100%
}

[lang=ar] [dir=rtl] .config-accordion-wrapper.config-accordion-wrapper-new .cart-items button.close {
    right: auto;
    left: 15px
}

[lang=ar] [dir=rtl] .config-accordion-wrapper.config-accordion-wrapper-new .cart-items .cart-item-content .coupon-tag-icon {
    left: auto;
    right: 85%;
    top: 0
}

[lang=ar] [dir=rtl] .promo-coupon-row.promo-coupon-row-heading {
    text-align: right
}

[lang=ar] [dir=rtl] .promo-coupon-row .promo-coupon-col-2 {
    display: inline-block
}

[lang=ar] [dir=rtl] .promo-coupon-row .coupon-cover {
    padding-left: 0;
    padding-right: 24px
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .promo-coupon-row .coupon-cover {
        padding-left: 0;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .promo-coupon-row .coupon-cover .coupon-cover-inner {
    text-align: right
}

[lang=ar] [dir=rtl] .promo-coupon-row button.close {
    right: auto;
    left: 15px
}

[lang=ar] [dir=rtl] .cart-coupon-active .cart-items-box .detail-info-wrap-pricetag .detail-price-black.with-coupon {
    padding-left: 0;
    padding-right: 10px
}

.dashboard-pattern {
    width: 100%;
    background: #f0f0ea url(../../../b2c/assets/img/dashboard/pattern_dashboard.png) repeat;
    display: inline-block;
    background-size: 50% auto;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .dashboard-pattern {
        background-size: 60% auto
    }
}

@media (min-width:768px) and (max-width:992px) {
    .dashboard-pattern {
        background-size: 75% auto;
        background-position-x: -100px !important
    }
}

@media (max-width:768px) {
    .dashboard-pattern {
        background-size: 75% auto
    }
}

@media (max-width:736px) {
    .dashboard-pattern {
        background-size: 150vw 25em
    }
}

.dashboard-pattern .seeall {
    clear: both;
    text-transform: uppercase;
    color: #232323
}

.dashboard-pattern .seeall:hover {
    color: #e00800;
    text-decoration: underline
}

.dashboard-container {
    padding: 80px 0 25px;
    position: relative
}

@media (max-width:1024px) {
    .dashboard-container {
        padding-bottom: 270px
    }
}

@media (max-width:768px) {
    .dashboard-container {
        padding: 50px 0 25px;
        padding-bottom: 270px
    }
}

@media (max-width:736px) {
    .dashboard-container {
        padding: 30px 0 25px;
        padding-bottom: 250px
    }
}

.dashboard-text {
    position: static
}

@media (max-width:475px) {
    .dashboard-text {
        text-align: center
    }
}

.dashboard-text .user-dp {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-sizing: border-box
}

.dashboard-text h4 {
    padding-right: 16%;
    color: #232323;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0
}

@media (max-width:475px) {
    .dashboard-text h4 {
        padding-right: 0
    }
}

@media (max-width:736px) {
    .dashboard-text h4 {
        margin-bottom: 30px
    }
}

.dashboard-text span {
    display: inline-block;
    width: 100%;
    color: #232323;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 0 0
}

.dashboard-text span.label {
    text-transform: uppercase;
    display: inherit;
    padding: 0;
    font-family: suiss, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    color: #232323;
    margin-bottom: 15px
}

.dashboard-text span.time {
    text-transform: none;
    display: inherit;
    padding: 0;
    color: #232323;
    font-size: 12px;
    line-height: 15px
}

.dashboard-text .seeall {
    float: right
}

.dashboard-text .seeall:hover {
    color: #e00800;
    text-decoration: underline
}

.dashboard-text .news-section {
    padding-top: 80px
}

@media (max-width:1024px) {
    .dashboard-text .news-section {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

@media (max-width:736px) {
    .dashboard-text .news-section {
        padding-bottom: 40px;
        padding-top: 0
    }
}

@media (max-width:475px) {
    .dashboard-text .news-section {
        text-align: left
    }
}

.dashboard-text .news-section .news {
    padding-right: 16%;
    margin-top: 15px
}

@media (max-width:768px) {
    .dashboard-text .news-section .news {
        padding-right: 0
    }
}

.dashboard-text .news-section .news:first-child {
    margin-top: 0
}

.dashboard-text .news-section .news p {
    clear: both;
    line-height: 20px;
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    font-size: 16px;
    margin: 0 0 4px
}

.dashboard-text .news-section>span.label {
    text-align: left
}

.dashboard-text .seeall {
    float: left;
    clear: both;
    text-transform: uppercase;
    margin-top: 25px;
    color: #232323;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px
}

.news-section-error .news-alert-error {
    position: relative
}

.news-section-error .news-alert-error h3 {
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: 400;
    color: #585b5e;
    top: 143px;
    font-size: 1.25rem;
    letter-spacing: 0
}

@media (max-width:992px) {
    .news-section-error .news-alert-error h3 {
        font-size: 1rem;
        top: 30px
    }
}

.news-section-error .news-alert-error img {
    height: 542px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:767px) {
    .news-section-error .news-alert-error img {
        height: 342px
    }
}

@media (max-width:992px) {
    .dashboard-cards {
        padding-top: 1px
    }
}

.dashboard-cards .card-wrap {
    padding-right: 8px
}

.dashboard-cards .card-wrap.dashboard-card-first {
    padding-right: 0
}

@media (max-width:767px) {
    .dashboard-cards .card-wrap.dashboard-card-first .single-card.eid_red {
        background-size: 165px !important
    }
}

@media (min-width:768px) and (max-width:992px) {
    .dashboard-cards .card-wrap.dashboard-card-first .single-card {
        height: 140px;
        background-size: 45% auto !important
    }

    .dashboard-cards .card-wrap.dashboard-card-first .single-card.sim-act-full {
        background-size: 110px !important
    }
}

.dashboard-cards .card-wrap:nth-child(2n) {
    padding-right: 0
}

@media (max-width:992px) {
    .dashboard-cards .card-wrap:nth-child(2n) {
        padding-left: 16px
    }
}

.dashboard-cards .card-wrap a.clickableTileDb {
    width: 96%;
    height: 90%;
    display: block;
    position: absolute;
    z-index: 1
}

.dashboard-cards .seeall {
    float: right
}

.dashboard-cards .single-card {
    width: 100%;
    float: left;
    margin: 0 0 26px;
    height: 140px;
    padding: 25px;
    background-size: auto 100% !important;
    padding-right: 32%
}

.dashboard-cards .single-card.full-width {
    width: 100%;
    margin-right: 0;
    height: 140px !important;
    background-size: contain !important
}

@media (min-width:768px) and (max-width:992px) {
    .dashboard-cards .single-card {
        height: 192px;
        background-size: 92px !important
    }
}

@media (max-width:767px) {
    .dashboard-cards .single-card {
        width: 100%;
        padding-right: 26%
    }
}

@media (max-width:475px) {
    .dashboard-cards .single-card {
        width: 100%;
        padding-right: 25px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .dashboard-cards .single-card {
        padding-right: 25%
    }
}

@media (max-width:667px) {
    .dashboard-cards .single-card {
        width: 100%;
        margin-bottom: 8px;
        min-height: 128px !important;
        height: auto
    }
}

@media (max-width:475px) {
    .dashboard-cards .single-card {
        background-image: none !important
    }
}

.dashboard-cards .single-card:nth-child(2n) {
    margin-right: 0;
    width: 100%
}

@media (max-width:1024px) {
    .dashboard-cards .single-card:nth-child(2n) {
        width: 100%
    }
}

@media (max-width:768px) {
    .dashboard-cards .single-card:nth-child(2n) {
        width: 100%
    }
}

@media (max-width:667px) {
    .dashboard-cards .single-card:nth-child(2n) {
        width: 100%
    }
}

.dashboard-cards .single-card.dashboard-High .message,
.dashboard-cards .single-card.dashboard-High b,
.dashboard-cards .single-card.dashboard-High h4,
.dashboard-cards .single-card.dashboard-High p,
.dashboard-cards .single-card.dashboard-High span:last-child,
.dashboard-cards .single-card.dashboard-Mid h4,
.dashboard-cards .single-card.dashboard-Mid h4 font {
    color: #232323 !important
}

.dashboard-cards .single-card.dashboard-Mid p {
    color: #282a2a !important
}

.dashboard-cards .single-card.dashboard-Low h4,
.dashboard-cards .single-card.dashboard-Mid b,
.dashboard-cards .single-card.dashboard-Mid span:last-child {
    color: #232323 !important
}

.dashboard-cards .single-card.dashboard-Low p {
    color: #282a2a !important
}

.dashboard-cards .single-card.dashboard-Low b,
.dashboard-cards .single-card.dashboard-Low span:last-child {
    color: #232323 !important
}

.dashboard-cards .single-card.all_ok_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/all_ok_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.blocked_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/blocked_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.credit_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/credit_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.credit_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/credit_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.creditcard_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/creditcard_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.creditcard_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/creditcard_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.customer_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/customer_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.ebill_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/ebill_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.ebill_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/ebill_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.ebill_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/ebill_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.eid_back {
    background: #fff url(../../../b2c/assets/img/dashboard/en/eid_back.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.eid_front {
    background: #fff url(../../../b2c/assets/img/dashboard/en/eid_front.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.eid_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/eid_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.eid_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/eid_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.generic_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/generic_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.generic_green h4 {
    color: #e00800
}

.dashboard-cards .single-card.generic_green h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.generic_green h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.generic_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/generic_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.generic_red h4 {
    color: #e00800
}

.dashboard-cards .single-card.generic_red h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.generic_red h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.generic_red p {
    color: #e00800
}

.dashboard-cards .single-card.generic_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/generic_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.generic_yellow h4 {
    color: #232323
}

.dashboard-cards .single-card.generic_yellow h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.generic_yellow h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.order_cancel_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/order_cancel_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.order_issue_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/order_issue_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.order_update_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/order_update_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.orders_r4p_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/orders_r4p_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.orders_r4p_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/orders_r4p_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.elife_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/elife_icon.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.password_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/password_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.password_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/password_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.payments_good_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/payments_good_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.roaming_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/roaming_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.roaming_offer_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/roaming_offer_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.roaming_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/roaming_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.service_gadgets_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/en/service_gadgets_orange.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.service_infrastructure_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/en/service_infrastructure_orange.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.service_plan_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/en/service_plan_orange.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.service_products_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/en/service_products_orange.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.services_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/en/services_orange.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.smiles_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/smiles_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.smiles_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/smiles_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.smiles_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/smiles_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.support_ticket_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/support_ticket_green.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.usage_balance_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/en/usage_balance_yellow.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.usage_expiring_red {
    background: #fff url(../../../b2c/assets/img/dashboard/en/usage_expiring_red.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.bills {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_account_blocked@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.bills h4,
.dashboard-cards .single-card.bills p {
    color: #e00800
}

.dashboard-cards .single-card.ac-cancel {
    background: #fff url(../../../b2c/assets/img/dashboard/en/dashboard_img_ac_canceld-en@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.ac-cancel h4,
.dashboard-cards .single-card.ac-cancel p {
    color: #e00800
}

.dashboard-cards .single-card.Id-expired {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_emiratesID_expired_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.Id-expired h4,
.dashboard-cards .single-card.Id-expired p {
    color: #e00800
}

.dashboard-cards .single-card.balance-out {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_prepaid_nocredit_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.balance-out h4 {
    color: #e00800
}

.dashboard-cards .single-card.balance-out h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.balance-out h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.balance-out p {
    color: #e00800
}

.dashboard-cards .single-card.postpaid-balnce-alert {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.postpaid-balnce-alert h4 {
    color: #e00800
}

.dashboard-cards .single-card.postpaid-balnce-alert h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.postpaid-balnce-alert h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.postpaid-balnce-alert p {
    color: #e00800
}

.dashboard-cards .single-card.expire-time {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_roaming_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.expire-time h4 {
    color: #e00800
}

.dashboard-cards .single-card.expire-time h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.expire-time h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.expire-time p {
    color: #e00800
}

.dashboard-cards .single-card.points-expiring {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.points-expiring span font {
    color: #282a2a;
    margin-right: 0;
    margin-left: 8px
}

.dashboard-cards .single-card.points-expiring h4 {
    color: #e00800
}

.dashboard-cards .single-card.points-expiring h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.points-expiring p {
    color: #e00800
}

.dashboard-cards .single-card.profile {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_creditcard_expired_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.profile h4 {
    color: #e00800
}

.dashboard-cards .single-card.profile h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.profile p {
    color: #e00800
}

.dashboard-cards .single-card.full {
    background: #fff;
    padding: 25px;
    height: auto
}

.dashboard-cards .single-card.full h4 {
    color: #e00800;
    font-size: 20px
}

.dashboard-cards .single-card.full h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.full p,
.dashboard-cards .single-card.full p strong {
    color: #232323
}

.dashboard-cards .single-card.login-web-full {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.login-web-full h4 {
    color: #232323
}

.dashboard-cards .single-card.login-web-full h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.login-web-full p {
    color: #232323
}

.dashboard-cards .single-card.sim-act-full {
    background: #fff url(../../../b2c/assets/img/svg-icons/supericon-success.png) 98% 56% no-repeat;
    background-size: 110px !important
}

.dashboard-cards .single-card.sim-act-full h4 {
    color: #232323
}

.dashboard-cards .single-card.sim-act-full h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.sim-act-full p {
    color: #232323
}

.dashboard-cards .single-card.order-canceled {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_order_red@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.order-canceled p {
    color: #e00800
}

.dashboard-cards .single-card.smiles-expiring {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.smiles-expiring h4 {
    color: #232323
}

.dashboard-cards .single-card.smiles-expiring h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.freedom-live-passes {
    background: #fff url(../../../b2c/assets/img/dashboard/en/live-pass-illustration.svg) 100% 100% no-repeat
}

.dashboard-cards .single-card.freedom-live-passes h4 {
    color: #232323
}

.dashboard-cards .single-card.freedom-live-passes h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.password-expiring {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_password_expiring_yellow@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.password-expiring h4 {
    color: #232323
}

.dashboard-cards .single-card.password-expiring h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.unpaid-bills {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_bill_unpaid@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.unpaid-bills h4 {
    color: #232323
}

.dashboard-cards .single-card.unpaid-bills h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.points-expiring-month {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.points-expiring-month h4 {
    color: #232323
}

.dashboard-cards .single-card.points-expiring-month h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.points-expiring-month span font {
    color: #282a2a;
    margin-right: 0;
    margin-left: 8px
}

.dashboard-cards .single-card.balance-low {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_prepaid_credit_yellow@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.balance-low h4 {
    color: #232323
}

.dashboard-cards .single-card.balance-low h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

.dashboard-cards .single-card.balance-low h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.roaming {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.roaming b {
    color: #e00800
}

.dashboard-cards .single-card.order-pickup {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_order_pickup_yellow@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.ebill-availabel {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_bill_available@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.ebill-availabel span.green {
    color: #e00800;
    text-transform: uppercase
}

.dashboard-cards .single-card.order-updated-success {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_order_green@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.order-updated-success span.green {
    color: #e00800;
    text-transform: uppercase
}

.dashboard-cards .single-card.power-pack {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_newMobService@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.power-pack b {
    color: #e00800
}

.dashboard-cards .single-card.smiles-redeemable {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_green@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.smiles-redeemable h4 {
    color: #e00800
}

.dashboard-cards .single-card.smiles-redeemable h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.updated-tickets {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_support_ticket_updated@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.updated-tickets h4 {
    color: #e00800
}

.dashboard-cards .single-card.updated-tickets h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card.support {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_support_new_message@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.e-wallet {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_newService@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.etisalat,
.dashboard-cards .single-card.orders {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.dashboard-cards .single-card.etisalat b {
    color: #e00800
}

.dashboard-cards .single-card span {
    text-transform: uppercase;
    display: inherit;
    color: #232323;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px
}

.dashboard-cards .single-card span font {
    margin-right: 10px;
    color: #282a2a
}

.dashboard-cards .single-card .message {
    color: #e00800
}

.dashboard-cards .single-card h4 {
    clear: both;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0;
    margin-top: 4px;
    text-decoration: capitalize
}

.dashboard-cards .single-card h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

.dashboard-cards .single-card p {
    clear: both;
    font-family: suiss, Arial, sans-serif !important;
    line-height: 20px;
    color: #282a2a;
    margin: 0 0 4px;
    word-wrap: break-word
}

@media (min-width:993px) {
    .alerts-section .col-sm-6 {
        padding-right: 25px
    }
}

.alerts-section .col-sm-6:nth-child(2n) {
    padding-right: 0
}

@media (max-width:767px) {
    .alerts-section .col-sm-6:nth-child(2n) {
        padding-right: 25px;
        padding-left: 0;
        padding-right: 8px
    }
}

.alerts-section.see-all-news-section .today span.label {
    padding-top: 60px
}

.alerts-section.see-all-news-section .today .card-wrap.dashboard-card-first {
    padding-right: 25px
}

@media (max-width:768px) {
    .alerts-section.see-all-news-section .today .card-wrap.dashboard-card-first {
        padding-right: 8px
    }
}

@media (min-width:993px) {
    .alerts-section.see-all-news-section {
        margin-right: -25px
    }
}

@media (min-width:993px) {
    .alerts-section.see-all-news-section .col-sm-6:nth-child(2n) {
        padding-right: 25px
    }
}

.alerts-section .col-md-4 {
    padding-right: 25px
}

.alerts-section .col-md-4:nth-child(3n) {
    padding-right: 0
}

.alerts-section .single-card {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    padding-right: 35%
}

.alerts-section .label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    color: #232323
}

.alerts-section .today {
    margin-bottom: 35px
}

.alerts-section .today .label {
    color: #e00800
}

.alerts-section .later {
    margin-bottom: 35px
}

.alerts-section .all-alerts {
    margin-bottom: 60px
}

.news-section {
    padding: 40px 0
}

.news-section .tabs-wrap {
    margin-bottom: 20px
}

.news-section .label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    color: #232323;
    padding-left: 0;
    padding-right: 0
}

.news-section .delete-record-header,
.news-section .select-all {
    margin-left: 30px;
    text-transform: uppercase
}

.news-section .delete-record-header {
    color: #bf161c
}

.news-section .mark-read-header {
    margin-left: 30px;
    text-transform: uppercase
}

.news-section .config-accordion-wrapper.unread .config-accordion .accord-title h4 {
    color: #e00800;
    font-weight: 700
}

.news-section .config-accordion-wrapper.unread .config-accordion:hover a {
    display: block
}

.news-section .config-accordion-wrapper .checkbox-accordian {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px
}

.news-section .config-accordion-wrapper .config-accordion {
    display: inherit;
    background-color: #fff;
    padding: 16px 30px 16px 60px
}

.news-section .config-accordion-wrapper .config-accordion .checkbox-inline {
    float: left;
    margin: 5px 20px 0 0
}

.news-section .config-accordion-wrapper .config-accordion .accord-title {
    float: left
}

.news-section .config-accordion-wrapper .config-accordion .accord-title h4 {
    float: left;
    margin: 0;
    color: #686b6b;
    font-size: 16px;
    font-weight: 400
}

.news-section .config-accordion-wrapper .config-accordion .accord-title span {
    display: block;
    clear: both;
    float: left;
    color: #8f9294;
    font-size: 12px
}

.news-section .config-accordion-wrapper .config-accordion .accordion-arrow {
    float: right;
    margin-top: 7px
}

.news-section .config-accordion-wrapper .config-accordion a {
    float: right;
    color: #686b6b;
    text-transform: uppercase;
    margin-right: 20px;
    margin-top: 7px;
    display: none
}

.news-section .config-accordion-wrapper .config-accordion:hover {
    background-color: #f0f0ea
}

.news-section .config-accordion-wrapper .config-accordion-content {
    background-color: #fff;
    padding: 0 5%
}

.news-section .config-accordion-wrapper .config-accordion-content .config-section-title-wrapper {
    margin-bottom: 0;
    padding: 17px 0
}

.news-section .config-accordion-wrapper .config-accordion-content .config-section-title-wrapper .mark-unread {
    color: #686b6b;
    text-transform: uppercase;
    margin-right: 20px
}

.news-section .config-accordion-wrapper .config-accordion-content .config-section-title-wrapper .delete {
    color: #bf161c
}

.news-section .config-accordion-wrapper .config-accordion-content .extra-padding {
    padding-bottom: 60px
}

.news-section .config-accordion-wrapper .left-col {
    padding-right: 5%
}

.news-section .config-accordion-wrapper .left-col ul {
    padding-left: 30px
}

.news-section .config-accordion-wrapper .image-responsive {
    max-width: 100%
}

.news-section .checkbox-inline input[type=checkbox] {
    visibility: hidden;
    height: 24px;
    width: 24px
}

.news-section .checkbox-inline .floating-label:before {
    content: "";
    display: block;
    border: 1px solid #bcbcbc;
    margin-top: -8px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    margin-top: -11px;
    border-color: #6c6c6c;
    left: -5px
}

@media (max-width:992px) {
    .news-section .checkbox-inline .floating-label:before {
        left: 0
    }
}

.mt15 {
    margin-top: 15px
}

input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22px 22px;
    border: none
}

.dashboard-cards .single-card p {
    display: block;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:768px) {
    .dashboard-cards .single-card p {
        -webkit-line-clamp: 5
    }
}

.dashboard-cards.alerts-section.see-all-news-section.news-section .today {
    margin-bottom: 0
}

.termCondition {
    font-size: .68rem;
    color: #232323 !important;
    margin-bottom: .15rem;
    letter-spacing: 0
}

@media (max-width:992px) {
    .termCondition {
        font-size: .55rem
    }
}

.termCondition a {
    display: inline-block;
    padding: 0
}

.termCondition a,
.termCondition a:hover {
    color: #e00800 !important
}

.login-page-section .login-order .termCondition a {
    letter-spacing: 0;
    color: #e00800
}

.dashboard-cards.alerts-section.see-all-news-section.news-section {
    padding-top: 0
}

.dashboard-cards.alerts-section.see-all-news-section.news-section .label {
    font-size: 1rem
}

.paginations {
    text-align: right
}

.paginations ul li {
    display: inline-block;
    cursor: pointer;
    font-family: suiss, Arial, sans-serif;
    line-height: 20px;
    color: #232323;
    padding: 0 1rem
}

.paginations ul li.current {
    color: #e00800
}

.paginations ul li.prev {
    color: #ababab;
    color: #d3d7da
}

.paginations ul li.next,
.paginations ul li.prev {
    font-size: 1.5rem;
    vertical-align: text-bottom
}

a.renewEIDclick {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 0 1rem;
    color: #e00800;
    position: relative;
    text-transform: uppercase
}

@media (max-width:992px) {
    a.renewEIDclick {
        font-size: .8rem;
        letter-spacing: 1px;
        padding-left: 0;
        display: inline-block
    }
}

a.renewEIDclick:after {
    content: ">";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25rem;
    line-height: 1;
    font-family: suiss, Arial, sans-serif
}

@media (max-width:992px) {
    a.renewEIDclick:after {
        font-size: 1rem
    }
}

.rightArw {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    vertical-align: text-top;
    line-height: 1
}

.payNowLink,
.rightArw {
    font-weight: 400;
    color: #e00800
}

.payNowLink {
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] a.renewEIDclick {
        padding-right: 0;
        padding-left: 1rem
    }
}

[lang=ar] [dir=rtl] a.renewEIDclick:after {
    left: 0;
    right: auto
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .dashboard-container {
        padding-bottom: 320px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .dashboard-text .news-section {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .dashboard-text h4 {
    padding-right: 0;
    padding-left: 16%
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .dashboard-text h4 {
        padding-left: 16%;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .dashboard-text .news-section .news {
    padding-left: 16%;
    padding-right: 0;
    margin-top: 15px
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .dashboard-text .news-section .news {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .dashboard-text .news-section .news:first-child {
    margin-top: 0
}

[lang=ar] [dir=rtl] .dashboard-text .seeall {
    float: right
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .alerts-section.see-all-news-section {
        margin-right: 0;
        margin-left: -25px
    }
}

[lang=ar] [dir=rtl] .alerts-section .col-md-4,
[lang=ar] [dir=rtl] .alerts-section .col-sm-6 {
    padding-right: 0;
    padding-left: 25px
}

[lang=ar] [dir=rtl] .news-section .select-all {
    margin-right: 30px;
    margin-left: 0
}

[lang=ar] [dir=rtl] .news-section .config-accordion-wrapper .config-accordion .accordion-arrow {
    float: left
}

[lang=ar] [dir=rtl] .news-section .config-accordion-wrapper .config-accordion .checkbox-inline {
    float: right;
    margin: 5px 0 0 20px
}

[lang=ar] [dir=rtl] .news-section .config-accordion-wrapper .config-accordion .accord-title,
[lang=ar] [dir=rtl] .news-section .config-accordion-wrapper .config-accordion .accord-title span {
    float: right
}

[lang=ar] [dir=rtl] .news-section .config-accordion-wrapper .left-col {
    padding-left: 5%;
    padding-right: 0
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card span font {
    margin-left: 10px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card p {
    float: right
}

[lang=ar] [dir=rtl] .paginations {
    text-align: left
}

[lang=ar] [dir=rtl] .dashboard-text .news-section>span.label {
    text-align: right
}

[lang=ar] [dir=rtl] .alerts-section.see-all-news-section {
    margin-right: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .alerts-section.see-all-news-section .col-sm-6:nth-child(2n) {
        padding-right: 0;
        padding-left: 25px
    }
}

@media (min-width:768px) and (max-width:993px) {
    [lang=ar] [dir=rtl] .alerts-section.see-all-news-section {
        margin-left: -25px
    }
}

[lang=ar] [dir=rtl] .alerts-section.see-all-news-section .card-wrap,
[lang=ar] [dir=rtl] .alerts-section.see-all-news-section .card-wrap.dashboard-card-first,
[lang=ar] [dir=rtl] .alerts-section.see-all-news-section .card-wrap:nth-child(2n) {
    padding-right: 0;
    padding-left: 25px
}

[lang=ar] [dir=rtl] .dashboard-pattern {
    background-position: 100% 0
}

[lang=ar] [dir=rtl] .dashboard-cards .card-wrap {
    padding-left: 0
}

[lang=ar] [dir=rtl] .dashboard-cards .card-wrap:nth-child(2n) {
    padding-right: 8px
}

[lang=ar] [dir=rtl] .dashboard-cards .card-wrap {
    padding-right: 0
}

[lang=ar] [dir=rtl] .dashboard-cards .card-wrap:nth-child(2n) {
    padding-right: 16px;
    padding-left: 0
}

[lang=ar] [dir=rtl] .dashboard-cards .card-wrap.dashboard-card-first {
    padding-right: 0
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .dashboard-cards .card-wrap.dashboard-card-first .single-card {
        height: 140px;
        background-size: 45% auto !important
    }
}

[lang=ar] [dir=rtl] .dashboard-cards .seeall {
    float: left
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card {
    width: 100%;
    float: left;
    height: 140px;
    padding: 25px;
    background-size: auto 100% !important;
    padding-left: 40%
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.full-width {
    width: 100%;
    margin-right: 0;
    height: 140px !important;
    background-size: contain !important
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card {
        height: 192px;
        background-size: 92px !important
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card {
        padding-left: 25%
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card {
        width: 100%;
        padding-right: 3%
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card {
        padding-left: 25px;
        height: 140px
    }
}

@media (max-width:667px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card {
        width: 100%
    }
}

@media (max-width:475px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card {
        background-image: none !important
    }
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card:nth-child(2n) {
    margin-right: 0;
    width: 100%
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card:nth-child(2n) {
        width: 100%
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card:nth-child(2n) {
        width: 100%
    }
}

@media (max-width:667px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card:nth-child(2n) {
        width: 100%
    }
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-High .message,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-High b,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-High h4,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-High p,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-High span:last-child {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Mid h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Mid p {
    color: #282a2a
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Mid b,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Mid span:last-child {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Low h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Low p {
    color: #282a2a
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Low b,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.dashboard-Low span:last-child {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.all_ok_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/all_ok_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.blocked_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/blocked_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.credit_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/credit_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.credit_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/credit_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.creditcard_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/creditcard_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.creditcard_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/creditcard_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.customer_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/customer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ebill_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/ebill_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ebill_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/ebill_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ebill_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/ebill_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.eid_back {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/eid_back_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.eid_front {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/eid_front_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.eid_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/eid_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.eid_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/eid_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.generic_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/generic_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.generic_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/generic_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.generic_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/generic_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order_cancel_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/order_cancel_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order_issue_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/order_issue_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order_update_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/order_update_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.elife_green {
    background: #fff url(../../../b2c/assets/img/dashboard/en/elife_icon.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.orders_r4p_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/orders_r4p_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.orders_r4p_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/orders_r4p_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.password_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/password_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.password_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/password_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.payments_good_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/payments_good_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.roaming_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/roaming_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.roaming_offer_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/roaming_offer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.roaming_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/roaming_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.service_gadgets_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/service_gadgets_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.service_infrastructure_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/service_infrastructure_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.service_plan_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/service_plan_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.service_products_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/service_products_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.services_orange {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/services_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/smiles_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/smiles_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/smiles_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.support_ticket_green {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/support_ticket_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.usage_balance_yellow {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/usage_balance_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.usage_expiring_red {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/usage_expiring_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.bills {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_account_blocked@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.bills h4,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.bills p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ac-cancel {
    background: #fff url(../../../b2c/assets/img/dashboard/ar/dashboard_img_ac_canceld-ar@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ac-cancel h4,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.ac-cancel p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.Id-expired {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_emiratesID_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.Id-expired h4,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.Id-expired p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-out {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_prepaid_nocredit_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-out h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-out h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-out h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-out p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-out h4 span {
    display: inline !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.postpaid-balnce-alert h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.postpaid-balnce-alert h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.postpaid-balnce-alert h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.postpaid-balnce-alert p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.expire-time {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_roaming_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.expire-time h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.expire-time h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.expire-time h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.expire-time p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring span font {
    color: #282a2a;
    margin-right: 8px;
    margin-left: 8px
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.profile {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_creditcard_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.profile h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.profile h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.profile p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order-canceled {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_order_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order-canceled p {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles-expiring {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles-expiring h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles-expiring h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.freedom-live-passes {
    background: #fff url(../../../b2c/assets/img/dashboard/en/live-pass-illustration.svg) 100% 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.freedom-live-passes h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.freedom-live-passes h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.password-expiring {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_password_expiring_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.password-expiring h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.password-expiring h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.unpaid-bills {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_bill_unpaid@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.unpaid-bills h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.unpaid-bills h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring-month {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring-month h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring-month h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.points-expiring-month span font {
    color: #282a2a;
    margin-right: 0;
    margin-left: 8px
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-low {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_prepaid_credit_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-low h4 {
    color: #232323
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-low h4 span {
    color: #232323;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.balance-low h4 font {
    color: #282a2a;
    font-size: 16px;
    line-height: normal
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.roaming {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.roaming b {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order-pickup {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_order_pickup_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ebill-availabel {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_bill_available@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.ebill-availabel span.green {
    color: #e00800;
    text-transform: uppercase
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order-updated-success {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_usage_order_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.order-updated-success span.green {
    color: #e00800;
    text-transform: uppercase
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.power-pack {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_newMobService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.power-pack b {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles-redeemable {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_smiles_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles-redeemable h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.smiles-redeemable h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.updated-tickets {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_support_ticket_updated@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.updated-tickets h4 {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.updated-tickets h4 span {
    color: #e00800;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.support {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_support_new_message@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.support span {
    flaot: right;
    width: 100%
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.support span font {
    margin-right: 0
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.e-wallet {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_newService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.etisalat,
[lang=ar] [dir=rtl] .dashboard-cards .single-card.orders {
    background: #fff url(../../../b2c/assets/img/dashboard/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.etisalat b {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card span {
    text-transform: uppercase;
    display: inherit;
    color: #232323;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card .message {
    color: #e00800
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card h4 {
    clear: both;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 4px
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card p {
    clear: both;
    font-family: suiss, Arial, sans-serif;
    line-height: 20px;
    color: #282a2a;
    margin: 4px 0;
    font-size: .875rem;
    line-height: 1.125rem;
    width: 100%
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.full {
    padding: 25px;
    height: auto
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.full h4 {
    font-size: 20px
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card h4 span {
    display: inline !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.generic_green.login-web-full {
    background-color: #fbffec
}

[lang=ar] [dir=rtl] .dashboard-cards .single-card.sim-act-full {
    background: #fff url(../../../b2c/assets/img/svg-icons/supericon-success.png) 2% 56% no-repeat;
    background-size: 110px !important
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .dashboard-cards .single-card.sim-act-full {
        height: 140px;
        background-size: 45% auto !important
    }
}

[lang=ar] [dir=rtl] .dashboard-cards .card-wrap.dashboard-card-first .single-card.sim-act-full {
    background: #fff url(../../../b2c/assets/img/svg-icons/supericon-success.png) 2% 56% no-repeat;
    background-size: 110px !important
}

@media (max-width:767px) {

    .dashboard-container .dashboard-cards .card-wrap,
    .dashboard-container .dashboard-cards .card-wrap:nth-child(2n) {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:425px) {

    .dashboard-container .dashboard-cards .card-wrap,
    .dashboard-container .dashboard-cards .card-wrap:nth-child(2n) {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.bills-payments .news-section {
    padding: 0;
    margin: 0
}

.bills-payments .news-section .checkbox-inline .floating-label:before {
    height: 22px;
    width: 22px
}

.bills-payments .news-section input[type=checkbox]:checked+label:before {
    border-color: transparent !important;
    background-size: 22px 22px;
    background-color: #232323
}

.bills-payments .news-section li {
    margin-right: 0 !important
}

.bills-payments .news-section li .limit-check-box input[type=radio]:checked+label {
    border-color: #232323 !important
}

.bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b {
    color: #fff
}

.bills-payments .news-section li .limit-check-box input[type=radio]+label {
    padding: 7px 8px;
    margin: 0;
    border: 1px solid;
    min-width: 50px;
    font-size: 14px
}

@media (min-width:1024px) {
    .bills-payments .news-section li .limit-check-box input[type=radio]+label {
        width: 90px
    }
}

@media (min-width:768px) (max-width:992px) {
    .bills-payments .news-section li .limit-check-box input[type=radio]+label {
        width: 94px;
        padding: 7px 6px
    }
}

@media (max-width:425px) {
    .bills-payments .news-section li .limit-check-box input[type=radio]+label {
        width: 50px;
        padding: 7px 4px;
        line-height: 20px;
        border-left: 1px solid
    }
}

.bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label {
    border: 1px solid
}

.bills-payments .news-section li .limit-check-box input[type=radio]:disabled+label {
    border-color: #cecece;
    color: #cecece
}

.bills-payments .news-section li .limit-check-box input[type=radio]:disabled+label b {
    color: #cecece
}

.bills-payments .recharge-amount {
    padding: 60px 0
}

.bills-payments .recharge-amount h2 {
    padding-bottom: 25px
}

.bills-payments .recharge-amount.pay-other-recharge h2 {
    padding-bottom: 5px
}

.bills-payments .recharge-amount.pay-other-recharge p {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px
}

.bills-payments .floating-label-input.new-amount {
    position: relative;
    margin-bottom: 0;
    margin-top: 0
}

.bills-payments .floating-label-input.new-amount input {
    width: auto;
    max-width: 100%
}

.bills-payments .floating-label-input.new-amount label {
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 0;
    max-width: 100%;
    margin: 0;
    font-weight: 400;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    transition: all .3s ease-in-out;
    transition: .3s;
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 14px;
    top: -13px;
    line-height: .9375rem;
    z-index: 2
}

.bills-payments .floating-label-input input[type=text] {
    border: none;
    border-bottom: 1px solid #353738;
    outline: 0;
    box-shadow: none;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    color: #232323;
    border-width: 1px;
    max-width: 130px;
    padding-bottom: .4rem;
    font-size: 1.25rem;
    background-color: transparent;
    min-width: 100%
}

.bills-payments .floating-label-input input[type=text]:focus {
    border-bottom: 1px solid #e77400
}

.bills-payments .floating-label-input input[type=number] {
    border: none;
    border-bottom: 1px solid #353738;
    outline: 0;
    box-shadow: none;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    color: #232323;
    border-width: 1px;
    max-width: 130px;
    padding-bottom: .4rem;
    font-size: 1.25rem;
    background-color: transparent;
    min-width: 180px
}

.bills-payments .floating-label-input input[type=number]:focus {
    border-bottom: 1px solid #e77400
}

.bills-payments .floating-label-input input:disabled {
    border: none;
    background-color: transparent !important;
    -webkit-autofill: #232323 !important;
    border-bottom: 1px dashed #232323 !important;
    padding-left: 0;
    padding-bottom: .4rem;
    color: #232323;
    font-size: 1.25rem;
    max-width: 130px;
    min-width: 130px
}

.bills-payments .pay-others .floating-label-input input:disabled,
.bills-payments .pay-others .floating-label-input input[type=number],
.bills-payments .pay-others .floating-label-input input[type=text] {
    max-width: 85%;
    height: 34px;
    padding-top: 0
}

@media (min-width:993px) {
    .bills-payments .pay-others .floating-label-input input:disabled {
        max-width: 100%
    }
}

.bills-payments .pay-others .floating-label-input input[type=text] .payment_amount {
    min-width: 120px;
    max-width: 162px
}

.bills-payments .outside-icon.tooltipped {
    width: 2rem;
    position: relative;
    top: 2px !important;
    right: auto;
    left: 15px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: sub;
    display: inline !important
}

.bills-payments .badge {
    font-size: 8px;
    padding: 3px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #fff
}

.bills-payments .bPay-badge {
    display: inline-block !important;
    border-radius: 0
}

.bills-payments .badge-success {
    background: #e00800
}

.bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td .billpaymentNameTitle {
    display: block
}

@media (max-width:767px) {
    .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td .payAccount {
        margin-left: -12px;
        padding-left: 0
    }

    .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td .payAccount span.badge-success {
        margin-left: 0
    }
}

.bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px
}

.bills-payments .bill-inner-box {
    position: relative
}

.bills-payments .bill-inner-box .disabled-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bills-payments tr.selected .bill-inner-box .disabled-wrapper {
    display: none
}

.bills-payments .section-padding {
    padding: 0
}

@media (min-width:768px) {
    .payment-details td:first-child {
        font-weight: 400 !important;
        text-transform: none !important
    }
}

.badge-success {
    background: #e00800
}

.badge {
    font-size: 8px;
    padding: 3px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:992px) {
    .paymnet-confirmation .added-bill-payment-section .address-edit-form-box.address-pay-form-box.less-padding {
        padding: 32px 0 !important
    }
}

.paymnet-confirmation .added-bill-payment-section .view-card-box .view-card .circle-check-radio input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_selected.svg) !important
}

.paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk {
    opacity: 1;
    width: 100%
}

.paymnet-confirmation .pkges-details-2-table-txt.section-data-box {
    margin-bottom: 20px
}

.paymnet-confirmation .pkges-details-2-table-txt.section-data-box h4 {
    font-size: 1.25rem;
    margin-bottom: 20px
}

.paymnet-confirmation .pkges-details-2-table-txt .table-responsive .table-with-borders tr:first-child td {
    border-top: none
}

.paymnet-confirmation .pkges-details-2-table-txt .table-responsive .table-with-borders tr td {
    border-top: 1px solid #fff
}

.paymnet-confirmation .accepted-cards {
    padding: 30px 0 0
}

.paymnet-confirmation .accepted-cards p {
    float: left;
    margin: 0;
    margin-top: 15px;
    color: #232323
}

.paymnet-confirmation .accepted-cards ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.paymnet-confirmation .accepted-cards ul li {
    padding-left: 25px;
    display: inline
}

.paymnet-confirmation .validity-alert {
    color: #232323;
    font-size: 20px;
    text-align: center;
    background-color: #fc0;
    padding: 33px 0;
    margin-top: 30px
}

.paymnet-confirmation .margin10 {
    margin-top: 10px
}

.paymnet-confirmation .bg-gray {
    background: #f0f0ea
}

.paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-name,
.paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-num,
.paymnet-confirmation table tr td b {
    color: #232323
}

@media (max-width:1024px) {
    .paymnet-confirmation .inner-payment-cards.row-mob-scroll .pay-col .paymnet-card-chk .pay-card-name {
        padding-right: 2rem
    }
}

.payment-success b {
    text-transform: uppercase;
    margin-bottom: .5rem;
    color: #232323
}

.payment-success b.text-lowercase {
    text-transform: lowercase !important
}

.payment-success p {
    color: #989b9b;
    font-size: 16px;
    margin-top: 10px
}

.payment-success .semibold {
    font-weight: 600;
    margin-bottom: .5rem;
    display: block;
    color: #232323
}

.payment-success .semibold span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #e00800;
    font-size: 16px
}

.payment-success a {
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 35px;
    display: block;
    color: #232323;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px
}

.payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td:first-child {
    color: initial;
    font-weight: 400;
    text-transform: unset
}

.payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td b {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: unset
}

.payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span {
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6 !important;
    font-weight: 400
}

.payment-history .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-pie tr td.break-down-bills-chart-wrapper:first-child:bofore {
    display: none !important
}

@media (max-width:768px) {
    .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-pie tr td.break-down-bills-chart-wrapper:first-child {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-pie tr td.break-down-bills-chart-wrapper:first-child:before {
        display: none
    }
}

@media (max-width:768px) {
    .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-pie tr td.break-down-bills-chart-wrapper .break-down-bills-chart {
        padding: 1rem
    }
}

.payment-history .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-pie tr td.break-down-bills-chart-wrapper .break-down-bills-chart .progress-bar-total span {
    font-size: 25px;
    line-height: 145px;
    margin-left: 0
}

.bills-payments .payment-history-tab .datefilter {
    float: left;
    padding-left: 30px !important;
    box-sizing: content-box;
    margin-bottom: 40px !important
}

@media (max-width:767px) {
    .bills-payments .payment-history-tab .datefilter {
        padding-left: 0 !important
    }
}

.bills-payments .payment-history-tab .datefilter .floating-label-input input[type=text] {
    max-width: 100%
}

.bills-payments .payment-history-tab .datefilter.pull-left {
    float: left;
    padding-left: 0 !important
}

.bills-payments .payment-history-tab .datefilter p {
    color: #232323;
    margin-bottom: 0;
    margin-top: 10px
}

@media (max-width:992px) {
    .bills-payments .payment-history-tab .datefilter p.smallerFont {
        font-size: .8rem
    }
}

.bills-payments .data-table .dataTables_wrapper .dataTables_info,
.bills-payments .data-table .dataTables_wrapper .dataTables_paginate {
    display: none
}

.bills-payments .data-table,
.bills-payments .dataTables_wrapper {
    margin-bottom: 0
}

.bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr.odd,
.bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd {
    background-color: #fff
}

@media (max-width:992px) {
    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr.even tbody tr td {
        border-bottom: 1px solid #fff !important
    }
}

@media (max-width:992px) {
    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie {
        border-right: none
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie thead {
        display: none
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td {
        padding: 0 1rem 1rem;
        display: block;
        border-bottom: none
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td span {
        margin-left: 0
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td.details-control {
        position: relative;
        height: 0;
        padding: 0;
        border: 0;
        margin-top: -1px
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td.details-control .inner-icon {
        position: absolute;
        right: 20px;
        top: -58px
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td:before {
        width: 100% !important;
        margin-right: 0;
        display: block;
        padding-left: 0;
        border-right: none !important
    }
}

.bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.shown {
    background-color: #fff !important
}

.bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.shown td.dt-slast span.inner-icon svg {
    transform: rotate(180deg)
}

.bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.even {
    background-color: #f1f1eb
}

.bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    border-top: 1px solid #cecece;
    border-bottom: none !important
}

.bills-payments .breakdown-bill-table {
    margin-top: 0
}

.bills-payments .breakdown-bill-table tr td {
    color: #353738 !important;
    font-size: 16px !important;
    padding: 10px 20px;
    border-top: 1px solid #d1d2d1 !important;
    border-color: #d1d2d1 !important;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.bills-payments .breakdown-bill-table tr td label {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400
}

.rechargTable {
    float: left
}

.rechargTable ul.bill-list li {
    margin-right: -1px !important
}

.pkgs-addons-methods .bill-inner-box,
.pkgs-addons-methods .new-amount {
    display: inline-block
}

.pkgs-addons-methods .new-amount {
    min-width: 200px;
    top: 0
}

@media (max-width:768px) {
    .pkgs-addons-methods .new-amount {
        top: 13px;
        margin-left: 0
    }
}

.card-edit-inner-heading .floating-input .floating-label-input label {
    text-transform: none
}

.card-edit-inner-heading .form .floating-label-input.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 3.7rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400
}

@media (max-width:767px) {
    .card-edit-inner-heading .form#selectYourFixAmount2 .floating-label-input.has-error-fields .alert-label {
        white-space: normal;
        overflow: visible;
        text-overflow: clip
    }
}

.excessMsg {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #232323;
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    text-align: left !important
}

@media (max-width:992px) {
    .excessMsg {
        line-height: 1.5
    }
}

.bills-payments .floating-label-input.new-amount .closeIcon {
    position: absolute;
    right: 0;
    cursor: pointer
}

@media (max-width:767px) {
    .bills-payments .floating-label-input.new-amount .closeIcon {
        bottom: 0
    }
}

.bills-payments .floating-label-input.new-amount .closeIcon img,
.bills-payments .floating-label-input.new-amount .closeIcon svg {
    width: 20px;
    height: 20px
}

.bills-payments .floating-label-input.new-amount input:disabled {
    min-width: 100%
}

@media (max-width:767px) {
    .btn-cancel {
        margin-bottom: 1rem !important
    }
}

.undelrine-link {
    text-transform: none;
    border-bottom: 1px solid #232323;
    padding-bottom: 2px
}

[lang=ar] [dir=rtl] .bills-payments .floating-label-input.new-amount .closeIcon img,
[lang=ar] [dir=rtl] .bills-payments .floating-label-input.new-amount .closeIcon svg {
    width: 20px;
    height: 20px
}

[lang=ar] [dir=rtl] .excessMsg {
    text-align: right !important
}

[lang=ar] [dir=rtl] .pkgs-addons-methods .new-amount {
    margin-right: 2rem;
    margin-left: unset
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .pkgs-addons-methods .new-amount {
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .bills-payments .outside-icon.tooltipped {
    right: 15px;
    left: auto
}

[lang=ar] [dir=rtl] .bills-payments .floating-label-input.new-amount label {
    left: auto
}

[lang=ar] [dir=rtl] .bills-payments .bPay-badge.badge {
    margin-left: 0;
    margin-right: 5px;
    text-align: right;
    padding-right: .25rem
}

[lang=ar] [dir=rtl] #recharge .bill-inner-box .bill-list li {
    margin-left: -1px
}

[lang=ar] [dir=rtl] .bills-payments .news-section li:last-child .limit-check-box input[type=radio]+label {
    border-left: 1px solid
}

[lang=ar] [dir=rtl] .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label {
    border-left: 0 solid
}

[lang=ar] [dir=rtl] .rechargTable ul.bill-list li {
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
    padding-right: 1rem !important
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th {
        padding-right: 1rem !important
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child:after {
        margin-left: 0;
        margin-right: 38px
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:before {
        margin-left: 1rem !important;
        margin-right: 0;
        border-left: 1px solid #f2f2ec;
        text-align: right
    }
}

[lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td[data-label="Payment Amount"] .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
    width: 90px;
    padding: 5px 8px
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.bPaymentRechargeTable {
        padding-left: 0
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.bPaymentRechargeTable div {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .bills-payments .news-section li .limit-check-box input[type=radio]+label {
        width: 90px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .bills-payments .news-section li .limit-check-box input[type=radio]+label {
        width: 50px;
        min-width: 30px;
        padding: 0 4px
    }
}

[lang=ar] [dir=rtl] .data-table table.bpPaybills thead tr th:first-child:after {
    margin-right: 38px
}

[lang=ar] [dir=rtl] .bills-payments .news-section .checkbox-inline .floating-label:before {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-name,
[lang=ar] [dir=rtl] .paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-num {
    color: #232323
}

[lang=ar] [dir=rtl] .paymnet-confirmation .inner-payment-cards.row-mob-scroll .pay-col .paymnet-card-chk .pay-card-name {
    padding-right: 0;
    padding-left: 2rem
}

.mb15 {
    margin-bottom: 15px !important
}

.bills-payments-header .action-bar-wrapper .action-bar a {
    text-transform: uppercase
}

@media (min-width:768px) {
    .bills-payments-header .action-bar-wrapper .action-bar a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 20px
    }
}

.btn-cancel {
    border: 2px solid #fff;
    background-color: rgba(53, 55, 56, .1);
    color: #fff;
    margin-right: 15px !important;
    line-height: 64px
}

.no-data-text {
    padding: 200px 0;
    background: url(../img/editorial-placement/ed-plcmt-1_ddxgai_c_scale,w_960.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.no-data-text h2 {
    color: #232323;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: normal
}

.no-data-text .btn {
    margin-top: 10px !important
}

@media (max-width:767px) {
    .no-data-text .btn {
        width: auto !important
    }
}

.no-data-pack {
    padding: 50px 0 350px;
    background: url(../img/editorial-placement/no-data-package.jpg);
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-size: cover
}

.no-data-pack h2 {
    color: #232323;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: normal
}

.no-data-pack .btn {
    margin-top: 10px !important
}

@media (max-width:767px) {
    .no-data-pack .btn {
        width: auto !important
    }
}

.no-data .usage-stats {
    margin-top: 0 !important
}

.pkg-summary-section .smry-circles .laoding p {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px
}

.pkg-summary-section .smry-circles .laoding .circle-card-box {
    border: 1px solid #f0f0f0
}

.pkg-summary-section .smry-circles .laoding .circle-card-box canvas {
    border: 5px solid #f0f0f0;
    border-radius: 100%
}

.pkg-summary-section .smry-circles .laoding .circle-card-box .circle-wrap .circle-content {
    left: 13px;
    top: 33%
}

.pkg-summary-section .smry-circles .laoding .circle-card-box .circle-wrap .circle-content h2 {
    color: #f0f0f0
}

.pkg-summary-section .smry-circles .laoding .circle-card-box .circle-wrap .circle-content span {
    height: 8px;
    width: 56px;
    background-color: #f0f0f0;
    text-indent: -1000px;
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 10px
}

.pkg-summary-section .smry-circles .laoding .circle-card-box h3 {
    height: 8px;
    width: 88px;
    background-color: #f0f0f0;
    float: none;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: .5rem
}

.pkg-summary-section .smry-circles .laoding .circle-card-box p {
    height: 8px;
    width: 160px;
    background-color: #f0f0f0;
    margin: 0 auto;
    margin-top: 18px
}

.addmore-wrapper {
    padding-top: 40px;
    float: left;
    width: 100%;
    clear: both;
    text-align: right
}

.addmore-wrapper .addmore {
    color: #0a0a0a;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline
}

.addmore-wrapper .addmore svg {
    height: 24px;
    width: 24px;
    margin-bottom: -4px;
    margin-right: 10px
}

.padding-bottom50 {
    padding-bottom: 50px !important
}

.pkgs-addons-methods .heading-with-buttons p {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px
}

.link {
    color: #e00800;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase
}

.link:hover {
    color: #0a0a0a
}

.link.save {
    margin-right: 30px
}

.bills-payments .accept-and-continue-footer {
    position: fixed;
    bottom: 0;
    z-index: 9;
    left: 0;
    display: none
}

@media (max-width:992px) {
    .bills-payments .accept-and-continue-footer {
        z-index: 7
    }
}

.fixed-amount {
    text-align: left !important
}

.fixed-amount svg {
    float: left
}

.fixed-amount span {
    display: block;
    padding-left: 10px;
    float: left
}

.request-credit-tab h2.b2c-sub-heading {
    margin-bottom: 30px
}

.request-credit-tab .request-for-credits-form .save-section p {
    color: #585858;
    font-size: 16px;
    line-height: 19px
}

.request-credit-tab .request-for-credits-form .consumer-register-form .form.modified-form .row>.form-section:nth-child(2) {
    padding-left: 1.5rem
}

#custom-pie-chart {
    position: relative;
    height: 235px
}

#custom-pie-chart .legend {
    list-style-type: none;
    margin: 0;
    background: #fff;
    padding: 0;
    font-size: 13px;
    box-shadow: none
}

#custom-pie-chart .legend li {
    position: absolute;
    color: #232323;
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
    width: auto;
    border: 0;
    text-align: left;
    cursor: pointer
}

@media (max-width:535px) {
    #custom-pie-chart .legend li {
        width: 50px
    }
}

#custom-pie-chart .legend li span {
    font-size: 20px;
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    min-width: 82px;
    line-height: 30px;
    float: left !important
}

@media (max-width:535px) {
    #custom-pie-chart .legend li span {
        min-width: 50px;
        font-size: 11px
    }
}

#custom-pie-chart .legend li.rental-charge-text {
    left: 0;
    top: 0
}

#custom-pie-chart .legend li.rental-charge-text span {
    border-bottom: 6px solid #289d79
}

#custom-pie-chart .legend li.calls-text {
    left: 0;
    bottom: 34%
}

#custom-pie-chart .legend li.calls-text span {
    border-bottom: 6px solid #f2dc3f
}

#custom-pie-chart .legend li.one-time-text {
    right: 0;
    top: 0
}

#custom-pie-chart .legend li.one-time-text span {
    border-bottom: 6px solid #873567
}

#custom-pie-chart .legend li.data-text {
    right: 0;
    bottom: 34%
}

#custom-pie-chart .legend li.data-text span {
    border-bottom: 6px solid #ff6631
}

#custom-pie-chart .legend li.sms-text {
    right: 0;
    bottom: 0
}

#custom-pie-chart .legend li.sms-text span {
    border-bottom: 6px solid #4b35c5
}

#custom-pie-chart .legend li.extras-text {
    left: 0;
    bottom: 0
}

#custom-pie-chart .legend li.extras-text span {
    border-bottom: 6px solid #e46dba
}

#custom-pie-chart .legend em {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    max-width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    clear: both;
    float: left;
    max-width: 60px
}

@media (max-width:535px) {
    #custom-pie-chart .legend em {
        font-size: 10px;
        margin-left: 6px
    }
}

#custom-pie-chart .legend small {
    font-size: 20px;
    color: #232323;
    position: absolute;
    top: 8px;
    right: 0
}

@media (max-width:535px) {
    #custom-pie-chart .legend small {
        font-size: 11px;
        top: 6px
    }
}

#custom-pie-chart .pie {
    height: 200px;
    width: 200px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute
}

@media (max-width:535px) {
    #custom-pie-chart .pie {
        left: -10px;
        top: 13px
    }
}

@media (max-width:767px) {
    #custom-pie-chart .pie .slice span {
        margin-left: 0
    }
}

#custom-pie-chart .pie:after {
    background: transparent;
    box-shadow: none
}

.termstext {
    color: #585858;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 35px
}

.termstext span {
    margin-bottom: 15px;
    display: inline-block
}

.termstext ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    line-height: 24px
}

[lang=ar] [dir=rtl] .request-credit-tab .request-for-credits-form .consumer-register-form .form.modified-form .form-section {
    width: 50%
}

[lang=ar] [dir=rtl] .request-credit-tab .request-for-credits-form .consumer-register-form .form.modified-form .form-section:nth-child(2) {
    padding-left: 0
}

[lang=ar] [dir=rtl] .request-credit-tab .request-for-credits-form .pull-right {
    float: left !important
}

[lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart {
    padding-left: 40px;
    padding-right: 40px
}

[lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart #custom-pie-chart .legend li {
    float: right;
    text-align: right
}

[lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart #custom-pie-chart .legend li small {
    right: auto;
    left: 0
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart #custom-pie-chart .legend li small {
        font-size: 11px
    }
}

[lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart #custom-pie-chart .legend li span {
    float: right !important;
    font-size: 22px
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart #custom-pie-chart .legend li span {
        font-size: 11px
    }
}

[lang=ar] [dir=rtl] .data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart #custom-pie-chart .legend li em {
    text-align: right;
    float: right;
    max-width: 80px
}

[lang=ar] [dir=rtl] .termstext ul {
    padding-right: 0
}

[lang=ar] [dir=rtl] .add-payment-footer .btn-cancel {
    margin-right: 0 !important;
    margin-left: 15px !important
}

#recharge .pay-for-recharge-sticky-footer {
    display: block
}

.disabled>.disabled-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    background: #cac7c7;
    opacity: .2
}

.alert_wrapper {
    color: #232323;
    font-size: 20px;
    text-align: center;
    background-color: #fc0;
    padding: 22px 0;
    margin-bottom: 30px;
    margin-top: 30px
}

.alert_wrapper.login-error {
    background-color: transparent;
    padding: 0;
    text-align: left;
    position: relative;
    line-height: 1;
    color: #e00800;
    font-size: 14px;
    text-transform: capitalize
}

.success-autopay-section {
    background-color: #fff;
    padding: 2rem 0;
    text-align: center
}

.success-autopay-section h1 {
    font-size: 32px;
    margin-bottom: 2rem;
    color: #232323
}

.success-autopay-section p {
    color: #232323;
    font-size: 16px;
    margin-bottom: 2rem;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400
}

.position-relative {
    position: relative
}

@media (max-width:992px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .form-group input {
        max-width: 100px
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td:before {
        width: 50%
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td {
        width: 100%
    }

    .data-table .dataTables_wrapper table.dataTable.billingHistory tbody tr td.dt-first .user-img {
        display: none
    }

    .data-table .dataTables_wrapper table.dataTable.billingHistory tbody tr td.dt-first:before {
        margin-left: 0;
        text-transform: uppercase
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie.billingHistory tbody tr td {
        box-sizing: border-box;
        padding: 0;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie.billingHistory tbody tr td:before {
        width: 35% !important;
        margin-right: 1rem;
        padding-right: 1rem;
        padding: 16px;
        border-right: 1px solid #f2f2ec !important;
        font-weight: 700;
        text-align: left;
        height: 100%
    }

    .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie.billingHistory table.breakdown-bill-table tbody tr td {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .slice {
        position: absolute
    }

    .slice,
    .slice span {
        clip: rect(0, 100px, 100px, 50px)
    }

    #custom-pie-chart .pie,
    .slice,
    .slice span {
        width: 100px;
        height: 100px
    }

    .pie .progress-bar-total span,
    .pie:before {
        width: 90px;
        height: 90px;
        top: 5px;
        left: 5px
    }

    .pie .progress-bar-total span {
        line-height: 145px
    }

    .pie .progress-bar-total span label {
        font-size: 1rem
    }

    .pie .progress-bar-total span small {
        font-size: .5rem
    }

    .pie .progress-bar-total span label.total {
        margin-top: -42px;
        padding: .5rem;
        font-size: 1rem
    }

    .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods.data-table-pie tr td.break-down-bills-chart-wrapper .break-down-bills-chart .progress-bar-total span {
        line-height: 80px
    }

    #custom-pie-chart .pie {
        left: -10px;
        top: 45px
    }

    #custom-pie-chart {
        height: 180px
    }
}

@media (max-width:767px) and (max-width:499px) {
    .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills tbody tr td .form-group input {
        max-width: 100%;
        min-width: 130px;
        width: 100%
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td.acTabMob.billing-td-first {
        line-height: 40px
    }

    [lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td.acTabMob.billing-td-first:before {
        padding-right: 10px
    }

    [lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td.details-control span.inner-icon {
        right: auto;
        left: 20px
    }

    [lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td:before {
        border-left: none;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td .user-img {
        margin-right: 15px
    }

    [lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td span.inner-icon {
        float: right
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie.billingHistory tbody tr td:before {
        margin-right: 0;
        text-align: right;
        padding-right: 1rem;
        padding-left: 0
    }

    [lang=ar] [dir=rtl] .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td.details-control .inner-icon {
        top: -40px;
        left: 20px;
        right: auto
    }
}

[lang=ar] [dir=rtl] .bills-payments .floating-label-input.new-amount .closeIcon {
    left: 0;
    right: auto
}

.data-usage-wrap .userprofile-profile-status-container .balance-amount {
    text-align: left;
    width: 100%
}

@media (min-width:768px) {
    .data-usage-wrap .userprofile-profile-status-container .balance-amount {
        text-align: right
    }
}

@media (min-width:768px) {
    .data-usage-wrap .userprofile-profile-status-container .status-amount {
        float: right !important
    }
}

.data-usage-wrap .userprofile-profile-status-container .userprofile-profile-status-action {
    text-align: left
}

@media (min-width:768px) {
    .data-usage-wrap .userprofile-profile-status-container .userprofile-profile-status-action {
        text-align: right !important
    }
}

@media (max-width:767px) {
    .data-usage-wrap .bill-inner-box ul.bill-list li {
        float: none !important
    }
}

.data-usage-wrap .bill-list li {
    margin-right: 0 !important
}

.data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label {
    border-color: #232323 !important;
    color: #fff
}

.data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #232323
}

@media (max-width:767px) {
    .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label {
        display: block
    }
}

.data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label {
    padding: 7px 16px;
    margin: 0;
    border: 1px solid #cecece;
    min-width: 97px;
    font-size: 14px;
    border-left: 0;
    color: #232323
}

@media (max-width:414px) {
    .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label {
        padding: 7px 5px;
        font-size: 12px;
        min-width: 85px
    }
}

.data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover {
    background-color: #f8f8f8
}

.data-usage-wrap .bill-list li:first-child .limit-check-box input[type=radio]+label {
    border: 1px solid #cecece
}

@media (min-width:992px) {
    .data-usage-wrap .bill-list.dualLineText {
        padding-top: 1.21rem;
        padding-right: 3rem
    }
}

@media (max-width:992px) {
    .data-usage-wrap .bill-list.dualLineText li .limit-check-box input[type=radio]+label br {
        display: none
    }
}

@media (min-width:992px) {
    .data-usage-wrap .bill-list.dualLineText li .limit-check-box input[type=radio]+label {
        line-height: 1.25;
        height: 51px;
        vertical-align: middle;
        display: table-cell;
        overflow: hidden;
        text-transform: uppercase
    }
}

.data-usage-wrap .pkg-summary-section {
    padding-bottom: 0 !important
}

.data-usage-wrap .pkg-summary-section .pkg-sumr-heading {
    margin-bottom: 15px
}

.data-usage-wrap .pkg-summary-section .pkg-sumr-heading .sumr-time {
    margin-top: 20px
}

@media (max-width:992px) {
    .data-usage-wrap .pkg-summary-section .pkg-sumr-heading .sumr-time {
        margin-bottom: 20px
    }
}

.data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20 {
    margin-bottom: 20px
}

@media (max-width:768px) {
    .data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20:nth-child(2n) {
        padding-right: 0
    }
}

@media (min-width:1400px) {
    .data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20:nth-child(4n) {
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20 {
        width: 33.33333%
    }

    .data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20:nth-child(3n) {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20:nth-child(2n) {
        padding-right: 0
    }
}

@media (max-width:736px) {
    .data-usage-wrap .pkg-summary-section .smry-circles .row .p-r-20 {
        padding-right: 0 !important
    }
}

.data-usage-wrap .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content {
    left: 0;
    right: 0;
    margin: 0 auto
}

.data-usage-wrap .pkg-summary-section .smry-circles .circle-card-box>p {
    color: #232323
}

.data-usage-wrap .usage-stats {
    padding: 0;
    margin-top: 30px;
    border-top: 2px solid #e2e1da
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col {
    padding-top: 55px;
    height: auto
}

@media (max-width:768px) {
    .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text {
    margin-top: 14px
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text span {
    float: left;
    margin-right: 10px
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text p {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer a {
    text-transform: uppercase;
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    float: right;
    width: 100%;
    text-align: right
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer .text-center p {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer .text-center a svg {
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer .text-center a span:first-child {
    display: block;
    float: left
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer .text-center a span:last-child {
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 5px
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set:first-child .white-box-col {
    padding-left: 0
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child {
    border-left: 2px solid #e2e1da
}

@media (max-width:768px) {
    .data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child {
        border-left: 0 !important;
        border-right: 0 !important
    }
}

.data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child .white-box-col {
    padding-right: 0
}

.data-usage-wrap .usage-stats .white-row-set .data-use table {
    margin-top: 10px;
    margin-bottom: 25px
}

.data-usage-wrap .usage-stats .white-row-set .data-use table tr:first-child td {
    border-top: 1px solid #e2e1da !important
}

.data-usage-wrap .usage-stats .white-row-set .data-use table tr:last-child td {
    border-bottom: 1px solid #e2e1da !important
}

.data-usage-wrap .usage-stats .white-row-set .data-use table tr td:first-child {
    font-size: 16px !important
}

.data-usage-wrap .usage-stats .bill-list {
    margin-top: 35px
}

.data-usage-wrap .usage-stats .bill-list li .limit-check-box input[type=radio]+label {
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: suiss, Arial, sans-serif
}

.data-usage-wrap .usage-stats.call-usage {
    margin-top: 0
}

.data-usage-wrap .call-usage-tab .white-row-set .white-col-set:first-child {
    border-right: 2px solid #e2e1da
}

@media (max-width:992px) {
    .data-usage-wrap .call-usage-tab .white-row-set .white-col-set:first-child {
        border-left: 0 !important;
        border-right: 0 !important
    }
}

.data-usage-wrap .call-usage-tab .white-row-set .white-col-set:last-child {
    border-left: 0
}

@media (min-width:992px) {
    .data-usage-wrap .call-usage-tab .white-boxs-section .white-box-col .white-box-headings h5 {
        font-size: 16px;
        line-height: 30px
    }
}

.data-usage-wrap .need-help {
    background: #e2e1da;
    padding: 50px 15% 80px;
    float: left;
    width: 100%
}

.data-usage-wrap .need-help h5 {
    color: #232323;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0
}

.data-usage-wrap .need-help p {
    color: #232323;
    font-size: 1rem;
    margin: 20px 0 50px
}

.data-usage-wrap .need-help .btn {
    padding: 0 28px;
    min-width: 14rem;
    font-size: 14px;
    height: 4rem
}

@media (max-width:414px) {
    .data-usage-wrap .need-help .btn {
        width: 100%;
        text-align: center;
        padding: 0 10%
    }
}

.data-usage-wrap .tooltipped {
    cursor: pointer
}

.data-usage-wrap .tooltipped .tooltip.right {
    padding: 0 !important;
    opacity: 1 !important
}

.data-usage-wrap .tooltipped .tooltip.right .tooltip-arrow {
    left: -8px;
    border-width: .5rem .5rem .5rem 0;
    top: 65% !important
}

.data-usage-wrap .tooltipped .tooltip.left {
    padding: 0 !important;
    opacity: 1 !important;
    margin-left: -8px
}

.data-usage-wrap .tooltipped .tooltip.left .tooltip-arrow {
    right: -8px;
    border-width: .5rem 0 .5rem .5rem;
    top: 65% !important
}

.data-usage-wrap .tooltipped .tooltip .tooltip-inner {
    color: #232323 !important;
    height: 47px;
    width: 133px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .08)
}

.data-usage-wrap .tooltipped .tooltip .tooltip-inner p {
    color: #232323 !important;
    font-family: suiss, Arial, sans-serif !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 15px !important
}

.filled canvas {
    background: #bee70d;
    border-radius: 100%
}

.filled.unlimited .circle-content {
    top: 38% !important
}

.filled.unlimited .circle-content h2 {
    font-size: 20px;
    text-transform: uppercase
}

.filled.out-of-bundel canvas {
    background: #bee70d
}

.filled.out-of-bundel .circle-wrap .circle-content h2,
.filled.out-of-bundel .circle-wrap .circle-content span {
    color: #232323
}

.filled h2,
.filled p,
.filled span {
    color: #fff
}

.filled svg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    top: 0;
    width: 30px;
    height: 30px;
    fill: #fff
}

.filled .fb svg {
    left: 28%;
    top: 39%
}

.filled .twitter svg {
    right: 33%;
    top: 38%;
    width: 34px;
    height: 34px
}

.roaming-tooltip {
    position: absolute;
    top: 15px;
    right: 43px
}

.data-usage-extras {
    padding: 50px 0
}

.data-usage-extras .floating-label-field.floating-label-select .select2-container {
    padding: 2.19rem 0
}

.data-usage-extras tr td:first-child {
    text-transform: unset !important
}

@media (max-width:767px) {
    .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label {
        display: block;
        border: 1px solid #cecece;
        border-top: 0;
        position: relative;
        text-align: left;
        text-indent: 24px
    }
}

@media (max-width:767px) {
    .data-usage-wrap .firstActive .bill-list li .limit-check-box input[type=radio]+label {
        display: block
    }
}

@media (max-width:767px) {
    .data-usage-wrap .firstActive .bill-list li .limit-check-box input[type=radio]:checked+label {
        background: #e00800
    }
}

.limit-check-box svg {
    fill: #fff;
    position: absolute;
    height: .875rem;
    width: 1.4rem;
    transform: rotate(90deg);
    right: 1.75rem;
    top: 50%;
    margin-top: -.4rem;
    transition: all .3s ease-in-out;
    transform-origin: 50% 50%
}

.firstActive .limit-check-box svg {
    transform: rotate(270deg);
    transform-origin: 50% 50%
}

[lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .tickSign {
    float: left
}

[lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary.prim {
    float: left;
    margin-right: 5px;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .data-usage-wrap .userprofile-profile-status-container .balance-amount {
    text-align: left
}

@media (max-width:767px) {

    [lang=ar] [dir=rtl] .data-usage-wrap .userprofile-profile-status-container .balance-amount .userprofile-profile-status-column-title,
    [lang=ar] [dir=rtl] .data-usage-wrap .userprofile-profile-status-container .balance-amount .userprofile-profile-status-money {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .userprofile-profile-status-container .status-amount {
    float: left !important
}

[lang=ar] [dir=rtl] .data-usage-wrap .userprofile-profile-status-container .userprofile-profile-status-action {
    text-align: left !important
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .userprofile-profile-status-container .userprofile-profile-status-action {
        text-align: right !important
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .bill-inner-box ul.bill-list {
    float: left !important
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .bill-inner-box ul.bill-list {
        float: none !important
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .bill-inner-box ul.bill-list li {
    margin-right: 0;
    margin-left: 0
}

[lang=ar] [dir=rtl] .data-usage-wrap .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
    border-right: 0;
    border-left: 1px solid #cecece
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        text-align: right;
        border-right: 1px solid #cecece
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .bill-inner-box ul.bill-list li:first-child .limit-check-box input[type=radio]+label {
    border-right: 1px solid #cecece !important
}

[lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20 {
    padding-left: 20px;
    padding-right: 0
}

@media (min-width:992px) and (max-width:1439px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20:nth-child(3n) {
        padding-left: 0
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20:nth-child(4n) {
        padding-left: 0
    }
}

@media (max-width:1439px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20:nth-child(4n) {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20:nth-child(4n) {
    padding-right: 0
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20:nth-child(2n) {
        padding-left: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .pkg-summary-section .smry-circles .p-r-20 {
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .bill-inner-box ul.bill-list {
    float: none !important
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .bill-inner-box ul.bill-list {
        float: right !important
    }
}

[lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .bill-inner-box ul.bill-list li {
    margin-left: 0 !important
}

[lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .usage-text span {
    float: right !important;
    margin-left: 10px !important;
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child {
    border-left: 0;
    border-right: 2px solid #e2e1da
}

[lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child .white-box-col {
    padding-left: 0;
    padding-right: 32px
}

[lang=ar] [dir=rtl] .data-usage-wrap .usage-stats .white-row-set .white-col-set:first-child .white-box-col {
    padding-left: 32px;
    padding-right: 0
}

[lang=ar] [dir=rtl] .data-usage-wrap .call-usage-tab .white-row-set .white-col-set:first-child {
    border-left: 2px solid #e2e1da;
    border-right: 0
}

[lang=ar] [dir=rtl] .data-usage-wrap .call-usage-tab .white-row-set .white-col-set:last-child {
    border-left: 0;
    border-right: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .data-usage-wrap .bill-list.dualLineText {
        padding-left: 3rem !important;
        padding-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .limit-check-box svg {
    left: 1.75rem;
    right: auto
}

[lang=ar] [dir=rtl] .roaming-tooltip {
    right: auto;
    left: 43px
}

.change-user .userprofile-profile-name-clients-name {
    position: relative
}

.change-user .userprofile-profile-name-clients-name .change-name {
    cursor: pointer
}

.change-user .userprofile-profile-name-clients-name .change-name svg {
    margin-left: 10px
}

.change-user .userprofile-profile-name-clients-name .user-dropdown {
    position: absolute;
    height: 455px;
    width: 360px;
    background-color: #fff;
    padding: 10px;
    z-index: 3;
    top: 43px;
    display: none;
    overflow-y: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 3px 10px 0 rgba(0, 0, 0, .19)
}

@media (max-width:767px) {
    .change-user .userprofile-profile-name-clients-name .user-dropdown {
        right: 0
    }
}

@media (max-width:425px) {
    .change-user .userprofile-profile-name-clients-name .user-dropdown {
        width: 280px
    }
}

.change-user .userprofile-profile-name-clients-name .user-dropdown p {
    color: #232323;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 5px
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul {
    padding: 0;
    list-style: none;
    height: 397px;
    overflow-y: auto
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li {
    border-top: 1px solid #d2d2d2;
    float: left;
    width: 100%;
    padding: 15px 0
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .image {
    float: left;
    margin-right: 15px
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .image img {
    height: 48px;
    width: 48px
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text {
    float: left
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .title {
    display: block
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number,
.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .title {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary {
    background-color: #e00800;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    margin-left: 5px
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .tickSign {
    float: right
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li:hover {
    cursor: pointer
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li:hover .text .title {
    color: #e00800
}

.change-user .userprofile-profile-name-clients-name .user-dropdown ul li.active {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_gray_16.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 14px 14px
}

.change-user .userprofile-profile-name-clients-name .user-dropdown .primary .text .title {
    color: #232323
}

.change-user .userprofile-profile-name-clients-name .user-dropdown .primary:hover {
    cursor: pointer
}

.change-user .userprofile-profile-name-clients-name .user-dropdown .primary:hover .text .title {
    color: #e00800
}

.data-usage-wrap .elif-graphs .usage-stats .white-row-set {
    display: table;
    width: 100%
}

@media (max-width:768px) {
    .data-usage-wrap .elif-graphs .usage-stats .white-row-set {
        display: block
    }
}

.data-usage-wrap .elif-graphs .usage-stats .white-row-set .white-col-set {
    display: table-cell;
    width: 50%;
    float: none;
    border-top: 1px solid transparent
}

@media (max-width:768px) {
    .data-usage-wrap .elif-graphs .usage-stats .white-row-set .white-col-set {
        display: block;
        width: 100%
    }
}

.data-usage-wrap .elif-graphs .usage-stats .white-row-set .white-col-set:first-child {
    border-right: 2px solid #e2e1da
}

@media (max-width:768px) {
    .data-usage-wrap .elif-graphs .usage-stats .white-row-set .white-col-set:first-child {
        border-right: 0
    }
}

.data-usage-wrap .elif-graphs .usage-stats .white-row-set .white-col-set:last-child {
    border-left: 0 !important
}

.box-footer-alert {
    padding: 12px 20px;
    background: #232323;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 55px;
    float: left;
    width: 100%
}

.box-footer-alert p {
    color: #fff !important;
    font-size: 21px !important;
    line-height: 28px !important;
    font-family: suiss, Arial, sans-serif
}

.box-footer-alert p small {
    font-size: 18px;
    font-family: suiss, Arial, sans-serif
}

.mt100 {
    margin-top: 100px
}

.mt50 {
    margin-top: 50px !important
}

.mt30 {
    margin-top: 30px
}

.mt5 {
    display: inline-block;
    margin-top: 3px
}

.pl20 {
    padding-left: 20px
}

.pb20 {
    padding-bottom: 20px
}

.white-boxs-section .white-box-col .btn.btn-green {
    margin-top: 10px;
    float: right;
    clear: both
}

.elife-internet-main .data-usage-extras.elife-extras {
    background: #f0f0ea;
    margin-top: -8px
}

.elife-internet-main .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    text-align: left
}

.elife-internet-main .entertainment-section .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child {
    text-transform: unset
}

.elife-internet-main .entertainment-section .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    padding-left: 32px
}

.elife-internet-main .entertainment-section .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.green-text {
    font-size: 16px;
    font-weight: 400
}

.elife-internet-main .entertainment-section .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td svg {
    display: block;
    float: left;
    margin-right: 15px
}

.elife-internet-main .entertainment-section .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span {
    line-height: 37px
}

.elife-internet-main .entertainment-section .browse-catalog p {
    font-size: 17px;
    color: #232323;
    padding-top: 35px;
    padding-bottom: 30px
}

.elife-internet-main .entertainment-section .browse-catalog p .green-text {
    margin-left: 30px
}

.green-text {
    color: #e00800 !important
}

.no-border {
    border: none !important;
    border-width: 0 !important
}

.purchased-devices {
    padding: 55px 0 !important
}

.purchased-devices .pkg-summary-section {
    padding: 0 !important;
    padding-top: 0 !important
}

.purchased-devices .pkg-summary-section .pkg-sumr-heading {
    margin-bottom: 0
}

.purchased-devices .table-payment-methods {
    margin-top: 25px;
    table-layout: fixed
}

.purchased-devices .table-payment-methods tbody tr th {
    letter-spacing: 1px
}

.purchased-devices .table-payment-methods tbody tr td {
    height: 90px !important
}

.purchased-devices .table-payment-methods tbody tr td svg {
    display: block;
    float: left;
    margin-right: 10px
}

.purchased-devices .table-payment-methods tbody tr td span {
    line-height: 37px
}

.purchased-devices .table-payment-methods tbody tr td:first-child {
    color: #6c6c6c;
    font-weight: 400;
    text-transform: unset
}

.has-svg table tbody tr td:first-child {
    text-transform: unset;
    width: auto !important
}

.has-svg table tbody tr td {
    padding-left: 32px !important
}

.has-svg table tbody tr td.green-text {
    font-size: 16px
}

.has-svg table tbody tr td svg {
    display: block;
    float: left;
    margin-right: 30px
}

.has-svg table tbody tr td span {
    line-height: 37px
}

.additional-serives.entertainment-section {
    border-top: 2px solid #e2e1da;
    padding-top: 60px;
    padding-bottom: 80px !important;
    margin-top: 40px
}

.white-box-footer a {
    text-transform: uppercase;
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    float: right;
    width: 100%;
    text-align: right
}

.football-season .media-cta-wrapper h3 {
    font-size: 26px;
    letter-spacing: 0;
    color: #232323
}

.football-season .media-cta-wrapper p {
    font-size: 1.1rem
}

.football-season .media-cta-wrapper .btn {
    padding: 0 4.5125rem
}

.football-season .media-cta-wrapper .detail-price-new .price-timing {
    line-height: 30px;
    font-size: 1.1rem
}

.football-season .media-cta-wrapper .detail-price-new .price-valute {
    line-height: 22px;
    margin-left: 10px;
    font-size: 1.1rem
}

.football-season .media-cta-wrapper .detail-price-new span {
    font-family: suiss, Arial, sans-serif
}

.large-rows tbody tr td {
    height: 90px !important
}

.almost-black-color,
.almost-black-color b {
    color: #232323
}

.legend {
    padding-left: 15%
}

.legend .text {
    font-size: 12px;
    color: #232323;
    text-transform: uppercase;
    margin-right: 25px
}

.legend .color {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    margin-bottom: -4px
}

.legend .color,
.legend .color.green {
    background: #83a946
}

.legend .color.black {
    background: #232323
}

.bills-payments .payment-history-tab .datefilter.fromFilter {
    float: left;
    padding-left: 0 !important;
    padding-right: 0;
    width: 46%
}

@media (max-width:767px) {
    .bills-payments .payment-history-tab .datefilter.fromFilter {
        width: 100%
    }
}

.bills-payments .payment-history-tab .datefilter.toFilter {
    padding-left: 0 !important;
    padding-right: 0;
    width: 46%;
    float: right
}

@media (max-width:767px) {
    .bills-payments .payment-history-tab .datefilter.toFilter {
        width: 100%
    }
}

[lang=ar] [dir=rtl] body {
    display: none !important
}

[lang=ar] [dir=rtl] .data-usage-wrap .elif-graphs .usage-stats .white-row-set .white-col-set:first-child {
    border-right: none !important
}

[lang=ar] [dir=rtl] .legend {
    padding-left: 0;
    padding-right: 15%
}

[lang=ar] [dir=rtl] .legend .text {
    margin-right: 0;
    margin-left: 32px;
    float: right
}

[lang=ar] [dir=rtl] .legend .color {
    margin-right: 0;
    margin-left: 5px
}

[lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .image {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

[lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text {
    float: right
}

[lang=ar] [dir=rtl] .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary {
    margin-left: 10px;
    margin-right: 5px
}

[lang=ar] [dir=rtl] .elife-internet-main .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    text-align: right
}

[lang=ar] [dir=rtl] .billingHistoryHead.pull-right {
    float: left !important
}

[lang=ar] [dir=rtl] .bills-payments .payment-history-tab .datefilter.fromFilter {
    float: right
}

[lang=ar] [dir=rtl] .bills-payments .payment-history-tab .datefilter.toFilter {
    float: left;
    padding-right: 20px !important
}

[lang=ar] [dir=rtl] .section-padding .consumer-register-from .form.modified-form .row .form-section:nth-child(2) .datefilter.topFilter {
    padding-right: 20px !important
}

.smart-app-banner {
    z-index: 1050
}

.smart-app-banner .forms-default-settings .consumer-register-form .form.modified-form .form-section.inline-checkboxes-wrap {
    opacity: 1 !important;
    margin-top: 5px !important;
    padding-right: 0 !important
}

.smart-app-banner .forms-default-settings .consumer-register-form .form.modified-form .form-section.inline-checkboxes-wrap .checkbox-agree.checkbox-inline {
    margin-left: 0 !important
}

.smart-app-banner .forms-default-settings .consumer-register-form .form.modified-form .form-section.inline-checkboxes-wrap .checkbox-agree.checkbox-inline .floating-label {
    z-index: 2;
    color: #232323
}

.smart-app-banner .modal-dialog {
    position: relative;
    z-index: 999999
}

@media (max-width:736px) {
    .smart-app-banner .modal-dialog {
        margin: 0 auto
    }
}

.smart-app-banner .modal-dialog .add-payment-card {
    background: #f0f0ea;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center
}

.smart-app-banner .modal-dialog .add-payment-card .icon-popup__header {
    color: #353733;
    font-size: 22px;
    text-transform: unset;
    letter-spacing: 0
}

.smart-app-banner .modal-dialog .add-payment-card img {
    max-width: 80%;
    height: auto;
    margin-top: 10px
}

.smart-app-banner .modal-dialog .add-payment-card-btns {
    float: left;
    width: 100%;
    border: none;
    padding: 20px 10%
}

.smart-app-banner .modal-dialog .add-payment-card-btns .btn {
    width: 100% !important;
    font-size: .9rem !important;
    margin-bottom: 10px;
    padding: 0 !important
}

.smart-app-banner .modal-dialog .add-payment-card-btns span {
    color: #232323
}

.smart-app-banner .modal-dialog .add-payment-card-btns span a {
    padding-left: 5px;
    text-decoration: underline
}

.smart-app-banner .popup-header {
    text-align: center;
    padding: 13px 0
}

.smart-app-banner .popup-header svg {
    width: 100px;
    height: 25px
}

.quickpay_wrapper .main-menu .navbar .navbar-header {
    -ms-flex-pack: start;
    justify-content: start
}

.quickpay_wrapper .heading-bigger {
    font-size: 80px;
    line-height: 100px;
    padding: 14.4rem 0
}

.quickpay_wrapper .breadcrumb-wrapper {
    background-color: #f0f0ea
}

.quickpay_wrapper .breadcrumb-wrapper .breadcrumb {
    padding: .22rem 0
}

.quickpay_wrapper .breadcrumb-wrapper .breadcrumb li {
    letter-spacing: 0
}

.quickpay_wrapper .breadcrumb-wrapper .breadcrumb .link {
    color: #6c6c6c;
    font-size: 12px;
    line-height: 15px
}

.quickpay_wrapper .breadcrumb-wrapper .breadcrumb .active {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px
}

.quickpay_wrapper .visualCaptcha {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 60px;
    background: #cac2c2
}

.quickpay_wrapper .action-bar-wrapper .active-first .action-bar {
    border-left-color: #e00800 !important
}

.quickpay_wrapper .action-bar-wrapper .active-last .action-bar {
    border-right-color: #e00800 !important
}

.quickpay_wrapper .action-bar-wrapper .action-bar {
    border-color: #232323
}

.quickpay_wrapper .action-bar-wrapper .action-bar a {
    font-size: 19px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:768px) {
    .quickpay_wrapper .action-bar-wrapper .action-bar a {
        background: #f0f0ea
    }
}

.quickpay_wrapper .action-bar-wrapper .action-bar a.active {
    border-left-color: #e00800 !important
}

@media (min-width:768px) {
    .quickpay_wrapper .action-bar-wrapper .action-bar a.active {
        background: #fff
    }
}

.quickpay_wrapper .recharge-amount {
    padding-top: 80px
}

@media (max-width:992px) {
    .quickpay_wrapper .recharge-amount {
        padding-top: 20px
    }
}

.quickpay_wrapper .recharge-amount h2 {
    color: #232323;
    font-size: 26px;
    line-height: 33px;
    padding: 0
}

.quickpay_wrapper .recharge-amount p.head-description {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 16px
}

.quickpay_wrapper .news-section {
    padding: 0
}

@media (max-width:767px) {
    .quickpay_wrapper .news-section .add-another {
        padding: 10px 16px
    }
}

@media (max-width:767px) {
    .quickpay_wrapper .news-section .erMsgQpay {
        text-align: center
    }
}

.quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    padding: 0 16px
}

@media (max-width:767px) {
    .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .bill-inner-box {
        padding-top: 2rem
    }
}

.quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
    color: #e00800 !important;
    border-bottom: 1px solid #e00800 !important
}

.quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group .icon-error svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    top: 2.5rem;
    right: 0;
    position: absolute
}

.quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 2.4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400
}

.quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group .alert-label svg {
    display: none
}

@media (max-width:768px) and (max-width:1024px) {
    .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods.tabPortview thead {
        visibility: hidden;
        height: 1px;
        position: absolute;
        overflow: hidden;
        width: 100%
    }

    .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods.tabPortview tbody tr td {
        float: left;
        width: 100%;
        display: block;
        box-sizing: border-box;
        height: auto;
        padding: 1rem !important
    }

    .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods.tabPortview tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.75;
        color: #232323;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        margin-right: 0
    }

    .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods.tabPortview tbody tr td .dotted-input input {
        width: 100%
    }

    .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods.tabPortview .bill-inner-box ul.bill-list {
        margin-top: 2rem;
        margin-bottom: .5rem
    }
}

.quickpay_wrapper .floating-input .floating-label-input {
    margin-top: -12px
}

.quickpay_wrapper .floating-input .floating-label-input label {
    top: 0
}

.quickpay_wrapper .floating-input .floating-label-input input {
    padding: 2rem 1.66625rem .8325rem;
    height: 55px;
    padding-left: 0
}

.quickpay_wrapper .floating-input .floating-label-input .icon-error {
    display: none
}

.quickpay_wrapper .action-bar-wrapper .action-bar a svg {
    height: .875rem;
    width: 1.4rem;
    fill: #242424
}

.quickpay_wrapper .action-bar-wrapper a.active svg {
    fill: #fff
}

.add-another {
    text-align: right
}

.add-another p {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left
}

.add-another a {
    color: #232323;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    text-align: right;
    text-transform: uppercase
}

@media (max-width:767px) {
    .add-another a {
        text-align: left
    }
}

.add-another a svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-bottom: -3px
}

.change_state .disabled {
    position: relative
}

.change_state .disabled-wrapper {
    background-color: transparent !important
}

.pay-on-text-block .main-text h2 {
    color: #232323;
    font-size: 54px;
    letter-spacing: 9px;
    line-height: 68px;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 30px
}

@media (max-width:992px) {
    .pay-on-text-block .main-text h2.medium-xs {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1
    }
}

.pay-on-text-block .main-text p {
    color: #9e9d9d;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:992px) {
    .pay-on-text-block .main-text p {
        font-size: 1.25rem;
        line-height: 1.25
    }
}

.floating-input .floating-label-input {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 2.5rem;
    margin-bottom: 0;
    border: none;
    background-color: transparent
}

.floating-input .floating-label-input input {
    width: 100%;
    border: none;
    position: relative;
    z-index: 2;
    padding: 2.0825rem 1.66625rem .8325rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    outline: 0;
    height: 60px;
    box-shadow: none;
    background-position: 99% 43px;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    padding-bottom: 1px !important
}

.floating-input .floating-label-input input,
.floating-input .floating-label-input label {
    display: block;
    margin: 0;
    font-weight: 400;
    background-color: transparent;
    box-sizing: border-box
}

.floating-input .floating-label-input label {
    position: absolute;
    left: 0;
    max-width: 100%;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in-out;
    transition: .3s;
    text-align: left;
    padding: 0;
    letter-spacing: 0;
    font-size: 20px;
    top: 7px;
    height: auto;
    text-transform: capitalize;
    color: #232323
}

.floating-input .inner-icon {
    right: 0;
    top: 32%
}

.floating-input .inner-icon svg {
    stroke: #232323;
    height: 28px;
    width: 28px;
    opacity: 1;
    shape-rendering: optimizeSpeed
}

.dotted-input {
    margin-bottom: 0 !important
}

.dotted-input input {
    border: none;
    border-bottom: 1px solid #282929;
    color: #e00800;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px;
    box-shadow: none;
    outline: none;
    width: 90%;
    font-weight: 400;
    background: transparent
}

.dotted-input input:disabled:not(.datepicker) {
    border: none;
    background-color: transparent !important;
    border-bottom: 1px dashed #282929;
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px
}

.dotted-input label {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    letter-spacing: 0;
    color: #232323;
    font-size: 12px;
    line-height: .9375rem
}

.benificiary-section {
    width: 100%;
    display: none;
    background: #e1e0d9;
    padding: 80px;
    float: left;
    clear: both;
    margin-top: 70px
}

.benificiary-section .paymnet-confirmation .accepted-cards p {
    color: #232323
}

.link.ripple-effect {
    line-height: 64px
}

.setup-autopay {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 50px 25px
}

.setup-autopay h2 {
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 40px
}

.setup-autopay h2,
.setup-autopay p {
    color: #232323;
    text-align: center;
    margin: 0
}

.setup-autopay p {
    font-size: 16px;
    line-height: 24px;
    padding: 24px 0
}

.smaller li {
    margin-right: 0 !important;
    margin-left: -1px
}

.smaller li:first-child .limit-check-box input[type=radio]+label {
    border-left: 1px solid
}

.smaller li .limit-check-box input[type=radio]+label {
    padding: 7px 16px;
    margin: 0;
    border: 1px solid;
    width: 100px;
    font-size: 14px
}

.smaller li .limit-check-box input[type=radio]+label:first-child {
    border-left: 1px
}

@media (max-width:1024px) {
    .smaller li .limit-check-box input[type=radio]+label {
        width: 96px;
        padding: 7px 10px
    }
}

.smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #232323 !important
}

.clear-both {
    width: 100%;
    clear: both
}

.bg-dark-gray {
    background: #f0f0ea;
    padding: 80px 0
}

.quick-pay-success-message .consumer-register-form .form a {
    color: #232323;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px
}

.auto-load-accordians .config-accordion-wrapper {
    padding-top: 1px;
    padding-bottom: 0
}

.auto-load-accordians .config-accordion-wrapper .accordion-title h3 {
    color: #e00800
}

.auto-load-accordians .config-accordion-wrapper.config-accordion-ticked .accordion-title h3 {
    color: #454844
}

.auto-load-accordians .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-status {
    color: #e00800
}

@media (min-width:992px) {
    .auto-load-accordians .config-accordion-wrapper .config-accordion .col-sm-1 {
        width: auto
    }
}

.auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-status {
    margin: 1.9625rem 0 1.86rem;
    width: 28px;
    height: 28px;
    font-size: 1.625rem;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-title.col-sm-5 {
    margin-left: 0
}

.auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-title h3 {
    font-size: 16px;
    line-height: 19px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price {
    opacity: .9;
    color: #232323;
    font-size: 20px;
    line-height: 25px;
    text-align: right
}

@media (max-width:767px) {
    .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price {
        min-width: 140px;
        font-size: .75rem;
        line-height: 1.25;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.auto-load-accordians #addresses {
    position: relative
}

.auto-load-accordians #addresses.add-payment .view-address-row .address-edit-form-box {
    padding: 60px 0 !important
}

.auto-load-accordians #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    margin-top: 15px
}

@media (max-width:992px) {
    .auto-load-accordians #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
        max-width: 90%;
        word-break: break-word
    }
}

.auto-load-accordians #addresses .view-address-row {
    padding-bottom: 0
}

.auto-load-accordians #addresses .view-address-row .view-addresses-cards {
    display: block
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box {
    padding: 42px 0 !important
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading {
    margin-bottom: 10px
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading h4 {
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading p {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box {
    margin: 24px 0 16px
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label {
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border-color: #cecece;
    width: 138px
}

@media (max-width:767px) {
    .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label {
        width: 128px
    }
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover {
    background-color: #f8f8f8 !important
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #fff
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #e00800 !important;
    color: #fff
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .floating-input {
    margin-bottom: 0;
    margin-top: 30px;
    float: left;
    width: 100%;
    clear: both
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .floating-input .form-section {
    margin-bottom: 20px
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .floating-input p {
    width: 100%;
    float: left;
    clear: both
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .floating-input .btn {
    float: right;
    margin-top: 40px !important
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .floating-input .btn.disabled {
    color: #232323;
    background-color: #cecece;
    border-color: #cecece
}

.auto-load-accordians .added-bill-payment-section,
.auto-load-accordians .content-wrap,
.auto-load-accordians .padding50 {
    padding: 50px 0
}

.auto-load-accordians .content-wrap h4 {
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.auto-load-accordians .content-wrap p {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 10px
}

.auto-load-accordians .content-wrap .bill-inner-box {
    margin: 24px 0 16px;
    float: left;
    width: 100%
}

.auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label {
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-color: #cecece;
    width: 100px
}

.auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover {
    background-color: #f8f8f8 !important
}

.auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #fff
}

.auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #e00800 !important;
    color: #fff
}

.auto-load-accordians .content-wrap .floating-input {
    margin-bottom: 0;
    margin-top: 30px;
    float: left;
    width: 100%;
    clear: both
}

.auto-load-accordians .content-wrap .floating-input .form-section {
    margin-bottom: 20px
}

.auto-load-accordians .content-wrap .floating-input p {
    width: 100%;
    float: left;
    clear: both;
    line-height: 20px
}

.auto-load-accordians .content-wrap .floating-input .btn {
    margin-top: 40px !important
}

.auto-load-accordians .content-wrap .floating-input .btn.disabled {
    color: #232323;
    background-color: #cecece;
    border-color: #cecece
}

.auto-load-accordians .content-wrap.notifications .floating-input {
    margin-top: 10px
}

@media (min-width:786px) {
    .auto-load-accordians .content-wrap.notifications .floating-input .form-section {
        margin-bottom: 0
    }
}

@media (min-width:786px) {
    .auto-load-accordians .content-wrap.notifications .floating-input .form-section:first-child {
        padding-right: 17px
    }
}

.auto-load-accordians .content-wrap.notifications .floating-input .form-section:last-child {
    padding-left: 17px
}

.auto-load-accordians .content-wrap .btn.nextstep {
    margin-top: 2rem !important
}

.payment-options {
    float: left;
    width: 100%;
    clear: both
}

.payment-options span {
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    float: left;
    width: auto;
    font-weight: 600;
    margin-bottom: 20px
}

.payment-options span.agree {
    color: #232323;
    margin-bottom: 0
}

.payment-options a.termModal,
.payment-options span.agree {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    cursor: pointer;
    margin-left: 5px
}

.payment-options a.termModal {
    color: #e00800
}

.payment-options .checkbox-green-filled {
    float: left;
    width: auto;
    margin-bottom: 20px
}

.payment-options .checkbox-green-filled .checkbox-inline {
    margin-left: 30px
}

.payment-options .checkbox-green-filled .checkbox-inline label {
    color: #232323;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    cursor: pointer;
    margin-left: 5px
}

.payment-options .checkbox-green-filled .checkbox-inline label:before {
    height: 21px;
    width: 21px
}

.payment-options .checkbox-green-filled input[type=checkbox]:checked+label:before {
    background-size: initial
}

.payment-options .checkbox-green-filled.termCheckbox .checkbox-inline {
    margin-left: 6px;
    margin-top: 1rem
}

.checkbox-green-filled .checkbox-inline input[type=checkbox],
.checkbox-green-filled .checkbox-inline input[type=radio] {
    visibility: hidden;
    height: 24px;
    width: 24px
}

.checkbox-green-filled .checkbox-inline .floating-label:before {
    content: "";
    display: block;
    border: 1px solid #bcbcbc;
    margin-top: -8px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    margin-top: -11px;
    border-color: #6c6c6c;
    left: -5px
}

.checkbox-green-filled input[type=checkbox]:checked+label:before,
.checkbox-green-filled input[type=radio]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px 32px;
    border: none
}

.payment-due {
    padding: 40px 0 55px
}

.payment-due h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0
}

.payment-due h4,
.payment-due p {
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.payment-due p {
    font-size: 14px;
    line-height: 17px;
    clear: both;
    margin-bottom: 0
}

.payment-due .number-wrapper {
    background-color: #f0f0ea;
    padding: 32px 0 32px 48px;
    margin: 15px 0
}

@media (max-width:1024px) {
    .payment-due .number-wrapper {
        padding: 32px 0 32px 25px
    }
}

.payment-due .number-wrapper .icon,
.payment-due .number-wrapper .text {
    float: left
}

.payment-due .number-wrapper b {
    color: #232323;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    float: left;
    line-height: 12px;
    padding-top: 5px
}

.payment-due .number-wrapper span {
    color: #232323;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px
}

.payment-due .number-wrapper svg {
    margin-right: 11px;
    width: 42px;
    height: 42px
}

.payment-due-footer-btn {
    padding-top: 48px;
    padding-bottom: 50px
}

.payment-due-footer-btn .cancel {
    margin-right: 15px !important
}

.btn.disabled {
    color: #232323 !important;
    background-color: #cecece !important;
    border-color: #cecece !important
}

@media (max-width:1024px) {
    .auto-load-accordians .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 32%
    }
}

@media (max-width:768px) {
    .auto-load-accordians .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box {
        width: 50%;
        padding-bottom: 10px
    }

    .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-status {
        margin-right: 15px !important
    }

    .payment-options .checkbox-green-filled {
        width: 100%
    }

    .payment-options .checkbox-green-filled .checkbox-inline {
        margin-left: 0;
        margin-top: 5px
    }

    .payment-due-footer-btn {
        padding-top: 40px
    }

    .payment-due-footer-btn .btn-big {
        margin-bottom: 20px !important
    }
}

@media (max-width:768px) and (max-width:767px) {

    .auto-load-accordians .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat,
    .auto-load-accordians .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.pay-col {
        width: 100%
    }
}

@media (max-width:667px) {
    .smaller li .limit-check-box input[type=radio]+label {
        border-left: 1px solid
    }
}

@media (max-width:992px) {
    .mobOverlay {
        position: fixed !important;
        top: 0 !important;
        height: 100%
    }

    .added-bill-payment-section #addresses .view-address-row .view-addresses-cards.mobileRowitem .view-card-box .view-card .view-card-txt h3 {
        font-size: 16px
    }

    .close-section svg {
        height: 36px;
        width: 36px;
        fill: #fff;
        stroke: #fff;
        margin-left: .75rem
    }

    .mobHead {
        padding-top: 2rem;
        background: #000;
        color: #fff;
        margin-bottom: 2rem
    }

    .auto-load-accordians #addresses .view-address-row .address-edit-form-box.mobOverlay .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label {
        float: right
    }

    .auto-load-accordians .content-wrap p.termMessa {
        max-width: 500px;
        font-size: 1.25rem;
        line-height: 1
    }

    .payment-options .checkbox-green-filled .checkbox-inline.termCheckbox {
        margin-left: 6px;
        margin-top: 1rem
    }

    .checkbox-green-filled.termCheckbox {
        margin-top: 1rem
    }

    .termConditions .modal-dialog .modal-content .modal-header {
        text-align: center
    }

    .termConditions .modal-dialog .add-payment-card {
        text-align: left
    }

    [lang=ar] [dir=rtl] .notificationAccAutoPay .form .form-section {
        margin-bottom: 32px !important
    }

    [lang=ar] [dir=rtl] .close-section svg {
        margin-left: 0;
        margin-right: .75rem
    }

    [lang=ar] [dir=rtl] .update-id-modal.termConditions .modal-dialog .add-payment-card {
        text-align: right
    }
}

@media (max-width:992px) and (max-width:992px) {

    .address-edit-form-box.address-pay-form-box.forms-default-settings.asNeeded.setupAutoPay,
    .address-edit-form-box.address-pay-form-box.forms-default-settings.less-padding.setupAutoPay {
        width: auto !important;
        margin-left: 14px;
        margin-right: 14px
    }
}

.icon-popup__text ul li {
    padding-left: 1rem;
    color: #232323;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px
}

[lang=ar] [dir=rtl] .setupAutopay .payment-options .checkbox-green-filled .checkbox-inline label:before {
    left: auto;
    right: -13px
}

[lang=ar] [dir=rtl] .setupAutopay .payment-options .checkbox-green-filled .checkbox-inline label {
    margin-left: 0;
    margin-right: 17px
}

[lang=ar] [dir=rtl] .add-another {
    text-align: left
}

[lang=ar] [dir=rtl] .add-another p {
    text-align: right
}

[lang=ar] [dir=rtl] .add-another a {
    text-align: left
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .add-another a {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .add-another a svg {
    margin-right: 0;
    margin-left: 5px
}

[lang=ar] [dir=rtl] .smaller li {
    margin-left: 0 !important
}

[lang=ar] [dir=rtl] .smaller li:last-child .limit-check-box input[type=radio]+label {
    border-left: 1px solid
}

[lang=ar] [dir=rtl] .payment-due .number-wrapper {
    float: right;
    padding: 32px 48px 32px 0
}

[lang=ar] [dir=rtl] .payment-due .number-wrapper svg {
    margin-right: 0;
    margin-left: 11px
}

[lang=ar] [dir=rtl] .payment-options .checkbox-green-filled,
[lang=ar] [dir=rtl] .payment-options span {
    float: right
}

[lang=ar] [dir=rtl] .payment-options .checkbox-green-filled .checkbox-inline {
    margin-left: 0;
    margin-right: 30px
}

[lang=ar] [dir=rtl] .payment-options .checkbox-green-filled.termCheckbox .checkbox-inline {
    margin-left: 0;
    margin-right: 6px
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .smaller li .limit-check-box input[type=radio]+label {
        border-left: 1px solid;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (max-width:768px) and (max-width:1024px) {
    [lang=ar] [dir=rtl] .quickpay_wrapper .table-payment-methods-row .table-responsive table.table-payment-methods.tabPortview tbody tr td:before {
        margin-right: 1rem !important;
        margin-left: 0 !important
    }
}

[lang=ar] [dir=rtl] .auto-load-accordians .content-wrap.notifications .floating-input .form-section:first-child {
    padding-right: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .auto-load-accordians .content-wrap.notifications .floating-input .form-section:first-child {
        padding-left: 17px
    }
}

[lang=ar] [dir=rtl] .quickpay_wrapper .floating-input .floating-label-input input {
    padding-right: 0
}

[lang=ar] [dir=rtl] .quickpay_wrapper .form .floating-label-input label {
    padding-right: 0;
    line-height: 1.1
}

[lang=ar] [dir=rtl] .quickpay_wrapper .form .floating-label-input.has-error-fields .alert-label {
    text-align: right
}

[lang=ar] [dir=rtl] .quickpay_wrapper .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label {
    font-size: .8rem
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .quickpay_wrapper .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label {
        float: right;
        margin-right: -1px
    }
}

[lang=ar] [dir=rtl] .quickpay_wrapper .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box:last-child input[type=radio]+label {
    border-color: #cecece
}

[lang=ar] [dir=rtl] .termConditions .modal-dialog .add-payment-card {
    text-align: right
}

[lang=ar] [dir=rtl] .icon-popup__text ul li {
    padding-left: 0;
    padding-right: 1rem
}

.cancel-service .quickpay_wrapper .action-bar-wrapper {
    background-color: #f0f0ea
}

.cancel-service .quickpay_wrapper .breadcrumb-wrapper .breadcrumb {
    padding-top: 2px;
    padding-bottom: 5px
}

.cancel-service .quickpay_wrapper .breadcrumb-wrapper .breadcrumb .active,
.cancel-service .quickpay_wrapper .breadcrumb-wrapper .breadcrumb>li a {
    letter-spacing: 0
}

.cancel-service .bg-gray-simple {
    background: #f0f0ea;
    padding: 60px 0;
    padding-bottom: 150px
}

.cancel-service .form-title {
    text-align: center !important
}

.cancel-service .form-title h4 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #6c6c6c;
    margin: 0
}

.cancel-service .form-title h3 {
    font-size: 36px;
    margin-top: 10px
}

.cancel-service .text-section {
    text-align: left
}

.cancel-service .text-section h4 {
    letter-spacing: 0;
    margin-top: 60px
}

.cancel-service .text-section p {
    color: #232323;
    margin: 0;
    line-height: 21px
}

.cancel-service .btn {
    float: right
}

.cancel-service .btn.disabled {
    color: #232323;
    background-color: #cecece;
    border-color: #cecece
}

.cancel-service ul li.select2-results__option--highlighted {
    background-image: none !important
}

.quick-pay-success-message.cancel-request {
    padding-top: 165px
}

.quick-pay-success-message.cancel-request .consumer-register-form .form a {
    text-decoration: none
}

.quick-pay-success-message.cancel-request .consumer-register-form .form a.cancelbtn {
    margin-top: 20px;
    color: #e00800
}

.quick-pay-success-message.cancel-request .consumer-register-form .form a.backbtn {
    margin-top: 50px
}

.cancel-request-popup h3 {
    color: #e00800
}

.cancel-request-popup p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    margin-top: 10px
}

.cancel-request-popup .add-payment-card-btns button.active,
.cancel-request-popup .add-payment-card-btns button.active:hover {
    background-color: #232323
}

[lang=ar] .cancel-service .text-section {
    text-align: right
}

[lang=ar] .cancel-service .btn {
    float: left
}

[lang=ar] .icon,
[lang=ar] .text {
    float: right
}

.fifa_home.with_elife .main-text h1 {
    padding-top: 3.5rem
}

@media (max-width:767px) {
    .fifa_home.with_elife .main-text h1 {
        padding-top: 1.6rem
    }
}

.fifa_home.with_elife .media-cta-wrapper .media-cta-caption>div {
    padding-top: 4rem
}

.fifa_home .media-cta-wrapper .grey_wrapper_for_media_image {
    background: #f0f0ea;
    width: 50%;
    padding: 60px
}

@media (max-width:768px) {
    .fifa_home .media-cta-wrapper .grey_wrapper_for_media_image {
        width: 100%;
        padding: 40px
    }
}

.fifa_home .media-cta-wrapper .grey_wrapper_for_media_image .media-cta-photo {
    height: 100%;
    width: 100%
}

.fifa_home .media-cta-wrapper h3 {
    letter-spacing: 0
}

.fifa_home .swiper-container .swiper-slide .section-title {
    font-size: 19px
}

.fifa_home .swiper-container .swiper-slide a.btn-text-only {
    margin-left: 6px;
    text-decoration: none
}

.fifa_home .swiper-container .swiper-slide a.btn-default {
    border-width: 1px;
    padding: 0 4.5rem
}

.fifa_home .swiper-container .swiper-slide h2 {
    font-size: 3.5rem
}

@media (max-width:736px) {
    .fifa_home .swiper-container .swiper-slide h2 {
        font-size: 1.8rem
    }

    .fifa_home .swiper-container .swiper-slide h2 br {
        display: none
    }
}

.fifa_home .main-text .h2,
.fifa_home .main-text h1,
.fifa_home .main-text h2 {
    text-transform: capitalize;
    font-size: 2.2rem;
    padding-top: 4.7rem
}

@media (max-width:1024px) {

    .fifa_home .main-text .h2,
    .fifa_home .main-text h1,
    .fifa_home .main-text h2 {
        font-size: 1.4rem;
        padding-top: 3.5rem
    }
}

@media (max-width:736px) {

    .fifa_home .main-text .h2,
    .fifa_home .main-text h1,
    .fifa_home .main-text h2 {
        font-size: 1rem;
        padding-top: 2rem;
        padding-bottom: 1.7rem;
        line-height: 22px
    }
}

@media (max-width:736px) {

    .fifa_home .main-text .h2 br,
    .fifa_home .main-text h1 br,
    .fifa_home .main-text h2 br {
        display: none
    }
}

.fifa_home .icon-text-block .main-text .h2,
.fifa_home .icon-text-block .main-text h1,
.fifa_home .icon-text-block .main-text h2 {
    font-size: 2rem;
    padding-bottom: 4rem;
    padding-top: 5rem
}

@media (max-width:1024px) {

    .fifa_home .icon-text-block .main-text .h2,
    .fifa_home .icon-text-block .main-text h1,
    .fifa_home .icon-text-block .main-text h2 {
        font-size: 1.4rem;
        padding-bottom: 3rem;
        padding-top: 4rem
    }
}

@media (max-width:736px) {

    .fifa_home .icon-text-block .main-text .h2,
    .fifa_home .icon-text-block .main-text h1,
    .fifa_home .icon-text-block .main-text h2 {
        text-align: left
    }
}

.fifa_home .media-cta-caption>div>div p {
    padding-right: 10%
}

.fifa_home .see_schedule {
    color: #3d3f3f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem
}

@media (max-width:768px) {
    .fifa_home .see_schedule {
        text-align: right;
        text-decoration: underline;
        padding-top: 20px
    }
}

@media (max-width:667px) {
    .fifa_home .see_schedule {
        text-align: left
    }
}

.fifa_home .channels {
    display: inline-block;
    clear: both;
    width: 100%;
    color: #7a7a7a
}

.fifa_home .channels b {
    color: #232323
}

.fifa_home .icon-text {
    text-align: center;
    padding-bottom: 50px
}

@media (max-width:736px) {
    .fifa_home .icon-text {
        text-align: left;
        padding-bottom: 35px
    }
}

.fifa_home .icon-text .icon_wrap svg {
    padding-bottom: 15px;
    box-sizing: content-box;
    border-bottom: 1px solid #e00800
}

@media (max-width:736px) {
    .fifa_home .icon-text .icon_wrap svg {
        float: left;
        margin-right: 25px;
        border-bottom: 0
    }
}

.fifa_home .icon-text h4 {
    color: #353733;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-top: 5px
}

@media (max-width:1024px) {
    .fifa_home .icon-text h4 {
        font-size: 1rem
    }
}

@media (max-width:736px) {
    .fifa_home .icon-text h4 {
        margin-top: 0
    }
}

.fifa_home .icon-text p {
    font-size: 1rem;
    padding-top: 15px;
    padding: 0 20%
}

@media (max-width:736px) {
    .fifa_home .icon-text p {
        padding-left: 71px;
        padding-right: 15%
    }
}

.fifa_home .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td:first-child {
    padding-left: 10px
}

.fifa_home .team-group-tables .main-text h2 {
    font-size: 2rem;
    padding-bottom: 4rem;
    padding-top: 3.5rem;
    letter-spacing: 2px
}

.fifa_home .teams-group {
    padding-right: 20px;
    padding-bottom: 20px
}

.fifa_home .teams-group:nth-child(4n) {
    padding-right: 0
}

@media (max-width:768px) {
    .fifa_home .teams-group:nth-child(4n) {
        padding-right: 20px
    }

    .fifa_home .teams-group:nth-child(3n) {
        padding-right: 0
    }
}

@media (max-width:736px) {

    .fifa_home .teams-group,
    .fifa_home .teams-group:nth-child(3n),
    .fifa_home .teams-group:nth-child(4n) {
        padding-right: 0
    }
}

.fifa_home .teams-group ul {
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    margin-bottom: 0;
    background: #fff;
    float: left
}

@media (max-width:736px) {
    .fifa_home .teams-group ul {
        width: 100%
    }
}

.fifa_home .teams-group ul li {
    padding-top: 0;
    text-align: left;
    padding: 3px 0;
    border-bottom: 2px solid #e2e1da;
    float: left;
    width: 100%;
    background: #fff
}

.fifa_home .teams-group ul li:first-child {
    padding: 0;
    border-bottom: 0
}

.fifa_home .teams-group ul li:last-child {
    border: 0
}

.fifa_home .teams-group ul li h4 {
    margin: 0;
    padding: 0;
    background: #e2e1da;
    padding: 10px 20px;
    color: #232323;
    font-size: 1.2rem;
    letter-spacing: 0
}

.fifa_home .teams-group ul li img {
    padding-left: 5px;
    padding-right: 25px
}

.fifa_home .table_head {
    background-color: #e2e1da;
    text-align: center;
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 0;
    padding: 10px 0;
    margin-bottom: 30px
}

.fifa_home .table_head h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    color: #232323;
    text-align: center;
    margin: 0
}

.fifa_home .team-group-tables table {
    margin-bottom: 50px
}

.fifa_home .team-group-tables table tr td,
.fifa_home .team-group-tables table tr th {
    text-align: left;
    border-bottom: 1px solid #e2e1da;
    padding: 6px 0;
    padding-left: 30px
}

.fifa_home .team-group-tables table tr th {
    text-transform: uppercase;
    font-weight: 400;
    color: #232323
}

.fifa_home .team-group-tables .border-white table tr td,
.fifa_home .team-group-tables .border-white table tr th {
    border-bottom: 1px solid #fff
}

.fifa_home .mb10 {
    margin-bottom: 10px !important
}

.localtion-tables .main-text.bg-white {
    padding-bottom: 0
}

.localtion-tables .main-text.bg-white h2 {
    padding-bottom: 3.8rem;
    padding-top: 3.5rem
}

.localtion-tables .fifa-location-container {
    max-width: 100%;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .localtion-tables .fifa-location-container {
        max-width: 47%;
        float: left;
        margin-bottom: 60px
    }

    .localtion-tables .fifa-location-container:nth-child(odd) {
        margin-right: 3%
    }

    .localtion-tables .fifa-location-container:nth-child(2n) {
        margin-left: 3%
    }
}

.localtion-tables .fifa-location-container .map-container {
    background: #ff005a;
    min-height: 200px;
    position: relative
}

.localtion-tables .fifa-location-container .map-container svg {
    position: absolute;
    right: 11px;
    top: 13px
}

.localtion-tables .fifa-location-container .location-container span {
    text-transform: uppercase;
    margin: 1.3rem 0;
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.localtion-tables .fifa-location-container .table-container h3 {
    letter-spacing: 0;
    margin-bottom: 10px
}

.localtion-tables .fifa-location-container .table-container table {
    margin-bottom: 0 !important
}

.localtion-tables .fifa-location-container .table-container table td,
.localtion-tables .fifa-location-container .table-container table th {
    padding: .6rem 1.4rem !important
}

.localtion-tables .fifa-location-container .table-container table tbody td {
    color: #909192 !important
}

.localtion-tables .fifa-location-container .table-container table thead th {
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    margin: .5rem 0;
    display: block;
    padding-bottom: 0 !important
}

.localtion-tables .fifa-location-container .pkges-details-2-table-txt>div:first-child {
    padding-right: 0
}

.less-padded .media-cta-wrapper.col-reverse .media-cta-caption {
    margin: 0;
    padding: 0 5rem
}

@media (max-width:767px) {
    .fifa_home .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
        float: left;
        width: auto;
        display: block
    }
}

@media (max-width:736px) {
    .fifa_home .team-group-tables table tbody tr {
        display: block !important;
        overflow: hidden
    }

    .fifa_home .team-group-tables table tbody tr td {
        float: left;
        width: 100%;
        display: block
    }

    .fifa_home .team-group-tables table tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #232323;
        font-weight: 400;
        text-transform: uppercase;
        width: 50%;
        margin-right: 10px
    }

    .fifa_home .team-group-tables table tbody tr:nth-child(2n) {
        background: #f0f0ea;
        overflow: hidden
    }

    .fifa_home .team-group-tables table thead {
        visibility: hidden;
        height: 1px;
        position: absolute;
        overflow: hidden;
        width: 100%
    }

    .fifa_home.with_elife .team-group-tables .main-text h2 {
        font-size: 1rem;
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
        line-height: 28px
    }

    .fifa_home.with_elife .localtion-tables .main-text.bg-white h2 {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem
    }

    .fifa_home .showmore {
        float: left;
        padding: 0;
        border: 0;
        height: auto;
        line-height: normal;
        padding-right: 20px;
        font-size: 14px;
        background-image: url(../img/account-and-services/icon_arrow_right_dark_48@3x_Down.png);
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: 100%;
        margin-bottom: 50px
    }

    .fifa_home .hero-image {
        padding-top: 61px;
        box-sizing: content-box;
        min-height: 400px
    }
}

[lang=ar] [dir=rtl] .fifa_home .media-cta-caption>div>div p {
    padding-left: 10%;
    padding-right: 0
}

[lang=ar] [dir=rtl] .fifa_home .teams-group ul {
    padding: 0 !important
}

[lang=ar] [dir=rtl] .fifa_home .teams-group ul li {
    text-align: right
}

[lang=ar] [dir=rtl] .fifa_home .teams-group ul li img {
    padding-left: 25px;
    padding-right: 5px
}

[lang=ar] [dir=rtl] .fifa-location-container .table-container table thead th,
[lang=ar] [dir=rtl] .fifa_home .group_head {
    text-align: right
}

.bills-payments .pay-bills {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px
}

.bills-payments .pay-bills .main-text.main-text-E h2 {
    color: #6c6c6c;
    font-size: 35px;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: none !important;
    margin-bottom: 20px;
    padding-top: 0 !important
}

.bills-payments .pay-bills .main-text.main-text-E h4 {
    color: #6c6c6c;
    font-size: 20px;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0
}

.selfcare-manage-extras-action-bar-box .manage-payment-cards {
    padding: 40px 0 !important
}

.payment-method-action-cards {
    padding-top: 3rem
}

.payment-method-action-cards .emirates-cart {
    background-color: #fff;
    width: 100%;
    min-height: 250px
}

.payment-method-action-cards .emirates-cart-id {
    width: 58px;
    margin-left: 20px;
    margin-top: 20px;
    height: 38px
}

.payment-method-action-cards .emirates-cart-id svg {
    width: 100%;
    height: 100%
}

.payment-method-action-cards .tile-wrap {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
    transition: none;
    position: static;
    background: none !important;
    height: auto
}

.payment-method-action-cards .tile-wrap.tile-credit-card {
    height: 10rem;
    width: 90%
}

.payment-method-action-cards .tile-wrap.tile-credit-card .tile {
    background: #fff
}

.payment-method-action-cards .tile-wrap.tile-credit-card .tile-card-number {
    margin-top: 1.75rem
}

.payment-method-action-cards .tile-wrap.tile-credit-card .tile-specs {
    font-size: 1rem;
    color: #232323;
    text-decoration: underline
}

.payment-method-action-cards .tile-wrap.tile-credit-card .tile-tick {
    right: .8125rem;
    bottom: .625rem
}

.payment-method-action-cards .tile-wrap.tile-button-center {
    height: 10rem;
    width: 90%
}

.payment-method-action-cards .tile-wrap.tile-button-center .tile {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
}

.payment-method-action-cards .tile-wrap.tile-button-center .tile .tile-label {
    font-size: .875rem;
    color: #e00800;
    letter-spacing: .145625rem;
    position: static
}

.payment-method-action-cards .tile-wrap.tile-button-center .tile .tile-label svg {
    width: .8125rem;
    height: .8125rem;
    margin-right: .3125rem
}

.payment-method-action-cards .tile-wrap.smalltile {
    height: 4rem
}

.payment-method-action-cards .tile-wrap>.tile {
    border: 1px solid #fff;
    background-color: #fff;
    min-height: 180px;
    position: relative;
    width: 100%
}

.payment-method-action-cards .tile-wrap .tile-gray,
.payment-method-action-cards .tile-wrap.tile-no-color .tile {
    border: 1px solid #cecece
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5625rem .78125rem 0;
    border-color: #e00800 transparent transparent;
    position: absolute;
    top: 100%;
    left: .75rem
}

.payment-method-action-cards .tile-wrap .tile-color,
.payment-method-action-cards .tile-wrap .tile-option {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 0;
    transition: height .3s ease-in-out;
    background-color: #e00800;
    border-bottom: 1px solid #e00800;
    border-right: 1px solid #e00800;
    border-left: 1px solid #e00800
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile:after {
    border-color: #232323 transparent transparent
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open.tile-with-expantion-open--noarrow>.tile:after {
    border-color: transparent
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open .tile-color,
.payment-method-action-cards .tile-wrap.tile-with-expantion-open .tile-option {
    background-color: #232323;
    border-bottom-color: #232323;
    border-right-color: #232323;
    border-left-color: #232323
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open .tile-option+.tile-label+.tile-specs+.tile-tick,
.payment-method-action-cards .tile-wrap.tile-with-expantion-open.tile-wrap .tile-option+.tile-label+.tile-specs+.tile-tick {
    border-color: transparent
}

.payment-method-action-cards .tile-wrap .tile-color {
    border-color: #cecece;
    height: .5rem
}

.payment-method-action-cards .tile-wrap .tile-label {
    position: absolute;
    bottom: 2.1rem;
    left: 1.3rem;
    top: auto;
    z-index: 2;
    font-size: 1rem;
    color: #232323;
    transition: all .3s ease-in-out
}

.payment-method-action-cards .tile-wrap .tile-specs {
    position: absolute;
    bottom: .8rem;
    left: 1.3rem;
    z-index: 2;
    font-size: 1rem;
    color: #232323;
    transition: all .3s ease-in-out
}

.payment-method-action-cards .tile-wrap .tile-tick {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid #6c6c6c;
    background-color: #fff;
    transition: background-color .3s ease-in-out
}

.payment-method-action-cards .tile-wrap .tile-tick svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.payment-method-action-cards .tile-wrap .tile-option+.tile-label+.tile-specs+.tile-tick,
.payment-method-action-cards .tile-wrap .tile-option+.tile-label+.tile-tick,
.payment-method-action-cards .tile-wrap .tile-option+.tile-tick {
    border-color: #e00800
}

.payment-method-action-cards .tile-wrap>input {
    position: absolute;
    width: 90%;
    height: 87%;
    z-index: 10;
    opacity: 0;
    cursor: pointer
}

.payment-method-action-cards .tile-wrap input[type=radio]+.tile .tile-tick {
    opacity: 0
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile>.tile-color,
.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile>.tile-option,
.payment-method-action-cards .tile-wrap:hover>.tile>.tile-color,
.payment-method-action-cards .tile-wrap:hover>.tile>.tile-option,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-color,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-option,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-color,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-option {
    border: none;
    height: 102%
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile.bg-dark>.tile-label,
.payment-method-action-cards .tile-wrap:hover>.tile.bg-dark>.tile-label,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile.bg-dark>.tile-label,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile.bg-dark>.tile-label {
    color: #fff
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label,
.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label+.tile-specs,
.payment-method-action-cards .tile-wrap:hover>.tile>.tile-option+.tile-label,
.payment-method-action-cards .tile-wrap:hover>.tile>.tile-option+.tile-label+.tile-specs,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label+.tile-specs,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label+.tile-specs {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.payment-method-action-cards .tile-wrap.tile-with-expantion-open>.tile>.tile-option+.tile-label.long-tile-specs,
.payment-method-action-cards .tile-wrap:hover>.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.payment-method-action-cards .tile-wrap:hover>.tile>.tile-option+.tile-label.long-tile-specs,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-option+.tile-label.long-tile-specs,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label+.tile-specs.long-tile-specs,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-option+.tile-label.long-tile-specs {
    max-width: 70%
}

.payment-method-action-cards .tile-wrap input[type=checkbox]:checked+.tile>.tile-tick,
.payment-method-action-cards .tile-wrap input[type=radio]:checked+.tile>.tile-tick {
    border: none;
    background-color: transparent;
    opacity: 1
}

.payment-method-action-cards .tile-wrap.tile-no-color input[type=checkbox]:checked+.tile>.tile-tick svg,
.payment-method-action-cards .tile-wrap.tile-no-color input[type=radio]:checked+.tile>.tile-tick svg {
    fill: #e00800
}

.payment-method-selectors {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px
}

.payment-heading h2 {
    color: #282a2a;
    font-size: 26px;
    margin-bottom: 0
}

.payment-heading p {
    color: #282a2a;
    font-size: 18px;
    margin-bottom: 30px
}

.btn-cancel-payment {
    border-color: #fff;
    margin-right: 10px;
    color: #fff
}

.btn-cancel-payment:hover {
    color: #fff
}

.redeem-points .filters #ex2Slider {
    left: 15%
}

.redeem-points .slider {
    background: none
}

.redeem-points .slider .slider-track {
    width: 60% !important
}

.redeem-points .slider .tooltip {
    left: 15%
}

.redeem-points .slider:before {
    display: none
}

.selfcare-manage-extras-action-bar-box .slider-text2 {
    margin-top: 1%
}

.payment-method-selectors .payment-method-action-cards .destroyed {
    margin: 0 -15px
}

.wp100 {
    width: 100%
}

.payment-beneficiary-table {
    margin: 30px 0 80px
}

.payment-beneficiary-table table {
    width: 100%;
    text-align: left
}

.payment-beneficiary-table table tr {
    border-bottom: 1px solid #fff
}

.payment-beneficiary-table table tr th {
    color: #232323;
    padding: 12px
}

.payment-beneficiary-table table tr td {
    color: #232323;
    padding: 10px
}

.beneficiary-accepted-cards {
    text-align: center
}

.beneficiary-accepted-cards label {
    display: inline-block;
    margin: 0;
    height: auto;
    line-height: normal;
    margin-right: 20px;
    color: #282a2a;
    font-size: 16px;
    font-family: suiss, Arial, sans-serif;
    position: relative;
    top: -13px
}

.beneficiary-accepted-cards span {
    margin-right: 20px;
    display: inline-block
}

.beneficiary-accepted-cards span.accepted-icon {
    width: 56px;
    height: 36px
}

.beneficiary-accepted-cards span.accepted-icon svg {
    width: 100%;
    height: 100%
}

.config-tile-wrapper form.modified-form {
    display: block
}

.config-tile-wrapper form.modified-form .form-section.horizontal-checkboxes .checkbox label {
    height: auto
}

.config-tile-wrapper form.modified-form .floating-label-select {
    min-width: auto !important
}

.validity-notify {
    font-size: 20px;
    text-align: center;
    font-family: suiss, Arial, sans-serif;
    background-color: #fc0;
    padding: 40px;
    margin: 20px 0
}

.validity-notify b {
    display: block
}

.bills-payments-sucessfull {
    padding-top: 40px
}

.bills-payments-sucessfull .header-st-5 {
    margin-bottom: 20px
}

.bills-payments-sucessfull .header-st-6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px
}

.data-table-past-bills .plan-summary-circle-section-title {
    height: auto
}

.data-table .user-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 6px;
    float: left
}

.data-table .user-img img {
    max-width: 100%;
    vertical-align: top
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills thead tr th {
    font-size: .875rem;
    color: #232323
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills thead tr th:first-child {
    padding-left: 40px
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    border-color: #fff
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td:first-child {
    padding-left: 40px
}

@media (max-width:1024px) {
    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td:first-child {
        min-width: auto
    }
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart table.breakdown-bill-table {
    margin-top: 0;
    margin-bottom: 30px
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart table.breakdown-bill-table tbody tr td {
    padding: 9px 10px
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.break-down-bills-chart-wrapper td .break-down-bills-chart table.breakdown-bill-table tbody tr td:first-child {
    width: 1px;
    padding-right: 20px
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr {
    background-color: #fff
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.inactive {
    opacity: .3
}

.data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    vertical-align: middle
}

@media (min-width:768px) {
    .data-table .dataTables_wrapper .shown+tr td:first-child {
        padding-right: 40px
    }
}

[lang=ar] [dir=rtl] #custom-pie-chart .pie {
    left: 22px
}

[lang=ar] [dir=rtl] .data-table .user-img {
    margin-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    float: right
}

[lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    border-color: #fff
}

[lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td:first-child {
    padding-left: 10px;
    padding-right: 40px;
    text-align: right
}

[lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td {
    border-color: #cecece
}

[lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td:first-child {
    padding-left: 0;
    padding-right: 0;
    text-align: right
}

[lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable.data-table-past-bills.data-table-pie tbody tr td .table.breakdown-bill-list tr td:first-child {
    padding-right: 0
}

.data-table {
    margin-bottom: 80px
}

.data-table td.details-control {
    cursor: pointer
}

.data-table h2 {
    font-size: 26px;
    color: #232323
}

.data-table p {
    font-size: 16px;
    color: #6c6c6c
}

.data-table .dataTables_wrapper table {
    background-color: #fff;
    border: 1px solid #e2e1da;
    margin-top: 20px
}

.data-table .dataTables_wrapper table.dataTable thead tr th {
    background-color: #e2e1da;
    padding: 20px 10px;
    color: #232323;
    text-align: left;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
    outline: none
}

.data-table .dataTables_wrapper table.dataTable thead tr th span.outside-icon {
    position: relative;
    top: 5px;
    left: 10px
}

.data-table .dataTables_wrapper table.dataTable thead tr th.sorting_disabled span {
    display: none
}

.data-table .dataTables_wrapper table.dataTable thead tr th.dt-center {
    text-align: center
}

.data-table .dataTables_wrapper table.dataTable thead tr th.dt-center span {
    display: inline-block
}

.data-table .dataTables_wrapper table.dataTable thead tr th.sorting_asc span,
.data-table .dataTables_wrapper table.dataTable thead tr th.sorting_desc span {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px
}

.data-table .dataTables_wrapper table.dataTable thead tr th.sorting_asc span {
    background-image: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg)
}

.data-table .dataTables_wrapper table.dataTable thead tr th.sorting_desc span {
    background-image: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg)
}

.data-table .dataTables_wrapper table.dataTable thead span.arrow-hack {
    margin-left: 10px
}

.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row:hover {
    cursor: not-allowed
}

.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row td {
    color: #cecece
}

.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row td button,
.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row td span {
    color: #cecece !important;
    background-color: transparent !important
}

.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row td button:hover,
.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row td span:hover {
    background-color: transparent !important;
    cursor: not-allowed
}

.data-table .dataTables_wrapper table.dataTable tbody tr.disabled-row td input:disabled {
    background-color: transparent !important;
    -webkit-autofill: #f5f5f1 !important
}

.data-table .dataTables_wrapper table.dataTable tbody tr.odd {
    background-color: #fff
}

.data-table .dataTables_wrapper table.dataTable tbody tr.even {
    background-color: #f0f0ea
}

.data-table .dataTables_wrapper table.dataTable tbody tr td {
    padding: 15px 10px;
    color: #6c6c6c;
    font-size: 14px;
    text-align: left;
    vertical-align: middle
}

.data-table .dataTables_wrapper table.dataTable tbody tr td b {
    color: #232323
}

.data-table .dataTables_wrapper table.dataTable tbody tr td span {
    display: block
}

.data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon {
    width: 28px;
    height: 28px;
    margin: auto
}

.data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg {
    width: 100%;
    height: 100%
}

.data-table .dataTables_wrapper table.dataTable tbody tr td span .dt-primary {
    background-color: #e00800;
    color: #fff;
    padding: 1px 8px 2px;
    font-size: 10px;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input {
    background-color: transparent;
    margin-top: 8px;
    border: none;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    height: 32px;
    box-shadow: none;
    background-position: 99% 43px;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input.valid {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_consumer_24.svg);
    background-repeat: no-repeat;
    background-position: 99% 43px;
    background-size: 24px 24px
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input.datepicker:-moz-read-only {
    border-color: #353738
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input.datepicker:read-only {
    border-color: #353738
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px !important;
    height: 40px;
    color: #e00800
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input:valid {
    color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input:disabled~label,
.data-table .dataTables_wrapper table.dataTable tbody tr td input:focus~label {
    font-size: 14px
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.data-table .dataTables_wrapper table.dataTable tbody tr td input:disabled {
    background-color: transparent !important;
    -webkit-autofill: #f5f5f1 !important;
    padding-left: 0;
    padding-bottom: .7rem;
    color: #848789;
    font-size: 1.25rem;
    font-weight: 300
}

.data-table .dataTables_wrapper table.dataTable tbody tr td:first-child td {
    border-top: none
}

.data-table .dataTables_wrapper table.dataTable tbody tr td.dt-center {
    text-align: center
}

.data-table .dataTables_wrapper table.dataTable tbody tr td.dt-center span {
    display: inline-block
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data {
    border: none
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td {
    padding: 0;
    padding-right: 20px;
    border: none
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td span {
    color: #232323;
    font-size: 12px
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td input {
    width: 100%;
    margin-top: 1px
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table {
    border: 1px solid #232323
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td {
    text-align: center;
    padding: 0;
    display: table-cell
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td:before {
    display: none
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button {
    padding: 12px 10px;
    font-size: 16px;
    color: #232323;
    width: 100%;
    background-color: #fff;
    border: none;
    border-right: 1px solid #232323
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button span {
    color: #717476;
    display: inline-block
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:focus,
.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:hover {
    background-color: #e00800;
    color: #fff;
    outline: none
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:focus span,
.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:hover span {
    color: #fff
}

.data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td:last-child button {
    border-right: none
}

.data-table .dataTables_wrapper table.data-table-dynamic-detail tr td:first-child,
.data-table .dataTables_wrapper table.data-table-dynamic-detail tr th:first-child {
    padding-left: 32px
}

.data-table .dataTables_wrapper .dataTables_info {
    float: left;
    margin-top: 20px;
    color: #6c6c6c
}

.data-table .dataTables_wrapper .dataTables_paginate {
    float: right;
    margin-top: 20px
}

.data-table .dataTables_wrapper .dataTables_paginate a {
    padding: 15px 20px;
    cursor: pointer;
    color: #232323;
    font-size: 16px;
    text-transform: uppercase;
    outline: none
}

.data-table .dataTables_wrapper .dataTables_paginate a.current {
    color: #e00800
}

.data-table .dataTables_wrapper .dataTables_paginate a.next,
.data-table .dataTables_wrapper .dataTables_paginate a.previous {
    display: none
}

.data-table .dataTables_wrapper .dataTables_paginate a:hover {
    background-color: #f5f4f5;
    color: #6c6c6c
}

.data-table .dataTables_wrapper .dataTables_length {
    float: right
}

.data-table .dataTables_wrapper .dataTables_filter input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575
}

.data-table .dataTables_wrapper .dataTables_filter input:focus {
    outline: none
}

.data-table .see-all-reccords {
    float: right;
    margin-top: 20px
}

.data-table .see-all-reccords button {
    margin-left: 10px;
    cursor: pointer;
    background: none;
    border: none;
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    outline: none
}

.data-table .see-all-reccords button:hover {
    border-bottom: 1px solid #232323
}

.checkbox-single {
    width: 24px;
    height: 24px;
    position: relative;
    margin: auto;
    top: -5px
}

.checkbox-single>* {
    position: absolute;
    left: 0;
    top: 3px
}

.checkbox-single .checkbox-visible {
    border: 1px solid #6c6c6c;
    width: 24px;
    height: 24px;
    margin: 2px;
    background: #fff;
    border-radius: 50px
}

.checkbox-single>input[type=checkbox] {
    z-index: 1;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translatex(-50%) translatey(-50%);
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: 0
}

.checkbox-single>input:checked+.checkbox-visible {
    background: #e00800;
    border-color: #e00800;
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px
}

.break-down-bills-chart {
    padding-bottom: 10px;
    padding-bottom: 50px
}

.break-down-bills-chart h2 {
    margin-bottom: 35px;
    letter-spacing: 0
}

.progress-bar-new-wrapper {
    position: relative
}

.progress-bar-new-wrapper span {
    color: #232323
}

.progress-bar-new-wrapper span small {
    font-size: 20px;
    color: #232323
}

.progress-bar-new-wrapper .rental-charge-text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    color: #232323;
    width: 60px
}

.progress-bar-new-wrapper .rental-charge-text span {
    font-size: 30px;
    border-bottom: 6px solid #289d79;
    color: #232323
}

.progress-bar-new-wrapper .rental-charge-text label {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.progress-bar-new-wrapper .calls-text {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #232323;
    width: 60px
}

.progress-bar-new-wrapper .calls-text span {
    font-size: 30px;
    border-bottom: 6px solid #f2dc3f;
    color: #232323
}

.progress-bar-new-wrapper .calls-text label {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.progress-bar-new-wrapper .one-time-text {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #232323;
    width: 60px
}

.progress-bar-new-wrapper .one-time-text span {
    font-size: 30px;
    border-bottom: 6px solid #873567;
    color: #232323
}

.progress-bar-new-wrapper .one-time-text label {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.progress-bar-new-wrapper .data-text {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    color: #232323;
    width: 60px
}

.progress-bar-new-wrapper .data-text span {
    font-size: 30px;
    border-bottom: 6px solid #ff6631;
    color: #232323
}

.progress-bar-new-wrapper .data-text label {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.progress-bar-new {
    position: relative;
    height: 235px;
    width: 235px;
    margin: auto
}

.progress-bar-new div {
    position: absolute;
    height: 235px;
    width: 235px;
    border-radius: 50%
}

.progress-bar-new div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 175px;
    height: 217px;
    width: 217px;
    left: 8.5px;
    top: 9.5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

.progress-bar-new div span label {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: normal
}

.progress-bar-new div span label.total {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    width: auto;
    clear: both;
    display: block;
    margin-top: -73px;
    padding: 17px;
    position: relative;
    font-size: 20px
}

.progress-bar-new div span label.total:before {
    content: " ";
    position: absolute;
    letter-spacing: 0;
    border-top: 1px solid #afafaf;
    height: 1px;
    top: 8px;
    width: 83px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.pie .progress-bar-total span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 145px;
    height: 180px;
    width: 180px;
    left: 10px;
    top: 10px;
    text-align: center;
    z-index: 1;
    color: #232323;
    background-color: #fff;
    border-radius: 50%
}

.pie .progress-bar-total span small {
    font-size: 18px;
    color: #232323
}

.pie .progress-bar-total span label {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #232323
}

.pie .progress-bar-total span label.total {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    width: auto;
    clear: both;
    display: block;
    margin-top: -60px;
    padding: 17px;
    position: relative;
    font-size: 20px
}

.pie .progress-bar-total span label.total:before {
    content: " ";
    position: absolute;
    letter-spacing: 0;
    border-top: 1px solid #afafaf;
    height: 1px;
    top: 8px;
    width: 85px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.progress-bar-new-wrapper .calls-text span,
.progress-bar-new-wrapper .data-text span,
.progress-bar-new-wrapper .one-time-text span,
.progress-bar-new-wrapper .rental-charge-text span {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    min-width: 62px
}

.progress-bar-new .background {
    background-color: #b3cef6
}

.progress-bar-new .rotate {
    clip: rect(0 100px 200px 0);
    background-color: #4b86db;
    transition: transform 1s
}

.progress-bar-new .left {
    clip: rect(0 100px 200px 0);
    opacity: 1;
    background-color: #b3cef6
}

.progress-bar-new .right {
    clip: rect(0 100px 200px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db
}

.rotate.calls {
    background-color: #f2dc3f;
    transition: transform 2s linear;
    transform: rotate(-4deg);
    clip: rect(1px 63px 198px 0)
}

.rotate.rental-charge {
    background-color: #289d79;
    transition: transform 2s linear;
    transform: rotate(116deg);
    clip: rect(0 73px 226px 0)
}

.rotate.rental-charge:hover {
    background-color: #00130d
}

.rotate.one-time {
    background-color: #873567;
    transform: rotate(128deg);
    clip: rect(23px 62px 137px 0)
}

.rotate.data,
.rotate.one-time {
    transition: transform 2s linear
}

.rotate.data {
    background-color: #ff6631;
    transform: rotate(235deg);
    clip: rect(0 99px 233px 0)
}

.calls.highlight,
.data.highlight,
.one-time.highlight,
.rental-charge.highlight {
    background-color: #d8d8d8
}

.rental-list.highlight {
    color: #d8d8d8;
    border-color: #d8d8d8
}

.rental-list.highlight td {
    border: 1px solid #d8d8d8
}

.calls-list.highlight {
    color: #d8d8d8
}

.calls-list.highlight td {
    border: 1px solid #d8d8d8
}

.one-time-list.highlight {
    color: #d8d8d8
}

.one-time-list.highlight td {
    border: 1px solid #d8d8d8
}

.data-list.highlight {
    color: #d8d8d8
}

.data-list.highlight td {
    border: 1px solid #d8d8d8
}

.breakdown-bill-table {
    width: 100%;
    border: none !important
}

.breakdown-bill-table tr:first-child td {
    border-top: none !important;
    min-width: auto !important
}

.breakdown-bill-table tr td {
    border-top: 1px solid #cecece !important;
    padding: 10px 20px 10px 0;
    color: #232323 !important;
    font-size: 16px !important;
    padding-left: 0 !important
}

.breakdown-bill-table tr td label {
    color: #e00800
}

.breakdown-bill-table tr td .indicator-one-time {
    background-color: #873567;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: block
}

.breakdown-bill-table tr td .indicator-data {
    background-color: #ff6631;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: block
}

.breakdown-bill-table tr td .indicator-calls {
    background-color: #f2dc3f;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: block
}

.breakdown-bill-table tr td .indicator-sms {
    background-color: #4b35c5;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: block
}

.breakdown-bill-table tr td .indicator-extras {
    background-color: #e46dba;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: block
}

.breakdown-bill-table tr td .indicator-rental-charge {
    background-color: #289d79;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: block
}

.data-table-dynamic-child {
    padding-bottom: 40px
}

@media screen and (max-width:768px) {
    .table-recharge-wrapper {
        padding: 0 15px;
        padding-bottom: 280px
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th {
        padding: 15px;
        height: 75px;
        background-color: transparent
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th.dt-center {
        text-align: center
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th.dt-center span {
        display: inline-block
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th.dt-head {
        display: none
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th .checkbox-single {
        margin-left: 0;
        top: -6px
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th .checkbox-single input {
        width: 232px
    }

    .data-table .dataTables_wrapper table.dataTable thead tr th:after {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 13px;
        color: #232323;
        font-size: 14px;
        margin-left: 38px;
        margin-top: 1px;
        position: absolute
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr {
        display: block
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        text-align: left
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td span.hidden-xs {
        display: none !important
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        color: #232323;
        font-size: 13px;
        width: 60%;
        text-align: left
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td.noLabelTD:before {
        width: 0
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td.dt-first:before {
        margin-left: 35px;
        font-size: 14px;
        font-weight: 400;
        text-transform: none
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td:last-child {
        border-bottom: 0
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon {
        width: 28px;
        height: 28px;
        float: left;
        margin-top: 10px;
        margin: 0
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg {
        width: 100%;
        height: 100%
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td span .dt-primary {
        background-color: #e00800;
        color: #fff;
        padding: 1px 8px 2px;
        font-size: 10px;
        font-style: normal;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: -2px
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td.dt-center {
        text-align: right
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td.dt-center span {
        display: inline-block
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td input {
        width: 140px
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .checkbox-single {
        margin-left: 0;
        top: 5px
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .checkbox-single input {
        width: 232px
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data {
        border: none;
        width: 50%;
        float: right
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td {
        padding: 0;
        padding-right: 20px;
        border: none;
        display: block;
        height: auto;
        padding-bottom: 20px
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td:before {
        display: none
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td input {
        width: 100%
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table {
        border: 1px solid #232323
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td {
        text-align: center;
        padding: 0;
        display: table-cell;
        height: auto
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td:before {
        display: none
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button {
        padding: 12px 10px;
        font-size: 16px;
        color: #232323;
        width: 100%;
        background-color: #fff;
        border: none;
        border-right: 1px solid #232323
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button span {
        color: #717476;
        display: inline-block
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:focus,
    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:hover {
        background-color: #e00800;
        color: #fff;
        outline: none
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:focus span,
    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td button:hover span {
        color: #fff
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .recharge-table-data tr td table tr td:last-child button {
        border-right: none
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .break-down-bills-chart {
        padding-bottom: 0;
        width: 100%
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .break-down-bills-chart table.breakdown-bill-table {
        margin-bottom: 20px
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .break-down-bills-chart table.breakdown-bill-table .rental-list {
        border-bottom: none
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .break-down-bills-chart table.breakdown-bill-table tr td:first-child {
        width: 1% !important
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .break-down-bills-chart table.breakdown-bill-table td {
        display: table-cell !important;
        width: 25%;
        height: 64px;
        float: none !important
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr td .break-down-bills-chart table.breakdown-bill-table td:before {
        display: none !important
    }

    .data-table .dataTables_wrapper table.dataTable tbody tr:nth-of-type(2n) {
        border-bottom: 1px solid #f0f0ea
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-pie tr td.break-down-bills-chart-wrapper:before {
        width: auto !important
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-dynamic-detail thead {
        display: none
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-dynamic-detail tr td,
    .data-table .dataTables_wrapper table.dataTable.data-table-dynamic-detail tr th {
        padding-left: 22px
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills thead {
        display: none
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td:first-child {
        padding-left: 15px
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd {
        background-color: #fff
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd td {
        border-color: #f0f0ea
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td.dataTables_empty {
        text-align: center !important
    }

    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td.dataTables_empty:before {
        display: none
    }

    .data-table .dataTables_info,
    .data-table .see-all-reccords {
        width: 100%;
        text-align: center
    }

    .data-table .dataTables_paginate {
        width: 100%;
        text-align: center;
        margin-bottom: 40px
    }
}

@media screen and (max-width:768px) and (max-width:767px) {
    .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd td {
        border-bottom: 1px solid #cecece
    }
}

[lang=ar] [dir=rtl] .data-table .dataTables_wrapper table.dataTable tbody tr td:before {
    float: right;
    text-align: right
}

@media (max-width:1024px) {
    .bills-payments .floating-label-input.new-amount label {
        top: -25px
    }

    .table-payment-methods-row .table-responsive table.table-payment-methods tr th {
        font-size: 12px;
        padding-left: 15px !important
    }
}

@media (max-width:1365px) {
    .pkgs-addons-methods .new-amount {
        margin-left: 2rem
    }
}

.help-support #getInTouch h2 {
    color: #282a2a;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 5rem
}

@media (max-width:768px) {
    .help-support #getInTouch h2 {
        padding: 0 20px
    }
}

.help-support .row-tiles>.container-fluid {
    background-color: transparent
}

.help-support .mainhead {
    margin-bottom: 60px;
    margin-top: 30px
}

.help-support .subhead {
    margin-bottom: 35px;
    margin-top: 70px
}

.help-support .page-nav-wrap .affix-top {
    background: #fff
}

.help-support .page-nav-wrap.bg-white {
    background-color: #fff;
    margin-bottom: 30px
}

.help-support .page-nav-wrap.bg-white .page-nav li a:hover {
    color: #000;
    border-bottom: 0;
    background-color: transparent;
    border-bottom: 4px solid #e00800 !important
}

.help-support .page-nav-wrap.bg-white .page-nav li a.active {
    border-bottom: 4px solid #e00800 !important;
    background: transparent
}

.help-support .page-nav-wrap.nav-updated {
    background-color: transparent
}

.help-support .userprofile-summary {
    background: none
}

.help-support .userprofile-summary:before {
    display: none
}

@media (min-width:992px) {
    .help-support .userprofile-summary .userprofile-summary-middle {
        padding: 2.7rem 0 2rem
    }
}

.help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name h3 {
    color: #232323;
    font-size: 26px;
    line-height: 33px
}

.help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name .user-dropdown {
    z-index: 3;
    overflow-y: hidden
}

.help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg {
    margin-left: 0
}

.help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #191819;
    font-size: 16px;
    line-height: 20px
}

.help-support .userprofile-summary .user-info .user-info-img {
    width: 100px
}

.help-support .userprofile-summary .user-info .userprofile-profile-pic-container {
    width: 85px;
    height: 85px;
    margin-right: 18px
}

.help-support .userprofile-summary .user-info .userprofile-profile-pic-container .overlay-image {
    width: 85px;
    height: 85px
}

.help-support .upload-section {
    padding-top: 25px
}

@media (max-width:736px) {
    .help-support .upload-section .form-section {
        padding-right: 0 !important
    }
}

.help-support .upload-section .table-responsive {
    border: none !important;
    margin-top: 20px !important
}

.help-support .upload-section .inputfile+label {
    line-height: 0;
    text-align: center !important;
    margin-bottom: 0;
    padding: 25px 10px !important
}

@media (max-width:768px) {
    .help-support .upload-section .inputfile+label {
        display: table
    }
}

@media (max-width:736px) {
    .help-support .upload-section .inputfile+label {
        width: 100%;
        max-width: 100%;
        padding-right: 0
    }
}

.help-support .upload-section .upload-field .form-title span {
    color: #232323;
    font-size: 16px;
    letter-spacing: 2.33px;
    line-height: 17px;
    text-align: center
}

.help-support .upload-section .accept {
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    display: block;
    float: left;
    clear: both;
    margin-top: 8px
}

.help-support .upload-section .table.table-with-borders {
    margin-bottom: 0;
    text-align: left;
    border: none
}

.help-support .upload-section .table.table-with-borders tr td {
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 48px;
    padding: 10px 0;
    border-bottom: 1px solid #9b9b9b !important
}

.help-support .upload-section .table.table-with-borders tr td:last-child {
    text-align: right
}

.help-support .upload-section .table.table-with-borders tr td img {
    width: 49px;
    height: 61px;
    margin-right: 15px
}

.help-support .upload-section .table.table-with-borders tr td svg {
    padding-top: 20px;
    box-sizing: content-box;
    cursor: pointer
}

.help-support .upload-section .table tbody tr td {
    padding-left: 0 !important
}

.help-support .forms-default-settings .consumer-register-form .visualCaptcha {
    margin-top: 30px
}

.help-support .user-profile-primary.bg-green {
    margin-right: 8px
}

.help-support #blockUnblock .block-url-checks.inline-checkboxes-wrap .checkbox input[type=checkbox]+label {
    margin-bottom: 0;
    margin-top: 14px;
    padding-left: 30px
}

.help-support .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td[colspan="6"] {
    padding-left: 10px !important
}

.support-hostry-tab h2.b2c-sub-heading {
    color: #282a2a;
    margin-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 44px
}

@media (min-width:768px) {
    .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box {
        float: right
    }
}

@media (max-width:767px) {
    .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box ul.bill-list li {
        width: 50%
    }
}

.support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list .limit-check-box input[type=checkbox]:checked+label {
    background-color: #e00800;
    color: #fff
}

.support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
    border-color: #cecece;
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: auto;
    min-width: 100px;
    padding: 15px 16px;
    text-transform: uppercase
}

.support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover {
    background-color: #f8f8f8;
    color: #232323 !important;
    border-color: #cecece !important
}

@media (max-width:992px) {
    .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
        min-width: 60px;
        padding: 15px 5px
    }
}

.support-hostry-tab .smaller li .limit-check-box input[type=radio]:checked+label {
    color: #fff !important
}

.support-hostry-tab.track-your-complaint .track-your-complaint-head h2.b2c-sub-heading {
    margin-top: 0;
    padding-top: 32px;
    margin-bottom: 0;
    border-bottom: none
}

.support-hostry-tab.track-your-complaint .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #e00800;
    color: #fff
}

.support-hostry-tab.track-your-complaint .userprofile-summary .change-user .userprofile-profile-name-clients-name {
    text-align: left
}

.support-hostry-tab.track-your-complaint .userprofile-summary .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .icon {
    position: relative;
    top: 5px
}

.support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
    width: 25%;
    float: right;
    margin-right: 15px;
    margin-top: -22px
}

@media only screen and (max-width:1440px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
        width: 21%
    }
}

@media only screen and (max-width:1280px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
        width: 25%;
        margin-bottom: 30px !important
    }
}

@media only screen and (max-width:1024px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
        width: 50%;
        margin-bottom: 30px !important
    }
}

@media only screen and (max-width:768px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
        width: 50%;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
        width: 100%
    }
}

.support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section.history-search {
    margin-top: 1px !important
}

@media only screen and (max-width:768px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section.history-search {
        margin-bottom: 5px !important
    }
}

.support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box {
    margin-top: 22px !important;
    width: 100%
}

@media only screen and (max-width:1440px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box {
        width: 100%
    }
}

.support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box .bill-list {
    width: auto;
    float: right;
    margin-right: 20px
}

@media only screen and (max-width:1440px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box .bill-list {
        width: auto;
        float: right;
        margin-right: 20px
    }
}

@media only screen and (max-width:1280px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box .bill-list {
        width: auto;
        float: right;
        margin-right: 0
    }
}

@media only screen and (max-width:1024px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box .bill-list {
        width: 100%;
        float: right;
        margin-bottom: 20px;
        margin-right: 0
    }
}

@media only screen and (max-width:768px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box .bill-list {
        width: auto;
        float: right;
        margin-right: 0;
        margin-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box .bill-list {
        width: 100%;
        margin-left: 0
    }
}

.support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
    min-width: 88px;
    padding: 15px 12px
}

.support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .eligibility-check {
    padding: 40px 0 !important
}

@media only screen and (max-width:768px) {
    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .eligibility-check {
        text-align: center
    }

    .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .eligibility-check .eligibility-check-text {
        margin-bottom: 40px
    }
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table {
    margin-top: 0
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td:first-child {
    padding-left: 32px
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status {
    text-align: center
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .mainhead h3 {
    font-size: 20px;
    line-height: 19px;
    text-transform: capitalize;
    letter-spacing: 0
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .mainhead h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    margin-bottom: 40px;
    letter-spacing: 0;
    display: inline-block;
    font-weight: 700
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .mainhead h4 span {
    font-size: 14px;
    text-transform: lowercase;
    letter-spacing: 0;
    display: inline-block !important;
    font-weight: 400;
    color: #232323
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .mainhead p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    letter-spacing: 0
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .history-status li {
    width: 122px
}

@media (max-width:736px) {
    .support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .history-status li {
        width: 70px
    }
}

@media (max-width:375px) {
    .support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td .history-nav.expacted-complaint-status .history-status li {
        width: 68px
    }
}

.support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.expacted-complaint-status-wrapper td:before {
    display: none
}

.support-hostry-tab.track-your-complaint .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td .history-nav.expacted-complaint-status .history-status li span {
    color: #9b9b9b !important;
    font-size: 11px !important
}

.support-hostry-tab.track-your-complaint .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td .history-nav.expacted-complaint-status .history-status li span.sumbitStatus {
    color: #232323 !important;
    font-weight: 500 !important
}

@media (max-width:736px) {
    .support-hostry-tab.track-your-complaint .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td .history-nav.expacted-complaint-status .history-status li span {
        font-size: 11px !important
    }
}

.support-hostry-tab.track-your-complaint .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td .history-nav.expacted-complaint-status .history-status li span.status {
    margin: auto
}

.history-search {
    margin-bottom: 50px !important;
    margin-top: -20px !important
}

.customtab button.active {
    background-color: #ccc
}

.custom_tabcontent {
    display: none
}

.history-nav {
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
    text-align: center
}

.history-status {
    padding: 0;
    list-style: none;
    display: inline-block
}

@media (max-width:736px) {
    .history-status {
        margin: 0 !important;
        width: 100% !important
    }
}

.history-status li {
    text-align: center;
    position: relative;
    width: 100px;
    float: left;
    padding-top: 33px;
    text-transform: uppercase
}

@media (max-width:736px) {
    .history-status li {
        width: 93px
    }
}

@media (max-width:414px) {
    .history-status li {
        width: 75px
    }
}

.history-status li span.status {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    border: 2px solid #e00800;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.history-status li span.status:after {
    content: "";
    display: block;
    width: 98px;
    height: 2px;
    position: absolute;
    top: 0;
    background-color: #e00800;
    left: 28px;
    top: 13px
}

@media (max-width:736px) {
    .history-status li span.status:after {
        width: 90px
    }
}

@media (max-width:414px) {
    .history-status li span.status:after {
        width: 65px
    }
}

.history-status li span.status.current:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: #e00800;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 6px auto
}

.history-status li span.status.completed:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/self-care-profile/icon_checkbox_radio_selected_business_16@2x.png);
    background-repeat: no-repeat;
    background-size: 32px;
    position: absolute;
    top: -3px;
    left: -3px
}

.history-status li span {
    color: #9b9b9b;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    display: block
}

@media (max-width:736px) {
    .history-status li span {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:414px) {
    .history-status li span {
        font-size: 12px;
        line-height: 14px
    }
}

.history-status li span:last-child {
    color: #9b9b9b;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding-top: 3px
}

@media (max-width:736px) {
    .history-status li span:last-child {
        font-size: 12px;
        font-size: 10px
    }
}

.history-status li:last-child span.status:after {
    display: none
}

.history-status.historyStatusBullets li span.submitStatus {
    color: #9b9b9b;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding-top: 3px
}

@media (max-width:736px) {
    .track-report-content .history-status {
        margin: 0 !important;
        width: auto !important
    }
}

.chat-history-header {
    clear: both;
    text-align: left;
    float: left
}

.chat-history-header h4 {
    color: #232323;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 5px
}

.chat-history-header p {
    color: #6c6c6c;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0
}

.user-chat {
    float: left;
    width: 100%;
    background-color: #f0f0ea;
    padding-bottom: 40px;
    margin-top: 40px;
    padding: 0 40px 40px
}

.user-chat .chat-time {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    display: block;
    padding: 1rem 0 .3rem 3rem
}

.user-chat .user-pic {
    float: left;
    padding-right: 15px
}

.user-chat .user-pic img,
.user-chat .user-pic svg {
    width: 30px;
    height: 30px;
    padding: 0
}

.user-chat .message {
    float: left;
    text-align: left;
    width: 80%
}

.user-chat .message p {
    color: #282a2a;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    background-color: #e2e1da;
    padding: 10px;
    margin-bottom: 2px;
    display: inline-block
}

.user-chat .user {
    margin-top: 25px
}

.user-chat .system .user-pic {
    float: right;
    padding-left: 15px;
    padding-right: 0
}

.user-chat .system .chat-time {
    display: block;
    padding: 1rem 3rem .3rem;
    text-align: right
}

.user-chat .system .message {
    float: right
}

.user-chat .system .message p {
    background-color: #e00800;
    color: #fff;
    float: right
}

.chat-history-footer {
    float: left;
    width: 100%;
    margin-top: 40px
}

.chat-history-footer .conversation-count {
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    float: left;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 0
}

.chat-history-footer .see-full-conversation {
    float: right
}

.chat-history-footer .see-full-conversation a {
    color: #e00800;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    margin-left: 24px;
    text-transform: uppercase;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.chat-history-footer .see-full-conversation a:first-child {
    padding-top: 3px
}

.chat-history-tabs-content {
    padding: 80px 0
}

.chat-history-tabs-content .form-submit {
    margin-top: 50px
}

.qa-heading h4 {
    color: #232323;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    margin: 55px 0 25px
}

@media (max-width:768px) {
    .qa-heading .smaller ul {
        display: table;
        width: 100%
    }
}

@media (max-width:1024px) {
    .qa-heading .smaller li {
        display: table-cell;
        float: none !important
    }
}

.qa-heading .smaller li .limit-check-box input[type=radio]+label {
    color: #232323;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    letter-spacing: 3px;
    border: 1px solid #353738;
    border-left: 0;
    padding: 18px 0;
    width: 234px;
    background-color: transparent;
    position: relative
}

@media (min-width:1025px) and (max-width:1439px) {
    .qa-heading .smaller li .limit-check-box input[type=radio]+label {
        width: 170px;
        margin-left: 1px
    }
}

@media (max-width:1024px) {
    .qa-heading .smaller li .limit-check-box input[type=radio]+label {
        width: 176px;
        font-size: 16px
    }
}

@media (max-width:768px) {
    .qa-heading .smaller li .limit-check-box input[type=radio]+label {
        width: auto;
        font-size: 1rem;
        padding: 14px 0
    }
}

.qa-heading .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #e00800 !important;
    color: #e00800 !important
}

.qa-heading .smaller li .limit-check-box input[type=radio]:checked+label:before {
    content: "";
    display: block;
    width: 0;
    background-color: #e00800 !important;
    height: 64px;
    float: left;
    top: -1px;
    position: absolute;
    left: -2px
}

@media (max-width:768px) {
    .qa-heading .smaller li .limit-check-box input[type=radio]:checked+label:before {
        height: 54px
    }
}

.qa-heading .smaller li:first-child .limit-check-box input[type=radio]+label {
    border-left: 1px solid;
    background: transparent
}

.support-accordion-wrap .qa-accordain-wrap .bg-lighter {
    background-color: transparent
}

.qa-accordain-wrap #qaccordion {
    border-bottom: 1px solid #e2e1da
}

.qa-accordain-wrap .compact-mode .qaccordion {
    display: none
}

.qa-accordain-wrap .compact-mode .qaccordion:nth-child(-n+5) {
    display: block
}

.qa-accordain-wrap .viewall {
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    display: block
}

.ls0,
.ls0 li {
    letter-spacing: 0 !important
}

.bg-green {
    background-color: #e00800 !important;
    color: #fff !important
}

.bg-plain-grey {
    background-color: #f0f0ea !important;
    background: #f0f0ea !important
}

.help-support .visualCaptcha {
    background: #f0f0ea
}

.custom-nav-tabs .page-nav-wrap .dropdown-menu li {
    margin-right: 30px;
    margin-left: 0
}

@media (max-width:736px) {
    .custom-nav-tabs .page-nav-wrap .dropdown-menu li {
        margin-right: 0;
        padding-left: 15px;
        box-sizing: border-box
    }
}

.custom-nav-tabs .page-nav-wrap .dropdown-menu li a {
    padding: 20px 0
}

.complaint-section .head {
    color: #232323;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 15px
}

.complaint-section .desc {
    color: #232323;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

.complaint-section .upload-field label {
    display: inline-table;
    padding: 7px !important
}

.complaint-success .chat-success .registration-complete-icon .successMsgIcon {
    width: 220px
}

.complaint-success .chat-success h3 {
    margin-top: 10px
}

.complaint-success p.p-paragraph {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    font-size: 16px;
    line-height: 19px
}

.qa-accordion-toggle {
    cursor: pointer;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e2e1da
}

.qa-accordion-toggle svg {
    display: none;
    float: left;
    padding-right: 15px;
    box-sizing: content-box;
    margin-top: 4px
}

.qa-accordion-toggle .collapsed {
    display: block
}

.qa-accordion-toggle.selected .collapsed {
    display: none
}

.qa-accordion-toggle.selected .expanded {
    display: block;
    margin-top: 12px
}

.qa-accordion-content {
    display: none;
    padding: 10px 30px 25px 35px;
    color: #232323
}

.qa-accordion-content.default {
    display: block;
    padding: 10px 30px 25px 35px
}

.help-action-bar {
    background: #fff;
    text-align: center;
    padding: 26px 0;
    margin-top: 30px;
    margin-bottom: 80px
}

.help-action-bar.bg-lighter {
    background-color: #f0f0ea !important
}

.help-action-bar label {
    margin-bottom: 0;
    margin-right: 15px;
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400
}

@media (max-width:1024px) {
    .help-action-bar label {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.help-action-bar .btn {
    min-width: 208px
}

@media (max-width:736px) {
    .help-action-bar .btn {
        margin-bottom: 10px !important
    }
}

.help-action-bar .btn.no {
    margin-right: 24px !important
}

@media (max-width:736px) {
    .help-action-bar .btn.no {
        margin-right: 0 !important
    }
}

.help-action-bar a svg {
    width: 20px;
    height: 20px
}

.further-assisatnce {
    margin-bottom: 80px;
    padding: 45px 30px 40px;
    text-align: left
}

.further-assisatnce label {
    margin-bottom: 35px;
    margin-right: 0
}

.further-assisatnce a {
    display: inline-block;
    margin-right: 30px
}

.further-assisatnce a svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 .5rem
}

.further-assisatnce a span {
    text-decoration: underline;
    color: #e00800;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .further-assisatnce {
        padding-left: 0;
        padding-right: 0
    }
}

.qa-success {
    margin-bottom: 80px
}

.logged-out-tabs {
    margin-bottom: 0 !important;
    padding-bottom: 40px
}

.faq-main-head h2 {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 60px
}

.faq-main-head h2,
.faq-main-head h4 {
    color: #282a2a;
    line-height: 38px;
    letter-spacing: 0
}

.faq-main-head h4 {
    font-size: 30px;
    margin-bottom: 50px
}

.support-image-table-section {
    margin-top: 35px
}

.support-image-table-section .text-and-table {
    padding: 0
}

.support-image-table-section .text-and-table .text-and-table-table {
    padding-bottom: 0
}

.support-image-table-section .text-and-table .text-and-table-table .table-title {
    padding-bottom: 5px
}

.support-image-table-section .text-and-table .text-and-table-table .table-title h4 {
    color: #232323;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase
}

.support-image-table-section .text-and-table .text-and-table-table .row-text-table h6 {
    text-transform: uppercase;
    color: #232323;
    font-size: 14px
}

.support-image-table-section .text-and-table .text-and-table-table .row-text-table p {
    font-size: 14px;
    line-height: 20px
}

.support-image-table-section .text-and-table .text-and-table-table .row>div:last-child {
    padding: 0
}

.track-report-content .support-image-table-section {
    margin-top: 35px
}

.track-report-content .support-image-table-section .text-and-table {
    padding: 0
}

.track-report-content .support-image-table-section .text-and-table .text-and-table-table {
    padding-left: 0;
    padding-bottom: 15px
}

.track-report-content .support-image-table-section .text-and-table .text-and-table-table .table-title {
    padding-bottom: 5px
}

.track-report-content .support-image-table-section .text-and-table .text-and-table-table .table-title h4 {
    color: #6c6c6c;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase
}

.track-report-content .support-image-table-section .text-and-table .text-and-table-table .row-text-table h6 {
    text-transform: uppercase;
    color: #232323;
    font-size: 14px
}

.track-report-content .support-image-table-section .text-and-table .text-and-table-table .row-text-table p {
    font-size: 14px;
    line-height: 20px
}

.track-report-content .support-image-table-section .text-and-table .text-and-table-table .row>div:last-child {
    padding: 0
}

.pb10 {
    padding-bottom: 10px !important
}

.topic-accordians .config-accordion-wrapper {
    padding-top: 1px !important;
    padding-bottom: 0 !important
}

.topic-accordians .config-accordion-wrapper .config-accordion {
    padding: 29px 0
}

.topic-accordians .config-accordion-wrapper .config-accordion .accordion-title {
    margin-left: 0
}

.topic-accordians .config-accordion-wrapper .config-accordion .accordion-title h3 {
    color: #232323;
    letter-spacing: 0
}

.topic-accordians .config-accordion-wrapper .config-accordion .accordion-arrow svg {
    stroke: #232323;
    fill: #232323;
    margin-top: 10px
}

.tab-content-inner {
    padding: 40px 0 80px
}

.download-links {
    margin-top: 25px;
    border-bottom: 1px solid #e2e1da
}

.download-links a {
    cursor: pointer;
    display: block;
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e2e1da
}

.download-links a svg {
    float: left;
    padding-right: 15px;
    box-sizing: content-box;
    margin-top: 0
}

.download-links.arrow-right svg {
    padding-right: 0;
    float: none;
    margin-top: 0;
    padding-left: 5px;
    height: 18px;
    width: 18px;
    margin-bottom: -5px
}

.viewall-links {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    display: block
}

.track-report h2 {
    color: #282a2a;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0
}

.track-support-table {
    background-color: #fff !important;
    background: #fff !important;
    padding-bottom: 4rem
}

h4.video-title {
    color: #232323;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 0
}

span.video-time {
    color: #232323;
    font-size: 14px;
    line-height: 18px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.extrapad {
    padding: 80px 0 60px !important
}

.chat-downloaded {
    text-align: center;
    color: #909192;
    font-size: 14px;
    margin-top: 35px;
    line-height: 20px
}

.chat-downloaded span {
    border-top: 1px solid #e2e1da;
    width: 100%;
    display: inline-block;
    position: relative
}

.chat-downloaded span font {
    position: absolute;
    top: -11px;
    background: #f0f0ea;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100px
}

.chat-downloaded p {
    margin-top: 5px
}

.accounts-wrapper.payment-due {
    padding: 40px 0
}

.accounts-wrapper.payment-due h4 {
    color: #232323;
    letter-spacing: 0
}

.accounts-wrapper .account-tiles-wrapper {
    float: left;
    width: 100%;
    background: #f0f0ea;
    margin-bottom: 12px
}

.accounts-wrapper .help-support .userprofile-summary .user-info {
    margin-bottom: 10px 0
}

@media (min-width:768px) and (max-width:991px) {
    .accounts-wrapper .help-support .userprofile-summary .user-info {
        min-height: 130px
    }
}

.accounts-wrapper .help-support .userprofile-summary .user-info .user-info-img {
    width: 55px
}

.accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-pic-container {
    width: 42px;
    height: 42px;
    margin-right: 0
}

.accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name h3 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 7px
}

.accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    font-weight: 600;
    padding: 2px 6px;
    font-size: 9px
}

.accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #191819;
    font-size: 15px
}

.accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-amount {
    color: #232323;
    font-size: .7rem
}

@media (max-width:992px) {
    .accounts-wrapper .help-support .userprofile-summary .user-info.change-user {
        margin-bottom: 0
    }
}

.registration-complete .registration-complete-icon .successMsgIcon {
    width: 220px
}

.search-categories-loggedout {
    min-height: 200px !important;
    height: auto !important;
    position: absolute;
    top: 310px;
    overflow: unset;
    z-index: 2 !important
}

.search-categories-loggedout.swiper-container .swiper-slide {
    background-color: transparent
}

@media (max-width:767px) {
    .search-categories-loggedout {
        top: 110px
    }
}

@media (max-width:420px) {
    .search-categories-loggedout {
        top: 85px
    }
}

.support-tab-box-wrap .tab-box-wrap .tab-box-slide .rect-responsive {
    min-height: 450px
}

#support-search-form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-results__option {
    padding-left: 1rem !important
}

@media (min-width:1440px) {
    #support-search-form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-dropdown {
        top: 0 !important
    }
}

@media (min-width:993px) {
    .data-table #DataTables_Table_0_wrapper.dataTables_wrapper table.dataTable tbody tr td:before {
        display: none
    }
}

@media (max-width:992px) {
    .chat-history-tabs-content.profile-payment-methods.container-fluid {
        width: 100%
    }
}

@media (max-width:767px) {
    .track-report-request.search-categories-loggedout {
        top: 160px
    }
}

@media (max-width:420px) {
    .track-report-request.search-categories-loggedout {
        top: 200px
    }
}

.successMsgIcon {
    width: 220px
}

.userprofile-summary.supportEnh .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-colr: #e00800;
    color: #fff
}

.support-hostry-tab.track-your-complaint .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td .history-nav.expacted-complaint-status .history-status li span.status.pend-attac:before {
    background: #232323;
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 6px auto
}

.status.closed:before,
.support-hostry-tab.track-your-complaint .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td .history-nav.expacted-complaint-status .history-status li span.status.closed:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64_disable.svg);
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 32px;
    position: absolute;
    top: -3px;
    left: -3px
}

.mngCrLimit p {
    font-size: 16px;
    line-height: 1.38;
    color: #232323
}

.mngCrLimit p a {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800
}

.mngCrLimit p a:hover {
    text-decoration: underline
}

.mngCrLimit p.grayNote {
    font-size: 14px;
    margin-top: 1.5rem;
    margin-bottom: 0
}

.mngCrLimit .estAmt {
    font-size: 18px;
    margin: 2rem 0 1rem
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle {
    padding-bottom: 1rem
}

@media (max-width:992px) {
    .mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info {
        margin-bottom: 0
    }
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-pic-container {
    width: 64px;
    height: 64px;
    margin-right: 8px
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #232323;
    font-size: 14px;
    line-height: 20px
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    font-size: 12px
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name {
    margin-bottom: 0
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name h3 {
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px
}

.mngCrLimit .help-support .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name p {
    color: #232323;
    font-size: 14px;
    margin: 2px 0;
    line-height: 17px
}

.mngCrLimit .infoTooltip {
    position: relative;
    vertical-align: middle
}

[lang=ar] [dir=rtl] .qa-heading .smaller li:first-child .limit-check-box input[type=radio]+label {
    border-left: 0 solid;
    background: transparent
}

[lang=ar] [dir=rtl] .topic-accordians .config-accordion-wrapper .config-accordion .accordion-title {
    margin-right: 0
}

[lang=ar] [dir=rtl] .qa-accordain-wrap .viewall,
[lang=ar] [dir=rtl] .viewall-links {
    text-align: left
}

[lang=ar] [dir=rtl] .download-links a svg {
    float: right;
    padding-right: 0;
    padding-left: 15px
}

[lang=ar] [dir=rtl] .download-links.arrow-right svg {
    float: right;
    padding-left: 0;
    padding-right: 10px;
    transform: rotate(180deg)
}

[lang=ar] [dir=rtl] .history-status li {
    float: right
}

[lang=ar] [dir=rtl] #support-search-form .category-dropdown .select2.select2-container .select2-selection__rendered img,
[lang=ar] [dir=rtl] #support-search-form .category-dropdown .select2.select2-container .select2-selection__rendered svg {
    margin-left: 1rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] #support-search-form .category-dropdown.fixpadding .select2-container.select2-container--open .select2-results__option {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

[lang=ar] [dir=rtl] #support-search-form .category-dropdown .select2-container.select2-container--open .select2-results__option img {
    margin-left: 1rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .history-status li span.status:after {
    left: auto;
    right: 28px
}

[lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-clients-parameters svg {
    margin-right: 0;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea label {
    right: 20px;
    left: 0
}

[lang=ar] [dir=rtl] .help-support .upload-section .accept {
    float: right
}

[lang=ar] [dir=rtl] .help-support .upload-section .table.table-with-borders tr td {
    text-align: right
}

[lang=ar] [dir=rtl] .help-support .upload-section .table.table-with-borders tr td:last-child {
    text-align: left
}

[lang=ar] [dir=rtl] .help-support .upload-section .table.table-with-borders tr td img {
    margin-right: 0;
    margin-left: 15px
}

[lang=ar] [dir=rtl] .custom_tabcontent .forms-default-settings .consumer-register-form .inline-checkboxes-wrap div.checkbox-inline {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 2rem !important
}

[lang=ar] [dir=rtl] .history-filter .smaller.pull-right {
    float: left !important
}

[lang=ar] [dir=rtl] .chat-history-tabs-content form {
    float: right;
    clear: both
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .chat-history-tabs-content form {
        width: 100%
    }
}

[lang=ar] [dir=rtl] .further-assisatnce {
    text-align: right
}

[lang=ar] [dir=rtl] .further-assisatnce a {
    margin-right: 0;
    margin-left: 30px
}

[lang=ar] [dir=rtl] .chat-history-header h4,
[lang=ar] [dir=rtl] .qa-main .qa-heading h4 {
    text-align: right
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .history-nav .history-status {
        width: 100%
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box {
        float: left
    }
}

[lang=ar] [dir=rtl] .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box ul.bill-list,
[lang=ar] [dir=rtl] .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box ul.bill-list li {
    float: left
}

@media (max-width:1024px) {
    [lang=ar] [dir=rtl] .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-inner-box ul.bill-list label {
        font-size: .7rem
    }
}

@media only screen and (max-width:767px) {
    [lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list li {
        width: 100%
    }
}

[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
    font-size: 12px;
    min-width: 80px;
    padding: 15px 12px
}

[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
    float: left;
    margin-left: 15px;
    margin-right: 0
}

@media only screen and (max-width:768px) {
    [lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .forms-default-settings .consumer-register-form .form.modified-form .form-section .filter-sort-by {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .userprofile-summary .change-user .userprofile-profile-name-clients-name {
    text-align: right
}

[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .userprofile-summary .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .icon {
    position: relative;
    top: 5px
}

[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .userprofile-summary .user-info .userprofile-profile-name-container {
    margin-right: 20px
}

[lang=ar] [dir=rtl] .download-links.arrow-right svg {
    padding-right: 0;
    float: none;
    padding-left: 5px
}

[lang=ar] [dir=rtl] .qa-accordion-toggle svg {
    float: right;
    padding-right: 0;
    padding-left: 15px
}

[lang=ar] [dir=rtl] .ar-col-float .col-md-offset-3.page-nav-menu-wrap {
    margin: auto !important
}

[lang=ar] [dir=rtl] .custom-nav-tabs .page-nav-wrap .page-nav-menu-wrap .dropdown-menu li {
    margin-right: 0;
    margin-left: 30px
}

[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
[lang=ar] [dir=rtl] .support-hostry-tab.track-your-complaint .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td:first-child {
    padding-right: 17px;
    text-align: right
}

.support-search-banner-wrapper {
    z-index: 0;
    max-height: 400px
}

.support-search-banner-wrapper .hero-images-ver-H .form .search-group .form-group input.form-control {
    font-size: 1.25rem;
    font-family: suiss, Arial, sans-serif;
    text-transform: capitalize
}

.support-search-banner-wrapper .heading-bigger {
    text-transform: uppercase
}

@media (min-width:768px) {
    .support-search-banner-wrapper .heading-bigger {
        font-size: 2.25rem !important
    }
}

.support-search-results-wrapper .top-results {
    background-color: #fff
}

.support-search-results-wrapper .top-results .top-result-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.support-search-results-wrapper .top-results .top-result-container .top-result-item {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #232323;
    min-height: 240px
}

@media (min-width:768px) {
    .support-search-results-wrapper .top-results .top-result-container .top-result-item {
        width: 30%;
        margin-bottom: 0
    }
}

.support-search-results-wrapper .top-results img {
    width: 100%
}

.support-search-results-wrapper .top-results h3,
.support-search-results-wrapper .top-results h4 {
    color: #232323;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.support-search-results-wrapper .top-results h4 {
    cursor: pointer
}

.support-search-results-wrapper .top-results h4:hover {
    color: #e00800
}

.support-search-results-wrapper .top-results .desc {
    padding: .5rem 1rem
}

.support-search-results-wrapper .search-results-items {
    padding: 0;
    padding-top: 2.5rem
}

.support-search-results-wrapper .search-results-items .search-results-item {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #232323;
    margin-bottom: 1.5rem
}

.support-search-results-wrapper .search-results-items .search-results-item>div {
    display: inline-block;
    width: 100%;
    padding-right: 2rem
}

.support-search-results-wrapper .search-results-items .search-results-item>div a {
    font-family: suiss, Arial, sans-serif
}

.support-search-results-wrapper .search-results-items .search-results-item>div p {
    font-size: 1rem;
    line-height: 1.25rem
}

.support-search-results-wrapper .search-results-items .search-results-item img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem
}

.support-search-results-wrapper .search-results-items .search-results-item img+div {
    width: calc(100% - 100px - 1rem)
}

.support-search-results-wrapper .search-results-items .search-results-item:last-child {
    border-bottom: none
}

.support-search-results-wrapper .pagination {
    padding-left: 0;
    margin-top: -1rem;
    overflow: hidden;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    vertical-align: top
}

.support-search-results-wrapper .pagination li {
    width: 48px;
    height: 48px;
    list-style: none
}

.support-search-results-wrapper .pagination li:hover {
    background-color: #f5f4f5
}

.support-search-results-wrapper .pagination a {
    color: #232323;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-family: suiss, Arial, sans-serif
}

.support-search-results-wrapper .pagination .active a {
    color: #e00800
}

.support-logout-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0;
    letter-spacing: 0
}

@media (min-width:768px) {
    .tab-box-wrap input[type=radio]:checked+div {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:768px) {
    .support-tab-box-wrap .tab-box-wrap input[type=radio]:checked+div {
        display: -ms-flexbox;
        display: flex
    }
}

.support-tab-box-wrap .tab-box-text .faq-list ul li {
    list-style: none;
    margin-bottom: 0
}

.support-cross-nav-wrapper .half {
    width: 48%;
    margin-left: 0;
    margin-right: 0
}

.contact-our-help-section {
    background: #fff;
    padding: 3rem 0
}

.support-video-wrapper .pop-up-video {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.support-video-wrapper .video-container .col-sm-4 {
    padding: 0 1rem;
    margin-bottom: 2rem
}

.support-video-wrapper .video-container .col-sm-4:nth-child(3n+1) {
    padding-left: 0
}

.support-video-wrapper .video-container .col-sm-4:nth-child(3n+3) {
    padding-right: 0
}

.video-player-pop-up .modal-dialog {
    max-width: 80% !important
}

.video-player-pop-up .modal-dialog .modal-content {
    background: transparent
}

.video-player-pop-up .modal-dialog .modal-content .close {
    position: absolute;
    top: 1rem;
    right: 7rem;
    z-index: 9
}

.video-player-pop-up .modal-dialog .modal-body {
    padding: 0
}

.video-player-pop-up .modal-dialog .modal-body iframe {
    min-height: 540px
}

.support-tabs-wrapper {
    margin-top: -61px;
    z-index: 1
}

.support-tabs-wrapper .help-and-support-tab .cross-nav-wrapper .cross-nav-module,
.support-tabs-wrapper .support-get-in-touch .cross-nav-wrapper .cross-nav-module {
    margin-bottom: 0 !important
}

.support-tabs-wrapper .help-and-support-tab h2,
.support-tabs-wrapper .support-get-in-touch h2 {
    margin-top: 2rem
}

.supportGetinTouchATG .support-tabs-wrapper {
    margin-top: 0
}

.support-chat-form-container .form-submit {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.tabs-chat .action-bar a.active {
    background: #fff;
    color: #e00800;
    text-align: center
}

.support-chat-wrapper {
    min-height: 700px;
    width: 720px
}

.chat-container {
    padding-bottom: 80px
}

.chat-container .chat-banner {
    background: #e00800;
    height: 50px;
    position: relative
}

.chat-container .chat-banner p {
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin: 0
}

.chat-container .chat-banner a {
    position: absolute;
    color: #fff;
    top: .85rem;
    right: 1rem
}

.chat-container .chat-banner a svg {
    fill: #fff
}

.chat-container .chat-tabs .action-bar a {
    padding: 15px;
    width: 50%;
    display: block;
    float: left;
    margin-right: 0 !important;
    text-transform: uppercase;
    text-align: center
}

.chat-container .chat-tabs .action-bar a+a {
    margin-right: 0 !important
}

.chat-container .chat-input {
    position: absolute;
    width: 100%;
    bottom: 0
}

.chat-container .chat-input input {
    width: 100%;
    height: 75px;
    color: #909192;
    padding: 1rem;
    border: 0;
    outline: none;
    box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, .19)
}

.chat-form-heading {
    margin-top: 3rem;
    margin-bottom: 1rem
}

.chat-form-heading h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 28px;
    margin-bottom: 5px
}

.chat-form-heading p {
    color: #909192
}

.chat-success {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 450px;
    text-align: center
}

.chat-success h3 {
    color: #e00800;
    letter-spacing: 0
}

.chat-success p {
    color: #909192
}

.chat-connecting .loader {
    width: 100px;
    height: 100px;
    transform: scale(.72);
    margin: 0 auto
}

.chat-connecting p {
    color: #909192;
    text-align: center
}

.chat-connection {
    background: #fff;
    height: 50px;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .19);
    z-index: 999
}

.chat-connection p {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.chat-connection label {
    position: absolute;
    right: 1rem;
    top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 50px;
    display: block
}

.chat-connection label.status:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    top: 16px;
    left: -25px;
    position: absolute
}

.chat-connection label.connected:after {
    background: #e00800
}

.chat-connection label.dis-connected:after {
    background: #909192
}

.help-support-loged-out .subhead {
    color: #232323;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0
}

.having-issue-label label {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 48px;
    margin-bottom: 0
}

.chat-add {
    background: #fff;
    padding: 1.5rem;
    padding-left: 2.5rem;
    clear: both
}

.chat-add .chat-add-box img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem
}

.chat-add .chat-add-box img+div {
    width: calc(100% - 100px - 1rem)
}

.chat-add .chat-add-box div {
    display: inline-block;
    width: 100%;
    padding-right: 2rem
}

.chat-add .chat-add-box div a {
    font-family: suiss, Arial, sans-serif
}

.chat-add .chat-add-box div p {
    font-size: 1rem;
    line-height: 1.25rem
}

.chat-popup-wrapper .modal-dialog {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%
}

.chat-popup-wrapper.modal .modal-content .form .floating-label-input {
    margin-top: 0 !important
}

.track-your-complaint.support-hostry-tab .form .floating-label-input label {
    font-family: Arial
}

[lang=ar] [dir=rtl] .video-player-pop-up .modal-dialog .modal-content .close {
    right: auto;
    left: 7rem
}

.reach-support {
    padding-top: 1rem
}

.reach-support .bg-lighter,
.reach-support .support-cross-nav-wrapper {
    background-color: transparent
}

#check-availability-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    transition: height .3s ease-in-out
}

#check-availability-map .gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin-top: 1rem;
    background: #fff
}

#check-availability-map .error {
    display: block;
    position: relative;
    width: 70%;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    color: #e00800;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    z-index: 2
}

#check-availability-map .more-details-box {
    background: #fff;
    top: 5%;
    left: 48%;
    overflow: hidden
}

#check-availability-map .more-details-box .box-section .dynamic-value {
    color: #232323
}

#check-availability-map .more-details-box .box-section p {
    letter-spacing: .6px
}

#check-availability-map .more-details-box .box-section .header-name {
    margin-bottom: 1.5rem;
    color: #e00800;
    letter-spacing: 0
}

#check-availability-map .more-details-box .box-section .header-name h4,
#check-availability-map .more-details-box .box-section .header-name h5 {
    font-size: 1rem;
    margin: 0
}

#check-availability-map .more-details-box .box-section .box-section-body p {
    margin-bottom: 1rem
}

#check-availability-map .more-details-box .box-section .box-section-body ul li {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

#check-availability-map .more-details-box .box-section .box-section-footer .contact-info-no svg {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 6%
}

#check-availability-map .more-details-box .box-section .box-section-footer .btn-footer-container {
    text-align: center;
    margin: 1.625rem auto
}

#check-availability-map .more-details-box .box-section .border-bottom {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 1rem
}

#check-availability-form .select2-selection__rendered>div {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

#check-availability-form .category-dropdown .select2-results__option--highlighted,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true] {
    overflow: visible;
    position: relative
}

#check-availability-form .category-dropdown .select2-results__option--highlighted>div:before,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true]>div:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -4px;
    height: 100%;
    border-left: 4px solid #e00800;
    padding-left: 1rem
}

#check-availability-form .category-dropdown .select2-results__option--highlighted>div.store-basket:before,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-basket:before {
    border-color: #ff8100
}

#check-availability-form .category-dropdown .select2-results__option--highlighted>div.store-bag:before,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-bag:before {
    border-color: #e00800
}

#check-availability-form .category-dropdown .select2-results__option--highlighted>div.store-payment:before,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-payment:before {
    border-color: #fc0
}

#check-availability-form .category-dropdown .select2-results__option--highlighted>div.store-wifi:before,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-wifi:before {
    border-color: #fb193f
}

#check-availability-form .category-dropdown .select2-results__option--highlighted>div.store-business:before,
#check-availability-form .category-dropdown .select2-results__option[aria-selected=true]>div.store-business:before {
    border-color: #e00800
}

#check-availability-form .category-dropdown .select2-results__option svg {
    vertical-align: top
}

@media (min-width:992px) {

    #check-availability-form .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option--highlighted>div,
    #check-availability-form .form.custom-dd .category-dropdown .select2-container.select2-container--open .select2-results__option[aria-selected=true]>div {
        padding-left: 2rem
    }
}

@media (min-width:1441px) {
    select#mapFilter {
        height: 64px
    }
}

@media (max-width:1440px) {
    select#mapFilter {
        height: 48px
    }
}

.search-group .input-group,
.search-group select {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.search-group .search-btn {
    background-color: hsla(204, 2%, 53%, .1);
    border: 0
}

.search-group .check-availability-style {
    display: block;
    padding: 38px 24px;
    background-color: #fbfbfb
}

.search-group .check-availability-style #pac-input {
    padding-right: 18%;
    border: 0
}

.search-group .check-availability-style .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 0;
    height: 48px;
    box-shadow: none;
    color: #232323 !important;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    opacity: .8;
    padding: 6px 50px
}

.search-group .check-availability-style span {
    display: none
}

.search-group .check-availability-style span.input-group-addon {
    padding: 9px;
    border: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    z-index: 9;
    opacity: 1;
    border-left: 1px solid #d8d8d8;
    margin: 8px 0
}

.search-group .check-availability-style span.input-group-addon.input-icon {
    left: 0;
    right: auto;
    display: table-cell;
    border: 0;
    margin: 5px 0
}

.search-group .check-availability-style span.input-group-addon.input-icon img {
    width: 16px;
    min-height: 21px;
    margin: 0
}

.search-group .check-availability-style span.input-group-addon svg {
    height: 15px;
    width: 15px;
    margin-top: 0;
    fill: #e00800;
    stroke: #e00800
}

@media (min-width:414px) {
    .search-group .check-availability-style #pac-input {
        padding-right: 28%
    }

    .search-group .check-availability-style span .btn {
        padding: 0 1rem
    }

    .search-group .check-availability-style span a {
        color: #242424;
        line-height: 3rem
    }
}

@media (min-width:425px) {
    .search-group .check-availability-style #pac-input {
        padding-right: 20%
    }

    .search-group .check-availability-style span .btn {
        padding: 0 1rem
    }

    .search-group .check-availability-style span a {
        color: #242424;
        line-height: 3rem
    }
}

@media (min-width:768px) {
    .search-group .check-availability-style #pac-input {
        padding-right: 20%
    }

    .search-group .check-availability-style span .btn {
        padding: 0 1rem
    }

    .search-group .check-availability-style span a {
        color: #242424;
        line-height: 3rem
    }
}

@media (min-width:992px) {
    .search-group .check-availability-style #pac-input {
        padding-right: 20%
    }

    .search-group .check-availability-style span .btn {
        padding: 0 1rem
    }

    .search-group .check-availability-style span a {
        color: #242424;
        line-height: 3rem
    }

    .check-availability-wrap .tiles-content .check-availability-header .search-group .search-btn {
        height: 3rem
    }
}

@media (min-width:1440px) {
    .check-availability-wrap .search-group .check-availability-style #pac-input {
        padding-right: 18%
    }

    .check-availability-wrap .search-group .check-availability-style span .btn {
        padding: 0 1.5rem
    }

    .check-availability-wrap .search-group .check-availability-style span a {
        color: #242424;
        line-height: 4rem
    }
}

.check-availability-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    height: 650px
}

.check-availability-wrap .search-style {
    display: block
}

.check-availability-wrap .my-current-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 0;
    -ms-flex-pack: center;
    justify-content: center
}

.check-availability-wrap .my-current-location svg {
    height: 18px;
    width: 14px;
    margin-right: 5px
}

.check-availability-wrap .my-current-location a {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 20px
}

.check-availability-wrap .map-container {
    position: relative;
    width: 100%
}

.check-availability-wrap .map-container .background-map {
    position: relative;
    transition: height .3s ease-in-out
}

.check-availability-wrap .map-container .background-map.closed {
    min-height: 150px
}

.check-availability-wrap .map-container .background-map .map-filter {
    position: relative;
    display: block
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav {
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
    margin: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list.topnav-swiper-container.swiper-container-horizontal {
    width: 100%
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list .nav {
    padding-left: 0;
    width: 100%
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul {
    float: left;
    margin: 0;
    list-style: none
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
    float: left;
    letter-spacing: 1.6px
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.swiper-slide {
    width: auto
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active {
    border: 0;
    border-bottom: 4px;
    border-style: solid;
    font-weight: 900
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.green-b {
    border-color: #e00800
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.dark-gray {
    border-color: #242424
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.orange-b {
    border-color: #232323
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.sandy-green-b {
    border-color: #567a6a
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.purple-b {
    border-color: #fb193f
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.light-green-b {
    border-color: #bee70d
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.dark-green-b {
    border-color: #e00800
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li.active.yellow-b {
    border-color: #fc0
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    text-transform: uppercase
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 12rem;
    margin-left: 10%;
    height: 650px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
    z-index: 1;
    -ms-flex: 1 2 31%;
    flex: 1 2 31%;
    overflow: hidden;
    background-color: #fff
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
    width: 100%;
    overflow-y: scroll
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide::-webkit-scrollbar {
    width: 4px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e00800
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container {
    background-color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #d8d8d8;
    transition: all .2s ease;
    width: 100%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail {
    z-index: 15;
    transition: all .2s ease
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .item-title .close {
    display: block !important
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short {
    transition: all .2s ease
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-basket {
    border-color: #ff8100
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-bag {
    border-color: #e00800
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-machine {
    border-color: #fc0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-wifi {
    border-color: #fb193f
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short.store-business {
    border-color: #e00800
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
    cursor: pointer;
    padding: .5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    border-top: 5px solid #fff;
    transition: all .2s ease-in-out
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
    position: relative
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon img {
    width: 2rem;
    height: 2rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle {
    position: relative;
    width: 44px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle input[type=checkbox] {
    opacity: 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #e00800;
    transition: all .3s ease-in-out
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle input[type=checkbox]:checked+label:after {
    transition: all .3s ease-in-out;
    left: 35%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:after,
.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:before {
    width: 100%;
    height: 18px;
    background: #8d8e80;
    border-radius: 9px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .toggle label:after {
    width: 28px;
    height: 28px;
    top: -5px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
    letter-spacing: 0;
    color: #232323;
    margin-bottom: 5px;
    margin-right: 24px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin-right: 24px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
    width: 100%;
    position: relative
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title .close {
    padding: 7px;
    border: 0;
    line-height: 0;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 1;
    display: none
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title .close svg {
    height: 24px;
    width: 24px;
    margin-top: 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long {
    width: 100%;
    position: relative;
    z-index: 14;
    padding: 0 1.5rem 1.5rem;
    display: none
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .location-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .location-details .title {
    color: #232323
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .location-details .title img {
    margin-right: 5px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .location-details .more-details {
    padding: 0 0 0 14px;
    border: 0;
    line-height: 0;
    opacity: 1;
    border-left: 1px solid #d8d8d8
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .location-details .more-details img {
    margin: 5px 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .location-details img {
    height: 24px;
    min-height: 24px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-top: 10px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item.more-info {
    display: none
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .details-icon {
    font-weight: 700;
    margin-right: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .details-icon img {
    height: 17px;
    min-height: 17px;
    margin-right: 5px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .details-desc {
    color: #232323
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .close-btn {
    position: absolute;
    right: 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .close-btn i {
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .close-btn .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .close-btn .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .close-btn .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .details-item .close-btn .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.net-2g .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #fc0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.net-3g .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #bee70d
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.net-4g .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #e00800
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1rem 2.25rem;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 1px -1px 6px 0 rgba(0, 0, 0, .25);
    z-index: 9;
    position: relative;
    background: #fff
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
    color: #909192;
    letter-spacing: 1.2px;
    position: relative
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager .pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12.5px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager .pager-arrows {
    height: inherit;
    width: 25%;
    color: #909192;
    letter-spacing: 1.2px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
    position: relative;
    -ms-flex: 2 1 75%;
    flex: 2 1 75%;
    overflow: hidden
}

.check-availability-wrap .map-container .background-map .map-filter .swiper-slide {
    position: static
}

.check-availability-wrap .selection .checkbox,
.check-availability-wrap .selection .radio {
    margin-top: 0;
    margin-bottom: 0
}

.check-availability-wrap .selection p {
    color: #232323;
    font-size: .8em;
    margin: 0
}

.check-availability-wrap .selection .checkbox label {
    position: relative;
    padding-left: 3rem
}

.check-availability-wrap .selection .checkbox label .btn-text.view-more {
    line-height: 2
}

.check-availability-wrap .selection .checkbox input[type=checkbox],
.check-availability-wrap .selection .checkbox input[type=radio] {
    visibility: hidden;
    display: none
}

.check-availability-wrap .selection .checkbox input[type=checkbox]+.check-label:before,
.check-availability-wrap .selection .checkbox input[type=checkbox] h3:before,
.check-availability-wrap .selection .checkbox input[type=radio]+.check-label:before,
.check-availability-wrap .selection .checkbox input[type=radio] h3:before {
    content: " ";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    height: 33px;
    width: 33px;
    border: 1px solid #b5b5b5;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.check-availability-wrap .selection .checkbox input[type=checkbox]:checked+.check-label:before,
.check-availability-wrap .selection .checkbox input[type=checkbox]:checked h3:before,
.check-availability-wrap .selection .checkbox input[type=radio]:checked+.check-label:before,
.check-availability-wrap .selection .checkbox input[type=radio]:checked h3:before {
    border: 1px solid #e00800;
    box-shadow: inset 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.check-availability-wrap .selection .checkbox input[type=checkbox]:checked+.check-label:after,
.check-availability-wrap .selection .checkbox input[type=checkbox]:checked h3:after,
.check-availability-wrap .selection .checkbox input[type=radio]:checked+.check-label:after,
.check-availability-wrap .selection .checkbox input[type=radio]:checked h3:after {
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    background: #719e18;
    left: 17px
}

.check-availability-wrap .selection h3 {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: normal;
    font-size: 1.25rem;
    color: #232323
}

.check-availability-wrap .selection h3.new:after {
    content: "New";
    padding: 2px 8px;
    background: #ffd8b0;
    color: #ff8100;
    font-size: .8em;
    text-transform: uppercase;
    margin-left: 10px;
    position: absolute
}

.check-availability-wrap .selection strong {
    color: #232323;
    display: block
}

.check-availability-wrap .btn-text.btn-green:before {
    display: none
}

.check-availability-wrap .switch-check-availability {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .25);
    z-index: 999;
    position: relative;
    margin: 0
}

.check-availability-wrap .switch-check-availability .switcher {
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    color: #242424;
    border-bottom: 4px solid #fff;
    -ms-flex-line-pack: center;
    align-content: center
}

.check-availability-wrap .switch-check-availability .switcher svg {
    height: 20px;
    width: 16px;
    margin-right: 1rem;
    stroke: #e00800
}

.check-availability-wrap .switch-check-availability .switcher.active,
.check-availability-wrap .switch-check-availability .switcher:active,
.check-availability-wrap .switch-check-availability .switcher:checked,
.check-availability-wrap .switch-check-availability .switcher:hover {
    color: #e00800;
    border-bottom-color: #e00800;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25)
}

.check-availability-wrap .selection-type {
    padding: 8px 24px
}

.check-availability-wrap .swiper-container-map .swiper-button-next,
.check-availability-wrap .swiper-container-map .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    margin-top: -4px;
    z-index: 6;
    cursor: pointer;
    background-size: 30px 20px;
    background-position: 50%;
    background-repeat: no-repeat
}

.check-availability-wrap .swiper-container-map .swiper-button-next.swiper-button-disabled,
.check-availability-wrap .swiper-container-map .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.check-availability-wrap .swiper-container-map .swiper-button-prev,
.check-availability-wrap .swiper-container-map .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.check-availability-wrap .swiper-container-map .swiper-button-next,
.check-availability-wrap .swiper-container-map .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.check-availability-wrap .swiper-container-map .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.check-availability-wrap .swiper-container-map .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.check-availability-wrap .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
.check-availability-wrap .swiper-container-map .swiper-pagination-custom,
.check-availability-wrap .swiper-container-map .swiper-pagination-fraction {
    color: #909192;
    letter-spacing: 1.2px;
    position: relative;
    padding: 0;
    margin: 0 10px;
    width: auto;
    padding: .5rem 0 0
}

.check-availability-wrap .check-availability-header h2 {
    font-size: 1.625rem;
    letter-spacing: 2.2px;
    margin-bottom: 0
}

.check-availability-wrap .check-availability-header .my-current-location a {
    font-size: .875rem
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
    padding-top: .325rem;
    padding-bottom: .325rem;
    margin: 0 .3%
}

.check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
    font-size: .6875rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
    height: 26rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
    padding: .5rem 1.875rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
    padding-left: 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
    height: 30px;
    width: 30px;
    margin-right: .625rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
    font-size: 1rem;
    margin-bottom: 2px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
    font-size: .8125rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
    font-size: .875rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
    width: 18%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
    text-align: center
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
    padding: 1.25rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
    letter-spacing: 0;
    font-size: .85rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: inherit
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container #check-availability-map,
.check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
    min-height: 342px
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
    top: 10%;
    left: 36%;
    width: 100%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
    padding: 1.125rem 1.125rem 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
    letter-spacing: .6px;
    font-size: .75rem
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
    margin-bottom: 1rem;
    letter-spacing: 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
    font-size: 1.125rem;
    letter-spacing: 0
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
    font-size: .875rem;
    padding-top: 4%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
    font-size: .75rem;
    padding-left: 8%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
    margin-top: 14%
}

.check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
    font-size: .625rem;
    line-height: .25rem;
    padding: .25rem .5rem;
    height: 2.5rem
}

.check-availability-wrap .swiper-container-map .swiper-button-next,
.check-availability-wrap .swiper-container-map .swiper-button-prev {
    top: 45%;
    width: 15px;
    height: 12px;
    margin-top: -2px
}

.check-availability-wrap .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
.check-availability-wrap .swiper-container-map .swiper-pagination-custom,
.check-availability-wrap .swiper-container-map .swiper-pagination-fraction {
    letter-spacing: 0;
    font-size: .85rem
}

.check-availability-wrap .map-filter-list .swiper-button-next,
.check-availability-wrap .map-filter-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 100%;
    margin-top: -26px;
    z-index: 10;
    cursor: pointer;
    background-size: 16px 37px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff
}

.check-availability-wrap .map-filter-list .swiper-button-prev,
.check-availability-wrap .map-filter-list .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.check-availability-wrap .map-filter-list .swiper-button-next,
.check-availability-wrap .map-filter-list .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
}

.check-availability-wrap .map-filter-list .swiper-button-prev,
.check-availability-wrap .map-filter-list .swiper-container-rtl .swiper-button-next {
    left: 0;
    padding: 0 3rem 0 0;
    border-right: 1px solid #e2e1da
}

.check-availability-wrap .map-filter-list .swiper-button-next,
.check-availability-wrap .map-filter-list .swiper-container-rtl .swiper-button-prev {
    padding: 0;
    right: 0;
    padding-left: 3rem;
    border-left: 1px solid #e2e1da
}

.check-availability-wrap .map-filter-list .swiper-button-next.swiper-button-disabled,
.check-availability-wrap .map-filter-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

@media (min-width:414px) {
    .check-availability-wrap .check-availability-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .check-availability-wrap .check-availability-header h2 {
        font-size: 1.625rem;
        letter-spacing: 2.2px;
        margin-bottom: 0
    }

    .check-availability-wrap .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 26rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: .5rem 1.875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: 1.25rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: inherit
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container #check-availability-map,
    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 342px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 36%;
        width: 100%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 1.125rem 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .75rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.125rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .75rem;
        padding-left: 8%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .25rem;
        padding: .25rem .5rem;
        height: 2.5rem
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 100%;
        margin-top: -26px;
        z-index: 10;
        cursor: pointer;
        background-size: 16px 37px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        left: 0;
        padding: 0 3rem 0 0;
        border-right: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        padding: 0;
        right: 0;
        padding-left: 3rem;
        border-left: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next.swiper-button-disabled,
    .map-filter-list .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media (min-width:425px) {
    .check-availability-wrap .check-availability-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .check-availability-wrap .check-availability-header h2 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.625rem;
        letter-spacing: 2.2px
    }

    .check-availability-wrap .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list {
        overflow: hidden
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        min-height: 31.7rem;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background-color: #fff
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        background-color: #fff;
        min-height: 28.7rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: .5rem 1.5rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: .25rem 1.25rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important;
        overflow: visible
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        overflow: visible;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 36%;
        width: 469px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 1.125rem 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .75rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.125rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .75rem;
        padding-left: 8%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .25rem;
        padding: .25rem .5rem;
        height: 2.5rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 600px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 99%;
        margin-top: -25px;
        z-index: 10;
        cursor: pointer;
        background-size: 16px 37px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        left: 0;
        padding: 0 3rem 0 0;
        border-right: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        padding: 0;
        right: 46px;
        padding-left: 3rem;
        border-left: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next.swiper-button-disabled,
    .map-filter-list .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media (min-width:768px) {
    .check-availability-wrap .check-availability-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .check-availability-wrap .check-availability-header h2 {
        font-size: 1.875rem;
        letter-spacing: 3.3px;
        margin-bottom: 0;
        margin-top: 0
    }

    .check-availability-wrap .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list {
        overflow: hidden
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        min-height: 28.7rem;
        -ms-flex: 1 2 49.5%;
        flex: 1 2 49.5%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 33.7rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: .5rem 1.5rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: .25rem 1.25rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important;
        overflow: visible
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        overflow: visible;
        width: 469px !important;
        max-width: 469px !important;
        min-width: 469px !important
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 36%;
        width: 469px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 1.125rem 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .75rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.125rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .75rem;
        padding-left: 8%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .25rem;
        padding: .25rem .5rem;
        height: 2.5rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 600px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 99%;
        margin-top: -25px;
        z-index: 10;
        cursor: pointer;
        background-size: 16px 37px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #fff
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23232323'/%3E%3C/svg%3E")
    }

    .map-filter-list .swiper-button-prev,
    .map-filter-list .swiper-container-rtl .swiper-button-next {
        left: 0;
        padding: 0 3rem 0 0;
        border-right: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next,
    .map-filter-list .swiper-container-rtl .swiper-button-prev {
        padding: 0;
        right: 0;
        padding-left: 3rem;
        border-left: 1px solid #e2e1da
    }

    .map-filter-list .swiper-button-next.swiper-button-disabled,
    .map-filter-list .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media (min-width:992px) {
    .check-availability-wrap .check-availability-header {
        padding-top: 3.625rem;
        padding-bottom: 3.625rem
    }

    .check-availability-wrap .check-availability-header h2 {
        font-size: 2.5rem;
        letter-spacing: 3.3px;
        margin-bottom: auto;
        margin-top: auto
    }

    .check-availability-wrap .check-availability-header .my-current-location a {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .325rem;
        padding-bottom: .325rem;
        margin: 0 .3%
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: .6875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        min-height: auto;
        -ms-flex: 1 2 31%;
        flex: 1 2 31%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        height: 33.19rem;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: .5rem 1.5rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 30px;
        width: 30px;
        margin-right: .625rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem;
        margin-bottom: 2px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 18%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: center
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: .25rem 1.25rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 0;
        font-size: .85rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 511px !important;
        max-width: 511px !important;
        min-width: 511px !important;
        overflow: visible
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        overflow: visible;
        width: 511px !important;
        max-width: 511px !important;
        min-width: 511px !important
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 10%;
        left: 38%;
        width: 511px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 0 0 1rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        letter-spacing: .6px;
        font-size: .875rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1.25rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: .875rem;
        padding-top: 4%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: .875rem;
        padding-left: 8%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 14%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: .625rem;
        line-height: .5rem;
        padding: .5rem 1rem;
        letter-spacing: 1px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 700px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 0;
        font-size: .85rem
    }
}

@media (min-width:1440px) {
    .check-availability-wrap .check-availability-header {
        padding-top: 3.625rem;
        padding-bottom: 3.625rem
    }

    .check-availability-wrap .check-availability-header h2 {
        letter-spacing: 8px;
        font-size: 3.375rem;
        margin-bottom: auto;
        margin-top: 0
    }

    .check-availability-wrap .check-availability-header .my-current-location a {
        font-size: 1rem
    }

    .check-availability-wrap .map-container .background-map.closed {
        height: 200px
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
        padding-top: .625rem;
        padding-bottom: .625rem;
        margin: 0 .5%
    }

    .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
        font-size: 1rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        -ms-flex: 1 2 31%;
        flex: 1 2 31%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide {
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: .5rem 1.5rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-right: 1.25rem;
        height: 44px;
        width: 44px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon img {
        height: 44px;
        width: 44px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short h4 {
        font-size: 1rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short p {
        font-size: .8125rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long {
        text-align: left
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-desc {
        font-size: 1rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .details-item .details-icon {
        width: 10%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: right
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: 1.25rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 1.2px;
        font-size: .8125rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw {
        top: 0 !important;
        left: 0 !important;
        width: 434px !important;
        max-width: 434px !important;
        min-width: 434px !important;
        overflow: visible
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .gm-style-iw>div {
        width: 434px !important;
        max-width: 434px !important;
        min-width: 434px !important;
        overflow: visible
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
        top: 5%;
        left: 48%;
        overflow: hidden;
        width: 434px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
        padding: 1.125rem 2.375rem 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section p {
        font-size: .8125rem;
        letter-spacing: .6px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name {
        margin-bottom: 1.5rem;
        letter-spacing: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h4 {
        font-size: 1rem;
        margin: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .header-name h5 {
        font-size: 1rem;
        padding-top: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-body ul {
        font-size: 1rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section .box-section-footer .contact-info-no {
        margin-top: 0
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section button {
        font-size: 12px;
        line-height: 1rem;
        padding: 1rem;
        height: 3rem
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 795px
    }

    .swiper-container-map .swiper-button-next,
    .swiper-container-map .swiper-button-prev {
        top: 50%;
        width: 35px;
        height: 12px;
        margin-top: -4px
    }

    .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-container-map .swiper-pagination-custom,
    .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 1.2px;
        font-size: 1rem
    }
}

.business .check-availability-wrap .tiles-content:after {
    background-color: rgba(52, 60, 58, .7)
}

[lang=ar] [dir=rtl] .check-availability-wrap .search-group .input-group.form-group {
    display: block;
    -ms-flex-align: inherit;
    align-items: inherit
}

[lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style #pac-input {
    padding-right: 0;
    padding-left: 18%
}

[lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style span {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] #check-availability-map .more-details-box .box-section .box-section-footer .contact-info-no svg {
    float: right;
    margin-left: 6%;
    margin-right: auto
}

@media (min-width:414px) and (min-width:767px) {
    [lang=ar] [dir=rtl] .search-group .check-availability-style #pac-input {
        padding-right: 1rem;
        padding-left: 28%
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style #pac-input {
        padding-left: 20%;
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style #pac-input {
        padding-left: 20%;
        padding-right: 1rem
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style #pac-input {
        padding-left: 18%;
        padding-right: 1rem
    }
}

[lang=ar] [dir=rtl] .check-availability-wrap .tiles-content div.cover {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .check-availability-wrap .tiles-content .check-availability-header .my-current-location {
    padding-right: 2%;
    padding-left: auto
}

[lang=ar] [dir=rtl] .check-availability-wrap .tiles-content .check-availability-header .my-current-location svg {
    margin-left: 5px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list .nav {
    padding-right: 0;
    padding-left: auto
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul,
[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li {
    float: right
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .map-filter-topnav .map-filter-list ul li a {
    font-family: GE SS Two, Arial, sans-serif
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container.open-detail .desc-short {
    border-right-width: 5px;
    border-right-style: solid;
    border-left: 0
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
    padding-left: 4%;
    border-right-width: 0
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
    padding-left: auto
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
    text-align: left
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn a svg {
    margin-right: 23px;
    margin-left: auto
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box {
    left: auto;
    right: 36%
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .more-details-box .box-section {
    padding: 1.125rem 1.125rem 0
}

@media (min-width:414px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-right: 0;
        padding-left: auto
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .swiper-container-map .swiper-button-next,
    [lang=ar] [dir=rtl] .check-availability-wrap .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 35px;
        height: 12px;
        margin-top: -4px;
        transform: rotate(0deg)
    }
}

@media (min-width:425px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: auto;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem;
        margin-right: 0
    }

    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px;
        transform: rotate(0deg)
    }
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-left: auto;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem;
        margin-right: 0
    }

    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 15px;
        height: 12px;
        margin-top: -2px;
        transform: rotate(0deg)
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-right: .5rem;
        padding-left: auto
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        margin-left: .625rem;
        margin-right: 0
    }

    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        margin-top: -5px;
        transform: rotate(0deg)
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short {
        padding: 1.5rem
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title {
        padding-right: 0;
        padding-left: auto
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-icon {
        height: 45px;
        width: 45px;
        margin-left: 1rem;
        margin-right: 0
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-long .long-details-container .close-btn {
        text-align: left
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager {
        padding: 1.25rem
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-pager p {
        letter-spacing: 1.2px;
        font-size: 1rem
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container {
        -ms-flex: 2 1 75%;
        flex: 2 1 75%
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container .main-map-result-container iframe {
        min-height: 795px
    }

    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-next,
    [lang=ar] [dir=rtl] .swiper-container-map .swiper-button-prev {
        top: 45%;
        width: 35px;
        height: 12px;
        margin-top: -4px;
        transform: rotate(0deg)
    }

    [lang=ar] [dir=rtl] .swiper-container-map .swiper-container-horizontal>.swiper-pagination-bullets,
    [lang=ar] [dir=rtl] .swiper-container-map .swiper-pagination-custom,
    [lang=ar] [dir=rtl] .swiper-container-map .swiper-pagination-fraction {
        letter-spacing: 1.2px;
        font-size: 1rem
    }
}

[lang=ar] [dir=rtl] .business .check-availability-wrap .tiles-content:after {
    background-color: rgba(52, 60, 58, .7)
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-filter-list .swiper-button-prev,
[lang=ar] [dir=rtl] .check-availability-wrap .map-filter-list .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .check-availability-wrap .switch-check-availability .switcher svg {
    margin-left: 1rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container {
    margin-left: 0;
    margin-right: 10%
}

[lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style span {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style span.clear-check-seach-btn {
    border-left: none !important;
    display: block;
    left: 0;
    right: auto;
    border-right: 1px solid #d8d8d8
}

[lang=ar] [dir=rtl] .check-availability-wrap .search-group .check-availability-style span.check-seach-btn {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #d8d8d8
}

@media (max-width:768px) {
    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container {
        margin-left: 0;
        top: 300px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container {
        height: 700px
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title .close {
        padding: 0;
        right: 0;
        top: 40%
    }

    .check-availability-wrap .map-container .background-map .map-filter .result-main-container .sidebar-result-container .result-slide .result-item-container .desc-short .item-title .close svg {
        height: 16px;
        width: 16px
    }
}

.selected-place .card {
    margin: 0
}

.selected-place .selected-place-header {
    border-bottom: 1px solid #979797;
    margin-bottom: 12px
}

.selected-place .selected-place-header .desc-short {
    cursor: pointer;
    padding: .5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    border-top: 5px solid #fff;
    transition: all .2s ease-in-out
}

.selected-place .selected-place-header .desc-short .item-icon {
    position: relative
}

.selected-place .selected-place-header .desc-short .item-icon img {
    width: 2rem;
    height: 2rem
}

.selected-place .selected-place-header .desc-short .toggle {
    position: relative;
    width: 44px
}

.selected-place .selected-place-header .desc-short .toggle input[type=checkbox] {
    opacity: 0
}

.selected-place .selected-place-header .desc-short .toggle input[type=checkbox]:checked+label:before {
    background: #e00800;
    transition: all .3s ease-in-out
}

.selected-place .selected-place-header .desc-short .toggle input[type=checkbox]:checked+label:after {
    transition: all .3s ease-in-out;
    left: 35%
}

.selected-place .selected-place-header .desc-short .toggle label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%
}

.selected-place .selected-place-header .desc-short .toggle label:after,
.selected-place .selected-place-header .desc-short .toggle label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.selected-place .selected-place-header .desc-short .toggle label:before {
    width: 100%;
    height: 18px;
    background: #8d8e80;
    border-radius: 9px
}

.selected-place .selected-place-header .desc-short .toggle label:after {
    width: 28px;
    height: 28px;
    top: -5px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.selected-place .selected-place-header .desc-short h4 {
    font-size: 1rem;
    letter-spacing: 0;
    color: #232323;
    margin-bottom: 5px;
    margin-right: 24px
}

.selected-place .selected-place-header .desc-short p {
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin-right: 24px
}

.selected-place .selected-place-header .desc-short .item-title {
    width: 100%;
    position: relative
}

.selected-place .selected-place-header .desc-short .item-title .close {
    padding: 7px;
    border: 0;
    line-height: 0;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 1
}

.selected-place .selected-place-header .desc-short .item-title .close svg {
    height: 24px;
    width: 24px;
    margin-top: 0
}

.selected-place .selected-place-items.media .default-title {
    font-size: .875rem
}

.selected-place .selected-place-items.media a {
    font-size: 12px
}

.selected-place .selected-place-items.media .media-body,
.selected-place .selected-place-items.media .media-left,
.selected-place .selected-place-items.media .media-right {
    vertical-align: middle
}

.selected-place .selected-place-details .details-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-top: 10px
}

.selected-place .selected-place-details .details-item .details-icon {
    font-weight: 700;
    margin-right: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.selected-place .selected-place-details .details-item .details-icon img {
    height: 17px;
    min-height: 17px;
    margin-right: 5px
}

.selected-place .selected-place-details .details-item .details-desc {
    color: #232323
}

.selected-place .selected-place-details .details-item .close-btn {
    position: absolute;
    right: 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2
}

.selected-place .selected-place-details .details-item .close-btn a {
    color: #909192;
    font-size: 12px;
    padding: 16px
}

.selected-place .selected-place-details .details-item .close-btn i {
    border: solid #909192;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 36%;
    right: 0
}

.selected-place .selected-place-details .details-item .close-btn .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.selected-place .selected-place-details .details-item .close-btn .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.selected-place .selected-place-details .details-item .close-btn .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.selected-place .selected-place-details .details-item .close-btn .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.range-slider-wrap.steps-range-slider-with-text-wrap .irs-grid-pol,
.range-slider-wrap.steps-range-slider-with-text-wrap .irs-grid-pol.small,
.range-slider-wrap.steps-range-slider-with-text-wrap .irs-max,
.range-slider-wrap.steps-range-slider-with-text-wrap .irs-min,
.range-slider-wrap.steps-range-slider-wrap .irs-grid-pol,
.range-slider-wrap.steps-range-slider-wrap .irs-grid-pol.small,
.range-slider-wrap.steps-range-slider-wrap .irs-max,
.range-slider-wrap.steps-range-slider-wrap .irs-min {
    display: none
}

.range-slider-wrap.steps-range-slider-with-text-wrap .irs-grid-text,
.range-slider-wrap.steps-range-slider-wrap .irs-grid-text {
    color: #232323;
    font-size: 14px;
    background: transparent;
    visibility: unset !important
}

.range-slider-wrap.steps-range-slider-with-text-wrap .irs-single,
.range-slider-wrap.steps-range-slider-wrap .irs-single {
    display: none
}

.range-slider-wrap.steps-range-slider-with-text-wrap .irs-grid-text {
    width: 140px;
    white-space: pre-line;
    line-height: 1.2;
    top: 0
}

.chat-box {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: .5rem;
    text-align: center;
    z-index: 99;
    display: none;
    width: 400px
}

.chat-box a {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase
}

.chat-box .live-chat-box {
    position: absolute;
    right: 0;
    top: 40%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    display: none;
    z-index: 99
}

.chat-box .live-chat-box .chat-box-head {
    background-color: #e00800;
    padding: 1rem;
    text-align: center
}

.chat-box .live-chat-box .chat-box-head h4 {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0
}

.chat-box .live-chat-box .chat-box-head a {
    color: #fff
}

.chat-box .live-chat-box .chat-box-head a.close-chat {
    float: right;
    width: 16px;
    height: 16px
}

.chat-box .live-chat-box .chat-box-head a.close-chat svg {
    fill: #fff;
    width: 100%
}

.chat-box .live-chat-box .chat-box-head a.hide-chat {
    position: absolute;
    left: 15px;
    width: 25px;
    height: 16px
}

.chat-box .live-chat-box .chat-box-head a.hide-chat svg {
    fill: #fff;
    width: 100%
}

.chat-box .live-chat-box .live-chat-body {
    overflow-y: auto;
    height: 518px
}

.chat-box.live-chat-box-open {
    height: 570px;
    bottom: 0;
    display: block
}

.chat-box.live-chat-box-open .live-chat-box {
    display: block;
    top: 0
}

.chat-box.live-chat-box-open .live-chat-box .chat-form-heading {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.chat-box.live-chat-box-open .live-chat-box .chat-form-heading h3 {
    font-size: 20px
}

.chat-box.live-chat-box-open .live-chat-box .chat-form-heading p {
    line-height: normal
}

.chat-box.live-chat-box-open.close-live-chat-box {
    display: none
}

.chat-box.live-chat-box-open.hide-chat-box-open {
    height: 52px;
    width: 180px
}

.chat-box.live-chat-box-open.hide-chat-box-open .live-chat-box {
    width: 180px
}

.chat-box.live-chat-box-open.hide-chat-box-open .live-chat-box .chat-box-head h4 {
    padding-left: 1.6rem
}

@media screen and (max-width:480px) {
    .chat-box.live-chat-box-open {
        right: 0;
        width: 320px
    }
}

[lang=ar] [dir=rtl] .chat-box.live-chat-box-open {
    right: auto;
    left: 10px;
    width: 400px
}

@media screen and (max-width:480px) {
    [lang=ar] [dir=rtl] .chat-box.live-chat-box-open {
        right: auto;
        left: 0;
        width: 320px
    }
}

[lang=ar] .chat-box.live-chat-box-open.hide-chat-box-open .live-chat-box {
    right: auto;
    left: 10px
}

@media screen and (max-width:480px) {
    [lang=ar] .chat-box.live-chat-box-open.hide-chat-box-open .live-chat-box {
        right: auto;
        left: 0
    }
}

.modified-form-R0 .form.modified-form.single-col-form .row>.form-section:first-child {
    padding-right: 0
}

.modified-form-R0 .form.modified-form .inner-icon,
.modified-form-R0 .form.modified-form span.credit-card-view {
    position: absolute;
    right: .125rem;
    top: 52%
}

.modified-form-R0 .form.modified-form span.credit-card-view svg {
    width: 35px;
    height: 35px
}

.modified-form-R0 .form.modified-form .form-section .pwd-meter-track {
    margin-top: 0
}

.modified-form-R0 .form.modified-form .form-section .hint {
    color: #232323;
    font-size: .9rem;
    display: block;
    margin-top: 15px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input {
    margin-bottom: .5rem;
    border: none;
    background-color: transparent
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input:-webkit-autofill,
.modified-form-R0 .form.modified-form .form-section .floating-label-input input:-webkit-autofill:focus input:-webkit-autofill,
.modified-form-R0 .form.modified-form .form-section .floating-label-input input:-webkit-autofill:hover,
.modified-form-R0 .form.modified-form .form-section .floating-label-input select:-webkit-autofill,
.modified-form-R0 .form.modified-form .form-section .floating-label-input select:-webkit-autofill:focus,
.modified-form-R0 .form.modified-form .form-section .floating-label-input select:-webkit-autofill:hover,
.modified-form-R0 .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill,
.modified-form-R0 .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border-color: #e00800;
    -webkit-text-fill-color: #e00800;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-accepted input {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-accepted span {
    position: absolute;
    right: 0;
    top: 40px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-accepted span svg * {
    stroke: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error input {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error input:valid {
    color: #e00800;
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error span {
    position: absolute;
    right: 0;
    top: 40px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error span svg * {
    stroke: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input {
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    height: 75px;
    box-shadow: none;
    background-position: 99% 43px;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input.valid {
    background-image: url(../../../b2c/assets/img/forms/icons/icon_checkbox_checked_consumer_24.svg);
    background-repeat: no-repeat;
    background-position: 99% 43px;
    background-size: 24px 24px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input.datepicker:-moz-read-only {
    border-color: #353738
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input.datepicker:read-only {
    border-color: #353738
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px !important;
    height: 75px;
    color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input:valid {
    color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input:disabled~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input input:focus~label {
    font-size: 12px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input {
    border-bottom: 1px solid #353738;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input.valid {
    background-image: url(../../../b2c/assets/img/forms/icons/icon_check_circle_orange_64.svg);
    background-repeat: no-repeat;
    background-position: 99% 43px;
    background-size: 24px 24px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input:-moz-read-only {
    color: #232323;
    border-color: transparent
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input:read-only {
    color: #232323;
    border-color: transparent
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input:-moz-read-only:focus {
    border-color: transparent;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input:read-only:focus {
    border-color: transparent;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input.datepicker:-moz-read-only {
    border-color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input.datepicker:read-only {
    border-color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input:focus {
    border-color: #232323;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.promo-code-field input:valid {
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input:focus~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input input:required:valid~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input input[readonly]~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input label.floating-label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input select.selected~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input textarea:disabled~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input textarea:focus~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input textarea:required:valid~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input textarea[readonly]~label {
    font-size: 12px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input input[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.modified-form-R0 .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.modified-form-R0 .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #f5f5f1 !important;
    border-bottom: 1px dotted #afafaf;
    padding-left: 0;
    padding-bottom: .7rem;
    color: #848789;
    font-size: 1.25rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 16px;
    text-transform: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea {
    border: 1px solid #353738;
    padding-top: 0;
    padding-bottom: .5rem;
    margin-top: 1.25rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view {
    border-color: transparent;
    margin-top: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea {
    padding-left: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only {
    color: #232323;
    border-color: transparent;
    height: 105px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only {
    color: #232323;
    border-color: transparent;
    height: 105px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only:focus {
    border-color: transparent;
    color: #232323;
    height: 105px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only:focus {
    border-color: transparent;
    color: #232323;
    height: 105px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view label {
    left: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px !important;
    height: 105px;
    color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea:valid {
    color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea:disabled~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus~label {
    font-size: 12px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea {
    background-color: transparent;
    border: none;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    resize: none;
    outline: 0;
    height: 105px;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    margin-top: 2.55rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:-moz-read-only {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:read-only {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:-moz-read-only {
    border-color: #353738
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:read-only {
    border-color: #353738
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px !important;
    height: 105px;
    color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:valid {
    color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:disabled~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus~label {
    font-size: 12px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-textarea label {
    left: 20px;
    line-height: 1.3
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input span.outside-icon {
    top: 1.4rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields {
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker input.datepicker:-moz-read-only {
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker input.datepicker:read-only {
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker .alert-icon {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker .inner-icon {
    margin-right: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-datepicker .inner-icon svg * {
    stroke: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields input {
    border-bottom: 1px solid #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields input,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields label,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields textarea {
    color: #e00800 !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea {
    border: 1px solid #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea textarea {
    border: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea .alert-icon {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields.floating-label-textarea .alert-label {
    top: 9.8rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon {
    display: block
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .alert-icon svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2.5rem;
    right: .125rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 4.9rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 1.6 em
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label svg {
    display: none;
    fill: #e00800;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label a {
    color: #e00800;
    text-decoration: underline
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .inner-icon svg,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.has-error-fields .inner-icon svg * {
    stroke: #e00800;
    fill: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input span.credit-card-view {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.credit-card-accepted input.valid {
    background-image: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.credit-card-accepted span.credit-card-view {
    position: absolute;
    right: .125rem;
    top: 45%;
    display: block
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.view-password input.valid {
    background-image: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.view-password span.icon-hide-view-password,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.view-password span.icon-view-password {
    position: absolute;
    right: .125rem;
    top: 52%;
    cursor: pointer;
    display: block
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.view-confirm-password input.valid {
    background-image: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.view-confirm-password span.icon-hide-view-confirm-password,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.view-confirm-password span.icon-view-confirm-password {
    position: absolute;
    right: .125rem;
    top: 52%;
    cursor: pointer;
    display: block
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker input.valid {
    background-image: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg * {
    stroke: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    background: #fff;
    border-top: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header {
    min-height: 50px;
    margin-top: 1.25em;
    border-bottom: 1px solid #f0f0ea
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:hover {
    cursor: pointer;
    color: #000;
    background: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before {
    border-left: 0;
    width: 24px;
    height: 24px;
    background: url(../../../b2c/assets/img/forms/icons/icon_arrow_right_dark_64.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 24px;
    right: 1rem;
    position: relative
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before * {
    fill: #242424
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    border-left: 0;
    width: 24px;
    height: 24px;
    background: url(../../../b2c/assets/img/forms/icons/icon_arrow_left_dark_64.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 24px;
    left: .5rem;
    position: relative
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before * {
    fill: #242424
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    float: right;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../../../b2c/assets/img/forms/icons/Icon_arrow_down.svg) no-repeat;
    border-color: transparent;
    background-color: transparent;
    background-position: right 10px;
    background-size: 16px;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select:after {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select.picker__select--year {
    margin-right: 30%;
    margin-top: 0;
    width: 60px;
    background-position: 45px 10px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select.picker__select--month {
    width: 25%;
    margin-top: 0;
    margin-right: 3%
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day {
    padding: .6125em 0;
    font-weight: 400
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day:hover {
    background: #f2f3f3;
    color: #232323;
    border-color: #f2f3f3
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__weekday {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    color: #232323;
    text-transform: uppercase
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:before {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover {
    background: #e00800;
    color: #fff;
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled,
.modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled:hover {
    background: #f0f0ea;
    color: #232323;
    border-color: #fff
}

.modified-form-R0 .form.modified-form .form-section .floating-label-input span.icon-view-confirm-password,
.modified-form-R0 .form.modified-form .form-section .floating-label-input span.icon-view-password {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select {
    border: none;
    background-color: transparent;
    margin-bottom: 1rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.set-language {
    margin-bottom: 4rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-selection {
    border-bottom: 1px solid #353738;
    height: 2.525rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-selection:after {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered {
    font-size: 20px;
    font-family: suiss, Arial, sans-serif;
    height: 2.625rem;
    line-height: 2.625rem;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2.select2-container.select2-container--default.select2-container--focus {
    top: 0 !important;
    padding-bottom: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container {
    padding: 2.19rem 0 .8325rem;
    padding-bottom: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open {
    top: 2.65rem !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-left: 0;
    background-color: #fff
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul {
    padding: 0 1rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li {
    font-family: suiss, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d2d2d2;
    background-position: 100%;
    padding: 0
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/forms/icons/tick.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 14px 14px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:first-child,
.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:last-child {
    border-bottom: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow {
    top: 3.66875rem;
    right: .9995rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/forms/icons/Icon_arrow_up.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px;
    fill: blue
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b * {
    fill: #242424
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    top: 3.66875rem;
    right: .9995rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    width: 16px;
    height: 16px;
    background: url(../../../b2c/assets/img/forms/icons/Icon_arrow_down.svg) no-repeat;
    border-color: transparent;
    border-width: 0;
    background-size: 16px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-accepted select {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-accepted span {
    position: absolute;
    right: 0;
    top: 40px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-accepted span svg * {
    stroke: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error select {
    color: #e00800;
    border-bottom: 1px solid #e00800;
    position: relative
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error select:valid {
    color: #e00800;
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error span {
    position: absolute;
    right: 0;
    top: 40px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error span svg * {
    stroke: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select select {
    background-color: transparent;
    border-bottom: 1px solid #353738;
    padding-left: 0;
    padding-bottom: .7rem;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    color: #232323;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select select:focus {
    outline: none;
    border-color: #e00800;
    border-width: 2px;
    color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select select:valid {
    color: #e00800;
    border-color: #e00800;
    border-width: 1px;
    font-size: 20px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select select:disabled~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-select select:focus~label {
    font-size: 12px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select label.floating-label,
.modified-form-R0 .form.modified-form .form-section .floating-label-select select.selected~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-select select:focus~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-select select:required:valid~label,
.modified-form-R0 .form.modified-form .form-section .floating-label-select select[readonly]~label {
    font-size: 12px;
    top: 16px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select select[readonly] {
    color: #232323;
    border-color: transparent;
    font-size: 20px;
    background-color: transparent !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.disabled select:not(.datepicker),
.modified-form-R0 .form.modified-form .form-section .floating-label-select select.disabled:not(.datepicker),
.modified-form-R0 .form.modified-form .form-section .floating-label-select select:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #f5f5f1 !important;
    border-bottom: 1px dotted #afafaf;
    padding-left: 0;
    padding-bottom: .5rem;
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select label {
    padding: 0;
    letter-spacing: 0;
    color: #232323;
    font-size: 20px;
    top: 12px
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select span.outside-icon {
    top: 1.4rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
    top: 4.9rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields {
    border-color: #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/forms/icons/Icon_arrow_up_red.svg) no-repeat
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/forms/icons/Icon_arrow_down_red.svg) no-repeat
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .select2-selection {
    border-bottom: 1px solid #e00800
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields input,
.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields label,
.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields textarea {
    color: #e00800 !important
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon {
    display: none
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .alert-icon svg {
    fill: #fb193f;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 2.5rem;
    right: 2.125rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 4.98rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    line-height: 1.6 em
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label svg {
    display: none;
    fill: #e00800;
    height: 1rem;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    left: .5rem
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .alert-label a {
    color: #e00800;
    text-decoration: underline
}

.modified-form-R0 .form.modified-form .form-section .floating-label-select.has-error-fields .inner-icon svg {
    fill: #e00800
}

.modified-form-R0 .form.modified-form .floating-label-input.btn-upload-salary-certificate {
    background: none;
    border: none;
    margin-bottom: 1.5rem
}

.modified-form-R0 .form.modified-form .floating-label-input.btn-upload-salary-certificate .btn-request-token:hover .outside-icon svg {
    fill: #fff
}

.modified-form-R0 .form.modified-form .action-buttons-wrapper {
    padding-bottom: 1.4rem;
    padding-top: 1rem
}

.modified-form-R0 .form.modified-form .action-buttons-wrapper.action-buttons-primary {
    margin-top: 24px;
    padding-bottom: 0
}

.modified-form-R0 .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .icon-primary {
    background: url(../../../b2c/assets/img/forms/icons/Icon_arrow_down.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px
}

.modified-form-R0 .form.modified-form .action-buttons-wrapper.action-buttons-primary .action-buttons-container .text-primary {
    color: #232323;
    font-size: 16px
}

.modified-form-R0 .form.modified-form .btn-request-token .btn {
    height: 64px;
    padding: 0 2rem;
    display: block;
    width: 100%
}

.modified-form-R0 .form.modified-form .form-section .corporate-employee-buttons .form-submit {
    display: block
}

.modified-form-R0 .form.modified-form .form-section .corporate-employee-buttons .form-submit button {
    float: left;
    margin: 0;
    padding: 0 2.8125rem;
    width: 48%
}

.modified-form-R0 .form.modified-form .form-section .corporate-employee-buttons .form-submit button.active {
    float: right
}

.modified-form-R0 .form.modified-form .form-section .forgot-label {
    font-size: 14px;
    color: #232323;
    margin-top: 10px;
    bottom: -3rem
}

.modified-form-R0 .form.modified-form .form-section label {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.25rem;
    text-align: left
}

.modified-form-R0 .form.modified-form .form-section label.control-label {
    color: #232323;
    letter-spacing: normal;
    font-weight: 400;
    line-height: normal
}

.modified-form-R0 .form.modified-form .form-section label.control-label.or {
    line-height: normal;
    margin: 0;
    margin-right: 20px;
    margin-top: 5px;
    color: #a5a7a6
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes,
.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes.horizontal-checkboxes-errors {
    margin-top: 15px !important
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox,
.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio {
    color: #232323
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox:first-child,
.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio:first-child {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0
}

@media (min-width:992px) and (min-width:414px) {

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox,
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: normal;
        margin-left: 0 !important
    }

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio],
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio] {
        height: 100%;
        width: 100%;
        z-index: 10;
        margin-left: 0;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        opacity: 0
    }

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]+label,
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]+label {
        font-size: 1.25rem
    }

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]+label:before,
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]+label:before {
        border-radius: 50%;
        height: 24px;
        width: 24px
    }

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]:checked+label:before,
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]:checked+label:before {
        background-image: url(../../../b2c/assets/img/forms/icons/icon_checkbox_radio_selected_dark_64.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 28px 28px;
        border: none
    }

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]+label:before,
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]+label:before {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        margin-top: -12px
    }

    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before,
    .modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:before {
        background-image: url(../../../b2c/assets/img/forms/icons/icon_checkbox_radio_selected_dark_64.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 28px 28px;
        border: none
    }
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes.horizontal-actions label {
    font-size: 1rem
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes.has-error-fields .floating-label {
    color: #e00800
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes.has-error-fields .has-error {
    color: #e00800;
    margin-top: 10px;
    clear: both;
    display: block;
    position: absolute;
    max-width: 400px;
    top: 20px !important;
    padding-left: 0;
    float: none;
    font-size: .75rem
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin-left: 2.5rem;
    display: inline-block;
    line-height: normal
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .checkbox label {
    letter-spacing: normal;
    color: #6c6c6c
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio {
    margin-left: 2.5rem;
    display: inline-block;
    line-height: normal
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .radio label {
    letter-spacing: normal;
    padding-top: 0;
    padding-bottom: 0
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .view-only {
    margin-left: 1.25rem
}

.modified-form-R0 .form.modified-form .form-section.horizontal-checkboxes .view-only label {
    color: #232323;
    line-height: normal;
    font-weight: 400
}

.modified-form-R0 .form.modified-form .smiles-newsletter-card {
    background: #e2e1da;
    padding: 40px;
    text-align: left;
    margin-bottom: 30px
}

.modified-form-R0 .form.modified-form .smiles-newsletter-card p {
    color: #242424;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: suiss, Arial, sans-serif
}

.modified-form-R0 .form.modified-form .smiles-newsletter-card button {
    padding: 0 2.8125rem;
    font-size: 14px;
    height: 4.25rem
}

.modified-form-R0 .form.modified-form .smiles-newsletter-card button.btn-news-submit {
    width: 100%;
    margin-top: 8px
}

.modified-form-R0 .form.modified-form .consumer-register-form-submit.form-submit {
    display: block;
    text-align: left;
    padding: 1.75em 0;
    height: auto
}

.modified-form-R0 .form.modified-form .consumer-register-form-submit.form-submit button {
    height: 4rem;
    line-height: 3.9rem;
    min-width: 280px
}

.mb0 {
    margin-bottom: 0 !important
}

.mt20 {
    margin-top: 20px !important
}

.sc-b2c-checkout .edit-mr {
    width: 350px
}

@media (max-width:767px) {
    .modified-form-R0 .consumer-register-form .form-container {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

@media (min-width:414px) {
    .modified-form-R0 .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 0
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section:nth-child(2),
    .modified-form-R0 .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 0
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section .floating-label-input span.outside-icon {
        top: 34%
    }
}

@media (min-width:768px) {
    .modified-form-R0 .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 1.75rem
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section:nth-child(2),
    .modified-form-R0 .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 1.75rem
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

@media (min-width:992px) {
    .modified-form-R0 .consumer-register-form .form .row>.form-section {
        margin: 0;
        padding: 0
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section:first-child {
        padding-right: 1.75rem
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section:nth-child(2),
    .modified-form-R0 .consumer-register-form .form .row>.form-section:nth-child(3) {
        padding-left: 1.75rem
    }

    .modified-form-R0 .consumer-register-form .form .row>.form-section.single-section {
        padding: 0
    }
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-input input {
    padding-right: 0
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-input input.valid {
    background-position: 1% 43px
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    background-position: left 10px
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    right: .9995rem;
    left: auto
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li,
[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-position: 0
}

[lang=ar] [dir=rtl] .modified-form-R0 .form.modified-form span.inner-icon {
    right: auto;
    left: .125rem
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .searchPlanField {
    margin-left: 0;
    margin-right: 5%
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .searchPlanField .searchFieldIcon {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .sortingDropdown {
    margin-left: 0;
    margin-right: 5%
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .sortingDropdown .form-group.floating-label-select {
    float: left
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .modified-form-R0 .form.modified-form .form-section .floating-label-input input {
    padding-left: 2.5rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .modified-form-R0 .form.modified-form .form-section .floating-label-select label {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered {
    text-align: left
}

[lang=ar] [dir=rtl] .r0-redesign-compare-action-bar-wrapper .modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-position: 0
}

[lang=ar] [dir=rtl] .plans-table.plans-table-R0-A .detail-info-wrap-pricetag .main-part .price {
    padding-right: 0;
    padding-left: .125rem
}

[lang=ar] [dir=rtl] .selfcare-search-results .consumer-register-form.modified-form-R0 .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow {
    right: auto;
    left: .9995rem
}

.recommend-plan-header .bg-cards .full-width {
    width: 100%
}

@media (min-width:992px) {
    .recommend-plan-header .bg-cards .full-width {
        position: absolute;
        top: -240px;
        padding: 0
    }
}

.bg-cards .center-content {
    float: none !important;
    margin: 0 auto;
    text-align: center
}

[lang=ar] [dir=rtl] .hmd-grid .col-xs-1,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-2,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-3,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-4,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-5,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-6,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-7,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-8,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-9,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-10,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-11,
[lang=ar] [dir=rtl] .hmd-grid .col-xs-12 {
    float: right
}

@media (min-width:768px) {

    [lang=ar] [dir=rtl] .hmd-grid .col-sm-1,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-2,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-3,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-4,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-5,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-6,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-7,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-8,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-9,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-10,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-11,
    [lang=ar] [dir=rtl] .hmd-grid .col-sm-12 {
        float: right
    }
}

@media (min-width:992px) {

    [lang=ar] [dir=rtl] .hmd-grid .col-md-1,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-2,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-3,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-4,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-5,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-6,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-7,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-8,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-9,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-10,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-11,
    [lang=ar] [dir=rtl] .hmd-grid .col-md-12 {
        float: right
    }
}

@media (min-width:1200px) {

    [lang=ar] [dir=rtl] .hmd-grid .col-lg-1,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-2,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-3,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-4,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-5,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-6,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-7,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-8,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-9,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-10,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-11,
    [lang=ar] [dir=rtl] .hmd-grid .col-lg-12 {
        float: right
    }
}

[lang=ar] [dir=rtl] .hmd-grid.profile-settings-pattern .main-text h2 {
    text-align: right
}

.bg-cards ul.featureList,
.features-wrapper ul.featureList,
.hmdResults ul.featureList {
    padding: 0;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto
}

.bg-cards ul.featureList li,
.features-wrapper ul.featureList li,
.hmdResults ul.featureList li {
    font-size: 1.1rem;
    line-height: 1;
    padding-bottom: 1.125rem;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #232323
}

.bg-cards ul.featureList li.silver-number,
.features-wrapper ul.featureList li.silver-number,
.hmdResults ul.featureList li.silver-number {
    font-size: inherit;
    color: #7e7f7f
}

.bg-cards ul.featureList li.silver-number:before,
.features-wrapper ul.featureList li.silver-number:before,
.hmdResults ul.featureList li.silver-number:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #aeaf89;
    display: inline-block;
    border-radius: 50px;
    margin-right: 5px
}

.bg-cards ul.featureList li.platinum-number:before,
.features-wrapper ul.featureList li.platinum-number:before,
.hmdResults ul.featureList li.platinum-number:before {
    background-color: #595783
}

.hmd-grid .title.base-style h3 {
    letter-spacing: 0
}

.bg-cards {
    position: relative
}

.bg-cards .title-wrapper .title h3 {
    text-transform: capitalize;
    letter-spacing: 0
}

.bg-cards .device-card-selection.tile-table,
.bg-cards .device-card.tile-table,
.bg-cards .device-multi-card-selection.tile-table,
.bg-cards .device-single-card-selection.tile-table,
.bg-cards .plan-card.tile-table,
.bg-cards .plan-multi-card-selection.tile-table,
.bg-cards .plan-single-card-selection.tile-table,
.bg-cards .product-grid.tile-table,
.bg-cards .product-home-card.tile-table {
    width: 100%
}

.bg-cards .device-card-selection.tile-table.product-grid,
.bg-cards .device-card.tile-table.product-grid,
.bg-cards .device-multi-card-selection.tile-table.product-grid,
.bg-cards .device-single-card-selection.tile-table.product-grid,
.bg-cards .plan-card.tile-table.product-grid,
.bg-cards .plan-multi-card-selection.tile-table.product-grid,
.bg-cards .plan-single-card-selection.tile-table.product-grid,
.bg-cards .product-grid.tile-table.product-grid,
.bg-cards .product-home-card.tile-table.product-grid {
    border: 0
}

.bg-cards .device-card-selection.tile-table .tile-card,
.bg-cards .device-card.tile-table .tile-card,
.bg-cards .device-multi-card-selection.tile-table .tile-card,
.bg-cards .device-single-card-selection.tile-table .tile-card,
.bg-cards .plan-card.tile-table .tile-card,
.bg-cards .plan-multi-card-selection.tile-table .tile-card,
.bg-cards .plan-single-card-selection.tile-table .tile-card,
.bg-cards .product-grid.tile-table .tile-card,
.bg-cards .product-home-card.tile-table .tile-card {
    width: 100%;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.bg-cards .device-card-selection.tile-table .tile-card .tile,
.bg-cards .device-card.tile-table .tile-card .tile,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tile,
.bg-cards .device-single-card-selection.tile-table .tile-card .tile,
.bg-cards .plan-card.tile-table .tile-card .tile,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tile,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tile,
.bg-cards .product-grid.tile-table .tile-card .tile,
.bg-cards .product-home-card.tile-table .tile-card .tile {
    position: relative;
    background-color: #fff;
    text-align: left
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box,
.bg-cards .device-card.tile-table .tile-card .tiles-box,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box,
.bg-cards .plan-card.tile-table .tile-card .tiles-box,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box,
.bg-cards .product-grid.tile-table .tile-card .tiles-box,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box {
    position: relative
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5em
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-title .catagory {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
.bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2 {
    margin: 0;
    font-size: 1.75em;
    text-transform: capitalize;
    max-height: 2.6em;
    overflow: hidden;
    letter-spacing: 0
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList {
    padding: 0
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList li,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList li {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -999999px;
    border-radius: 10px;
    margin-right: 5px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bg-cards .device-card-selection.tile-table .tile-card .special-offer,
.bg-cards .device-card.tile-table .tile-card .special-offer,
.bg-cards .device-multi-card-selection.tile-table .tile-card .special-offer,
.bg-cards .device-single-card-selection.tile-table .tile-card .special-offer,
.bg-cards .plan-card.tile-table .tile-card .special-offer,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
.bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer,
.bg-cards .product-grid.tile-table .tile-card .special-offer,
.bg-cards .product-home-card.tile-table .tile-card .special-offer {
    position: absolute;
    top: 0;
    font-size: .75rem;
    font-family: suiss, Arial, sans-serif;
    background-color: #232323;
    letter-spacing: .25px;
    color: #fff;
    line-height: .75rem;
    font-weight: 500;
    left: .875rem;
    padding: 8px 10px;
    border-radius: 0 0 4px 4px
}

.bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.bg-cards .device-card.tile-table .tile-card .smile-points,
.bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.bg-cards .plan-card.tile-table .tile-card .smile-points,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.bg-cards .product-grid.tile-table .tile-card .smile-points,
.bg-cards .product-home-card.tile-table .tile-card .smile-points {
    padding: 1em 1.5rem;
    font-size: .9em;
    background: #f0f0ea;
    color: #e00800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 1.5rem 1rem
}

.bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .device-card.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .plan-card.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .product-grid.tile-table .tile-card .tiles-box-list .bottom-text,
.bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .bottom-text {
    color: #6c6c6c;
    font-size: .9em;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px
}

.bg-cards .device-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .device-card.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .device-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .device-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .plan-card.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .plan-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .product-grid.tile-table .tile-card .detail-info-wrap-pricetag,
.bg-cards .product-home-card.tile-table .tile-card .detail-info-wrap-pricetag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .price,
.bg-cards .device-card.tile-table .tile-card .detail-price-new .price,
.bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .price,
.bg-cards .plan-card.tile-table .tile-card .detail-price-new .price,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .price,
.bg-cards .product-grid.tile-table .tile-card .detail-price-new .price,
.bg-cards .product-home-card.tile-table .tile-card .detail-price-new .price {
    font-size: 2.25em
}

.bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .from,
.bg-cards .device-card.tile-table .tile-card .detail-price-new .from,
.bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .from,
.bg-cards .plan-card.tile-table .tile-card .detail-price-new .from,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .from,
.bg-cards .product-grid.tile-table .tile-card .detail-price-new .from,
.bg-cards .product-home-card.tile-table .tile-card .detail-price-new .from {
    color: #6c6c6c;
    position: absolute;
    top: -20px
}

.bg-cards .device-card-selection.tile-table .tile-card .read-more,
.bg-cards .device-card.tile-table .tile-card .read-more,
.bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.bg-cards .plan-card.tile-table .tile-card .read-more,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.bg-cards .product-grid.tile-table .tile-card .read-more,
.bg-cards .product-home-card.tile-table .tile-card .read-more {
    text-align: center;
    background-color: #e00800;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 4px;
    padding: 1.2em 1em
}

.bg-cards .device-card-selection.tile-table .tile-card small,
.bg-cards .device-card.tile-table .tile-card small,
.bg-cards .device-multi-card-selection.tile-table .tile-card small,
.bg-cards .device-single-card-selection.tile-table .tile-card small,
.bg-cards .plan-card.tile-table .tile-card small,
.bg-cards .plan-multi-card-selection.tile-table .tile-card small,
.bg-cards .plan-single-card-selection.tile-table .tile-card small,
.bg-cards .product-grid.tile-table .tile-card small,
.bg-cards .product-home-card.tile-table .tile-card small {
    font-size: .875rem;
    font-family: suiss, Arial, sans-serif
}

.bg-cards .device-card-selection.offer .tile-card .price,
.bg-cards .device-card-selection.offer .tile-card .smile-points,
.bg-cards .device-card-selection.offer .tile-card small,
.bg-cards .device-card.offer .tile-card .price,
.bg-cards .device-card.offer .tile-card .smile-points,
.bg-cards .device-card.offer .tile-card small,
.bg-cards .device-multi-card-selection.offer .tile-card .price,
.bg-cards .device-multi-card-selection.offer .tile-card .smile-points,
.bg-cards .device-multi-card-selection.offer .tile-card small,
.bg-cards .device-single-card-selection.offer .tile-card .price,
.bg-cards .device-single-card-selection.offer .tile-card .smile-points,
.bg-cards .device-single-card-selection.offer .tile-card small,
.bg-cards .plan-card.offer .tile-card .price,
.bg-cards .plan-card.offer .tile-card .smile-points,
.bg-cards .plan-card.offer .tile-card small,
.bg-cards .plan-multi-card-selection.offer .tile-card .price,
.bg-cards .plan-multi-card-selection.offer .tile-card .smile-points,
.bg-cards .plan-multi-card-selection.offer .tile-card small,
.bg-cards .plan-single-card-selection.offer .tile-card .price,
.bg-cards .plan-single-card-selection.offer .tile-card .smile-points,
.bg-cards .plan-single-card-selection.offer .tile-card small,
.bg-cards .product-grid.offer .tile-card .price,
.bg-cards .product-grid.offer .tile-card .smile-points,
.bg-cards .product-grid.offer .tile-card small,
.bg-cards .product-home-card.offer .tile-card .price,
.bg-cards .product-home-card.offer .tile-card .smile-points,
.bg-cards .product-home-card.offer .tile-card small {
    color: #232323
}

.bg-cards .device-card-selection.offer .tile-card .read-more,
.bg-cards .device-card.offer .tile-card .read-more,
.bg-cards .device-multi-card-selection.offer .tile-card .read-more,
.bg-cards .device-single-card-selection.offer .tile-card .read-more,
.bg-cards .plan-card.offer .tile-card .read-more,
.bg-cards .plan-multi-card-selection.offer .tile-card .read-more,
.bg-cards .plan-single-card-selection.offer .tile-card .read-more,
.bg-cards .product-grid.offer .tile-card .read-more,
.bg-cards .product-home-card.offer .tile-card .read-more {
    background-color: #232323
}

.bg-cards .device-card-selection.offer .tile-card .before-price-container,
.bg-cards .device-card.offer .tile-card .before-price-container,
.bg-cards .device-multi-card-selection.offer .tile-card .before-price-container,
.bg-cards .device-single-card-selection.offer .tile-card .before-price-container,
.bg-cards .plan-card.offer .tile-card .before-price-container,
.bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container,
.bg-cards .plan-single-card-selection.offer .tile-card .before-price-container,
.bg-cards .product-grid.offer .tile-card .before-price-container,
.bg-cards .product-home-card.offer .tile-card .before-price-container {
    background-color: #232323;
    letter-spacing: .5px;
    color: #fff;
    margin-right: 4px;
    border-radius: 20px;
    padding: 2px 7px;
    font-size: .75rem
}

.bg-cards .device-card-selection.offer .tile-card .before-price-container .before-price,
.bg-cards .device-card.offer .tile-card .before-price-container .before-price,
.bg-cards .device-multi-card-selection.offer .tile-card .before-price-container .before-price,
.bg-cards .device-single-card-selection.offer .tile-card .before-price-container .before-price,
.bg-cards .plan-card.offer .tile-card .before-price-container .before-price,
.bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container .before-price,
.bg-cards .plan-single-card-selection.offer .tile-card .before-price-container .before-price,
.bg-cards .product-grid.offer .tile-card .before-price-container .before-price,
.bg-cards .product-home-card.offer .tile-card .before-price-container .before-price {
    text-decoration: line-through
}

.bg-cards .device-card-selection.offer .tile-card .bottom-text,
.bg-cards .device-card.offer .tile-card .bottom-text,
.bg-cards .device-multi-card-selection.offer .tile-card .bottom-text,
.bg-cards .device-single-card-selection.offer .tile-card .bottom-text,
.bg-cards .plan-card.offer .tile-card .bottom-text,
.bg-cards .plan-multi-card-selection.offer .tile-card .bottom-text,
.bg-cards .plan-single-card-selection.offer .tile-card .bottom-text,
.bg-cards .product-grid.offer .tile-card .bottom-text,
.bg-cards .product-home-card.offer .tile-card .bottom-text {
    padding-top: 5px
}

.bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 101%;
    padding-right: 1.75em;
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #4b4a4a, #e00800)
}

.bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list {
    height: 302px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.bg-cards .plan-card.tile-table .tile-card .smile-points,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
.bg-cards .plan-card.tile-table .tile-card:hover .tiles-box-list,
.bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .plan-single-card-selection.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards .plan-card.offer .tile-card .tiles-box-title,
.bg-cards .plan-multi-card-selection.offer .tile-card .tiles-box-title,
.bg-cards .plan-single-card-selection.offer .tile-card .tiles-box-title {
    background: #9e5419;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #0a0a0a, #e9e9df)
}

.bg-cards .plan-card.offer .tile-card:hover .smile-points,
.bg-cards .plan-card.offer .tile-card:hover .tiles-box-list,
.bg-cards .plan-multi-card-selection.offer .tile-card:hover .smile-points,
.bg-cards .plan-multi-card-selection.offer .tile-card:hover .tiles-box-list,
.bg-cards .plan-single-card-selection.offer .tile-card:hover .smile-points,
.bg-cards .plan-single-card-selection.offer .tile-card:hover .tiles-box-list {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    transition: all .5s ease-in-out
}

.bg-cards .premium .plan-card .tile-card .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(-45deg, #e00800, #0a0a0a)
}

.bg-cards .device-card.tile-table .tile-card .product,
.bg-cards .device-multi-card-selection.tile-table .tile-card .product,
.bg-cards .device-single-card-selection.tile-table .tile-card .product {
    height: 260px;
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #fff
}

.bg-cards .device-card.tile-table .tile-card .product .product-img,
.bg-cards .device-multi-card-selection.tile-table .tile-card .product .product-img,
.bg-cards .device-single-card-selection.tile-table .tile-card .product .product-img {
    max-height: 100%
}

.bg-cards .device-card.tile-table .tile-card .product,
.bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.bg-cards .device-multi-card-selection.tile-table .tile-card .product,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .device-single-card-selection.tile-table .tile-card .product,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.bg-cards .device-card.tile-table .tile-card .smile-points,
.bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.bg-cards .device-single-card-selection.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
    height: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory {
    color: #848789;
    font-weight: 400;
    margin-bottom: 10px
}

.bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list {
    padding-top: 0
}

.bg-cards .device-card.tile-table .tile-card:hover .product,
.bg-cards .device-card.tile-table .tile-card:hover .smile-points,
.bg-cards .device-card.tile-table .tile-card:hover .tiles-box-list,
.bg-cards .device-card.tile-table .tile-card:hover .tiles-box-title,
.bg-cards .device-multi-card-selection.tile-table .tile-card:hover .product,
.bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-title,
.bg-cards .device-single-card-selection.tile-table .tile-card:hover .product,
.bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-title {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards .device-card.tile-table .tile-card:hover .product,
.bg-cards .device-multi-card-selection.tile-table .tile-card:hover .product,
.bg-cards .device-single-card-selection.tile-table .tile-card:hover .product {
    border-top: 1px solid #e00800
}

.bg-cards .device-card.offer .tile-card:hover .product,
.bg-cards .device-card.offer .tile-card:hover .smile-points,
.bg-cards .device-card.offer .tile-card:hover .tiles-box-list,
.bg-cards .device-card.offer .tile-card:hover .tiles-box-title,
.bg-cards .device-multi-card-selection.offer .tile-card:hover .product,
.bg-cards .device-multi-card-selection.offer .tile-card:hover .smile-points,
.bg-cards .device-multi-card-selection.offer .tile-card:hover .tiles-box-list,
.bg-cards .device-multi-card-selection.offer .tile-card:hover .tiles-box-title,
.bg-cards .device-single-card-selection.offer .tile-card:hover .product,
.bg-cards .device-single-card-selection.offer .tile-card:hover .smile-points,
.bg-cards .device-single-card-selection.offer .tile-card:hover .tiles-box-list,
.bg-cards .device-single-card-selection.offer .tile-card:hover .tiles-box-title {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    transition: all .5s ease-in-out
}

.bg-cards .device-card.offer .tile-card:hover .product,
.bg-cards .device-multi-card-selection.offer .tile-card:hover .product,
.bg-cards .device-single-card-selection.offer .tile-card:hover .product {
    border-top: 1px solid #232323
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox],
.bg-cards .device-multi-card-selection.tile-table input[type=radio],
.bg-cards .device-single-card-selection.tile-table input[type=checkbox],
.bg-cards .device-single-card-selection.tile-table input[type=radio],
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox],
.bg-cards .plan-multi-card-selection.tile-table input[type=radio],
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox],
.bg-cards .plan-single-card-selection.tile-table input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0
}

.bg-cards .device-multi-card-selection.tile-table .tile label,
.bg-cards .device-single-card-selection.tile-table .tile label,
.bg-cards .plan-multi-card-selection.tile-table .tile label,
.bg-cards .plan-single-card-selection.tile-table .tile label {
    border-radius: 50%;
    cursor: pointer;
    bottom: 85px;
    position: absolute;
    right: 20px;
    z-index: 1;
    height: 30px;
    width: 30px;
    border: 1px solid #b5b5b5;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .product {
    border-top: 1px solid #e00800
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points {
    border-bottom: 1px solid #e00800
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label {
    background-color: #e00800;
    border-color: #e00800;
    box-shadow: 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label {
    border: 1px solid #e00800;
    box-shadow: inset 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after {
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    height: 6px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    top: 45%
}

.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label:after {
    height: 11.25px;
    width: 11.25px;
    background-color: #e00800;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50%
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label:after {
    opacity: 1
}

.bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.bg-cards .plan-single-card-selection.tile-table .tile-card .read-more {
    display: none
}

.bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points {
    border: 1px solid #f7f8f4;
    border-top: 0;
    border-radius: 0 0 10px 10px
}

.bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points {
    border-bottom: 1px solid #e00800
}

.bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title,
.bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title {
    border-left: 0 !important;
    border-right: 0 !important;
    transition: all .5s ease-in-out
}

.bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title,
.bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards .product-home-card.tile-table .tile-card .product {
    height: 225px;
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.bg-cards .product-home-card.tile-table .tile-card .product:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #e00800;
    background: url(.) 0 0 no-repeat;
    background: url(.) 0 0 no-repeat, linear-gradient(135deg, hsla(0, 0%, 56%, .3), hsla(0, 0%, 56%, .3))
}

.bg-cards .product-home-card.tile-table .tile-card .product .product-img {
    width: 100%;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bg-cards .product-home-card.tile-table .tile-card .product .tiles-box-title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: left
}

.bg-cards .product-home-card.tile-table .tile-card .product .tiles-box-title .catagory {
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 12px;
    font-family: suiss, Arial, sans-serif;
    color: #fff;
    opacity: 1
}

.bg-cards .product-home-card.tile-table .tile-card .product .tiles-box-title h2 {
    color: #fff;
    z-index: 2
}

.bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
    height: 316px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.bg-cards .product-home-card.tile-table .tile-card .tiles-box-list li.view-channel-list {
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: .85em
}

.bg-cards .product-home-card.tile-table .tile-card .tiles-box-list li.view-channel-list svg {
    stroke: #e00800;
    height: 24px;
    width: 24px;
    vertical-align: middle
}

.bg-cards .product-home-card.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.bg-cards .product-home-card.tile-table .tile-card:hover .smile-points,
.bg-cards .product-home-card.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards .product-grid.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 101%;
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #4b4a4a, #e00800)
}

.bg-cards .product-grid.tile-table .tile-card .tiles-box-list {
    height: 119px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card {
    margin-bottom: 0
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 100%;
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list {
    height: 75px;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

@media (min-width:993px) {
    .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list {
        padding: 0 1rem
    }
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
    color: #e00800;
    font-size: 1.5rem;
    line-height: 1.5rem
}

@media (min-width:1439px) {
    .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
        font-size: 2rem;
        line-height: 2rem
    }
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part small {
    text-transform: lowercase
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .bottom-text {
    text-transform: none;
    letter-spacing: 0;
    line-height: 17px
}

.bg-cards.compareGrid .product-grid.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.bg-cards .row-tiles-table .table-swiper-button-next,
.bg-cards .row-tiles-table .table-swiper-button-prev {
    display: block;
    width: 1.125rem;
    height: 1.75rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    transform: translateY(-50%)
}

.bg-cards .row-tiles-table .table-swiper-button-next svg,
.bg-cards .row-tiles-table .table-swiper-button-prev svg {
    width: 100%;
    height: 100%;
    stroke: #b2b2b2;
    stroke-width: 8px
}

.bg-cards .row-tiles-table .table-swiper-button-next {
    right: -3rem !important
}

.bg-cards .row-tiles-table .table-swiper-button-prev {
    left: -3rem !important
}

.bg-cards .row-tiles-table .swiper-button-disabled {
    display: none
}

.bg-cards .row-tiles-table .swiper-scrollbar {
    background-color: #f0f0ea;
    left: 2%;
    bottom: 3px;
    width: 96%;
    opacity: 1 !important
}

.bg-cards .row-tiles-table .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #e00800
}

.bg-cards .swiper-slide {
    background: transparent
}

.bg-cards.destroyed .swiper-slide {
    width: 300px
}

.bg-cards.destroyed .table-swiper-button-next,
.bg-cards.destroyed .table-swiper-button-prev {
    display: none
}

.bg-cards.hmdResults .row {
    margin-left: -12px;
    margin-right: -12px
}

.bg-cards.hmdResults .col-lg-1,
.bg-cards.hmdResults .col-lg-2,
.bg-cards.hmdResults .col-lg-3,
.bg-cards.hmdResults .col-lg-4,
.bg-cards.hmdResults .col-lg-5,
.bg-cards.hmdResults .col-lg-6,
.bg-cards.hmdResults .col-lg-7,
.bg-cards.hmdResults .col-lg-8,
.bg-cards.hmdResults .col-lg-9,
.bg-cards.hmdResults .col-lg-10,
.bg-cards.hmdResults .col-lg-11,
.bg-cards.hmdResults .col-lg-12,
.bg-cards.hmdResults .col-md-1,
.bg-cards.hmdResults .col-md-2,
.bg-cards.hmdResults .col-md-3,
.bg-cards.hmdResults .col-md-4,
.bg-cards.hmdResults .col-md-5,
.bg-cards.hmdResults .col-md-6,
.bg-cards.hmdResults .col-md-7,
.bg-cards.hmdResults .col-md-8,
.bg-cards.hmdResults .col-md-9,
.bg-cards.hmdResults .col-md-10,
.bg-cards.hmdResults .col-md-11,
.bg-cards.hmdResults .col-md-12,
.bg-cards.hmdResults .col-sm-1,
.bg-cards.hmdResults .col-sm-2,
.bg-cards.hmdResults .col-sm-3,
.bg-cards.hmdResults .col-sm-4,
.bg-cards.hmdResults .col-sm-5,
.bg-cards.hmdResults .col-sm-6,
.bg-cards.hmdResults .col-sm-7,
.bg-cards.hmdResults .col-sm-8,
.bg-cards.hmdResults .col-sm-9,
.bg-cards.hmdResults .col-sm-10,
.bg-cards.hmdResults .col-sm-11,
.bg-cards.hmdResults .col-sm-12,
.bg-cards.hmdResults .col-xs-1,
.bg-cards.hmdResults .col-xs-2,
.bg-cards.hmdResults .col-xs-3,
.bg-cards.hmdResults .col-xs-4,
.bg-cards.hmdResults .col-xs-5,
.bg-cards.hmdResults .col-xs-6,
.bg-cards.hmdResults .col-xs-7,
.bg-cards.hmdResults .col-xs-8,
.bg-cards.hmdResults .col-xs-9,
.bg-cards.hmdResults .col-xs-10,
.bg-cards.hmdResults .col-xs-11,
.bg-cards.hmdResults .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px
}

.bg-cards .plan-cards .row-tiles-table .table-swiper-button-next,
.bg-cards .plan-cards .row-tiles-table .table-swiper-button-prev {
    display: block;
    width: 1.125rem;
    height: 2.25rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

@media (max-width:992px) {

    .bg-cards .device-card-selection.tile-table .tile-card,
    .bg-cards .device-card.tile-table .tile-card,
    .bg-cards .device-multi-card-selection.tile-table .tile-card,
    .bg-cards .device-single-card-selection.tile-table .tile-card,
    .bg-cards .plan-card.tile-table .tile-card,
    .bg-cards .plan-multi-card-selection.tile-table .tile-card,
    .bg-cards .plan-single-card-selection.tile-table .tile-card,
    .bg-cards .product-grid.tile-table .tile-card,
    .bg-cards .product-home-card.tile-table .tile-card {
        margin-bottom: 22px
    }

    .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
    .bg-cards .device-card.tile-table .tile-card .smile-points,
    .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
    .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
    .bg-cards .plan-card.tile-table .tile-card .smile-points,
    .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
    .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
    .bg-cards .product-grid.tile-table .tile-card .smile-points,
    .bg-cards .product-home-card.tile-table .tile-card .smile-points {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #f7f8f4
    }

    .bg-cards .device-card-selection.tile-table .tile-card:hover .smile-points,
    .bg-cards .device-card.tile-table .tile-card:hover .smile-points,
    .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
    .bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
    .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
    .bg-cards .product-grid.tile-table .tile-card:hover .smile-points,
    .bg-cards .product-home-card.tile-table .tile-card:hover .smile-points {
        border-bottom: 1px solid #e00800
    }

    .bg-cards .device-card-selection.tile-table .tile-card .read-more,
    .bg-cards .device-card.tile-table .tile-card .read-more,
    .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
    .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
    .bg-cards .plan-card.tile-table .tile-card .read-more,
    .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
    .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
    .bg-cards .product-grid.tile-table .tile-card .read-more,
    .bg-cards .product-home-card.tile-table .tile-card .read-more {
        display: none
    }

    .bg-cards .device-card-selection.offer .tile-card:hover .smile-points,
    .bg-cards .device-card.offer .tile-card:hover .smile-points,
    .bg-cards .device-multi-card-selection.offer .tile-card:hover .smile-points,
    .bg-cards .device-single-card-selection.offer .tile-card:hover .smile-points,
    .bg-cards .plan-card.offer .tile-card:hover .smile-points,
    .bg-cards .plan-multi-card-selection.offer .tile-card:hover .smile-points,
    .bg-cards .plan-single-card-selection.offer .tile-card:hover .smile-points,
    .bg-cards .product-grid.offer .tile-card:hover .smile-points,
    .bg-cards .product-home-card.offer .tile-card:hover .smile-points {
        border-bottom: 1px solid #232323
    }

    .bg-cards .product-grid.tile-table .tile-card .tiles-box-list {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #f7f8f4
    }

    .bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list {
        border-bottom: 1px solid #e00800
    }

    .bg-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }

    .bg-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }
}

@media (max-width:768px) {
    .bg-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }

    .bg-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }

    .frequently-bought .tiles-box-list {
        margin-bottom: 50px
    }

    .frequently-bought .tiles-box-list:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        right: 160px;
        bottom: -60px;
        background-position: top
    }
}

[lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card,
[lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card {
    margin-bottom: 22px
}

[lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .bg-cards .device-card .tile-card .special-offer,
[lang=ar] [dir=rtl] .bg-cards .plan-card .tile-card .special-offer {
    right: .875rem;
    left: auto
}

[lang=ar] [dir=rtl] .bg-cards .device-card .tile-card .before-price-container,
[lang=ar] [dir=rtl] .bg-cards .plan-card .tile-card .before-price-container {
    margin-left: 4px;
    margin-right: 0;
    float: right
}

[lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(280deg, #4b4a4a, #e00800)
}

[lang=ar] [dir=rtl] .bg-cards .plan-card.offer .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.offer .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.offer .tile-card .tiles-box-title {
    background: #9e5419;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(280deg, #4b4a4a, #9e5419)
}

[lang=ar] [dir=rtl] .bg-cards .premium .plan-card.tile-table .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .premium .plan-multi-card-selection.tile-table .tiles-box-title,
[lang=ar] [dir=rtl] .bg-cards .premium .plan-single-card-selection.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

[lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(45deg, #4b4a4a, #e00800)
}

[lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card label,
[lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card label,
[lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card label,
[lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card label {
    left: 20px;
    right: auto
}

[lang=ar] [dir=rtl] .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

[lang=ar] [dir=rtl] .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-title .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
    margin-right: 0;
    margin-left: 4px
}

.callback-gray {
    background: #363739
}

.callback-green {
    background: #e00800
}

.callback-singleButton {
    position: fixed;
    top: inherit;
    right: 20px;
    bottom: 20px;
    padding: 0;
    height: auto;
    width: 56px;
    z-index: 7;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    box-shadow: none;
    background-color: transparent
}

.callback-singleButton a {
    overflow: hidden;
    display: block;
    height: 56px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    background-color: #e00800;
    padding: 5px;
    width: 56px;
    font-size: 10px
}

.callback-singleButton a svg {
    width: 18px;
    height: 18px
}

.callback-singleButton .allback-singleButton-icon {
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: auto
}

.callback-singleButton .allback-singleButton-title {
    text-align: center;
    width: 46px;
    line-height: 12px;
    margin: auto;
    margin-top: 4px;
    color: #fff
}

.whiteBg {
    background: hsla(0, 0%, 100%, .8);
    width: 100%
}

.whiteBg .callback-openBtn {
    background: #7fa62f !important
}

.whiteBg .callback-options {
    display: block !important
}

.callback-box {
    position: fixed;
    top: inherit;
    right: 0;
    bottom: 0;
    padding: 25px;
    z-index: 7;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.callback-box .callback-openBtn {
    width: 64px;
    height: 56px;
    float: right;
    clear: both;
    background: #7fa62f;
    cursor: pointer;
    background: rgba(127, 166, 47, .8);
    color: #fff;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    padding: 11px;
    box-sizing: border-box;
    font-size: 14px
}

.callback-box .callback-openBtn .callback-openBtn-arrow {
    display: none
}

.callback-box .callback-openBtn:hover {
    background: #7fa62f
}

.callback-box .callback-options {
    display: none;
    overflow: hidden;
    clear: both
}

.callback-box .callback-options a {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0;
    border-top: 0 solid #6e912b
}

.callback-box .callback-options a .callback-options-icon {
    float: right;
    width: 64px;
    height: 56px;
    background: #7fa62f;
    text-align: center;
    line-height: 56px;
    margin: inherit
}

.callback-box .callback-options a .callback-options-icon svg {
    width: 32px;
    height: 32px;
    margin-top: 12px
}

.callback-box .callback-options a .callback-options-icon:hover {
    background: #6e912b
}

.callback-box .callback-options a .callback-options-title {
    float: right;
    text-align: right;
    margin-right: 18px;
    line-height: 55px;
    font-size: 14px;
    color: #7fa62f;
    font-weight: 600;
    letter-spacing: .2px;
    margin-top: 0
}

@media (min-width:768px) {
    .callback-singleButton {
        position: fixed;
        top: inherit;
        right: 35px;
        bottom: 20px;
        padding: 0;
        height: auto;
        width: 72px;
        z-index: 7;
        font-family: suisse_intlregular, Roboto, Arial, sans-serif;
        box-shadow: none;
        background-color: transparent
    }

    .callback-singleButton a {
        overflow: hidden;
        display: block;
        height: 80px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
        margin-bottom: 10px;
        background: #e00800;
        padding: 10px;
        width: 72px;
        font-size: 12px
    }

    .callback-singleButton a svg {
        width: 26px;
        height: 26px
    }

    .callback-singleButton .allback-singleButton-icon {
        width: 26px;
        height: 26px;
        overflow: hidden;
        margin: auto
    }

    .callback-singleButton .allback-singleButton-title {
        text-align: center;
        width: 50px;
        line-height: 15px;
        margin: auto;
        margin-top: 6px;
        color: #fff
    }

    .callback-singleButton.callback-help-me-decide a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .callback-singleButton.callback-help-me-decide .allback-singleButton-title {
        margin-top: 0;
        margin: auto
    }

    .whiteBg {
        width: inherit;
        background: hsla(0, 0%, 100%, 0)
    }

    .whiteBg .callback-openBtn .callback-openBtn-arrow svg {
        transform: rotate(180deg) !important
    }

    .callback-box {
        padding: 0;
        bottom: inherit;
        top: 40%
    }

    .callback-box .callback-openBtn {
        width: 112px;
        height: 86px;
        font-size: 18px;
        line-height: 20px;
        padding: 15px;
        cursor: pointer;
        background: #7fa62f
    }

    .callback-box .callback-openBtn .callback-openBtn-arrow {
        display: block
    }

    .callback-box .callback-openBtn .callback-openBtn-arrow svg {
        text-align: center;
        width: 20px;
        height: 20px;
        margin-top: 3px;
        transform: rotate(0deg)
    }

    .callback-box .callback-options {
        position: absolute;
        top: 86px
    }

    .callback-box .callback-options a {
        width: 112px;
        height: 86px;
        cursor: pointer;
        background: rgba(127, 166, 47, .8);
        margin-bottom: 0;
        padding: 8px;
        box-sizing: border-box;
        border-top: 1px solid rgba(127, 166, 47, .4)
    }

    .callback-box .callback-options a .callback-options-icon {
        float: inherit;
        width: 32px;
        height: 32px;
        background: none;
        text-align: center;
        line-height: 56px;
        margin: auto
    }

    .callback-box .callback-options a .callback-options-icon svg {
        width: 32px;
        height: 32px;
        margin-top: 0
    }

    .callback-box .callback-options a .callback-options-icon:hover {
        background: rgba(110, 145, 43, 0)
    }

    .callback-box .callback-options a .callback-options-title {
        float: inherit;
        text-align: center;
        margin-right: 0;
        line-height: 1.2;
        font-size: 14px;
        color: #fff;
        font-weight: lighter;
        letter-spacing: .2px;
        margin-top: 7px
    }

    .callback-box .callback-options a:hover {
        background: #6e912b
    }
}

[lang=ar] [dir=rtl] .callback-singleButton {
    position: fixed;
    top: inherit;
    left: 35px;
    right: inherit;
    bottom: 20px;
    padding: 5px;
    height: 56px;
    width: 56px;
    z-index: 7;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

[lang=ar] [dir=rtl] .callback-box {
    right: inherit;
    left: 0;
    font-family: suiss, Arial, sans-serif
}

[lang=ar] [dir=rtl] .callback-box .callback-openBtn,
[lang=ar] [dir=rtl] .callback-box .callback-options a .callback-options-icon {
    float: left
}

[lang=ar] [dir=rtl] .callback-box .callback-options a .callback-options-title {
    float: left;
    margin-right: 0;
    margin-left: 18px;
    text-align: left
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .callback-singleButton {
        position: fixed;
        top: inherit;
        left: 35px;
        right: inherit;
        bottom: 20px;
        z-index: 7;
        font-family: suisse_intlregular, Roboto, Arial, sans-serif;
        height: auto;
        width: 72px;
        padding: 10px
    }

    [lang=ar] [dir=rtl] .callback-box .callback-options a .callback-options-icon {
        float: inherit
    }

    [lang=ar] [dir=rtl] .callback-box .callback-options a .callback-options-title {
        float: inherit;
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }
}

.dropzone {
    box-sizing: border-box;
    min-height: 198px;
    background: transparent;
    border: 2px dashed #dcddda;
    float: none;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 1rem
}

.dropzone.droped {
    max-width: 720px;
    width: 100%;
    min-height: 120px;
    padding-bottom: 48px
}

.dropzone.droped .dz-preview {
    margin-top: 15px;
    background-position: right 0 top;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    opacity: 1 !important
}

@media (max-width:1024px) {
    .dropzone.droped .dz-preview {
        background-image: none !important
    }
}

.dropzone.droped.dz-started {
    border: none;
    position: relative
}

.dropzone * {
    box-sizing: border-box
}

.dropzone .dz-message {
    text-align: center;
    margin-top: 28px;
    opacity: 1 !important;
    color: #717476
}

.dropzone .dz-message span.uploadIcon svg {
    width: 64px;
    height: 64px
}

.dropzone .dz-message span label {
    color: #232323;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 400
}

.dropzone .dz-message span label .browsemanual {
    text-decoration: underline;
    color: #e00800;
    cursor: pointer
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 20px top;
    background-size: 21px
}

@media (max-width:667px) {
    .dropzone .dz-preview {
        background-position: right 0 top
    }
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    float: right;
    line-height: 48px
}

.dropzone .dz-preview .dz-remove svg {
    vertical-align: middle
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview .fileicon {
    float: left
}

.dropzone .dz-preview .fileicon svg {
    margin-top: 3px;
    margin-right: 15px
}

.dropzone .dz-preview .dz-details,
.dropzone .dz-preview .dz-details .dz-size {
    float: left
}

.dropzone .dz-preview .dz-details .dz-size span {
    float: left;
    color: #232323;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    background: none;
    margin-left: 5px;
    margin-top: 9px
}

.dropzone .dz-preview .dz-details .dz-size span strong {
    font-weight: 400
}

.dropzone .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%
}

.dropzone .dz-preview .dz-details .dz-filename .filename {
    color: #e00800;
    font-size: 14px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    min-width: 200px;
    text-align: left;
    float: left
}

@media (min-width:768px) and (max-width:992px) {
    .dropzone .dz-preview .dz-details .dz-filename .filename {
        width: 65%
    }
}

@media (min-width:1399px) {
    .dropzone .dz-preview .dz-details .dz-filename .filename {
        width: 99%
    }
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.uploadFailed .dz-details .dz-filename .filename {
    color: #e00800
}

.dropzone .dz-preview.uploadFailed .successmsg {
    display: none
}

.dropzone .dz-preview.uploadFailed .errormsg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: .775rem;
    background: #e00800;
    margin: 0;
    color: #fff;
    z-index: 98
}

.dropzone .dz-preview.uploadFailed .errormsg h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center
}

.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: hsla(0, 0%, 100%, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(180deg, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: auto;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 1;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #e00800;
    padding: .5em 1.2em;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone .dz-preview .successmsg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: .775rem;
    background: #e00800;
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0;
    z-index: 22
}

.dropzone .dz-preview .successmsg h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center
}

.dropzone .dz-preview .dz-image {
    border-radius: 0;
    border: 1px solid #232323;
    float: left;
    margin-right: 1rem
}

.dropzone .dz-preview .dz-details {
    opacity: 1
}

.dropzone .successmsg {
    color: #5e6c00;
    font-size: 14px;
    line-height: 17px;
    display: none;
    margin-top: 15px;
    float: left;
    clear: both
}

@media (min-width:767px) {
    .dropzone .successmsg {
        padding-left: 49px
    }
}

.dropzone .errormsg {
    color: #e00800;
    font-size: 14px;
    line-height: 17px;
    display: none;
    margin-top: 15px;
    float: left;
    clear: both
}

@media (min-width:767px) {
    .dropzone .errormsg {
        padding-left: 49px
    }
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity .2s linear
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s ease-in
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dz-hidden-input {
    position: static !important
}

.dropzone.dz-clickable.dz-started.droped:before {
    left: 0;
    bottom: 0;
    height: auto !important;
    width: auto !important;
    content: "" !important;
    text-align: left
}

.dropzone.dz-clickable.dz-started.droped:after {
    left: 0;
    bottom: 0;
    height: auto !important;
    width: auto !important;
    content: "+ ATTACH ANOTHER DOCUMENT" !important;
    color: #e00800;
    text-align: left;
    display: block;
    position: absolute
}

.dz-details {
    width: 200px
}

@media (min-width:1399px) {
    .dz-details {
        width: 360px
    }
}

.fielSizeExceed {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: .775rem;
    background: #e00800;
    margin: 0;
    color: #fff;
    z-index: 98
}

.fielSizeExceed h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0
}

.dropzone-previews .dz-preview .dz-progress,
.dropzone .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none
}

.dropzone-previews .dz-preview .dz-progress .dz-upload,
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #8cc657
}

.dropzone-previews .dz-preview.dz-processing .dz-progress,
.dropzone .dz-preview.dz-processing .dz-progress {
    display: block
}

.dropzone-previews .dz-preview .dz-error-message,
.dropzone .dz-preview .dz-error-message {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: .775rem;
    background: #e00800;
    margin: 0;
    color: #fff;
    z-index: 98;
    border-radius: 0
}

.dropzone-previews .dz-preview:hover.dz-error .dz-error-message,
.dropzone .dz-preview:hover.dz-error .dz-error-message {
    display: block
}

.dropzone-previews .dz-preview .dz-error-message h3,
.dropzone .dz-preview .dz-error-message h3 {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center
}

.dropzone.droped .dz-preview.dz-file-preview.dz-error .dz-details .dz-filename .filename {
    color: #e00800
}

[lang=ar] [dir=rtl] .dropzone .dz-preview {
    background-position: left 0 top
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .fileicon {
    float: right
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .fileicon svg {
    margin-left: 15px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-details,
[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-details .dz-size {
    float: right
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-details .dz-size span {
    margin-right: 5px;
    margin-left: 0;
    float: right
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-details .dz-filename {
    float: right
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-details .dz-filename .filename,
[lang=ar] [dir=rtl] .dropzone .errormsg,
[lang=ar] [dir=rtl] .dropzone .successmsg {
    float: right;
    text-align: right
}

@media (min-width:767px) {

    [lang=ar] [dir=rtl] .dropzone .errormsg,
    [lang=ar] [dir=rtl] .dropzone .successmsg {
        padding-left: 0;
        padding-right: 49px;
        text-align: center
    }
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-image {
    margin-left: 0;
    margin-left: 1rem;
    float: right
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .dz-remove {
    float: left
}

[lang=ar] [dir=rtl] .dropzone.dz-clickable.dz-started.droped:after {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .dropzone .dz-preview .successmsg,
[lang=ar] [dir=rtl] .dropzone .dz-preview .successmsg h3 {
    text-align: center
}

.hero-mage-search {
    position: relative;
    height: 363px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .hero-mage-search {
        height: 240px
    }
}

.hero-mage-search>.cover {
    top: 0;
    left: 0;
    z-index: 1;
    height: 363px;
    overflow: hidden
}

.hero-mage-search div.cover {
    max-height: 363px
}

@media (max-width:767px) {
    .hero-mage-search div.cover {
        max-height: 240px
    }
}

@media (min-width:992px) {
    .hero-mage-search div.cover {
        max-height: inherit
    }
}

.hero-mage-search .hero-details-action {
    position: relative;
    z-index: 9;
    padding: 1rem
}

.hero-mage-search .hero-details-action h3 {
    margin-bottom: 1rem
}

.hero-mage-search .hero-details-action h3.hero-heading-big {
    font-size: 54px;
    font-weight: 400;
    color: #fff
}

@media (max-width:767px) {
    .hero-mage-search .hero-details-action h3.hero-heading-big {
        font-size: 34px;
        margin-top: 0
    }
}

.hero-mage-search .hero-details-action p {
    font-size: 20px;
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    line-height: 28px
}

.hero-mage-search .hero-details-action .hero-search-control {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    max-width: 588px;
    margin: auto
}

.hero-mage-search .hero-details-action .hero-search-control .form-control-input {
    width: 100%;
    border: none;
    border-right: 1px solid #cecece;
    padding: 0 5px;
    outline: none;
    color: #232323;
    font-size: 16px;
    font-family: suiss, Arial, sans-serif
}

.hero-mage-search .hero-details-action .hero-search-control button.btn-search-autocomplete {
    width: 42px;
    height: 33px;
    background: none;
    border: none;
    padding: 0 5px 0 14px
}

.hero-mage-search .hero-details-action .hero-search-control button.btn-search-autocomplete svg {
    width: 100%;
    height: 100%;
    stroke: #e00800;
    fill: #e00800
}

.hero-mage-search .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6
}

.hero-mage-search .hero-images-explainer-report {
    display: block;
    width: 100%
}

.banner-search-autocomplete:before {
    content: "Frequently Searched Topics";
    width: 100%;
    height: 15px;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    margin: 1rem;
    color: #232323;
    letter-spacing: 3px;
    font-size: 11px;
    font-family: suiss, Arial, sans-serif;
    text-transform: uppercase
}

.banner-search-autocomplete.ui-widget.ui-widget-content {
    padding: 10px;
    border: none;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 67%, .4)
}

.banner-search-autocomplete.ui-widget.ui-widget-content .ui-menu-item {
    padding: 10px
}

.banner-search-autocomplete.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
    color: #232323;
    font-weight: 400;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.banner-search-autocomplete.ui-widget.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border-color: transparent !important;
    background: none !important;
    color: #e00800;
    font-size: bold
}

[lang=ar] [dir=rtl] .hero-mage-search .hero-details-action .hero-search-control .form-control-input {
    border-right: none;
    border-left: 1px solid #cecece
}

[lang=ar] [dir=rtl] .hero-mage-search .hero-details-action .hero-search-control button.btn-search-autocomplete {
    padding: 0 14px 0 5px
}

@media (max-width:768px) {
    .context-navigation-bugfixing.context-navigation {
        margin: 0 0 20px
    }
}

@media (max-width:768px) {
    .context-navigation-bugfixing.context-navigation.more-value {
        margin: 0 10px 20px
    }

    .context-navigation-bugfixing.context-navigation.more-value>.pt-100 {
        padding-top: 40px
    }
}

.context-navigation-bugfixing.context-navigation h3 {
    font-size: 32px;
    color: #232323;
    font-weight: 400;
    letter-spacing: 0
}

@media (max-width:768px) {
    .context-navigation-bugfixing.context-navigation h3 {
        font-size: 26px;
        line-height: 33px
    }
}

.context-navigation-bugfixing.context-navigation p {
    color: #232323;
    font-size: 18px
}

@media (max-width:768px) {

    .context-navigation-bugfixing.context-navigation .swiper-container.destroyed .table-swiper-button-next,
    .context-navigation-bugfixing.context-navigation .swiper-container.destroyed .table-swiper-button-prev {
        display: none
    }

    .context-navigation-bugfixing.context-navigation .swiper-container.destroyed .swiper-wrapper {
        display: block
    }

    .context-navigation-bugfixing.context-navigation .swiper-container.destroyed .swiper-wrapper .swiper-slide {
        margin-bottom: 40px
    }
}

.context-navigation-bugfixing.context-navigation.no-icon {
    padding: 60px 0 80px
}

.context-navigation-bugfixing.context-navigation.no-icon>h3 {
    margin: 0 0 90px
}

@media (max-width:767px) {
    .context-navigation-bugfixing.context-navigation.faq-billing-explainer .swiper-wrapper {
        display: block
    }

    .context-navigation-bugfixing.context-navigation.faq-billing-explainer .swiper-wrapper .bring-value-card-wrapper p {
        margin-bottom: 1.5rem
    }
}

.context-navigation-bugfixing.context-navigation.faq-billing-explainer .bring-value-card-wrapper p {
    color: #e00800
}

.context-navigation-bugfixing.context-navigation.no-slide .swiper-container .swiper-slide {
    width: auto !important
}

.context-navigation-bugfixing.context-navigation.no-slide .swiper-container .swiper-slide .bring-value-card {
    max-width: 22.375rem;
    margin: 0 1rem
}

.context-navigation-bugfixing.context-navigation.need-help h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 14px
}

@media (max-width:767px) {
    .context-navigation-bugfixing.context-navigation.need-help h3 {
        font-size: 26px
    }
}

.context-navigation-bugfixing.context-navigation.need-help p {
    font-size: 16px;
    line-height: 26px
}

.context-navigation-bugfixing.context-navigation.need-help .btn.btn-default {
    max-width: 213px
}

@media (max-width:992px) {
    .context-navigation-bugfixing.context-navigation.need-help .btn.btn-default {
        max-width: 100%;
        border-radius: 4px;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        letter-spacing: 2.4px;
        font-weight: 700;
        border-width: 1px;
        border-color: #151515
    }
}

.context-navigation-bugfixing.context-navigation.need-help ul.help-links {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 4rem
}

@media (max-width:992px) {
    .context-navigation-bugfixing.context-navigation.need-help ul.help-links {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 2.4rem
    }
}

.context-navigation-bugfixing.context-navigation.need-help ul.help-links li {
    display: inline-block;
    text-align: center;
    -ms-flex: 1;
    flex: 1;
    display: block
}

@media (max-width:992px) {
    .context-navigation-bugfixing.context-navigation.need-help ul.help-links li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 50%;
        margin-bottom: 1.5rem
    }
}

.context-navigation-bugfixing.context-navigation.need-help ul.help-links li img {
    width: 60px;
    margin-bottom: 22px
}

@media (max-width:992px) {
    .context-navigation-bugfixing.context-navigation.need-help ul.help-links li img {
        width: 50px;
        margin-bottom: 15px
    }
}

.context-navigation-bugfixing.context-navigation.need-help ul.help-links li p {
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 2px
}

@media (max-width:992px) {
    .context-navigation-bugfixing.context-navigation.need-help ul.help-links li p {
        font-size: 14px;
        letter-spacing: 1.5px
    }
}

.context-navigation-bugfixing .context-navigation-cards {
    padding-top: 80px;
    padding-bottom: 80px
}

.context-navigation-bugfixing .context-navigation-cards.context-navigation-swiper2 .justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.context-navigation-bugfixing .context-navigation-cards .row-tiles-table {
    position: relative
}

@media (max-width:768px) {
    .context-navigation-bugfixing .context-navigation-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }
}

@media (max-width:768px) {
    .context-navigation-bugfixing .context-navigation-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }
}

.context-navigation-bugfixing .context-navigation-cards .row-tiles-table .table-swiper-button-next,
.context-navigation-bugfixing .context-navigation-cards .row-tiles-table .table-swiper-button-prev {
    bottom: 30%;
    width: 1.3rem;
    height: 1.3rem
}

.context-navigation-bugfixing .context-navigation-cards .row-tiles-table .table-swiper-button-next svg,
.context-navigation-bugfixing .context-navigation-cards .row-tiles-table .table-swiper-button-prev svg {
    stroke: #242424
}

.context-navigation-bugfixing .bring-value-card-wrapper {
    -ms-flex-pack: center;
    justify-content: center
}

.context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card {
    max-width: 22.375rem
}

.context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card .bring-value-card-icon {
    width: 4.4375rem;
    height: 4.4375rem;
    margin: auto;
    margin-bottom: 1.55rem;
    display: block
}

.context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card .bring-value-card-icon svg {
    width: 100%;
    height: 100%
}

.context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card h4 {
    font-size: 24px;
    margin-bottom: .65rem;
    margin-top: 0;
    letter-spacing: 0
}

.context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card p {
    color: #232323;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem
}

.context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card a {
    font-size: 14px
}

.context-navigation-bugfixing .no-icon.left-align .bring-value-card-wrapper {
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
    padding: 0
}

@media (max-width:768px) {
    .context-navigation-bugfixing .bring-value-card-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }

    .context-navigation-bugfixing .bring-value-card-wrapper .bring-value-card {
        max-width: 100%
    }
}

@media (max-width:1024px) {
    .context-navigation-bugfixing .context-navigation-cards.context-navigation-swiper2 .justify-center {
        -ms-flex-pack: start;
        justify-content: start
    }

    .context-navigation-bugfixing .context-navigation-cards.context-navigation-swiper2 .justify-center .swiper-slide {
        width: auto
    }
}

.context-navigation-bugfixing .row-tiles-table .table-swiper-button-next,
.context-navigation-bugfixing .row-tiles-table .table-swiper-button-prev {
    display: block;
    width: 1.125rem;
    height: 1.75rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    transform: translateY(-50%)
}

.context-navigation-bugfixing .row-tiles-table .table-swiper-button-next svg,
.context-navigation-bugfixing .row-tiles-table .table-swiper-button-prev svg {
    width: 100%;
    height: 100%;
    stroke: #b2b2b2;
    stroke-width: 8px
}

.context-navigation-bugfixing .row-tiles-table .table-swiper-button-next {
    right: -3rem !important
}

.context-navigation-bugfixing .row-tiles-table .table-swiper-button-prev {
    left: -3rem !important
}

.context-navigation-bugfixing .row-tiles-table .swiper-button-disabled {
    display: none
}

.context-navigation-bugfixing .row-tiles-table .swiper-scrollbar {
    background-color: #f0f0ea;
    left: 2%;
    bottom: 3px;
    width: 96%
}

.context-navigation-bugfixing .row-tiles-table .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #e00800
}

[lang=ar] [dir=rtl] .context-navigation-bugfixing.context-navigation.need-help .btn.btn-default {
    margin-right: 0;
    float: right
}

.web-story-pagination .pages {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0;
    color: #232323;
    font-size: .875rem
}

.web-story-pagination .pages-list {
    text-align: right
}

.web-story-pagination .pages-list svg {
    width: 100%;
    height: 100%;
    stroke: #232323;
    stroke-width: 8px;
    max-height: 15px;
    max-width: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 5px
}

.web-story-pagination .pages-list svg.see-all {
    display: none;
    stroke-width: 5px;
    max-height: 25px;
    max-width: 30px;
    stroke: #cecece;
    margin: 0 10px
}

.web-story-pagination .see-all {
    display: none
}

.web-story-pagination .pagination-list {
    display: inline-block;
    vertical-align: middle;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.web-story-pagination .pagination-list .item-page {
    display: inline-block;
    padding: 1rem;
    font-size: .875rem
}

.web-story-pagination .pagination-list .item-page.active a {
    color: #e00800
}

.web-story-pagination .pagination-list .item-page a {
    color: #6c6c6c
}

@media (max-width:768px) {
    .web-story-pagination .see-all {
        display: inline-block;
        color: #232323;
        font-size: 14px;
        letter-spacing: 2px;
        font-family: suiss, Arial, sans-serif;
        line-height: 18px;
        vertical-align: middle
    }

    .web-story-pagination .pages-list {
        float: none !important;
        display: block;
        text-align: center;
        padding: 0
    }

    .web-story-pagination .pages-list svg.see-all {
        display: inline-block
    }

    .web-story-pagination .pages {
        display: block
    }

    .web-story-pagination .pagination-list .item-page {
        padding: .8rem
    }
}

[lang=ar] [dir=rtl] .web-story-pagination .pages-list {
    text-align: left
}

[lang=ar] [dir=rtl] .web-story-pagination .pages-list svg {
    transform: translateY(0) rotate(180deg)
}

.non-action-boxes-section .heading-mini {
    margin: 12px 0
}

.non-action-boxes-section .media-cta-section {
    padding: 1.65rem 0
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper p {
    font-size: 16px;
    color: #919192;
    line-height: 26px
}

@media (min-width:992px) {
    .non-action-boxes-section .media-cta-section .media-cta-wrapper h4 {
        font-size: 28px
    }
}

.non-action-boxes-section .media-cta-wrapper .media-cta-photo {
    height: 302px
}

@media (max-width:992px) {
    .non-action-boxes-section .media-cta-wrapper .media-cta-photo {
        max-height: 136px !important;
        min-height: 136px !important;
        height: 136px !important
    }
}

.non-action-boxes-section .media-cta-wrapper .media-cta-caption,
.non-action-boxes-section .media-cta-wrapper>div {
    max-height: 302px;
    min-height: 302px;
    height: 302px
}

.non-action-boxes-section .expained-bill-body {
    padding: 60px 0 60px 60px
}

@media (max-width:992px) {
    .non-action-boxes-section .expained-bill-body {
        padding: 60px 0 60px 10px
    }

    .non-action-boxes-section .expained-bill-body .mw240 {
        max-width: 100% !important
    }
}

.non-action-boxes-section .expained-bill-body h3 {
    font-size: 40px;
    margin-bottom: .5rem;
    margin-top: 0
}

.non-action-boxes-section .expained-bill-body p {
    color: #232323;
    line-height: 24px;
    margin-bottom: 2rem
}

.tile-boxes-section {
    position: relative
}

.tile-boxes-section .swiper-scrollbar {
    bottom: 0 !important
}

.tile-boxes-section h3 {
    font-size: 1.83rem
}

.breadcrumb-result {
    color: #232323;
    letter-spacing: .125rem;
    font-size: 12px;
    font-family: suiss, Arial, sans-serif;
    text-transform: uppercase
}

.breadcrumb-result b {
    color: #232323
}

.tile-box-tile {
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 100%;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .tile-box-tile {
        min-height: 440px;
        max-height: 440px
    }
}

.tile-box-tile .img-cover {
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0
}

@media (min-width:992px) {
    .tile-box-tile .img-cover {
        height: 225px
    }
}

.tile-box-tile .tile-box-body {
    text-align: left;
    padding: 1.5rem
}

.tile-box-tile .tile-box-body h5 {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: .19rem;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0
}

.tile-box-tile .tile-box-body h2 {
    font-size: 18px;
    line-height: 24px;
    color: #232323;
    margin: 0;
    margin-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:992px) {
    .tile-box-tile .tile-box-body h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 1rem
    }
}

.tile-box-tile .tile-box-body p {
    color: #232323;
    font-size: 14px;
    line-height: 20px
}

@media (min-width:992px) {
    .tile-box-tile .tile-box-body p {
        font-size: 1rem;
        line-height: 22px
    }
}

.tile-box-tile .btn-text {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    letter-spacing: 2px;
    font-size: 12px
}

@media (min-width:992px) {
    .tile-box-tile .btn-text {
        font-size: 14px
    }
}

.tile-box-tile-cards .swiper-wrapper {
    display: block
}

@media (max-width:767px) {
    .tile-box-tile-cards .swiper-wrapper {
        margin: 0
    }

    .tile-box-tile-cards .swiper-wrapper .tile-box-tile {
        min-height: 300px;
        max-height: 300px
    }

    .tile-box-tile-cards .swiper-wrapper .swiper-slide {
        padding: 0
    }
}

@media (max-width:768px) {
    .tile-boxes-section h3 {
        padding-top: 0 !important;
        font-size: 1.25rem
    }

    .tile-boxes-section .tile-box-tile .tile-box-body {
        padding: 1.2rem
    }

    .tile-boxes-section .tile-box-tile .tile-box-body h5 {
        font-size: 10px
    }

    .tile-boxes-section .tile-box-tile .btn-text {
        left: 1.25rem
    }
}

[lang=ar] [dir=rtl] .tile-box-tile .tile-box-body {
    text-align: right
}

[lang=ar] [dir=rtl] .tile-box-tile .btn-text {
    left: auto;
    right: 1.5rem
}

.tab-boxes-section {
    margin: 0 .5rem
}

.tab-boxes-section .head-desktop a {
    font-size: 20px;
    border-left: 4px solid #e00800;
    font-family: suiss, Arial, sans-serif;
    color: #e00800;
    display: block;
    line-height: 90px;
    padding-left: 22px
}

.tab-boxes-section .head-desktop a.collapsed {
    border-left: none;
    color: #232323;
    padding-left: 26px
}

.tab-boxes-section .body-desktop,
.tab-boxes-section .head-desktop {
    background: transparent;
    margin-bottom: 0;
    box-shadow: none
}

.tab-boxes-section .body-desktop {
    border-radius: 4px;
    padding: 0
}

@media (min-width:992px) {
    .tab-boxes-section .body-desktop {
        padding-top: 2.5rem
    }
}

@media (max-width:992px) {
    .tab-boxes-section .body-desktop {
        border: 0;
        padding: 1px
    }
}

@media (max-width:992px) {
    .tab-boxes-section .body-desktop .description {
        padding: 1.5rem 1rem
    }
}

.tab-boxes-section .body-desktop a {
    display: block;
    font-size: 1rem;
    font-family: suiss, Arial, sans-serif;
    color: #e00800;
    margin: 0 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e1da;
    position: relative;
    margin-bottom: -1px
}

.tab-boxes-section .body-desktop a:last-child {
    border-bottom: none
}

.tab-boxes-section .body-desktop a:before {
    content: "";
    border-left: 4px solid #e00800;
    display: block;
    position: absolute;
    height: 100%;
    left: -16px;
    top: 0
}

.tab-boxes-section .body-desktop a:after {
    right: 3px;
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    padding: 5px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-20%) rotate(-135deg);
    top: 50%;
    transform: translateY(-20%) rotate(-135deg);
    transition: all .3s ease-in-out
}

.tab-boxes-section .body-desktop a.collapsed {
    color: #232323
}

.tab-boxes-section .body-desktop a.collapsed:before {
    display: none
}

.tab-boxes-section .body-desktop a.collapsed:after {
    border: solid #232323;
    border-width: 0 1px 1px 0;
    transform: translateY(-80%) rotate(45deg);
    -webkit-transform: translateY(-80%) rotate(45deg)
}

.tab-boxes-section .row-tiles-table .table-swiper-button-next,
.tab-boxes-section .row-tiles-table .table-swiper-button-prev {
    width: 6.5rem;
    height: 1.3rem;
    cursor: pointer;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    text-transform: uppercase;
    color: #e00800
}

.tab-boxes-section .row-tiles-table .table-swiper-button-next svg,
.tab-boxes-section .row-tiles-table .table-swiper-button-prev svg {
    stroke: #e00800;
    height: 70%;
    width: 20%
}

.tab-boxes-section .row-tiles-table .table-swiper-button-next {
    right: .6rem !important;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tab-boxes-section .row-tiles-table .table-swiper-button-prev {
    left: .6rem !important
}

.tab-boxes-section .row-tiles-table .swiper-pagination {
    left: calc(50% - 50px);
    min-width: 100px
}

.tab-boxes-section .row-tiles-table .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin: 2px 5px;
    width: 15px;
    height: 15px
}

.tab-boxes-section .row-tiles-table .swiper-pagination .swiper-pagination-bullet-active {
    background: #666
}

.paragraph {
    font-size: 14px;
    color: #232323;
    line-height: 24px;
    margin-bottom: 1.5rem
}

.paragraph .link {
    color: #232323;
    cursor: pointer
}

.paragraph.big {
    font-size: 18px
}

.black-text,
.content-headng {
    color: #232323
}

.heading-medium {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    color: #232323;
    line-height: 1.5rem;
    margin-top: 0
}

.heading-medium,
.ul-list,
.ul-list-cms ul,
.ul-list-sub,
.ul-list-sub ul {
    margin-bottom: 1.5rem
}

.ul-list-cms ul>li,
.ul-list-sub>li,
.ul-list-sub ul>li,
.ul-list>li {
    padding-left: 1rem;
    position: relative;
    color: #232323;
    font-size: 14px;
    line-height: 24px
}

.ul-list.order {
    list-style: decimal;
    margin-left: 1rem
}

.ul-list.order>li {
    padding-left: 0
}

.ul-list.order>li:before {
    display: none
}

.ul-list-cms ul>li:before,
.ul-list>li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #232323;
    display: block;
    position: absolute;
    left: 0;
    top: 10px
}

.ul-list-cms.order ul {
    list-style: decimal;
    margin-left: 1rem
}

.ul-list-cms.order ul>li {
    padding-left: 0
}

.ul-list-cms.order ul>li:before {
    display: none
}

.ul-list-sub-cms ul>li:before,
.ul-list-sub>li:before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #232323;
    display: block;
    position: absolute;
    left: 0;
    top: 14px
}

.billing-explainer .description h3 {
    font-size: 1.83rem
}

.billing-explainer .description h3.heading-medium {
    font-size: 1.25rem
}

.billing-explainer .media-news-accordion .panel-group .panel-body {
    padding: 1.3rem 1.5rem !important;
    line-height: 20px
}

.billing-explainer .media-news-accordion .panel-group .panel-heading .panel-title {
    margin: 0
}

.billing-explainer .media-news-accordion .panel-group .panel-heading .panel-title a {
    font-family: suiss, Arial, sans-serif;
    padding: 1.5rem 25px !important;
    color: #232323 !important;
    border-bottom: 0 !important
}

.billing-explainer .media-news-accordion .panel-group .panel-heading .panel-title a.collapsed {
    border-bottom: 1px solid #e2e1da !important
}

.billing-explainer .media-news-accordion .panel-group .panel-heading .panel-title a:after {
    border-width: 0 2px 2px 0
}

.billing-explainer-video.paragraph {
    line-height: 1.25rem
}

@media (max-width:768px) {
    .tab-boxes-section {
        margin: 0
    }

    .billing-explainer.body-desktop {
        border: 0
    }

    .billing-explainer .head-mobile {
        margin: 0 .5rem 0 .7rem
    }

    .billing-explainer .head-mobile:before {
        left: -12px !important
    }

    .billing-explainer .description h3 {
        font-size: 1.25rem;
        margin-bottom: 0;
        padding-top: 0;
        margin-top: 0
    }

    .billing-explainer .description h3.heading-medium {
        padding-top: 0 !important;
        font-size: 1rem
    }

    .billing-explainer .media-news-accordion .panel-group .panel-heading .panel-title a {
        font-size: .75rem;
        padding: 1.25rem 25px !important
    }

    .billing-explainer .media-news-accordion .panel-group .panel-heading .panel-title a:after {
        border-width: 0 1px 1px 0
    }

    .billing-explainer .media-news-accordion .panel-group .panel-collapse .panel-body {
        padding: 1rem !important
    }

    .billing-explainer .media-news-accordion .panel-group .panel-collapse .panel-body p {
        font-size: .75rem;
        line-height: 1rem
    }

    .tab-boxes-section .row-tiles-table .table-swiper-button-prev {
        left: 1.5rem !important
    }

    .tab-boxes-section .row-tiles-table .table-swiper-button-next {
        right: 1.5rem !important
    }
}

[lang=ar] [dir=rtl] .tab-boxes-section .head-desktop a {
    padding-left: 0;
    padding-right: 22px;
    border-left: 0;
    border-right: 4px solid #e00800
}

[lang=ar] [dir=rtl] .tab-boxes-section .head-desktop a.collapsed {
    border-right: none
}

[lang=ar] [dir=rtl] .tab-boxes-section .body-desktop a:after {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .tab-boxes-section .body-desktop a:before {
    right: -16px;
    left: auto
}

[lang=ar] [dir=rtl] .ul-list-cms>li,
[lang=ar] [dir=rtl] .ul-list-sub-cms>li,
[lang=ar] [dir=rtl] .ul-list-sub>li,
[lang=ar] [dir=rtl] .ul-list>li {
    padding-left: 0;
    padding-right: 1rem
}

[lang=ar] [dir=rtl] .ul-list-cms>li:before,
[lang=ar] [dir=rtl] .ul-list-sub-cms>li:before,
[lang=ar] [dir=rtl] .ul-list-sub>li:before,
[lang=ar] [dir=rtl] .ul-list>li:before {
    left: auto;
    right: 0
}

.main-text-wst3 h1 {
    line-height: 2.375rem;
    font-size: 2rem;
    margin: 0;
    padding-bottom: 1.5rem;
    letter-spacing: 0;
    color: #232323
}

@media (max-width:992px) {
    .main-text-wst3 h1 {
        font-size: 1.375rem;
        line-height: 1.75rem
    }
}

.main-text-wst3 p {
    color: #909192;
    font-size: 1rem;
    line-height: 1.5625
}

@media (max-width:992px) {
    .main-text-wst3 p {
        font-size: .875rem;
        line-height: 1.375rem
    }
}

.main-text-wst3.text-with-action-description {
    padding: 60px 12px 0
}

.main-text-wst3.text-with-action-description a.btn {
    max-width: 180px;
    letter-spacing: 2.4px
}

.main-text-wst3.head-with-action {
    padding: 60px 12px;
    margin: 0
}

.main-text-wst3.head-with-action a.btn {
    max-width: 180px;
    letter-spacing: 2.4px;
    margin-top: 10px
}

@media (min-width:993px) {
    .main-text-wst3 .back {
        display: block
    }
}

.media-news-accordion .panel-group .panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0
}

.media-news-accordion .panel-group .panel .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0
}

.media-news-accordion .panel-group .panel .panel-heading h4.panel-title {
    color: #232323;
    font-size: 16px
}

.media-news-accordion .panel-group .panel .panel-heading h4.panel-title a {
    color: #232323;
    border-bottom: 1px solid #e2e1da;
    margin: 0;
    padding: 1rem 25px 1rem 0
}

.media-news-accordion .panel-group .panel .panel-heading h4.panel-title a:before {
    display: none
}

.media-news-accordion .panel-group .panel .panel-heading h4.panel-title a:after {
    border-color: #232323
}

.media-news-accordion .panel-group .panel .panel-collapse .panel-body {
    background-color: #f0f0ea;
    padding: 1rem 2rem;
    border-top-color: transparent;
    border-bottom: 1px solid #e2e1da
}

.media-news-accordion .panel-group .panel .panel-collapse .panel-body p {
    color: #232323;
    font-size: 14px
}

.faq-list-section h3 {
    font-size: 1.85rem
}

.faq-list-section .panel-group {
    margin-bottom: 0
}

.faq-list-section .panel-group .panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0
}

.faq-list-section .panel-group .panel .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0
}

.faq-list-section .panel-group .panel .panel-heading a {
    border-bottom: 1px solid #e2e1da;
    margin: 0;
    padding: 1.25rem 25px 1.25rem 0;
    display: block
}

.faq-list-section .panel-group .panel .panel-heading a h4.panel-title {
    color: #e00800;
    font-size: 16px;
    position: relative;
    font-family: suiss, Arial, sans-serif;
    margin-bottom: 10px
}

.faq-list-section .panel-group .panel .panel-heading a h4.panel-title:before {
    display: none
}

.faq-list-section .panel-group .panel .panel-heading a h4.panel-title:after {
    right: 3px;
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    padding: 5px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-20%) rotate(-46deg);
    top: 7px;
    transform: translateY(-20%) rotate(-46deg);
    transition: all .3s ease-in-out
}

.faq-list-section .panel-group .panel .panel-heading a p {
    color: #232323;
    font-size: 14px
}

@media (max-width:768px) {
    .faq-list-section h3 {
        font-size: 1.25rem;
        color: #232323
    }

    .faq-list-section .heading-medium {
        font-size: 1rem;
        margin-bottom: 5px
    }

    .faq-list-section .panel-group .panel .panel-heading a {
        padding: 1rem 25px 1rem 0
    }

    .faq-list-section .panel-group .panel .panel-heading a h4.panel-title {
        font-size: 14px;
        line-height: 20px
    }

    .faq-list-section .panel-group .panel .panel-heading a h4.panel-title:after {
        right: -15px;
        top: 10px;
        border-width: 0 2px 2px 0
    }

    .faq-list-section .panel-group .panel .panel-heading a p {
        font-size: 12px;
        line-height: 16px
    }
}

[lang=ar] [dir=rtl] .faq-list-section .panel-group .panel .panel-heading a {
    padding: 1rem 0 1rem 25px
}

[lang=ar] [dir=rtl] .faq-list-section .panel-group .panel .panel-heading a h4.panel-title:after {
    transform: translateY(-20%) rotate(137deg);
    right: auto;
    left: 3px
}

.checkboxes-wrap,
.radio-wrap {
    position: relative
}

.checkboxes-wrap label,
.radio-wrap label {
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    padding-left: 36px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 19px;
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    font-weight: 400;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0
}

.checkboxes-wrap label:before,
.radio-wrap label:before {
    background-image: url(../../assets/img/wst-icons/icon-checkbox-unselected.svg);
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: 24px;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    transition: all .25s cubic-bezier(.55, .06, .68, .19);
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 71%, .5);
    border-radius: 50%
}

.checkboxes-wrap input[type=checkbox]:checked+label:before,
.radio-wrap input[type=checkbox]:checked+label:before {
    background-image: url(../../assets/img/wst-icons/icon-checkbox.svg);
    background-repeat: no-repeat
}

.checkboxes-wrap input[type=checkbox]:disabled+label:before,
.radio-wrap input[type=checkbox]:disabled+label:before {
    background-image: url(../../assets/img/wst-icons/icon-checkbox-disabled.svg);
    background-repeat: no-repeat
}

.checkboxes-wrap input[type=radio]:checked+label:before,
.radio-wrap input[type=radio]:checked+label:before {
    background-image: url(../../assets/img/wst-icons/icon-radio-selected.svg);
    background-repeat: no-repeat
}

.checkboxes-wrap input[type=radio]:disabled+label:before,
.radio-wrap input[type=radio]:disabled+label:before {
    background-image: url(../../assets/img/wst-icons/icon-checkbox-disabled.svg);
    background-repeat: no-repeat
}

input[type=checkbox],
input[type=radio] {
    display: none
}

.checkbox-tile-wrap,
.radio-tile-wrap {
    margin-bottom: 2rem
}

.checkbox-tile-wrap label,
.radio-tile-wrap label {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0 .875rem;
    color: #6c6c6c;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1rem;
    border: 1px solid #fff;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    transition: all .2s ease;
    min-height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    min-width: 130px
}

.checkbox-tile-wrap input[type=checkbox]:checked+label,
.checkbox-tile-wrap input[type=radio]:checked+label,
.radio-tile-wrap input[type=checkbox]:checked+label,
.radio-tile-wrap input[type=radio]:checked+label {
    color: #e00800;
    border: 1px solid #e00800;
    text-shadow: 0 0 0 #e00800
}

.multi-tiles-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto
}

.multi-tiles-wrap.justified {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.multi-tiles-wrap .checkbox-tile-wrap,
.multi-tiles-wrap .radio-tile-wrap {
    margin-right: 1rem
}

.multi-tiles-wrap .checkbox-tile-wrap:last-child,
.multi-tiles-wrap .radio-tile-wrap:last-child {
    margin-right: 0
}

.category-list-wrap {
    margin-bottom: 2rem
}

.category-list-wrap.no-lines .checkboxes-wrap label,
.category-list-wrap.no-lines .radio-wrap label {
    border-bottom: none
}

.category-list-wrap.offers {
    margin-bottom: 0
}

.category-list-wrap.btn-text:before {
    padding: 3px
}

.category-list-wrap ul {
    margin-bottom: 1.5rem
}

.category-list-wrap ul li:nth-child(n+6) {
    display: none
}

.category-list-wrap ul.full-list li:nth-child(n+6) {
    display: block
}

.category-list-wrap .toggleView:before {
    transform: translateY(-80%) rotate(45deg);
    -webkit-transform: translateY(-80%) rotate(45deg)
}

.category-list-wrap .toggleView .viewless {
    display: none
}

.category-list-wrap .toggleView .viewmore {
    display: block
}

.category-list-wrap .viewmore {
    display: none
}

.category-head-collapisble {
    margin-bottom: 1rem
}

.category-head-collapisble.default,
.category-head-collapisble.expandable {
    font-size: 19px;
    color: #232323;
    line-height: 23px;
    letter-spacing: .76px;
    font-family: suiss, Arial, sans-serif;
    display: block;
    position: relative
}

.category-head-collapisble.expandable.collapsed:after {
    transform: translateY(-80%) rotate(45deg);
    -webkit-transform: translateY(-80%) rotate(45deg)
}

.category-head-collapisble.expandable:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    right: 3px;
    border: solid #232323;
    border-width: 0 1px 1px 0;
    padding: 5px;
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-20%) rotate(-135deg);
    top: 50%;
    transform: translateY(-20%) rotate(-135deg);
    transition: all .3s ease-in-out
}

.compare-icon,
.filter-icon,
.reset,
.sort-icon {
    margin-bottom: 1.5rem
}

@media (max-width:992px) {

    .compare-icon,
    .filter-icon,
    .reset,
    .sort-icon {
        margin: 1.5rem 0
    }
}

.compare-icon a,
.filter-icon a,
.reset a,
.sort-icon a {
    font-size: 1rem;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #232323;
    display: -ms-flexbox;
    display: flex
}

.compare-icon a:before,
.filter-icon a:before,
.sort-icon a:before {
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    margin-right: .5rem
}

.filter-icon a:before {
    content: "";
    background: url(../../assets/img/wst-icons/icon-filter.svg);
    background-size: 24px
}

.compare-icon a:before {
    content: "";
    background: url(../../assets/img/wst-icons/icon-refresh.svg);
    background-size: 24px
}

.sort-icon a:before {
    content: "";
    background: url(../../assets/img/wst-icons/icon-up-down.svg);
    background-size: 24px
}

.filter-compare-sort-section {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:992px) {
    .filter-compare-sort-section.single {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.range-slider-wrap {
    min-height: 100px
}

.range-slider-wrap .irs-max,
.range-slider-wrap .irs-min {
    top: 3.5rem
}

.range-slider-wrap .irs-line {
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 3.5px;
    border: 0;
    height: 7px;
    background: #f9f9f9
}

.range-slider-wrap .irs-bar,
.range-slider-wrap .irs-bar-edge {
    height: 7px;
    top: 33px;
    background: #e00800;
    border-top: 0;
    border-bottom: 0
}

.range-slider-wrap .irs-from,
.range-slider-wrap .irs-single,
.range-slider-wrap .irs-to {
    color: #e00800;
    background: transparent;
    font-size: 14px;
    letter-spacing: 2.55px
}

.range-slider-wrap .irs-slider {
    top: 25px;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    background: #e00800;
    border-radius: 27px;
    -moz-border-radius: 27px;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.range-slider-wrap .irs-slider:hover {
    background: #e00800
}

.range-slider-wrap .irs-max,
.range-slider-wrap .irs-min {
    color: #232323;
    font-size: 14px;
    background: transparent;
    visibility: unset !important
}

.filter-close {
    display: none
}

.responsive-filters.mobileViewActive,
.responsive-sort.mobileViewActive {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: auto;
    padding: 1rem;
    z-index: 9999
}

.responsive-filters.mobileViewActive .compare-icon,
.responsive-filters.mobileViewActive .filter-icon,
.responsive-filters.mobileViewActive .reset,
.responsive-filters.mobileViewActive .sort-icon,
.responsive-sort.mobileViewActive .compare-icon,
.responsive-sort.mobileViewActive .filter-icon,
.responsive-sort.mobileViewActive .reset,
.responsive-sort.mobileViewActive .sort-icon {
    margin-top: 0 !important
}

.responsive-filters.mobileViewActive .filter-compare-sort-section,
.responsive-sort.mobileViewActive .filter-compare-sort-section {
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #e2e1da;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex
}

.responsive-filters.mobileViewActive .filter-close,
.responsive-sort.mobileViewActive .filter-close {
    display: block;
    right: 0;
    position: absolute;
    margin-right: 1rem
}

.responsive-filters.mobileViewActive .filter-close:before,
.responsive-sort.mobileViewActive .filter-close:before {
    background-image: url(../../../b2c/assets/img/buy-get/Icons/SVG/icon-close-grey.svg);
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: 24px;
    stroke-width: 2px;
    margin-right: .5rem;
    right: .75rem
}

.responsive-filters.mobileViewActive .filter-close img,
.responsive-filters.mobileViewActive .filter-close svg,
.responsive-sort.mobileViewActive .filter-close img,
.responsive-sort.mobileViewActive .filter-close svg {
    width: 24px;
    height: 24px;
    cursor: pointer
}

@media (max-width:992px) {

    .responsive-filters.mobileViewActive .apply-reset-section,
    .responsive-filters.mobileViewActive .show-in-mobile-view-only,
    .responsive-sort.mobileViewActive .apply-reset-section,
    .responsive-sort.mobileViewActive .show-in-mobile-view-only {
        display: block
    }
}

.apply-reset-section,
.responsive-filters .filter-compare-sort-section,
.responsive-sort .filter-compare-sort-section {
    display: none
}

.apply-reset-section .reset {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0
}

.apply-reset-section .reset a {
    cursor: pointer
}

@media (max-width:992px) {
    .show-in-mobile-view-only {
        display: none
    }
}

.comapre-and-sort {
    padding: 19px 0;
    margin: 24px 0 !important;
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.comapre-and-sort .btn {
    max-width: 180px;
    float: left;
    border-width: 1px;
    margin-right: 24px
}

.comapre-and-sort .btn:last-child {
    margin-left: 0;
    margin-right: 0
}

.comapre-and-sort .floating-label-select {
    min-width: 180px;
    border: none;
    background-color: transparent;
    float: right;
    margin: 0;
    margin-left: auto
}

.comapre-and-sort .floating-label-select .select2.select2-container {
    padding-right: 0 !important;
    padding-left: 0;
    z-index: 4;
    width: 100% !important;
    border-bottom: 1px solid #353738
}

.help-me-decide-section {
    display: none
}

.help-me-decide-section.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: auto;
    z-index: 9999
}

.overlay-head {
    padding: 2.75rem 0;
    border-bottom: 1px solid #e2e1da;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.75rem
}

@media (max-width:768px) {
    .overlay-head {
        margin-bottom: 1.75rem;
        padding: 1.75rem 0
    }
}

.overlay-head h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #232323
}

.overlay-head .close {
    background-image: url(../../../b2c/assets/img/buy-get/Icons/SVG/icon-close-grey.svg);
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-size: 1.5rem;
    right: 0;
    position: absolute;
    margin-right: .75rem
}

@media (max-width:768px) {
    .overlay-head .close {
        margin-right: 1.75rem
    }
}

.overlay-body {
    min-height: 350px
}

.overlay-body .back-button {
    display: block;
    margin-bottom: 1.5rem
}

.overlay-body .head,
.overlay-body .options,
.overlay-body .progress-wrap {
    margin-bottom: 4rem
}

@media (max-width:768px) {

    .overlay-body .head,
    .overlay-body .options,
    .overlay-body .progress-wrap {
        padding: 0 1rem
    }
}

.overlay-body .head h2 {
    font-size: 2.75rem;
    line-height: 3.15rem;
    color: #232323;
    margin: 0;
    margin-bottom: 1.5rem
}

@media (max-width:768px) {
    .overlay-body .head h2 {
        font-size: 1.55rem;
        margin-bottom: 1rem;
        line-height: 2.15rem
    }
}

.overlay-body .head p {
    font-size: .85rem;
    line-height: 2rem;
    color: #232323;
    margin: 0
}

.overlay-body .options .multi-tiles-wrap {
    display: block
}

@media (max-width:768px) {
    .overlay-body .options .multi-tiles-wrap {
        width: auto
    }
}

.progress-wrap {
    margin-bottom: 1.5rem
}

.progress-wrap .progress {
    height: 7px;
    border-radius: 3.5px;
    margin: 0
}

.progress-wrap .progress .progress-bar {
    box-shadow: none
}

.loader-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 450px;
    width: 100%
}

.loader-step img,
.loader-step svg {
    width: 50px;
    height: 50px
}

.overlay-footer .next-button {
    text-align: right
}

.overlay-footer .next-button .btn {
    max-width: 180px
}

@media (max-width:768px) {
    .overlay-footer {
        position: fixed;
        left: 0;
        bottom: 2rem;
        padding: 0 2rem;
        width: 100%
    }

    .overlay-footer .next-button .btn {
        max-width: 100%
    }
}

[lang=ar] [dir=rtl] .comapre-and-sort .btn {
    float: right;
    margin-right: 0;
    margin-left: 24px
}

[lang=ar] [dir=rtl] .comapre-and-sort .floating-label-select {
    float: left;
    margin-right: auto;
    margin-left: inherit
}

[lang=ar] [dir=rtl] .category-head-collapisble .count {
    display: inline-block
}

[lang=ar] [dir=rtl] .buynget-form .floating-label-input label,
[lang=ar] [dir=rtl] .buynget-form .floating-label-select label {
    right: 0;
    padding-left: 2.5rem;
    padding-right: 0
}

.billing-report-section {
    padding-bottom: 5rem
}

@media (max-width:768px) {
    .billing-report-section {
        padding: .6rem
    }
}

.billing-report-section p {
    margin-bottom: 2rem
}

.billing-report-section p.paragraph {
    letter-spacing: .2px;
    font-size: 16px
}

.billing-report-section a.link {
    letter-spacing: 3px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

.billing-report-section a.link:before {
    display: none !important;
    border: none !important
}

.billing-report-section a.link:after {
    display: none !important
}

.billing-report-section .billing-report-card {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    border: 2px solid #ddd;
    height: 1315px;
    width: 100%;
    display: block;
    overflow: hidden
}

@media (max-width:1024px) {
    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 875px
    }
}

@media (max-width:768px) {
    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1250px
    }
}

@media (max-width:767px) {
    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (min-width:1441px) {

    .section-exp-2 .billing-report-card,
    .section-exp-3 .billing-report-card,
    .section-exp-4 .billing-report-card {
        height: 1125px
    }
}

@media (min-width:1441px) {
    .section-exp-5 .billing-report-card {
        height: 1147px
    }
}

.tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-next svg {
    height: 12px;
    width: 12px;
    stroke-width: 10px;
    margin-top: 2px;
    margin-left: 5px
}

.tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-prev svg {
    height: 12px;
    width: 12px;
    stroke-width: 10px;
    margin-top: 2px;
    margin-right: 5px
}

.eCare .billing-report-card-preview .exp-report-wrapper {
    width: 100%;
    margin: 0
}

.eCare .billing-report-card-preview .exp-report-wrapper .exp-report-invoice {
    margin-bottom: 1.5rem
}

.eCare .billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section {
    padding: 1.5rem 2rem
}

.eCare .billing-report-card-preview .exp-report-wrapper .exp-report-invoice:after {
    content: none
}

@media (max-width:992px) {
    .eCare .billing-report-card-preview .exp-report-wrapper:first-child {
        padding-left: 0;
        padding-right: 0
    }
}

.greenTileSingle {
    color: #fff
}

.greenTileSingle a {
    color: #fff;
    margin-top: 1rem;
    display: block
}

.greenTileSingle h3 {
    letter-spacing: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5
}

.greenTileSingle h3.light {
    font-weight: 300
}

.greenTileSingle h2 {
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem
}

.greenTileSingle h4 {
    font-family: suiss, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0
}

.greenTileSingle p {
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.5;
    padding-top: .5rem
}

@media (max-width:992px) {
    .greenTileSingle.upd2 {
        padding: 1rem !important
    }
}

@media (max-width:992px) {
    .greenTileSingle.upd2 h2 {
        font-size: .75rem;
        margin-top: 0;
        margin-bottom: .5rem
    }
}

@media (max-width:992px) {
    .greenTileSingle.upd2 h3 {
        font-size: 1rem
    }
}

@media (max-width:992px) {
    .greenTileSingle.upd2 h3 light {
        font-size: .875rem;
        line-height: 1.125rem
    }
}

.greenTileSingle.upd2 a {
    font-size: .75rem
}

.billing-report-card-preview p {
    margin-bottom: 0
}

.billing-report-card-preview .exp-report-wrapper {
    width: 784px;
    margin: auto;
    position: relative;
    padding: 0 0 0 10px
}

.billing-report-card-preview .exp-report-wrapper table tr td {
    position: relative
}

.billing-report-card-preview .exp-report-wrapper table tr td img {
    width: 100%
}

.billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
    width: 864px;
    height: 1284px;
    margin: auto;
    position: relative
}

.billing-report-card-preview .exp-report-wrapper.exp-bill-summary .exp-focus-step {
    left: -38px !important
}

.billing-report-card-preview .exp-report-wrapper.exp-bill-summary .exp-report-header .exp-focus-step {
    top: -5px !important
}

.billing-report-card-preview .exp-report-wrapper .exp-logo-report {
    position: absolute;
    top: 0;
    left: 5%;
    width: 79px;
    height: 79px
}

.billing-report-card-preview .exp-report-wrapper .exp-logo-report img {
    width: 100%
}

.billing-report-card-preview .exp-report-wrapper .exp-report-header h2 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 2rem;
    letter-spacing: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-report-header p {
    font-size: 14px;
    color: #232323;
    line-height: 24px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-header p span {
    margin-left: 10px;
    color: #232323;
    font-weight: 600
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice {
    position: relative;
    margin-top: 1rem;
    float: none;
    background: linear-gradient(-31.66deg, #151515 -42%, #4b4a4a 75%)
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/img/plan-cards-illustration.svg) right 0 no-repeat;
    background-size: contain;
    opacity: .7;
    z-index: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/wave-left.svg) left 0 no-repeat;
    background-size: contain;
    opacity: .7;
    z-index: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section {
    padding: 1.5rem 5rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    letter-spacing: 3px;
    border-radius: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section span.lbl {
    font-size: 16px;
    color: #fff;
    margin-bottom: .5rem;
    font-family: suiss, Arial, sans-serif;
    text-transform: uppercase
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag {
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new {
    margin-left: 0;
    margin-top: 15px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new .main-part {
    margin-top: 5px;
    margin-bottom: 1rem;
    -ms-grid-column-align: center;
    justify-items: center;
    -ms-flex-align: end;
    align-items: end
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new .main-part .price {
    font-size: 54px;
    color: #fff;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    line-height: 28px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new .main-part .price span {
    font-size: 36px;
    margin-right: 10px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new .main-part small {
    width: 85px;
    color: #fff;
    font-size: 14px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new .main-part small i {
    display: block;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0;
    margin-top: 5px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section h5 {
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 300;
    font-family: suiss, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: suiss, Arial, sans-serif
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-icon {
    margin-right: 1rem
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-icon span {
    width: 32px;
    height: 32px;
    display: block
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-icon span svg {
    width: 100%;
    height: 100%;
    stroke: #fff
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-icon span svg * {
    stroke: #fff
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-text {
    color: #fff
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-text p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-text p span {
    display: block
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element {
    background-color: #fff;
    z-index: 5600
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element .detail-info-wrap-pricetag .detail-price-new .main-part .price,
.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element h5,
.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element span.lbl {
    color: #232323 !important
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element .exp-autopay-info .exp-autopay-icon span svg,
.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element .exp-autopay-info .exp-autopay-icon span svg * {
    stroke: #232323 !important
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element .exp-autopay-info .exp-autopay-text {
    color: #232323 !important
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element .exp-current-month-summary {
    border: none
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .exp-pay-online {
    position: absolute;
    right: 5%;
    bottom: -25px;
    width: 225px;
    height: 62px;
    border-radius: 8px;
    background-color: #e00800;
    text-align: center;
    color: #fff;
    padding: 1.3rem 1rem .5rem;
    z-index: 2
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .exp-pay-online h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .exp-pay-online a {
    font-size: 13px;
    color: #fff
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .exp-pay-online.tour-tour-element {
    z-index: 1200 !important
}

.billing-report-card-preview .exp-report-wrapper .exp-report-invoice .no-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid {
    padding: 2rem 4.5rem;
    position: relative
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid h2 {
    font-size: 28px;
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    color: #232323;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 5px
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid h5 {
    color: #232323;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary {
    padding: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list {
    padding: 10px 0 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list:before {
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 15px;
    content: "";
    background: #e00800;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list.exp-current-month-summary:before {
    display: none
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list.exp-grand-month-summary .exp-focus-step {
    top: 17px !important
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list.exp-grand-month-summary:before {
    display: none
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list.exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part .price span {
    font-size: 26px;
    margin-right: 10px;
    font-weight: 400
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary h3 {
    font-size: 18px;
    font-family: suiss, Arial, sans-serif;
    font-weight: 500;
    color: #232323;
    letter-spacing: 3px;
    text-transform: uppercase
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary p {
    color: #e00800;
    font-size: 16px;
    margin: 0;
    width: 100%
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary span {
    color: #232323;
    font-size: 16px
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary span small {
    margin-left: 10px;
    color: #232323
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-current-month-summary {
    border: 1px solid #e2e1da;
    padding: .7rem 0;
    border-right: none;
    border-left: none
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-current-month-summary h4 {
    font-size: 14px;
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    color: #232323
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-current-month-summary span {
    font-size: 18px
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary {
    padding: 1rem 0;
    padding-bottom: 0;
    border-right: none;
    border-left: none
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary h3 {
    font-size: 28px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #232323;
    margin: 0;
    font-weight: 400
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary h3 small {
    font-size: 14px;
    letter-spacing: 0;
    font-style: normal;
    color: #232323
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary h3 small i {
    font-style: normal;
    color: #232323
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary span {
    font-size: 40px;
    font-weight: 700
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary .detail-info-wrap-pricetag {
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #232323;
    width: auto
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new {
    margin: 0
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part {
    margin-top: 5px;
    margin-bottom: 1rem;
    max-width: 100%
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part .price {
    font-size: 40px;
    color: #232323
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part small {
    width: 85px;
    color: #232323;
    font-size: 14px
}

.billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part small i {
    display: block;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0;
    margin-top: 5px
}

.billing-report-card-preview .exp-report-wrapper .exp-footer img {
    width: 100%
}

@media (max-width:725px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        width: 690px
    }
}

@media (max-width:644px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        width: 100%
    }
}

.relative {
    position: relative
}

.static {
    position: static !important
}

.exp-focus-step {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #ff6631;
    position: absolute;
    left: 0 !important;
    top: 5px;
    font-family: suiss, Arial, sans-serif;
    z-index: 9
}

.exp-focus-step span {
    color: #fff !important;
    font-size: 14px !important;
    font-family: suiss, Arial, sans-serif !important;
    cursor: pointer
}

.exp-bill-breakdown .exp-focus-step {
    left: -5px !important;
    top: -2px
}

.exp-focus-step-breakdown .exp-focus-step {
    left: auto !important;
    right: 20% !important;
    top: 7px
}

.exp-focus-step1-breakdown .exp-focus-step {
    left: -20px !important;
    top: 0
}

.exp-focus-step-ways .exp-focus-step {
    left: 0 !important;
    top: 20px
}

.exp-popover {
    padding: 2rem 1rem !important;
    border-radius: 4px;
    border: none !important;
    max-width: 500px !important;
    min-width: 280px !important
}

@media (max-width:767px) {
    .exp-popover {
        max-width: 475px !important;
        min-width: 230px !important
    }
}

@media (max-width:320px) {
    .exp-popover {
        max-width: 250px !important;
        min-width: 220px !important
    }
}

.exp-popover .arrow {
    display: none
}

.exp-popover .popover-title {
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    font-size: 22px;
    padding: 8px 30px 8px 14px;
    line-height: 34px;
    letter-spacing: 0
}

.exp-popover .popover-title span:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: .925rem solid transparent;
    border-right: .925rem solid transparent;
    border-bottom: .925rem solid #fff
}

.exp-popover .popover-title span.right-arrow:before {
    left: auto;
    right: 10%
}

.exp-popover .popover-title span.center-arrow:before {
    left: 40%;
    right: auto
}

.exp-popover.top .popover-title span:before {
    top: 100%;
    bottom: auto;
    border-bottom: 0;
    border-top: .925rem solid #fff
}

.exp-popover .popover-content {
    font-size: 14px;
    line-height: 20px;
    color: #232323;
    font-family: suiss, Arial, sans-serif
}

.exp-popover .popover-content img {
    max-width: 100%
}

.exp-popover .popover-content a.exp-read-more {
    color: #e00800;
    display: block;
    width: 108px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px
}

.exp-popover .popover-content a.exp-read-more:before {
    right: 0;
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    padding: 4px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-20%) rotate(-135deg);
    top: 40%;
    transform: translateY(-20%) rotate(-46deg);
    transition: all .3s ease-in-out
}

.exp-popover .popover-content ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px
}

.exp-popover .popover-content ul li {
    color: #232323;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    list-style: disc
}

.exp-popover .popover-content ol {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px
}

.exp-popover .popover-content ol li {
    color: #232323;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    list-style: decimal
}

.exp-popover .popover-content .tour-pager {
    position: absolute;
    bottom: 16px;
    right: 53px;
    font-size: 16px
}

.exp-popover .popover-navigation {
    float: right;
    margin-right: -16px;
    margin-bottom: -16px
}

.exp-popover .popover-navigation .btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exp-popover .popover-navigation .btn-group .btn-default {
    margin-left: 50px;
    width: auto;
    border: none;
    border-radius: 0;
    padding: 0;
    height: auto;
    width: 32px;
    height: 32px
}

.exp-popover .popover-navigation .btn-group .btn-default:focus,
.exp-popover .popover-navigation .btn-group .btn-default:hover {
    background-color: transparent !important
}

.exp-popover .popover-navigation .btn-group .btn-default:before {
    right: 40%;
    border: solid #232323;
    border-width: 0 1px 1px 0;
    padding: 5px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-20%) rotate(-135deg);
    top: 40%;
    transform: translateY(-20%) rotate(-135deg);
    transition: all .3s ease-in-out
}

.exp-popover .popover-navigation .btn-group .btn-default.prev:before {
    transform: translateY(-20%) rotate(-230deg)
}

.exp-popover .popover-navigation .btn-group .btn-default.next:before {
    transform: translateY(-20%) rotate(-43deg)
}

.exp-popover .popover-navigation .btn-group .btn-default.disabled {
    opacity: .65;
    background-color: transparent !important;
    border-color: transparent !important
}

.exp-popover .popover-navigation .btn-end {
    position: absolute;
    top: 10px;
    right: 6px;
    width: auto;
    border: none;
    border-radius: 0;
    font-size: 18px;
    background-color: transparent
}

.exp-popover .popover-navigation .btn-end svg {
    width: 16px;
    height: 16px
}

.exp-popover .popover-navigation .btn-end:focus,
.exp-popover .popover-navigation .btn-end:hover {
    background-color: transparent !important
}

.exp-popover #startTourBtn {
    margin-top: 20px
}

.tour-backdrop {
    opacity: .4 !important;
    overflow-y: unset;
    width: 100%;
    height: 100%
}

.tour-step-backdrop {
    background-color: #fff
}

.tour-step-backdrop,
.tour-step-background {
    box-shadow: 0 0 30px 1px #fff;
    border-radius: 4px
}

@media (max-width:768px) {
    .tour-step-background {
        display: none
    }
}

.zooming-contorls {
    display: none !important
}

@media (max-width:768px) {
    .zooming-contorls {
        display: none;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        box-shadow: 0 2px 10px 0 hsla(0, 0%, 67%, .2);
        position: absolute;
        right: 10px;
        top: -48px;
        display: block;
        z-index: 1210;
        border-radius: 4px;
        width: 80px;
        height: 37px
    }

    .zooming-contorls button {
        background-color: transparent;
        border: none;
        font-size: 18px;
        padding: 5px;
        color: #e00800;
        width: 40px;
        height: 37px;
        outline: none
    }

    .zooming-contorls button:first-child {
        border-right: 1px solid #e2e1da
    }

    .zooming-contorls button svg {
        width: 16px;
        height: 16px;
        margin-top: 6px
    }
}

.tab-boxes-section .body-desktop.billing-report-wrapper .collapse {
    height: 0 !important;
    width: 0;
    overflow: hidden
}

.tab-boxes-section .body-desktop.billing-report-wrapper .collapse.in {
    height: 100% !important;
    width: 100%
}

.tab-boxes-section .body-desktop.billing-report-wrapper .collapse .swiper-container {
    margin-bottom: 2rem;
    padding-top: 0
}

.tab-boxes-section .body-desktop.billing-report-wrapper .collapse.section-exp-5 .swiper-container {
    margin-bottom: 0;
    perspective: 1px
}

@media (max-width:800px) {
    .billing-report-card body {
        transform: scale(.84) translate(-80px, -80px)
    }
}

@media (max-width:720px) {
    .billing-report-card body {
        transform: scale(.8) translate(-120px, -120px)
    }
}

@media (max-width:570px) and (min-width:500px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        height: 868px
    }
}

@media (max-width:785px) {

    .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(1) translate(0);
        height: 1000px;
        width: 854px
    }
}

@media (max-width:768px) {

    .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.87) translate(-45px, -50px);
        height: 800px;
        width: 686px
    }
}

@media (max-width:560px) {

    .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(1) translate(0);
        height: 870px;
        width: 850px
    }
}

@media (max-width:420px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        height: 1284px;
        width: 864px
    }

    .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.41) translate(-570px, -355px);
        height: 500px;
        width: 784px
    }
}

@media (max-width:290px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        height: 1284px;
        width: 864px
    }

    .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.36) translate(-690px, -435px);
        height: 500px;
        width: 784px
    }
}

@media (max-width:1440px) {
    .section-exp-1 .billing-report-section .billing-report-card {
        height: 1180px
    }
}

@media (max-width:768px) {
    .section-exp-1 .billing-report-section .billing-report-card {
        height: 1115px
    }
}

@media (max-width:767px) {
    .section-exp-1 .billing-report-section .billing-report-card {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-1 .billing-report-section .billing-report-card {
        height: 490px
    }
}

@media (max-width:375px) {
    .section-exp-1 .billing-report-section .billing-report-card {
        height: 430px
    }
}

@media (max-width:1440px) {
    .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1180px
    }
}

@media (max-width:768px) {
    .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1115px
    }
}

@media (max-width:767px) {
    .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 490px
    }
}

@media (max-width:375px) {
    .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 430px
    }
}

@media (max-width:1440px) {
    .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1115px
    }
}

@media (max-width:768px) {
    .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 890px
    }
}

@media (max-width:767px) {
    .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 420px
    }
}

@media (max-width:1440px) {
    .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1115px
    }
}

@media (max-width:768px) {
    .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 890px
    }
}

@media (max-width:767px) {
    .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 420px
    }
}

@media (max-width:1440px) {
    .section-exp-4 .billing-report-section .billing-report-card {
        height: 1100px
    }
}

@media (max-width:768px) {
    .section-exp-4 .billing-report-section .billing-report-card {
        height: 890px
    }
}

@media (max-width:767px) {
    .section-exp-4 .billing-report-section .billing-report-card {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-4 .billing-report-section .billing-report-card {
        height: 467px
    }
}

@media (max-width:375px) {
    .section-exp-4 .billing-report-section .billing-report-card {
        height: 410px
    }
}

@media (max-width:1440px) {
    .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1100px
    }
}

@media (max-width:768px) {
    .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 890px
    }
}

@media (max-width:767px) {
    .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 410px
    }
}

@media (max-width:1440px) {
    .section-exp-5 .billing-report-section .billing-report-card {
        height: 1040px
    }
}

@media (max-width:768px) {
    .section-exp-5 .billing-report-section .billing-report-card {
        height: 990px
    }
}

@media (max-width:767px) {
    .section-exp-5 .billing-report-section .billing-report-card {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-5 .billing-report-section .billing-report-card {
        height: 467px
    }
}

@media (max-width:375px) {
    .section-exp-5 .billing-report-section .billing-report-card {
        height: 420px
    }
}

@media (max-width:1440px) {
    .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1040px
    }
}

@media (max-width:768px) {
    .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 990px
    }
}

@media (max-width:767px) {
    .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 420px
    }
}

@media (max-width:420px) {
    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 475px
    }

    .tab-boxes-section .body-desktop.billing-report-wrapper .collapse {
        margin-bottom: 0
    }

    .tab-boxes-section .body-desktop {
        margin-bottom: 20px
    }

    .tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-next {
        right: 0 !important;
        font-size: .7rem !important
    }

    .tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-prev {
        left: 0 !important;
        font-size: .7rem !important
    }
}

@media (max-width:350px) {
    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 350px
    }
}

@media (max-width:320px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(.36) translate(-760px, -1120px);
        overflow: hidden
    }

    .billing-report-card-preview {
        width: 400px;
        height: 450px
    }
}

@media (max-width:300px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(.32) translate(-905px, -1350px);
        overflow: hidden
    }

    .billing-report-card-preview {
        width: 280px;
        height: 450px
    }
}

@media (max-width:250px) {
    .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(.28) translate(-1130px, -1600px)
    }

    .billing-report-card-preview {
        width: 255px;
        height: 350px
    }
}

@media (max-width:768px) {
    .bill-breakdown {
        height: 990px
    }
}

@media (max-width:420px) {
    .bill-breakdown {
        height: 450px
    }
}

@media (max-width:320px) {
    .bill-breakdown {
        height: 350px
    }
}

@media (max-width:358px) {
    .exp-report-wrapper.exp-bill-breakdown.zooming {
        transform: scale(.39) translate(-600px, -800px)
    }
}

@media (max-width:300px) {
    .bill-breakdown {
        height: 400px
    }

    .exp-report-wrapper.exp-bill-breakdown.zooming {
        transform: scale(.36) translate(690px, -950px)
    }
}

@media (max-width:250px) {
    .exp-report-wrapper.exp-bill-breakdown.zooming {
        transform: scale(.3) translate(-900px, -1270px)
    }
}

@media (max-width:420px) {
    .bill-breakdown-usage {
        height: 650px;
        margin-bottom: 0
    }

    .bill-breakdown-usage .billing-report-card {
        height: 400px
    }

    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 500px
    }

    .billing-report-card-preview {
        height: 450px;
        width: 300px
    }
}

@media (max-width:400px) {
    .section-exp-5 .bill-breakdown-usage {
        height: 550px;
        margin-bottom: 0
    }

    .bill-breakdown-usage {
        height: 450px;
        margin-bottom: 0
    }
}

@media (max-width:320px) {
    .bill-breakdown-usage {
        height: 500px
    }
}

@media (max-width:375px) {
    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 450px
    }
}

@media (max-width:358px) {
    .exp-report-wrapper.exp-bill-breakdown-usage.zooming {
        transform: scale(.4) translate(-580px, -800px)
    }

    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 400px
    }
}

@media (max-width:300px) {
    .bill-breakdown-usage {
        height: 300px
    }

    .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 400px
    }

    .billing-report-card-preview {
        height: 400px;
        width: 280px
    }

    .exp-report-wrapper.exp-bill-breakdown-usage.zooming {
        transform: scale(.33) translate(-900px, -1200px)
    }

    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.36) translate(-690px, -435px);
        padding: 0
    }
}

@media (max-width:250px) {
    .exp-report-wrapper.exp-bill-breakdown-usage.zooming {
        transform: scale(.28) translate(-1150px, -1570px)
    }

    .billing-report-card-preview {
        height: 400px;
        width: 240px
    }

    .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.95) translateY(-5px)
    }
}

@media (max-width:425px) {
    .section-exp-4 .bill-breakdown {
        height: 550px
    }

    .section-exp-4 .bill-breakdown .swiper-container {
        margin-bottom: 10px !important
    }

    .tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-next svg,
    .tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-prev svg {
        width: 10px;
        height: 10px;
        margin-top: 0
    }
}

@media (max-width:375px) {
    .section-exp-4 .bill-breakdown {
        height: 500px
    }
}

@media (max-width:320px) {
    .section-exp-4 .bill-breakdown {
        height: 450px
    }

    .section-exp-4 .billing-report-section .billing-report-card {
        height: 380px
    }
}

[lang=ar] [dir=rtl] .tab-boxes-section .row-tiles-table .table-swiper-button-next {
    left: .6rem !important;
    right: auto !important
}

[lang=ar] [dir=rtl] .tab-boxes-section .row-tiles-table .table-swiper-button-next svg {
    margin-right: 0;
    margin-left: 5px;
    transform: translate(-5%) rotate(-180deg)
}

[lang=ar] [dir=rtl] .tab-boxes-section .row-tiles-table .table-swiper-button-prev {
    right: .6rem !important;
    left: auto !important
}

[lang=ar] [dir=rtl] .tab-boxes-section .row-tiles-table .table-swiper-button-prev svg {
    margin-left: 5px;
    margin-right: 0;
    transform: translate(-5%) rotate(-180deg)
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper {
    direction: rtl
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary .exp-focus-step {
    right: -38px !important;
    left: auto !important
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary h3 {
    padding-left: 15px
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-logo-report {
    right: 5%;
    left: auto
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-header h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-header p span {
    margin-right: 10px;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-invoice .exp-pay-online {
    left: 5%;
    right: auto
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .exp-autopay-info .exp-autopay-icon {
    margin-right: 0;
    margin-left: 1rem;
    margin-top: 10px
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new {
    margin-right: 0;
    margin-left: 15rem
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .detail-info-wrap-pricetag .detail-price-new .main-part .price span {
    margin-left: 10px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-report-invoice .content-section .tour-tour-element .detail-info-wrap-pricetag .detail-price-new .main-part small {
    color: #232323
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list {
    padding: 10px 15px
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list:before {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list.exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part .price {
    -ms-flex-align: baseline;
    align-items: baseline
}

[lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper .exp-premium-postpaid .exp-premium-postpaid-summary .list.exp-grand-month-summary .detail-info-wrap-pricetag .detail-price-new .main-part .price span {
    margin-right: 0;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .greenTileSingle h2 {
    text-align: right;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem
}

[lang=ar] [dir=rtl] .eCare .billing-report-card-preview .exp-report-wrapper .exp-report-invoice:before {
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) left 0 no-repeat;
    background-size: contain
}

[lang=ar] [dir=rtl] .exp-popover .popover-title {
    text-align: right;
    padding: 8px 14px 8px 30px
}

[lang=ar] [dir=rtl] .exp-popover .popover-title span:before {
    right: 10% !important;
    left: auto !important
}

[lang=ar] [dir=rtl] .exp-popover .popover-content {
    text-align: right
}

[lang=ar] [dir=rtl] .exp-popover .popover-content .tour-pager {
    left: 65px;
    right: auto
}

[lang=ar] [dir=rtl] .exp-popover .popover-content a.exp-read-more:before {
    right: auto;
    left: 0;
    transform: translateY(-20%) rotate(138deg)
}

[lang=ar] [dir=rtl] .exp-popover .popover-navigation {
    float: left
}

[lang=ar] [dir=rtl] .exp-popover .popover-navigation .btn-end {
    right: auto !important;
    left: 6px !important
}

[lang=ar] [dir=rtl] .exp-popover .popover-navigation .btn-group .btn-default {
    margin-right: 50px;
    margin-left: 0;
    background-color: transparent
}

[lang=ar] [dir=rtl] .exp-popover .popover-navigation .btn-group .btn-default.next:before {
    transform: translateY(-20%) rotate(-230deg)
}

[lang=ar] [dir=rtl] .exp-popover .popover-navigation .btn-group .btn-default.prev:before {
    transform: translateY(-20%) rotate(-43deg)
}

[lang=ar] [dir=rtl] .exp-focus-step {
    right: 0 !important;
    left: auto !important
}

[lang=ar] [dir=rtl] .exp-focus-step-breakdown .exp-focus-step {
    right: auto !important;
    left: 30% !important
}

@media (max-width:785px) {
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(1) translate(70px);
        height: 1000px;
        width: 854px
    }

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(1) translate(0);
        height: 1000px;
        width: 854px
    }
}

@media (max-width:768px) {

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.87) translate(-45px, -50px);
        height: 800px;
        width: 686px
    }
}

@media (max-width:710px) {

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.87) translate(35px, -50px);
        height: 800px;
        width: 686px
    }
}

@media (max-width:560px) {

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(1) translate(0);
        height: 870px;
        width: 850px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        height: 1284px;
        width: 864px
    }
}

@media (max-width:420px) {

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.41) translate(560px, -355px);
        height: 500px;
        width: 784px
    }
}

@media (max-width:290px) {
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        height: 1284px;
        width: 864px
    }

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-breakdown.zooming,
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.36) translate(690px, -435px);
        height: 500px;
        width: 784px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card {
        height: 1210px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card {
        height: 1175px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card {
        height: 490px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card {
        height: 430px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1210px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1175px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 490px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-1 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 430px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1115px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 880px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-2 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 420px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1115px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 880px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-3 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 420px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card {
        height: 1100px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card {
        height: 890px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card {
        height: 467px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card {
        height: 410px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1100px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 890px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 410px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card {
        height: 1040px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card {
        height: 990px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card {
        height: 467px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card {
        height: 420px
    }
}

@media (max-width:1440px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 1040px
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 990px
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 775px
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 467px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-5 .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 420px
    }
}

@media (max-width:320px) {
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(.36) translate(750px, -1120px);
        overflow: hidden
    }
}

@media (max-width:300px) {
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(.32) translate(900px, -1350px);
        overflow: hidden
    }
}

@media (max-width:250px) {
    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-summary {
        transform: scale(.277) translate(1120px, -1650px)
    }
}

@media (max-width:420px) {
    [lang=ar] [dir=rtl] .bill-breakdown {
        height: 450px
    }
}

@media (max-width:320px) {
    [lang=ar] [dir=rtl] .bill-breakdown {
        height: 350px
    }
}

@media (max-width:358px) {
    [lang=ar] [dir=rtl] .exp-report-wrapper.exp-bill-breakdown.zooming {
        transform: scale(.39) translate(600px, -845px)
    }
}

@media (max-width:300px) {
    [lang=ar] [dir=rtl] .bill-breakdown {
        height: 400px
    }

    [lang=ar] [dir=rtl] .exp-report-wrapper.exp-bill-breakdown.zooming {
        transform: scale(.36) translate(685px, -965px)
    }
}

@media (max-width:250px) {
    [lang=ar] [dir=rtl] .exp-report-wrapper.exp-bill-breakdown.zooming {
        transform: scale(.3) translate(900px, -1150px)
    }
}

@media (max-width:320px) {
    [lang=ar] [dir=rtl] .bill-breakdown-usage {
        height: 500px
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 450px
    }
}

@media (max-width:358px) {
    [lang=ar] [dir=rtl] .exp-report-wrapper.exp-bill-breakdown-usage.zooming {
        transform: scale(.4) translate(-580px, -800px)
    }

    [lang=ar] [dir=rtl] .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 400px
    }
}

@media (max-width:300px) {
    [lang=ar] [dir=rtl] .bill-breakdown-usage {
        height: 300px
    }

    [lang=ar] [dir=rtl] .billing-report-section .billing-report-card.billing-report-card-usage {
        height: 400px
    }

    [lang=ar] [dir=rtl] .exp-report-wrapper.exp-bill-breakdown-usage.zooming {
        transform: scale(.33) translate(-900px, -1200px)
    }

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.36) translate(690px, -435px);
        height: 500px;
        padding: 0
    }
}

@media (max-width:250px) {
    [lang=ar] [dir=rtl] .exp-report-wrapper.exp-bill-breakdown-usage.zooming {
        transform: scale(.28) translate(-1150px, -1570px)
    }

    [lang=ar] [dir=rtl] .billing-report-card-preview .exp-report-wrapper.exp-bill-usage {
        transform: scale(.95) translateY(-5px)
    }
}

@media (max-width:425px) {
    [lang=ar] [dir=rtl] .section-exp-4 .bill-breakdown {
        height: 550px
    }

    [lang=ar] [dir=rtl] .section-exp-4 .bill-breakdown .swiper-container {
        margin-bottom: 10px !important
    }

    [lang=ar] [dir=rtl] .tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-next svg,
    [lang=ar] [dir=rtl] .tab-boxes-section .billing-report-section .row-tiles-table .table-swiper-button-prev svg {
        width: 10px;
        height: 10px;
        margin-top: 0
    }
}

@media (max-width:375px) {
    [lang=ar] [dir=rtl] .section-exp-4 .bill-breakdown {
        height: 500px
    }
}

@media (max-width:320px) {
    [lang=ar] [dir=rtl] .section-exp-4 .bill-breakdown {
        height: 450px
    }

    [lang=ar] [dir=rtl] .section-exp-4 .billing-report-section .billing-report-card {
        height: 380px
    }
}

.row {
    position: relative
}

.h40 {
    height: 40px !important
}

.explainer-wrapper .hero-mage-search {
    -ms-flex-direction: column;
    flex-direction: column
}

.explainer-wrapper .hero-mage-search .hero-details-action {
    z-index: 8
}

.explainer-wrapper .explainer-content-body {
    background-color: hsla(0, 0%, 95%, .33)
}

@media (max-width:1024px) {
    .explainer-wrapper .explainer-content-body .footer-links-logo-section .social-links-section {
        margin-top: 40px
    }
}

.explainer-wrapper .explainer-content-body .non-action-boxes-section .heading-mini {
    color: #919192;
    font-family: suiss, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 700
}

@media (max-width:1024px) {
    .explainer-wrapper .explainer-content-body .non-action-boxes-section .expained-bill-body {
        padding: 0 0 60px 60px
    }
}

@media (max-width:768px) {
    .explainer-wrapper .explainer-content-body .non-action-boxes-section .expained-bill-body {
        padding: 0 0 60px
    }
}

.explainer-wrapper .explainer-content-body .non-action-boxes-section .expained-bill-body h3 {
    letter-spacing: 0
}

.explainer-wrapper .explainer-content-body .media-news-accordion .panel-group .panel .panel-collapse .panel-body p a {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: none;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px
}

.explainer-wrapper .explainer-content-body .media-news-accordion .panel-group .panel .panel-collapse .panel-body p a:after,
.explainer-wrapper .explainer-content-body .media-news-accordion .panel-group .panel .panel-collapse .panel-body p a:before {
    display: none
}

.explainer-wrapper .explainer-content-body .media-news-accordion .panel-group .panel .panel-collapse .panel-body p {
    font-size: 12px
}

@media (max-width:1024px) {
    .explainer-wrapper .explainer-content-body .tab-boxes-section .body-desktop a {
        margin: 0
    }
}

.explainer-wrapper .btn-text {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: 1.6px;
    line-height: 1.25rem;
    color: #232323;
    position: relative
}

.explainer-wrapper .btn-text.back span {
    padding-left: 15px
}

.explainer-wrapper .btn-text.back span:before {
    transform: translateY(-50%) rotate(135deg);
    left: 0;
    right: auto;
    display: block;
    content: "";
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    width: 9px;
    height: 9px;
    top: 50%;
    padding: 3px;
    position: absolute;
    line-height: 1
}

.explainer-wrapper .btn-text.btn-green {
    color: #e00800;
    display: inline !important
}

.explainer-wrapper .btn-text.btn-green.focus,
.explainer-wrapper .btn-text.btn-green:focus {
    color: #e00800
}

.explainer-wrapper .btn-text.btn-green:before {
    border: solid #e00800;
    border-width: 0 1px 1px 0
}

.explainer-wrapper .btn-text.btn-green.active,
.explainer-wrapper .btn-text.btn-green:active,
.explainer-wrapper .btn-text.btn-green:hover,
.open>.dropdown-toggle.explainer-wrapper .btn-text.btn-green {
    box-shadow: none !important;
    color: #e00800
}

.explainer-wrapper .btn-text.btn-green .ink {
    color: #e00800
}

.explainer-wrapper .btn {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    color: #232323;
    background-color: #fff;
    text-align: center;
    padding: 0 .5rem;
    border-radius: 4px;
    border-width: 2px;
    width: 100%;
    border-color: #151515;
    outline: 0;
    font-weight: 700;
    height: 3.125rem;
    font-size: .875rem;
    line-height: 3rem;
    letter-spacing: .14285714em
}

.explainer-wrapper .btn.btn-default.active,
.explainer-wrapper .btn.btn-default:active,
.explainer-wrapper .btn.btn-default:hover,
.open>.dropdown-toggle.explainer-wrapper .btn.btn-default {
    box-shadow: none !important;
    color: #e00800 !important;
    background-color: #fff;
    border-color: #e00800
}

.explainer-wrapper .btn.btn-default.focus,
.explainer-wrapper .btn.btn-default:focus {
    outline: 0;
    color: #e00800;
    background-color: #e00800;
    border-color: #e00800
}

.explainer-wrapper .btn.btn-default .ink {
    background-color: #ad0600;
    border-color: #c70700
}

.explainer-wrapper .btn.btn-green {
    color: #fff;
    background-color: #e00800;
    border-color: #e00800
}

.explainer-wrapper .btn.btn-green.focus,
.explainer-wrapper .btn.btn-green:focus {
    outline: 0;
    color: #fff;
    border-color: #e00800;
    background-color: #e00800
}

.explainer-wrapper .btn.btn-green.active,
.explainer-wrapper .btn.btn-green:active,
.explainer-wrapper .btn.btn-green:hover,
.open>.dropdown-toggle.explainer-wrapper .btn.btn-green {
    box-shadow: none !important;
    color: #fff;
    background-color: #5f8515;
    border-color: #5f8515
}

.explainer-wrapper .btn.btn-green .ink {
    background-color: #ad0600;
    border-color: #c70700
}

.explainer-wrapper .pb-40 {
    padding-bottom: 40px
}

.explainer-wrapper .pt-40 {
    padding-top: 40px
}

.explainer-wrapper .h3,
.explainer-wrapper .h4,
.explainer-wrapper h3,
.explainer-wrapper h4 {
    letter-spacing: 0
}

@media (max-width:525px) {
    .explainer-wrapper .faq-billing-explainer .swiper-container {
        padding-top: 20px
    }
}

@media (max-width:992px) {
    .explainer-wrapper .faq-billing-explainer .swiper-wrapper {
        display: block
    }

    .explainer-wrapper .faq-billing-explainer .swiper-wrapper .swiper-slide {
        display: block;
        width: 100%;
        margin-bottom: 40px
    }
}

.explainer-wrapper .faq-billing-explainer h3 {
    font-size: 2rem;
    color: #232323;
    font-weight: 400
}

@media (max-width:768px) {
    .explainer-wrapper .faq-billing-explainer h3 {
        font-size: 26px;
        line-height: 33px
    }
}

.explainer-wrapper .faq-billing-explainer .bring-value-card-wrapper .bring-value-card {
    max-width: 22.375rem;
    margin: auto
}

.explainer-wrapper .faq-billing-explainer .bring-value-card-wrapper .bring-value-card p {
    color: #e00800;
    line-height: 2.5;
    font-size: .875rem;
    margin-bottom: 1rem
}

.explainer-wrapper .faq-billing-explainer .bring-value-card-wrapper .bring-value-card .question li {
    font-size: .875rem;
    color: #e00800;
    margin-bottom: 15px
}

.explainer-wrapper .faq-billing-explainer .swiper-container .swiper-slide {
    display: block
}

.explainer-wrapper .billing-explainer-video-wrapper .billing-explainer-video {
    margin-bottom: 3rem
}

.explainer-wrapper .billing-explainer-video-wrapper p {
    font-size: 14px;
    color: #232323;
    line-height: 24px;
    margin-bottom: 1.5rem
}

.explainer-wrapper .billing-explainer-video-wrapper p .link {
    color: #232323;
    cursor: pointer
}

.explainer-wrapper .billing-explainer-video-wrapper p.big {
    font-size: 18px
}

.explainer-wrapper .tab-boxes-section {
    margin: 0
}

.explainer-wrapper .tab-boxes-section .head-desktop a {
    pointer-events: none
}

.explainer-wrapper .tab-boxes-section .head-desktop a.collapsed {
    pointer-events: auto
}

.explainer-wrapper .billing-report-section .row,
.explainer-wrapper .row {
    position: relative
}

body {
    margin-top: 0
}

[lang=ar] [dir=rtl] .explainer-wrapper .btn-text.back span {
    padding-right: 15px;
    padding-left: 0
}

[lang=ar] [dir=rtl] .explainer-wrapper .btn-text.back span:before {
    transform: translateY(-50%) rotate(-43deg);
    right: 0;
    left: auto
}

.home-protection-expansion .hp-section-title {
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    margin-top: 32px;
    margin-bottom: 0;
    text-transform: uppercase
}

.home-protection-expansion .bill-inner-box {
    width: 100%
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container {
    padding-top: 32px
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper {
    margin: 0 -15px;
    display: block
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper .add-ons-tile {
    padding: 0 15px
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
    padding: 0 30px;
    padding-left: 0
}

@media (max-width:767px) {
    .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:992px) {
    .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
        padding-right: 15px
    }
}

@media (min-width:769px) and (max-width:992px) {
    .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
        padding-right: 0
    }
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:first-child {
    padding-left: 0
}

@media (min-width:1025px) {
    .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(4n) {
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(3n) {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:992px) {
    .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px
    }
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table {
    width: 100%;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 30px;
    border: 1px solid transparent
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.selected {
    border: 1px solid #e00800
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled {
    border: 1px solid #d2d2d2;
    pointer-events: none
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled .tile .tiles-box {
    background: #dfdfdf
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price,
.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs,
.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled .tile .tiles-box .tiles-box-list h4,
.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled .tile .tiles-box .tiles-box-list h5,
.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.disabled .tile .tiles-box p.bottom-text {
    color: #a2a2a2 !important
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box:after {
    display: none
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .cover img {
    filter: none;
    min-width: 100% !important;
    min-height: auto !important;
    height: 88px !important
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list {
    text-align: left;
    height: 7.75rem;
    margin: 0 20px;
    padding: 10px 0
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list h5 {
    font-size: 10px;
    text-transform: uppercase;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    margin-bottom: 5px
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list h4 {
    font-size: 20px;
    color: #232323;
    line-height: 25px;
    letter-spacing: 0;
    margin-top: 0
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new {
    margin: 0 20px
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price {
    color: #232323;
    margin-right: 5px
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs {
    color: #232323
}

.home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box p.bottom-text {
    height: 2.5rem;
    padding-top: 0;
    color: #232323
}

.home-protection-expansion .pakages-extras .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .cover,
.home-protection-expansion .pakages-extras .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .cover img,
.home-protection-expansion .pakages-extras .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .tiles-box-list,
.home-protection-expansion .pakages-extras .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .tiles-box-title {
    height: 13.5rem !important
}

.home-protection-expansion .pakages-extras .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .tiles-box-list p {
    text-align: left;
    height: auto;
    margin-left: 0;
    margin-top: 15px
}

.home-protection-expansion .pakages-extras .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .read-more {
    height: 3.75rem;
    position: static
}

.home-protection-expansion .pakages-extras .plans-table.change-your-plan .row-tiles-table .table-swiper-button-prev {
    left: -3.5%
}

.home-protection-expansion .pakages-extras .plans-table.change-your-plan .row-tiles-table .table-swiper-button-next {
    right: -3.5%
}

.home-protection-expansion .pkges-details-txt h4 {
    font-size: 18px;
    line-height: 22px;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    margin-bottom: 1.5rem;
    letter-spacing: 0
}

.home-protection-expansion .extra-terms-data p,
.home-protection-expansion .pkges-details-txt p {
    font-size: 16px;
    font-family: suiss, Arial, sans-serif;
    line-height: 22px;
    color: #232323;
    margin-bottom: 1.5rem;
    letter-spacing: 0
}

.home-protection-expansion .extra-terms-data p a {
    color: #232323
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container {
    max-width: 960px;
    margin: 3% auto
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup {
    padding: 70px 100px 20px
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .icon-popup__header {
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 0;
    font-size: 24px;
    margin-bottom: 2.5rem
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .consumer-register-form {
    padding: 0;
    height: 500px;
    overflow: auto;
    margin-bottom: 3rem
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .consumer-register-form .form-section {
    opacity: 1 !important
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .consumer-register-form .form-section p {
    font-size: 14px;
    font-family: suiss, Arial, sans-serif
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .terms-condition-action-btns {
    text-align: right;
    margin-bottom: 1.5rem
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-footer {
    border-top: 2px solid #c1c1c1;
    padding: 20px
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-footer p {
    font-size: 14px;
    font-family: suiss, Arial, sans-serif;
    line-height: 22px;
    color: #232323;
    margin-bottom: 1.5rem;
    letter-spacing: 0
}

.home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-footer p a {
    color: #232323;
    text-decoration: underline
}

.home-protection-expansion .send-policy-documents-wrapper .forms-default-settings .send-policy-documents {
    padding: 30px
}

.home-protection-expansion .send-policy-documents-wrapper .forms-default-settings .send-policy-documents .icon-popup__text .icon-popup__header {
    letter-spacing: 0
}

.home-protection-expansion .send-policy-documents-wrapper .forms-default-settings .send-policy-documents .consumer-register-form p {
    margin-bottom: 1.5rem;
    color: #232323;
    font-size: 16px;
    line-height: 22px;
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

.home-protection-expansion .send-policy-documents-wrapper .forms-default-settings .send-policy-documents .consumer-register-form .form>.form-section:first-child {
    padding-left: 3.75rem
}

.home-protection-expansion .send-policy-documents-wrapper .forms-default-settings .send-policy-documents .consumer-register-form .form.modified-form .form-section .floating-label-select.compound-control {
    margin-top: 0;
    margin-bottom: 2rem !important
}

.home-protection-expansion .current-pkg-info-section.manage-vas-section {
    background-color: transparent;
    background: none
}

@media (min-width:320px) and (max-width:767px) {
    .home-protection-expansion .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper {
        margin: 0;
        display: block
    }

    .home-protection-expansion .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper .add-ons-tile {
        padding: 0;
        width: 100%
    }

    .home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup {
        padding: 40px 20px 20px
    }

    .home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .icon-popup__header {
        margin-bottom: 1.5rem
    }

    .home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .terms-condition-action-btns .btn-big {
        margin-bottom: .5rem !important
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .tile-table {
        margin-bottom: 1.25rem
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list {
        height: 5.75rem
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list h4 {
        font-size: .75rem;
        line-height: 1.25;
        font-weight: 700
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box p.bottom-text {
        height: 1.5rem;
        padding-top: 0;
        color: #232323;
        font-size: .75rem;
        margin: 0 1.1rem
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price {
        font-size: 1.5rem;
        line-height: 1
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs {
        color: #232323;
        font-size: .6rem;
        line-height: 1;
        letter-spacing: 0;
        top: 0
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper .add-ons-tile {
        width: 47%;
        margin-right: 3%
    }
}

@media (min-width:320px) and (max-width:767px) and (max-width:767px) {
    .home-protection-expansion.d2 .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper .add-ons-tile:nth-child(2n) {
        margin-left: 3%;
        margin-right: 0
    }
}

.home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .hp-section-title {
    padding-bottom: 2rem
}

.home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .main-container .swiper-container {
    padding-top: 0
}

@media (min-width:993px) {
    .home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .bill-inner-box {
        width: auto;
        float: left
    }
}

@media (min-width:993px) {
    .home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .create-profile-forms.forms-default-settings {
        width: 375px;
        float: left
    }
}

.home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected=true],
.home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:hover.select2-results__option--highlighted {
    background-image: url(/assets/img/forms/icons/icon_checkbox_checked_consumer_24.svg)
}

@media (max-width:992px) {
    .home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .bill-list li .limit-check-box input[type=radio]+label {
        display: none
    }
}

@media (max-width:992px) {
    .home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .bill-list li .limit-check-box input[type=radio]:checked+label {
        display: block
    }
}

[lang=ar] [dir=rtl] .home-protection-expansion .data-usage-wrap .bill-inner-box ul.bill-list {
    float: right !important;
    width: 100%
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        text-align: center
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .bill-inner-box ul.bill-list li .limit-check-box input[type=radio]+label {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .home-protection-expansion .bill-inner-box {
    margin-bottom: 2rem
}

[lang=ar] [dir=rtl] .home-protection-expansion .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list {
    text-align: right
}

[lang=ar] [dir=rtl] .home-protection-expansion .plans-table.change-your-plan .swiper-container .tile-table.promo .tile .tiles-box .tiles-box-list p {
    text-align: right;
    margin-right: 0;
    margin-left: 0
}

[lang=ar] [dir=rtl] .home-protection-expansion .terms-condition-popup-wrapper .popup-container .terms-condition-popup .terms-condition-action-btns {
    text-align: left
}

[lang=ar] [dir=rtl] .home-protection-expansion .current-pkg-info-section .text-and-table .text-and-table-table {
    padding-left: 0;
    padding-right: 24px
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price {
        margin-left: 5px;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
    padding: 0 30px;
    padding-right: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 3%
    }
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
        padding-left: 15px
    }
}

@media (min-width:769px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile {
        padding-right: 15px;
        padding-left: 0
    }
}

@media (min-width:1025px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(4n) {
        padding-left: 0
    }
}

@media (min-width:992px) and (max-width:1024px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(3n) {
        padding-left: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(2n) {
        margin-left: 0;
        margin-right: 3%
    }
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(2n) {
        padding-right: 15px
    }
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .swiper-container .swiper-wrapper.add-ons-wrapper.addonsEnhancement .add-ons-tile:nth-child(2n) {
        padding-left: 0
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .home-protection-expansion .pakages-extras .plans-table .etisalat-bridge-addons .create-profile-forms.forms-default-settings {
        float: right
    }
}

.trackAcomplain {
    min-height: 300px
}

.trackAcomplain h2 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 2.75rem;
    margin-top: 2.75rem
}

.trackAcomplain .trackingSearch-style .trackingSearch {
    line-height: 4.9375rem;
    height: 4.9375rem;
    box-shadow: 0 1px 4px 0 hsla(0, 0%, 65%, .5);
    font-size: 24px;
    text-indent: 4rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.trackBtn button {
    background: #e00800;
    color: #fff;
    border: none;
    width: 100%;
    height: 79px;
    line-height: 79px;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.row-price-carousel {
    position: relative
}

.row-price-carousel .context-nav-swiper-button-next,
.row-price-carousel .context-nav-swiper-button-prev {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50%;
    background-color: #dbdad0;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.row-price-carousel .context-nav-swiper-button-next svg,
.row-price-carousel .context-nav-swiper-button-prev svg {
    width: 26px;
    height: 10px
}

.row-price-carousel .context-nav-swiper-button-next {
    right: 0
}

.row-price-carousel .context-nav-swiper-button-next svg {
    transform: rotate(180deg)
}

.row-price-carousel .context-nav-swiper-button-prev {
    left: 0
}

.price-tile-box-wrap {
    text-align: center;
    padding: 1rem;
    overflow: hidden
}

@media (min-width:993px) {
    .price-tile-box-wrap {
        padding: 0 0 2rem
    }
}

.price-tile-box-wrap .swiper-wrapper {
    -webkit-filter: blur(0)
}

.price-tile-box-wrap .swiper-wrapper .rect-responsive {
    padding-bottom: 65%
}

.price-tile-box-wrap .swiper-wrapper .swiper-slide {
    width: 25%
}

.price-tile-box-wrap .swiper-wrapper .swiper-slide input[type=radio]:checked+label {
    border: 1px solid #e00800;
    color: #e00800
}

.price-tile-box-wrap .swiper-wrapper .swiper-slide input[type=radio]+label {
    width: 100%;
    border: 1px solid #fff;
    max-width: 89px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff;
    color: #232323;
    font-size: 1.25rem
}

@media (min-width:1024px) and (max-width:1199px) {
    .price-tile-box-wrap .swiper-wrapper .swiper-slide input[type=radio]+label {
        max-width: 78px
    }
}

.price-tile-box-wrap .swiper-wrapper .swiper-slide input[type=radio]+label .currency {
    font-size: .75rem
}

.price-tile-box-wrap .swiper-wrapper .swiper-slide input[type=radio]+label .price {
    text-align: center;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.price-tile-box-wrap .context-nav-box {
    background-color: #fff;
    transition: all .2s ease-in-out;
    transition: .2s
}

.price-tile-box-wrap .context-nav-box.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.price-tile-box-wrap .context-nav-box:after {
    content: " ";
    background-color: #e00800;
    width: 100%;
    height: 6.57%;
    position: absolute;
    left: 0;
    bottom: 0
}

.price-tile-box-wrap .context-nav-box a h5 {
    color: #232323
}

.price-tile-box-wrap .context-nav-box h5 {
    position: relative;
    padding-top: 1em;
    margin-top: .5rem
}

.price-tile-box-wrap .context-nav-box h5:after {
    content: " ";
    width: 2.5rem;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #e00800
}

.price-tile-box-wrap .context-nav-box.hover,
.price-tile-box-wrap .context-nav-box:hover {
    cursor: pointer;
    background-color: #e00800
}

.price-tile-box-wrap .context-nav-box.hover a h5,
.price-tile-box-wrap .context-nav-box:hover a h5 {
    color: #fff
}

.price-tile-box-wrap .context-nav-box.hover h5:after,
.price-tile-box-wrap .context-nav-box:hover h5:after {
    background-color: #fff
}

.price-tile-box-wrap .context-nav-box.hover .icon-area img .main-stroke,
.price-tile-box-wrap .context-nav-box.hover .icon-area object .main-stroke,
.price-tile-box-wrap .context-nav-box.hover .icon-area svg .main-stroke,
.price-tile-box-wrap .context-nav-box:hover .icon-area img .main-stroke,
.price-tile-box-wrap .context-nav-box:hover .icon-area object .main-stroke,
.price-tile-box-wrap .context-nav-box:hover .icon-area svg .main-stroke {
    stroke: #fff
}

.price-tile-box-wrap .context-nav-box h5 {
    height: 3.75rem;
    padding-left: 5%;
    padding-right: 5%
}

.price-tile-box-wrap .context-nav-box .icon-area img,
.price-tile-box-wrap .context-nav-box .icon-area object,
.price-tile-box-wrap .context-nav-box .icon-area svg {
    height: 3.375rem;
    width: auto
}

.price-tile-box-wrap .context-nav-box .icon-area img .main-stroke,
.price-tile-box-wrap .context-nav-box .icon-area object .main-stroke,
.price-tile-box-wrap .context-nav-box .icon-area svg .main-stroke {
    stroke: #232323
}

.price-tile-box-wrap .swiper-pagination-bullets {
    display: block;
    height: 32px
}

.price-tile-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 29px 5px 0;
    height: 3px;
    width: 20px;
    border-radius: 0
}

.price-tile-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424
}

@media (min-width:993px) {
    .price-tile-box-wrap.deskTwoRow .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:993px) {
    .price-tile-box-wrap.deskTwoRow .swiper-wrapper .swiper-slide {
        margin-bottom: .75rem
    }
}

@media (min-width:425px) {
    .price-tile-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 65%
    }

    .price-tile-box-wrap .context-nav-box .icon-area svg {
        height: 3.375rem
    }

    .swiper-with-2-slides .price-tile-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

@media (min-width:768px) {
    .price-tile-box-wrap {
        padding: 0 0 2.25rem
    }

    .price-tile-box-wrap .swiper-pagination-bullets {
        display: none;
        height: 50px
    }

    .price-tile-box-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 47px 5px 0;
        width: 40px
    }

    .price-tile-box-wrap .context-nav-box .icon-area svg {
        height: 2.4rem
    }

    .price-tile-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 100%
    }

    .swiper-with-2-slides .price-tile-box-wrap .rect-responsive {
        padding-bottom: 44%
    }

    .swiper-with-2-slides .subTitleContextNav .rect-responsive {
        padding-bottom: 64%
    }

    .more-than-three .swiper-pagination-bullets {
        display: block
    }

    .more-than-three .context-nav-swiper-button-next,
    .more-than-three .context-nav-swiper-button-prev {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .price-tile-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 65%
    }

    .price-tile-box-wrap .context-nav-box .icon-area svg {
        height: 3.375rem
    }

    .swiper-with-2-slides .price-tile-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

@media (min-width:1440px) {
    .price-tile-box-wrap {
        padding: 0 0 3.125rem
    }

    .price-tile-box-wrap .context-nav-box h5 {
        height: 4.5rem
    }

    .price-tile-box-wrap .subTitleContextNav .swiper-wrapper .rect-responsive {
        padding-bottom: 70%
    }

    .more-than-three .context-nav-swiper-button-next,
    .more-than-three .context-nav-swiper-button-prev {
        height: 70px;
        width: 70px;
        margin-top: -20px
    }

    .more-than-three .context-nav-swiper-button-next svg,
    .more-than-three .context-nav-swiper-button-prev svg {
        width: 37px;
        height: 15px
    }

    .swiper-with-2-slides .price-tile-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

@media (max-width:767px) {
    .subTitleContextNav .swiper-wrapper .rect-responsive {
        padding-bottom: 85%
    }
}

@media (min-width:1600px) {
    .price-tile-box-wrap .swiper-wrapper .rect-responsive {
        padding-bottom: 65%
    }

    .price-tile-box-wrap .context-nav-box .icon-area svg {
        height: 3.375rem
    }

    .swiper-with-2-slides .price-tile-box-wrap .rect-responsive {
        padding-bottom: 44%
    }
}

.business .row-context-nav>.container-fluid {
    background-color: #2b2e2c
}

.business .row-context-nav>.container-fluid .context-nav-box {
    background-color: #242424
}

.business .row-context-nav>.container-fluid .context-nav-box .icon-area img .main-stroke,
.business .row-context-nav>.container-fluid .context-nav-box .icon-area object .main-stroke,
.business .row-context-nav>.container-fluid .context-nav-box .icon-area svg .main-stroke {
    stroke: #fff
}

.business .row-context-nav>.container-fluid .context-nav-box a h5 {
    color: #fff
}

.business .row-context-nav>.container-fluid .context-nav-box:after,
.business .row-context-nav>.container-fluid .context-nav-box h5:after {
    background-color: #e00800
}

.business .row-context-nav>.container-fluid .context-nav-box.hover,
.business .row-context-nav>.container-fluid .context-nav-box:hover {
    cursor: pointer;
    background-color: #e00800
}

.business .row-context-nav>.container-fluid .context-nav-box.hover a h5,
.business .row-context-nav>.container-fluid .context-nav-box:hover a h5 {
    color: #fff
}

.business .row-context-nav>.container-fluid .context-nav-box.hover h5:after,
.business .row-context-nav>.container-fluid .context-nav-box:hover h5:after {
    background-color: #fff
}

.business .row-context-nav>.container-fluid .subTitleContextNav .swiper-wrapper .rect-responsive .context-nav-box h5 {
    height: 2.75rem
}

.business .row-context-nav>.container-fluid .subTitleContextNav .swiper-wrapper .rect-responsive .context-nav-box h6 {
    color: #fff;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 1rem
}

.support-tabs-wrapper .price-tile-box-wrap .context-nav-box a h5 {
    text-transform: uppercase
}

.support-tabs-wrapper .tab-box-wrap label h4 {
    text-transform: uppercase;
    letter-spacing: 0
}

@media (max-width:992px) {
    .price-tile-box-wrap.wOutSlider {
        padding: 1rem
    }
}

.price-tile-box-wrap.wOutSlider .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:992px) {
    .price-tile-box-wrap.wOutSlider .swiper-wrapper {
        display: block
    }
}

.price-tile-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
    width: 30%;
    margin-bottom: 3.5%;
    margin-right: 5%
}

@media (max-width:992px) {
    .price-tile-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
        display: block
    }
}

.price-tile-box-wrap.wOutSlider .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0
}

@media (max-width:992px) {
    .price-tile-box-wrap.wOutSlider .swiper-wrapper .rect-responsive {
        padding-bottom: 25%
    }
}

@media (max-width:992px) {
    .price-tile-box-wrap.wOutSlider .context-nav-box.content .icon-area {
        float: left;
        width: 80px
    }
}

@media (max-width:992px) {
    .price-tile-box-wrap.wOutSlider .context-nav-box.content h5 {
        float: left;
        text-align: left;
        margin: 0
    }

    .price-tile-box-wrap.wOutSlider .context-nav-box.content h5:after {
        background-color: transparent
    }
}

@media (min-width:768px) {
    .price-tile-box-wrap {
        max-width: 430px;
        padding: 0 .5rem 1rem
    }
}

@media (max-width:992px) {
    html[lang=ar] [dir=rtl] .price-tile-box-wrap.wOutSlider .context-nav-box.content .icon-area {
        float: right
    }
}

@media (max-width:992px) {
    html[lang=ar] [dir=rtl] .price-tile-box-wrap.wOutSlider .context-nav-box.content h5 {
        float: right;
        text-align: right
    }
}

html[lang=ar] [dir=rtl] .price-tile-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
    margin-left: 5%;
    margin-right: 0
}

@media (max-width:992px) {
    html[lang=ar] [dir=rtl] .price-tile-box-wrap.wOutSlider .swiper-wrapper .swiper-slide {
        margin-right: 0;
        margin-left: 0
    }
}

html[lang=ar] [dir=rtl] .price-tile-box-wrap.wOutSlider .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
    margin-left: 0
}

.quickPayAccountWrap .loader {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2.5rem;
    bottom: 10px;
    transform: scale(1)
}

.quickPayAccountWrap .loader img {
    width: 24px;
    height: 24px;
    min-height: 24px
}

.qucikPayAccountWrap {
    padding-top: 1rem
}

@media (max-width:767px) {
    .qucikPayAccountWrap {
        padding-top: 2.5rem
    }
}

.qucikPayAccountWrap hr {
    border: none;
    border-top: 1px solid #b2b2b2;
    margin: 0;
    padding: 0 0 3rem
}

.qucikPayAccountWrap .consumer-register-form .form .addLabel {
    font-weight: 900 !important;
    letter-spacing: 2px;
    font-size: .75rem;
    line-height: .75rem;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.qucikPayAccountWrap .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields {
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .qPayRecharge_wrapper {
        padding-top: 1.5rem;
        padding-bottom: 0
    }
}

.qPayRecharge_wrapper .main-text.main-text-I {
    padding: 1.5rem 0 4rem
}

@media (min-width:768px) {
    .qPayRecharge_wrapper .main-text.main-text-I {
        padding: 1rem 0 4rem
    }
}

.qPayRecharge_wrapper .main-text.main-text-I .body-big.show-pipe p {
    color: #9b9b9b;
    font-size: 1rem
}

.qPayRecharge_wrapper .qucikPayAccountWrap {
    padding: 4rem 0 5rem
}

.qPayRecharge_wrapper .qucikPayAccountWrap .addLabel {
    font-size: .75rem;
    line-height: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #232323
}

@media (max-width:600px) {
    .qPayRecharge_wrapper .qucikPayAccountWrap .addLabel {
        letter-spacing: 0
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow {
    padding: 4rem 0 3rem;
    border-top: 1px solid #b2b2b2;
    color: #9b9b9b;
    font-size: 1rem;
    line-height: 1.5
}

@media (max-width:992px) {

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow {
        padding-bottom: .75rem;
        padding-top: 2rem
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .addLabel,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .addLabel {
    padding-bottom: .5rem
}

@media (min-width:993px) {

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .addLabel,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .addLabel {
        padding-bottom: 2.5rem
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .addLabel.priceTilesHd,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .addLabel.priceTilesHd {
    padding-bottom: 1.5rem
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .cancelLabel,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .cancelLabel {
    padding-top: 3.1rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media (max-width:992px) {

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .cancelLabel,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .cancelLabel {
        padding-top: 1.5rem;
        text-align: center
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .cancelLabel a,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .cancelLabel a {
    text-decoration: none;
    cursor: pointer
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNum,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNum {
    color: #e00800;
    font-size: 1.25rem;
    line-height: 28px
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNumEdit,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNumEdit {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 400;
    cursor: pointer;
    font-size: .75rem;
    line-height: 1rem;
    color: #232323
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNumEdit svg,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNumEdit svg {
    height: 16px;
    vertical-align: text-bottom
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayDueAmount,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayDueAmount {
    color: #9b9b9b;
    font-size: 1.25rem;
    line-height: 28px
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAmount .delAc svg,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAmount .delAc svg {
    position: absolute;
    bottom: 11px;
    right: 0;
    cursor: pointer;
    z-index: 2
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAmount .addLabel,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAmount .addLabel {
    padding-bottom: 0
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAmount .icon-error svg,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAmount .icon-error svg {
    right: 2rem;
    top: 2.2rem
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAmount.valid,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAmount.valid {
    background-position: 90% 41px
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .icon-info svg,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .icon-info svg {
    position: absolute;
    bottom: 11px;
    right: 0;
    cursor: pointer;
    z-index: 2;
    background: #f0f0ea
}

@media (max-width:992px) {

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.newAcadd .hintLabel,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow.newAcadd .hintLabel {
        padding-top: 0;
        margin-top: -1.25rem
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.newAcadd .hintLabel.error,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow.newAcadd .hintLabel.error {
    color: #fb193f;
    padding-top: 0
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .form-submit.btn-default-margins button,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .form-submit.btn-default-margins button {
    float: left
}

@media (max-width:992px) {

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .form-submit.btn-default-margins button,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .form-submit.btn-default-margins button {
        width: 48%;
        margin: 0 0 0 4%
    }

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .form-submit.btn-default-margins button:first-child,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .form-submit.btn-default-margins button:first-child {
        margin-left: 0
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayRecharge .rechargeSwat .addLabel,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayRecharge .rechargeSwat .addLabel {
    padding-bottom: 1.5rem
}

@media (max-width:992px) {

    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .form-section,
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .form-section {
        margin-bottom: 1.5rem
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.floating-label-input input:valid,
.qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow.floating-label-input input:valid {
    background-position: 100% 35px !important
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qukPayAcCont>:first-child+.qPayPostpaidFLow,
.qPayRecharge_wrapper .qucikPayAccountWrap .qukPayAcCont>:first-child+.qPayRechargeFLow {
    border-top: none;
    padding-top: 1.5rem
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.qPayAmount .floating-label-input input:valid {
    color: #232323
}

.addAnotherAc {
    padding-top: .75rem;
    display: block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: .75rem;
    line-height: 1;
    cursor: pointer
}

@media (max-width:992px) {
    .addAnotherAc {
        padding-top: 2rem
    }
}

.hintLabel {
    line-height: 1;
    color: #9b9b9b;
    padding-top: .5rem;
    font-size: 14px
}

.hintLabel.error {
    color: #fb193f;
    padding-top: 0
}

.hintLabel.acChk {
    font-size: 1rem;
    line-height: 1;
    padding-top: .5rem
}

@media (max-width:992px) {
    .hintLabel.acChk {
        margin-top: -1.75rem
    }
}

.hintLabel a {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0 .4rem
}

.qucikPayAccountWrap .form-group.floating-label-input .loader {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2px;
    bottom: 5px;
    transform: scale(1);
    background: #f0f0ea;
    z-index: 2
}

.qucikPayAccountWrap .form-group.floating-label-input .loader img {
    width: 24px;
    height: 24px;
    min-height: 24px
}

.quickPayHD {
    padding-bottom: .25rem
}

.qPayRechargeFLow .qPayAccountNum {
    padding-top: .75rem
}

.qPayPostpaidFLow .qPayAmount input,
.qPayRechargeFLow .qPayAmount input {
    margin-top: -1.1rem
}

.qPayPostpaidFLow .qPayAmount input.valid,
.qPayRechargeFLow .qPayAmount input.valid {
    background-position: 90% 35px !important
}

@media (min-width:993px) {
    .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .floating-label-input.w-o-label {
        margin-top: -2.4rem
    }
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow {
    padding-top: 3.5rem
}

.qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.newAcadd {
    padding-top: 2.5rem
}

.noBdr {
    border: none !important
}

.has-error-fields+.hintLabel {
    display: none
}

.greenLinktext svg.datepicker-svg {
    fill: #e00800;
    transform: rotate(90deg);
    height: .875rem;
    width: .875rem;
    vertical-align: middle;
    margin-left: 1rem
}

.drop2 .greenLinktext {
    font-size: 1rem;
    margin-top: 2rem
}

.qPayRecharge_wrapper .alert-msg .alert-bg {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 1rem;
    min-height: 56px;
    line-height: 1
}

.qPayRecharge_wrapper .alert-msg .errorIcon.inlineMess {
    text-align: left !important;
    padding-left: .5rem
}

.qPayRecharge_wrapper .alert-msg .errorIcon .iconItem {
    width: 21px;
    height: 21px;
    vertical-align: top;
    margin-right: 10px;
    float: left
}

.qPayRecharge_wrapper .alert-msg .errorIcon .iconItem img,
.qPayRecharge_wrapper .alert-msg .errorIcon .iconItem svg {
    margin-top: 4px
}

.qPayRecharge_wrapper .alert-msg h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #242424
}

@media (max-width:992px) {
    .qPayRecharge_wrapper .alert-msg h3 {
        padding-left: 2rem
    }
}

.offerBanner {
    min-height: 76px;
    padding: 22px 24px;
    border-radius: 16px;
    background-color: #f0f0ea;
    margin: 2rem auto;
    position: relative
}

@media (max-width:992px) {
    .offerBanner {
        padding: 1rem
    }
}

.offerBanner h3 {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 0
}

@media (min-width:993px) {
    .offerBanner h3 {
        max-width: 80%
    }
}

@media (max-width:992px) {
    .offerBanner h3 {
        font-size: 1rem;
        line-height: 1.5
    }
}

@media (min-width:993px) {
    .offerBanner .learnMore {
        position: absolute;
        right: 1.5rem;
        top: 1.9rem
    }
}

@media (max-width:992px) {
    .offerBanner .learnMore {
        padding-left: 0
    }
}

.offerModal.modal .modal-content .modal-header {
    padding: 0 0 1rem
}

@media (min-width:993px) {
    .offerModal.modal .modal-content .modal-header {
        padding: 0 0 3rem
    }
}

.offerModal.modal .modal-content .modal-header .main-title {
    padding: 1.5rem 0
}

@media (min-width:993px) {
    .offerModal.modal .modal-content .modal-header .main-title {
        padding: 2.5rem 0
    }
}

.offerModal.modal .modal-content .modal-header .main-title h5 {
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    text-transform: none
}

.offerModal.modal .modal-content .modal-header .main-title a img,
.offerModal.modal .modal-content .modal-header .main-title a svg {
    height: 20px;
    width: 20px
}

.offerModal.modal .modal-content .modal-body .text-and-table-white {
    margin-top: 1rem;
    color: #6c6c6c;
    font-size: .875rem
}

@media (max-width:992px) {
    .offerModal.modal .modal-content .modal-body .text-and-table-white {
        font-size: .75rem
    }
}

.offerModal.modal .modal-content .modal-body .text-and-table-white strong {
    color: #232323
}

.offerModal.modal .modal-content .modal-body .text-and-table-white>.row {
    margin-bottom: 1.25rem
}

.offerModal.modal .modal-content .modal-body h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 1rem
}

@media (min-width:993px) {
    .offerModal.modal .modal-content .modal-body h4 {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 3rem
    }
}

.offerModal.modal .modal-content .modal-body p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #232323
}

@media (min-width:993px) {
    .offerModal.modal .modal-content .modal-body p {
        font-size: 1rem;
        line-height: 1.4
    }
}

.offerModal.modal .modal-content .modal-body h3 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #3c3f40;
    margin-top: 0
}

@media (max-width:992px) {
    .offerModal.modal .modal-content .modal-body h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 1.25rem
    }
}

.offerModal.modal .modal-content .modal-body p {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #6c6c6c
}

.offerModal.modal .modal-content .modal-body .imgContainer {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    margin-right: 0
}

@media (min-width:993px) {
    .offerModal.modal .modal-content .modal-body .imgContainer {
        width: 24rem;
        height: 22.5rem;
        margin-right: 1.5rem;
        margin-bottom: 3rem
    }
}

.offerModal.modal .modal-content .modal-body .imgContainer .cover {
    border-radius: 1rem
}

.qPay-promo {
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0
}

.qPay-promo p {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: .15px;
    text-align: left;
    color: #232323;
    padding: 0 .5rem
}

.infoMsg {
    padding: 1rem 0
}

@media (max-width:767px) {
    .infoMsg {
        padding-top: 1.5rem 0;
        font-size: 12px;
        line-height: 1
    }
}

.pBinfoMsg {
    max-width: 180px;
    padding-top: .25rem
}

[lang=ar] [dir=rtl] .offerModal.modal .modal-content .modal-body .text-and-table-white {
    margin-top: 1rem;
    color: #6c6c6c;
    font-size: .875rem
}

[lang=ar] [dir=rtl] .offerModal.modal .modal-content .modal-body .text-and-table-white strong {
    color: #232323
}

[lang=ar] [dir=rtl] .offerModal.modal .modal-content .modal-body .text-and-table-white>.row {
    margin-bottom: 1.25rem
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .offerModal.modal .modal-content .modal-body .imgContainer {
        margin-right: 0;
        margin-left: 1.5rem
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .offerBanner .learnMore {
        right: auto;
        left: 1.5rem
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .ar-float-none-xs div[class*=col] {
        float: none !important
    }
}

[lang=ar] [dir=rtl] .quickPayAccountWrap .loader {
    right: auto;
    left: 2.5rem
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .qPayRecharge_wrapper .qucikPayAccountWrap .form.modified-form .form-section label {
        font-size: 20px !important;
        line-height: 4.16625rem
    }
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qucikPayAccountWrap .form .floating-label-input input:focus~label,
[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qucikPayAccountWrap .form .floating-label-input input:required:valid~label {
    font-size: .75rem !important;
    line-height: .9375rem !important
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qPayPostpaidFLow .qPayAmount .delAc svg,
[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qPayRechargeFLow .qPayAmount .delAc svg {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qPayPostpaidFLow .qPayAmount .icon-error svg,
[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qPayRechargeFLow .qPayAmount .icon-error svg {
    right: auto;
    left: 2rem !important
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qPayPostpaidFLow .icon-info svg,
[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qPayRechargeFLow .icon-info svg {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .consumer-register-form .form .qPayPostpaidFLow .form-submit button.pull-right-ar,
[lang=ar] [dir=rtl] .consumer-register-form .form .qPayRechargeFLow .form-submit button.pull-right-ar {
    margin-left: 1rem !important
}

@media (max-width:992px) {

    [lang=ar] [dir=rtl] .consumer-register-form .form .qPayPostpaidFLow .form-submit button.pull-right-ar,
    [lang=ar] [dir=rtl] .consumer-register-form .form .qPayRechargeFLow .form-submit button.pull-right-ar {
        margin-left: 0 !important;
        margin-right: 4% !important
    }

    [lang=ar] [dir=rtl] .consumer-register-form .form .qPayPostpaidFLow .form-submit button.pull-right-ar:first-child,
    [lang=ar] [dir=rtl] .consumer-register-form .form .qPayRechargeFLow .form-submit button.pull-right-ar:first-child {
        margin-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .qucikPayAccountWrap .form-group.floating-label-input .loader {
    right: auto;
    left: 1px;
    bottom: 6px
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAmount .icon-error svg {
    right: auto;
    left: 2.2rem !important
}

[lang=ar] [dir=rtl] .qPayPostpaidFLow .qPayAmount input.valid,
[lang=ar] [dir=rtl] .qPayRechargeFLow .qPayAmount input.valid {
    background-position: 10% 35px !important
}

@media (min-width:768px) and (max-width:992px) {
    [lang=ar] [dir=rtl] .qPayRechargeFLow .qPayAmount input.valid {
        background-position: 5% 35px !important
    }
}

[lang=ar] [dir=rtl] .greenLinktext svg.datepicker-svg {
    transform: rotate(-90deg);
    margin-left: 0;
    margin-right: 1rem
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .alert-msg .errorIcon.inlineMess {
    text-align: right !important;
    padding-left: 0;
    padding-right: .5rem
}

[lang=ar] [dir=rtl] .qPayRecharge_wrapper .alert-msg .errorIcon .iconItem {
    margin-right: 0;
    margin-left: 14px;
    float: right
}

@media (max-width:992px) {
    [lang=ar] [dir=rtl] .qPayRecharge_wrapper .alert-msg h3 {
        padding-left: 0;
        padding-right: 2rem
    }
}

[lang=ar] [dir=rtl] .qPay-promo p {
    text-align: right
}

.footer-links-logo-section {
    background: #fff;
    min-height: 100px;
    padding-bottom: 1.5rem
}

@media (min-width:1280px) {
    .footer-links-logo-section.container {
        width: 1066px
    }
}

@media (min-width:1366px) {
    .footer-links-logo-section.container {
        width: 1138px
    }
}

@media (min-width:1440px) {
    .footer-links-logo-section.container {
        width: 1200px
    }
}

@media (min-width:1600px) {
    .footer-links-logo-section.container {
        width: 1333px
    }
}

@media (min-width:1920px) {
    .footer-links-logo-section.container {
        width: 1400px
    }
}

@media (max-width:768px) {
    .footer-links-logo-section.container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:992px) {
    .footer-links-logo-section {
        margin-bottom: 1.5rem
    }
}

@media (max-width:425px) {
    .footer-links-logo-section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer-links-logo-section .etisalat-logo {
    display: block;
    text-align: right
}

.footer-links-logo-section .etisalat-logo svg {
    max-height: 110px
}

@media (min-width:992px) {
    .footer-links-logo-section .etisalat-logo svg {
        height: 100%
    }
}

.footer-links-logo-section .footer-links-nav li {
    display: inline-block
}

@media (max-width:992px) {
    .footer-links-logo-section .footer-links-nav li {
        margin-bottom: 1rem
    }
}

.footer-links-logo-section .footer-links-nav li a {
    border-right: 1px solid #e5e5e5;
    color: #353738;
    font-size: .85rem;
    line-height: 1.1rem;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    letter-spacing: .56px
}

.footer-links-logo-section .footer-links-nav li a:hover {
    text-decoration: underline
}

.footer-links-logo-section .footer-links-nav li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: none
}

.footer-links-logo-section .flex-container {
    display: block
}

.footer-links-logo-section .flex-container .footer-links-nav {
    margin-bottom: 2rem
}

.footer-links-logo-section .flex-container .etisalat-logo,
.footer-links-logo-section .flex-container .footer-links-nav {
    text-align: center
}

.footer-links-logo-section .flex-container .etisalat-logo img,
.footer-links-logo-section .flex-container .etisalat-logo svg {
    max-width: 160px
}

@media (max-width:992px) {

    .footer-links-logo-section .flex-container .etisalat-logo img,
    .footer-links-logo-section .flex-container .etisalat-logo svg {
        margin-bottom: 1rem
    }
}

@media (min-width:992px) {
    .footer-links-logo-section .flex-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-links-logo-section .flex-container .footer-links-nav {
        text-align: left;
        margin-bottom: 1rem
    }

    .footer-links-logo-section .flex-container .etisalat-logo {
        text-align: right
    }
}

.footer-links-logo-section .copyright {
    text-align: center;
    color: #232323;
    font-size: 12px;
    line-height: 1.2;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:992px) {
    .footer-links-logo-section .copyright {
        display: none
    }
}

.footer-links-logo-section .copyright.desktop {
    display: none
}

@media (min-width:992px) {
    .footer-links-logo-section .copyright.desktop {
        display: block;
        text-align: left
    }
}

.footer-links-logo-section .social-links-section {
    margin-bottom: 1rem
}

.quick-links-section {
    background-color: #f0f0ea;
    padding: 3.5rem 0 3rem;
    margin-bottom: 1.5rem
}

@media (min-width:1248px) {
    .quick-links-section .container {
        width: 1224px
    }
}

@media (max-width:768px) {
    .quick-links-section .container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:992px) {
    .quick-links-section {
        padding: 1.5rem 0
    }
}

@media (max-width:425px) {
    .quick-links-section>.container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.quick-links-section .quick-links-head {
    position: relative;
    margin-bottom: 1.6rem
}

.quick-links-section .quick-links-head .collapsed+svg {
    transform: rotate(0deg)
}

.quick-links-section .quick-links-head svg {
    position: absolute;
    top: 6px;
    right: 0;
    transform: rotate(180deg);
    transition: all .2s ease-in-out
}

.quick-links-section .quick-links-head .adf,
.quick-links-section .quick-links-head .link-title-mob {
    font-family: suiss, Arial, sans-serif;
    text-transform: uppercase;
    color: #232323;
    display: block
}

.quick-links-section .quick-links-head .links-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase
}

.quick-links-section .quick-links-head .link-title-mob {
    font-size: 12px;
    letter-spacing: 1.6px
}

.quick-links-section .quick-links-head svg {
    width: 14px;
    height: 7px
}

@media (min-width:992px) {
    .quick-links-section .quick-links-body.collapse {
        display: block !important;
        height: auto !important
    }
}

.quick-links-section .quick-links-body .links-item {
    padding-bottom: 1.4rem
}

@media (min-width:992px) {
    .quick-links-section .quick-links-body .links-item {
        padding-bottom: 10px
    }
}

.quick-links-section .quick-links-body .links-item a {
    font-size: 12px;
    color: #232323;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:992px) {
    .quick-links-section .quick-links-body .links-item a {
        font-size: 14px
    }
}

.quick-links-section .quick-links-body .links-item a:hover {
    text-decoration: underline
}

.social-links-section .social-links-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    .social-links-section .social-links-head {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.social-links-section .social-links-head span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-right: 1.5rem;
    line-height: 1.5rem
}

.social-links-section .social-links-body {
    height: 1.5rem
}

.social-links-section .social-links-body .links-item {
    display: inline-block;
    margin-right: 1rem
}

.social-links-section .social-links-body .links-item:last-child {
    margin-right: 0
}

.social-links-section .social-links-body .links-item img,
.social-links-section .social-links-body .links-item svg {
    width: 1.5rem;
    height: 1.5rem
}

@media (max-width:767px) {
    .quick-links-section .quick-links-head .links-title.hidden-xs {
        display: none !important
    }
}

@media (max-width:992px) {
    .footer-links-logo-section .social-links-section .social-links-head span.links-title.hidden-xs.hidden-sm {
        display: none !important
    }
}

[lang=ar] [dir=rtl] .quick-links-section .quick-links-head svg {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .footer-links-logo-section .footer-links-nav {
    text-align: right
}

[lang=ar] [dir=rtl] .footer-links-logo-section .footer-links-nav li a {
    padding-right: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-right: 0;
    border-left: 1px solid #e5e5e5
}

[lang=ar] [dir=rtl] .footer-links-logo-section li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-left: none
}

[lang=ar] [dir=rtl] .social-links-section .social-links-head span {
    margin-right: 0;
    margin-left: 1.5rem
}

[lang=ar] [dir=rtl] .social-links-section .social-links-body .links-item {
    margin-right: 0;
    margin-left: 1rem
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .desktop {
        text-align: right
    }
}

[lang=ar] [dir=rtl] .footer-links-logo-section .flex-container .footer-links-nav {
    text-align: right
}

@media (max-width:991px) {
    .footer-links-logo-section .footer-links-nav li a {
        font-size: .75rem;
        padding-right: 1rem;
        margin-right: 1rem
    }

    .footer-links-logo-section .flex-container .footer-links-nav {
        margin-bottom: 20px
    }
}

.footer-one-liner {
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: -1
}

.footer-one-liner:before {
    content: "";
    background: url(../img/features/background-pattern.svg) no-repeat;
    background-size: contain;
    height: 360px;
    position: absolute;
    width: 340px;
    opacity: .1;
    z-index: -1;
    right: 0;
    transform: rotate(180deg);
    bottom: 0
}

.footer-text {
    background: #fff;
    color: #232323;
    font-size: 14px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0
}

.footer-text p {
    margin-bottom: 0
}

.footer-black {
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .15);
    background-color: #242424;
    padding: 13px 0
}

.footer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .footer-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-wrapper .action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .footer-wrapper .action {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991px) {
    .footer-wrapper .action .action-text {
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.footer-wrapper .action .action-text span {
    color: #fff
}

.footer-wrapper .action .action-btn {
    margin-left: 1rem
}

@media (max-width:767px) {
    .footer-wrapper .action .action-btn {
        margin-bottom: 1rem
    }
}

@media (max-width:991px) {
    .footer-wrapper .action .action-btn {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        width: 100%
    }
}

.footer-wrapper .action .action-btn a.btn {
    width: 100%
}

@media (min-width:768px) {
    .footer-wrapper .action .action-btn a.btn {
        width: 232px
    }
}

@media (max-width:767px) {
    .footer-wrapper .price-wrapper {
        margin-bottom: 1rem
    }
}

.footer-wrapper .price-wrapper .price,
.footer-wrapper .price-wrapper .small {
    color: #fff
}

.footer-wrapper .price-wrapper .small {
    font-size: 10px;
    line-height: 1.2
}

@media (min-width:768px) {
    .footer-wrapper .price-wrapper .small {
        font-size: 12px;
        line-height: 1.33
    }
}

.footer-wrapper .price-wrapper .small.vat {
    font-size: 12px;
    line-height: 1.33;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:768px) {
    .footer-wrapper .price-wrapper .small.vat {
        font-size: 14px;
        line-height: 1.43
    }
}

.footer-wrapper .price-wrapper .price {
    font-size: 26px;
    line-height: 1.23;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (min-width:768px) {
    .footer-wrapper .price-wrapper .price {
        font-size: 36px;
        line-height: 1.28
    }
}

[lang=ar] [dir=rtl] .footer-wrapper .action .action-btn {
    margin-left: 0;
    margin-right: 1rem
}

[lang=ar] [dir=rtl] .footer-wrapper .price-wrapper .price {
    direction: rtl
}

[lang=ar] [dir=rtl] .footer-links-logo-section.container {
    font-family: GE SS Two, Arial, sans-serif
}

@media (min-width:992px) {
    .quick-links-section.flexible-col .links-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .quick-links-section.flexible-col .links-wrap .links {
        min-width: 33.33334%
    }
}

@media (min-width:1248px) {
    .quick-links-section.flexible-col .links-wrap .links {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        min-width: auto
    }
}

.quick-links-section.flexible-col .quick-links-body .links-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.quick-links-section.flexible-col .quick-links-body .links-item a img,
.quick-links-section.flexible-col .quick-links-body .links-item a svg {
    width: 12px;
    height: 12px;
    margin-left: 4px
}

@media (min-width:992px) {

    .quick-links-section.flexible-col .quick-links-body .links-item a img,
    .quick-links-section.flexible-col .quick-links-body .links-item a svg {
        width: 16px;
        height: 16px
    }
}

.footer-heading {
    font-size: 12px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 12px
}

@media (min-width:992px) {
    .footer-heading {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 16px;
        text-transform: none
    }
}

@media (max-width:991px) {
    .download-etisalat {
        margin-bottom: 24px
    }

    .download-etisalat .footer-heading {
        display: none
    }
}

.download-etisalat .icons-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .download-etisalat .icons-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.download-etisalat .icons-wrap .android,
.download-etisalat .icons-wrap .apple,
.download-etisalat .icons-wrap .huawei {
    display: none
}

.download-etisalat .icons-wrap .icon {
    width: 162px;
    height: 48px;
    margin-right: 12px
}

.download-etisalat .icons-wrap .icon:last-child {
    margin-right: 0
}

.download-etisalat .icons-wrap .icon img,
.download-etisalat .icons-wrap .icon svg {
    width: 162px;
    height: 48px
}

@media (min-width:768px) {
    .download-etisalat .icons-wrap .icon {
        width: 112px;
        height: 33px;
        margin-right: 16px
    }

    .download-etisalat .icons-wrap .icon img,
    .download-etisalat .icons-wrap .icon svg {
        width: 112px;
        height: 33px
    }
}

@media (max-width:991px) {
    .follow-etisalat {
        margin-bottom: 24px
    }

    .follow-etisalat .footer-heading {
        display: none
    }
}

.follow-etisalat .icons-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .follow-etisalat .icons-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.follow-etisalat .icons-wrap .icon {
    width: 36px;
    height: 36px;
    margin-right: 18px
}

.follow-etisalat .icons-wrap .icon:last-child {
    margin-right: 0
}

.follow-etisalat .icons-wrap .icon img,
.follow-etisalat .icons-wrap .icon svg {
    width: 36px;
    height: 36px
}

@media (min-width:992px) {
    .follow-etisalat .icons-wrap .icon {
        width: 40px;
        height: 40px;
        margin-right: 16px
    }

    .follow-etisalat .icons-wrap .icon img,
    .follow-etisalat .icons-wrap .icon svg {
        width: 40px;
        height: 40px
    }
}

@media (max-width:991px) {
    .payment-etisalat .footer-heading {
        margin-bottom: 4px !important;
        text-align: center
    }
}

.payment-etisalat .icons-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .payment-etisalat .icons-wrap {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.payment-etisalat .icons-wrap .icon {
    width: 32px;
    height: 32px;
    margin-right: 20px
}

.payment-etisalat .icons-wrap .icon:last-child {
    margin-right: 0
}

.payment-etisalat .icons-wrap .icon img,
.payment-etisalat .icons-wrap .icon svg {
    width: 32px;
    height: 32px
}

@media (min-width:992px) {

    .payment-etisalat .icons-wrap .icon,
    .payment-etisalat .icons-wrap .icon img,
    .payment-etisalat .icons-wrap .icon svg {
        width: 40px;
        height: 40px
    }
}

@media (max-width:991px) {
    .needhelp-etisalat {
        margin-bottom: 24px
    }
}

@media (max-width:991px) {
    .needhelp-etisalat .footer-heading {
        margin-bottom: 4px !important;
        text-align: center
    }
}

.needhelp-etisalat .help-content {
    font-size: 12px;
    line-height: 1;
    color: #232323;
    margin-top: 8px
}

@media (max-width:991px) {
    .needhelp-etisalat .help-content {
        text-align: center
    }
}

@media (min-width:992px) {
    .needhelp-etisalat .help-content {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: .57px;
        margin-top: 11px
    }
}

.needhelp-etisalat .help-content a {
    color: #e00800;
    text-transform: uppercase
}

.needhelp-etisalat .help-content a:hover {
    text-decoration: underline
}

.footer-social-dwonload {
    margin-top: 10px
}

@media (min-width:992px) {
    .footer-social-dwonload {
        margin-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:1247px) and (min-width:992px) {
    .footer-social-dwonload {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .download-etisalat {
        width: 100%
    }

    .follow-etisalat,
    .needhelp-etisalat,
    .payment-etisalat {
        width: 50%;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .follow-etisalat,
    .payment-etisalat {
        margin-top: 40px
    }
}

@media (max-width:1247px) {
    .top-nav-section .top-nav-right .links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:1247px) {
    .top-nav-section .top-nav-right .links li a .text {
        display: none
    }
}

@media (min-width:1440px) {
    .top-nav-left .links li:last-child a {
        padding-right: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .footer-links-logo-section .etisalat-logo {
        text-align: left
    }
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .top-nav-left .links li:last-child a {
        padding-right: 16px;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .download-etisalat .icons-wrap .icon,
[lang=ar] [dir=rtl] .download-etisalat .icons-wrap .icon:last-child {
    margin-left: 12px;
    margin-right: 0
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .download-etisalat .icons-wrap .icon {
        margin-left: 16px;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .follow-etisalat .icons-wrap .icon {
    margin-left: 18px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .follow-etisalat .icons-wrap .icon:last-child {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .follow-etisalat .icons-wrap .icon {
        margin-right: 0;
        margin-left: 16px
    }
}

[lang=ar] [dir=rtl] .payment-etisalat .icons-wrap .icon {
    margin-left: 20px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .payment-etisalat .icons-wrap .icon:last-child {
    margin-left: 20px
}

.main-menu-desktop .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.main-menu-desktop .navbar-default {
    top: 0;
    position: fixed;
    height: 56px;
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);
    transition: all .25s ease-in-out;
    z-index: 12
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default {
        height: 90px;
        top: 48px
    }
}

.main-menu-desktop .navbar-default .navbar {
    border: 0;
    margin-bottom: 0
}

.main-menu-desktop .navbar-default .logo-container {
    width: 100%;
    display: block
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .logo-container {
        display: -ms-flexbox;
        display: flex
    }
}

.main-menu-desktop .navbar-default .logo-container .navbar-header {
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    transition: all .25s ease-in-out
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .logo-container .navbar-header {
        height: 90px;
        float: left
    }
}

.main-menu-desktop .navbar-default .logo-container .navbar-header a {
    width: 86px;
    transition: all .25s ease-in-out;
    margin-bottom: -5px
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .logo-container .navbar-header a {
        width: 150px;
        transition: all .25s ease-in-out
    }
}

.main-menu-desktop .navbar-default .logo-container .navbar-header a svg {
    width: 86px;
    height: auto
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .logo-container .navbar-header a svg {
        width: 140px;
        transition: all .25s ease-in-out
    }
}

.main-menu-desktop .navbar-default .navbar-links {
    font-family: suiss, Arial, sans-serif
}

.main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a {
    height: 90px;
    line-height: 90px;
    padding: 0;
    padding-right: 23px;
    transition: all .25s ease-in-out;
    color: #6c6c6c;
    cursor: pointer;
    font-size: 1rem
}

@media (min-width:1440px) {
    .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a {
        padding-right: 1.5rem
    }
}

.main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a:hover {
    color: #6c6c6c
}

@media (-ms-high-contrast:none) {
    .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a {
        font-size: 14px;
        padding-right: 1rem
    }

    .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a ::-ms-backdrop {
        font-size: 14px;
        padding-right: 1rem
    }
}

@media (-ms-high-contrast:none) and (min-width:1248px) {
    .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a {
        font-size: 16px;
        padding-right: 23px
    }
}

.main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li.active>a {
    color: #e00800;
    background-color: transparent
}

.main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav li:last-child a {
    padding-right: 0
}

.main-menu-desktop .navbar-default .user-loged-in {
    font-family: suiss, Arial, sans-serif
}

.main-menu-desktop .navbar-default .user-loged-in ul.navbar-right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: -12px
    }
}

.main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #6c6c6c;
    line-height: 90px;
    transition: all .25s ease-in-out;
    padding: 0 12px
}

@media (min-width:1440px) {
    .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li>a {
        padding: 0 1.5rem
    }

    .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li>a:after {
        right: -10px
    }
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li:last-child>a {
        padding-right: 12px
    }
}

@media (min-width:992px) {
    .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right .search-link a {
        border-left: 1px solid #f0f0ea
    }
}

.main-menu-desktop .navbar-default .user-loged-in ul.navbar-right .search-link a svg {
    width: 1.5rem;
    height: 1.5rem
}

.main-menu-desktop .navbar-default.fixedNav {
    height: 56px
}

.main-menu-desktop .navbar-default.fixedNav .navbar-links .nav.navbar-nav li a {
    height: 56px;
    line-height: 56px
}

.main-menu-desktop .navbar-default.fixedNav .user-loged-in ul.navbar-right>li>a {
    line-height: 56px
}

.main-menu-desktop .navbar-default.fixedNav .logo-container .navbar-header {
    height: 56px
}

.main-menu-desktop .navbar-default.fixedNav .logo-container .navbar-header a,
.main-menu-desktop .navbar-default.fixedNav .logo-container .navbar-header a svg {
    width: 86px;
    transition: all .25s ease-in-out
}

@media (max-width:992px) {
    .main-menu-desktop .nav-wrap .hamburger {
        padding: 0 1rem
    }
}

.sub-account-menu-wrap {
    position: absolute;
    display: none
}

.sub-account-menu-wrap .sub-account-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    min-width: 254px;
    border-top: 3px solid #e00800;
    padding: 0 1.5rem;
    margin-left: -1.5rem
}

.sub-account-menu-wrap .sub-account-menu li:last-child {
    padding-bottom: 0
}

.sub-account-menu-wrap .sub-account-menu li a {
    font-size: .875rem;
    -ms-flex-pack: left;
    justify-content: left;
    display: block;
    color: #6c6c6c;
    height: 48px !important;
    line-height: 48px !important;
    letter-spacing: .6px
}

.sub-account-menu-wrap .sub-account-menu li.active a,
.sub-account-menu-wrap .sub-account-menu li a:focus,
.sub-account-menu-wrap .sub-account-menu li a:hover {
    color: #e00800
}

.user-loged-in .sub-account-menu-wrap .sub-account-menu {
    margin-left: 0;
    min-width: 236px
}

.user-loged-in .logedin-user {
    position: relative;
    margin-right: 1.5rem
}

.user-loged-in .logedin-user>a {
    background-color: transparent !important
}

.user-loged-in .logedin-user>a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    right: -13px;
    border: solid #232323;
    border-width: 0 1px 1px 0;
    padding: 5px;
    position: absolute;
    line-height: 1;
    transform: translateY(-80%) rotate(45deg);
    -webkit-transform: translateY(-80%) rotate(45deg);
    top: 50%;
    transition: all .3s ease-in-out
}

.user-loged-in .logedin-user.active>a {
    color: #e00800 !important
}

.user-loged-in .logedin-user.active>a:after {
    border-color: #e00800;
    transform: translateY(-20%) rotate(-135deg)
}

.main-menu-mobile {
    display: none;
    top: -100%;
    position: fixed;
    left: 0;
    overflow-y: auto;
    height: 100%;
    z-index: 10;
    transition: all .2s ease-in-out;
    background-color: #0A0A0Abd
}

.main-menu-mobile.mob-visible {
    top: 0;
    padding-top: 56px;
    display: block;
    width: 100%
}

.main-menu-mobile.sticky {
    background: #fff
}

.main-menu-mobile.sticky .panel-footer-wraper {
    position: fixed !important;
    width: 100%;
    bottom: 0
}

.main-menu-mobile.sticky .panel-footer-wraper .panel-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.main-menu-mobile.sticky .panel-footer-wraper .panel-title a:first-child {
    padding-right: 20px
}

.main-menu-mobile.sticky .visible_menu>.panel-group:first-child {
    margin-bottom: 4rem
}

.main-menu-mobile.sticky .secondary-menu .panel-heading .panel-title a {
    font-size: 11px;
    color: #232323;
    line-height: 13px;
    letter-spacing: 2px;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:768px) {

    .main-menu-mobile .menu-account,
    .main-menu-mobile .panel-group {
        width: 768px
    }
}

.main-menu-mobile .badge-top {
    width: 1.31rem;
    height: 1.31rem;
    background-color: #e00800;
    color: #fff;
    border-radius: 50%;
    line-height: 1.31rem;
    position: absolute;
    left: 7rem;
    text-align: center;
    padding: 0;
    top: 15px;
    z-index: 99;
    letter-spacing: 0;
    font-weight: 700;
    padding-left: 0 !important
}

.main-menu-mobile .menu-account {
    background-color: #fff
}

.main-menu-mobile .menu-account .menu-account-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    padding: 1rem 4px;
    color: #232323;
    letter-spacing: 2px
}

.main-menu-mobile .menu-account .menu-account-link svg {
    height: 1.25rem;
    width: 1.25rem
}

.main-menu-mobile .menu-account .menu-account-link span {
    padding-left: 1.25rem
}

.main-menu-mobile .panel-group {
    margin-bottom: 0
}

.main-menu-mobile .panel-group .panel {
    border: 0;
    box-shadow: none;
    background-color: #f0f0ea
}

.main-menu-mobile .panel-group .panel+.panel {
    margin-top: 0
}

.main-menu-mobile .panel-group .panel-heading {
    background-color: #fff;
    padding: 0 1rem
}

.main-menu-mobile .panel-group .panel-heading .panel-title {
    height: 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0
}

.main-menu-mobile .panel-group .panel-heading .panel-title a {
    font-size: .875rem;
    color: #6c6c6c;
    text-transform: uppercase
}

.main-menu-mobile .panel-group .panel-heading .panel-title a.active {
    color: #e00800
}

.main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion {
    position: absolute;
    top: 0;
    right: 0;
    height: 3.5rem;
    width: 100%;
    border-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent
}

.main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion:after {
    content: "";
    display: block;
    width: 11px;
    right: 3px;
    border: solid #232323;
    border-width: 0 1px 1px 0;
    padding: 5px;
    position: absolute;
    line-height: 1;
    transform: translateY(-20%) rotate(-135deg);
    -webkit-transform: translateY(-20%) rotate(-135deg);
    top: 50%;
    transition: all .3s ease-in-out
}

.main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion.collapsed:after {
    transform: translateY(-80%) rotate(45deg);
    -webkit-transform: translateY(-80%) rotate(45deg)
}

.main-menu-mobile .panel-group .panel-collapse .panel-body {
    padding: 0;
    padding-left: 2rem
}

.main-menu-mobile .panel-group .panel-collapse .panel-body .item_sub-menu {
    display: block;
    text-transform: uppercase;
    font-family: suiss, Arial, sans-serif;
    color: #6c6c6c;
    padding: 1.3rem 0;
    font-size: .875rem
}

.main-menu-mobile .panel-group .panel-collapse .panel-body .item_sub-menu.active {
    color: #e00800
}

.main-menu-mobile .panel-group.panel-footer-wraper {
    position: relative;
    background-color: #f0f0ea
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-body {
    border-top: 0 !important
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel {
    width: 75%
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel .panel-heading {
    background-color: transparent !important
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-collapse a,
.main-menu-mobile .panel-group.panel-footer-wraper .panel-default a {
    font-size: 11px !important;
    letter-spacing: 2px;
    color: #232323 !important;
    font-family: suiss, Arial, sans-serif
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-collapse .arrow_accordion:after,
.main-menu-mobile .panel-group.panel-footer-wraper .panel-default .arrow_accordion:after {
    width: 6px;
    padding: 2.4px
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-languange {
    padding-left: 2rem;
    border-left: 1px solid #f0f0ea;
    font-family: GE SS Two, Arial, sans-serif;
    position: absolute;
    top: 0;
    height: 3.5rem;
    right: .875rem
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-languange a {
    margin-top: 12px;
    display: inline-block;
    font-weight: 300;
    color: #232323
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-languange a .lang-change {
    margin-left: .75rem;
    float: right
}

.main-menu-mobile .panel-group.panel-footer-wraper .panel-languange a .lang-change svg {
    width: .5rem;
    height: .3rem
}

.hamburger {
    float: right
}

@media (min-width:992px) {
    .hamburger {
        float: none
    }
}

.hamburger .line {
    width: 24px;
    height: 1px;
    background-color: #2b2e2c;
    display: block;
    margin: 6px auto;
    transition: all .3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

.hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.hamburger.is-active .line:first-child {
    transform: translateY(7px) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

body {
    margin-top: 56px
}

@media (min-width:992px) {
    body {
        margin-top: 139px
    }
}

[lang=ar] [dir=rtl] .main-menu-mobile {
    width: 100%
}

[lang=ar] [dir=rtl] .main-menu-mobile .panel-group .panel-collapse .panel-body {
    padding-left: auto;
    padding-right: 2rem
}

[lang=ar] [dir=rtl] .main-menu-mobile .panel-group.panel-footer-wraper .panel-languange {
    left: .875rem;
    right: auto;
    border-left: 0;
    border-right: 1px solid #e2e1da;
    padding-left: auto;
    padding-right: 2rem
}

[lang=ar] [dir=rtl] .main-menu-mobile .panel-group.panel-footer-wraper .panel-languange .lang-change {
    margin-left: 0;
    margin-right: .75rem;
    float: left
}

[lang=ar] [dir=rtl] .main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion:after {
    right: auto;
    left: 3px
}

[lang=ar] [dir=rtl] .main-menu-mobile .menu-account .menu-account-link span {
    padding-left: unset;
    padding-right: 1.25rem
}

[lang=ar] [dir=rtl] .main-menu-mobile .menu-account .menu-account-link span.badge-top {
    right: 7rem;
    padding-right: 0 !important;
    left: auto
}

[lang=ar] [dir=rtl] .main-menu-mobile.sticky .panel-footer-wraper .panel-title a:first-child {
    padding-right: 0;
    padding-left: 20px
}

[lang=ar] [dir=rtl] .user-loged-in .logedin-user {
    margin-right: 0;
    margin-left: 1.5rem
}

[lang=ar] [dir=rtl] .user-loged-in .logedin-user>a:after {
    left: -6px;
    right: auto
}

[lang=ar] [dir=rtl] .sub-account-menu-wrap .sub-account-menu {
    margin-left: 0;
    margin-right: -1.5rem
}

[lang=ar] [dir=rtl] .user-loged-in .sub-account-menu-wrap .sub-account-menu {
    margin-right: 0
}

[lang=ar] [dir=rtl] .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right .search-link a {
    border-left: unset
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right .search-link a {
        border-right: 1px solid #f0f0ea
    }
}

[lang=ar] [dir=rtl] .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a {
    padding-right: 0;
    padding-left: 23px
}

@media (min-width:1440px) {
    [lang=ar] [dir=rtl] .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a {
        padding-left: 1.5rem
    }
}

[lang=ar] [dir=rtl] .top-nav-section #top-nav-cart-img,
[lang=ar] [dir=rtl] .top-nav-section .links svg {
    margin-left: 0;
    margin-right: 10px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li:last-child>a {
        padding-left: 12px;
        padding-right: 1.5rem
    }
}

.search-overlay .search-body iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.search-overlay .search-close {
    top: 1.5rem
}

.navbar-nav li:hover a+.sub-account-menu-wrap {
    display: block !important
}

.account-link.logedin-user:hover>a {
    color: #e00800 !important
}

.account-link.logedin-user:hover a:after {
    border-color: #e00800;
    transform: translateY(-20%) rotate(-135deg)
}

.btn.btn-ai-support {
    position: fixed;
    bottom: 20px;
    right: 80px;
    left: inherit;
    background-color: #e00800 !important;
    display: block;
    text-decoration: none;
    border-radius: 50px;
    transition: all .3s ease;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 1;
    border: 0;
    color: #fff !important;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 600;
    height: 3rem;
    line-height: 2.8rem;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #e00800;
    z-index: 999;
    width: auto
}

@media (max-width:767px) {
    .btn.btn-ai-support {
        width: 175px;
        right: 0 !important;
        left: 0 !important;
        margin: auto
    }
}

.btn.btn-ai-support:focus,
.btn.btn-ai-support:hover {
    background-color: #fff;
    color: #e00800;
    opacity: 1
}

.btn.btn-ai-support:focus {
    border-color: #e00800
}

.btn .btn-icon {
    padding: 0;
    padding-right: .5rem;
    width: 33px;
    display: inline-block
}

.btn .btn-icon img {
    min-height: auto
}

body.carrier .btn.btn-ai-support {
    display: none !important
}

.ai-chat-wrapper {
    background-color: #fbfbfb;
    min-height: 75%;
    width: 400px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    z-index: 999
}

.ai-chat-wrapper .ai-chat-header {
    background-color: #fff;
    padding: 10px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 5px rgba(0, 0, 0, .075);
    height: 60px;
    border-radius: 10px 10px 0 0
}

.ai-chat-wrapper .ai-chat-header .hide-ai-support {
    border: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    outline: none
}

.ai-chat-wrapper .ai-chat-header .hide-ai-support svg {
    width: 100%;
    height: 100%
}

.ai-chat-wrapper .ai-chat-footer {
    background-color: #fff;
    padding: 10px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 5px rgba(0, 0, 0, .075);
    height: 60px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.ai-chat-wrapper .ai-chat-footer .hide-ai-support {
    border: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 0;
    outline: none
}

.ai-chat-wrapper .ai-chat-footer .hide-ai-support svg {
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .ai-chat-wrapper {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0
    }

    .ai-chat-wrapper .ai-chat-header {
        border-radius: 0
    }
}

iframe {
    background-color: transparent
}

[lang=ar] [dir=rtl] .btn.btn-ai-support {
    bottom: 20px;
    right: inherit;
    left: 80px
}

[lang=ar] [dir=rtl] .btn.btn-ai-support .btn-icon {
    padding-right: 0;
    padding-left: .5rem
}

[lang=ar] [dir=rtl] .ai-chat-wrapper {
    right: auto;
    left: 20px !important
}

[lang=ar] [dir=rtl] .ai-chat-wrapper .ai-chat-header .hide-ai-support {
    right: auto;
    left: 10px;
    top: 15px
}

.changePostionAI {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width:767px) {
    .changePostionAI {
        position: fixed;
        border-radius: 0
    }
}

.search-overlay {
    display: none
}

.search-overlay.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: auto;
    z-index: 9999;
    display: block
}

.search-overlay .search-close {
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    width: 24px;
    height: 24px
}

@media (min-width:768px) {
    .search-overlay .search-close {
        top: 2.5rem;
        right: 2rem
    }
}

@media (min-width:767px) {
    .search-overlay .search-close {
        top: 2.5rem;
        right: 2.5rem
    }
}

@media (min-width:1440px) {
    .search-overlay .search-close {
        top: 3.5rem
    }
}

.search-overlay .search-close svg {
    width: 24px;
    height: 24px;
    display: block
}

.search-overlay .search-body {
    height: 100%
}

[lang=ar] [dir=rtl] .search-overlay .search-close {
    right: auto;
    left: 2.5rem
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .search-overlay .search-close {
        top: 1.2rem
    }
}

.auth-method h3 {
    margin-bottom: 2rem
}

.auth-method .btn {
    margin-bottom: 1rem
}

.veriCodeDigits {
    text-align: center
}

.veriCodeDigits .floating-label-input input {
    width: 50px;
    display: inline-block;
    margin-right: 1rem
}

.veriCodeDigits .floating-label-input input:last-child {
    margin-right: 0
}

@media (max-width:992px) {
    .veriCodeDigits .floating-label-input input {
        width: 40px
    }
}

@media (max-width:425px) {
    .veriCodeDigits .floating-label-input input {
        width: 30px;
        margin-right: .5rem
    }
}

.table-payment-methods-row .table-responsive table.table-payment-methods tbody tr:nth-child(2n) {
    background: #f0f0ea;
    overflow: hidden
}

.autoPayDetails {
    padding: 1.5rem;
    color: #232323
}

.autoPayDetails.description {
    margin-top: 5rem
}

.autoPayDetails .pay-card-num h3 {
    margin: 0;
    letter-spacing: 0;
    font-size: 1.5rem
}

.autoPayDetails.table-payment-methods-row .table-responsive table.table-payment-methods {
    border: none !important
}

.autoPayDetails.table-payment-methods-row .table-responsive table.table-payment-methods tr {
    border-bottom: 1px solid #e2e1da !important;
    background: #fff
}

.autoPayDetails.table-payment-methods-row .table-responsive table.table-payment-methods tr th {
    color: #232323;
    text-align: left
}

.autoPayDetails.table-payment-methods-row .table-responsive table.table-payment-methods tr td {
    border-bottom: none !important;
    text-align: right
}

.autoPayDetails.table-payment-methods-row .table-responsive table.table-payment-methods tr:nth-child(2n) {
    background: #fff
}

.login-details-container h5 {
    letter-spacing: 0;
    color: #232323;
    padding: 0 1.5rem
}

.login-details-container .form-submit.btn-default-margins .btn-big:first-child {
    margin-right: 1rem !important
}

[lang=ar] [dir=rtl] .login-details-container h5 {
    letter-spacing: 0;
    color: #232323;
    padding: 0 1rem
}

[lang=ar] [dir=rtl] .login-details-container .form-submit.btn-default-margins .btn-big:first-child {
    margin-left: 1rem !important;
    margin-right: 0 !important
}

[lang=ar] [dir=rtl] .autoPayDetails.table-payment-methods-row .table-responsive table.table-payment-methods tr th {
    text-align: right
}

.modal-md-style.modal-md-style.modal .form-section.yourLoca .form-group.floating-label-input {
    margin-bottom: 1.25rem
}

.modal-md-style.modal-md-style.modal .form-section .form-group {
    margin-top: 0;
    margin-bottom: .5rem
}

.modal-md-style.modal-md-style.modal .form-section .form-group.floating-label-input {
    margin-bottom: .5rem
}

.modal-md-style.modal-md-style.modal .submitBtnCont {
    margin-top: 4rem
}

.modal-md-style .modal-dialog {
    max-width: 80%;
    min-height: 450px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px
}

@media (max-width:767px) {
    .modal-md-style .modal-dialog {
        max-width: 90%
    }
}

.modal-md-style .modal-dialog .modal-content {
    background: none
}

.modal-md-style .modal-dialog .modal-content .modal-header {
    border-bottom: 2px solid #e2e1da;
    padding-top: 3rem;
    padding-bottom: 2.5rem
}

.modal-md-style .modal-dialog .modal-content .modal-header h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #232323;
    letter-spacing: 0;
    margin: 0
}

.modal-md-style .modal-dialog .modal-content .modal-header .close {
    top: .5rem;
    right: 2rem
}

@media (max-width:767px) {
    .modal-md-style .modal-dialog .modal-content .modal-header .close {
        top: -1.75rem;
        right: -.75rem
    }
}

.modal-md-style .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal-md-style .modal-dialog .btn-green.rounded {
    line-height: 48px;
    height: 48px;
    min-height: 48px
}

.modal-md-style .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox {
    margin: 1.5rem 0
}

.modal-md-style .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #b2b2b2
}

.modal-md-style .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid {
    color: #232323
}

@media (max-width:767px) {

    .modal-md-style .consumer-register-form .form.modified-form .row>.form-section.yourLoca,
    .modal-md-style .consumer-register-form .form.modified-form .row>.form-section:first-child,
    .modal-md-style .consumer-register-form .form.modified-form .row>.form-section:nth-child(2) {
        padding-left: 0;
        padding-right: 0
    }

    .modal-md-style .consumer-register-form .form.modified-form .row>.form-section.yourLoca {
        width: 100%
    }
}

.modal-md-style .editFleetadd {
    position: absolute;
    right: 0;
    bottom: .5rem;
    z-index: 4
}

.addCont a.address-del-btn {
    float: right
}

@media (max-width:767px) {
    .addCont a.address-del-btn {
        width: 48% !important;
        vertical-align: top
    }
}

.fleetMapModify svg {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin: 0 .5rem
}

.fleetMapContainer .nv-set-location-container {
    position: relative
}

.fleetMapContainer .nv-set-location-container .nv-search-container {
    padding: 0 48px;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 4;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .fleetMapContainer .nv-set-location-container .nv-search-container {
        padding: 0 1rem;
        top: 1rem
    }
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input {
    -ms-flex-positive: 5;
    flex-grow: 5
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style {
    display: block;
    padding: inherit;
    background-color: transparent
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .input-group {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    position: relative
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon {
    border: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    border-left: 1px solid #d8d8d8;
    margin: 8px 0
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn {
    padding: 9px;
    border: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    border-left: 1px solid #d8d8d8;
    text-transform: uppercase;
    color: #e00800;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 8px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    width: 104px
}

@media (max-width:992px) {
    .fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn {
        background: #fff
    }
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.check-seach-btn {
    margin: 8px 0;
    padding-top: 4px;
    padding-bottom: 4px
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.check-seach-btn img,
.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.check-seach-btn svg {
    width: 24px;
    height: 24px
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon svg {
    width: 24px;
    height: 24px;
    margin-top: 0;
    fill: #232323;
    stroke: #232323
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-icon {
    left: 0;
    right: auto;
    display: table-cell;
    border: 0;
    margin: 5px 0
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-icon img,
.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-icon svg {
    width: 16px;
    min-height: 21px;
    margin: 0
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style .form-control {
    color: #232323 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: suiss, Arial, sans-serif
}

.fleetMapContainer .nv-set-location-container .set-location-map {
    height: 612px !important;
    position: relative !important
}

.fleetMapContainer .nv-set-location-container .nv-search-container .btn-action-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 2rem
}

@media (max-width:767px) {
    .fleetMapContainer .nv-set-location-container .nv-search-container .btn-action-wrapper {
        padding-right: .5rem
    }
}

.fleetMapContainer .nv-set-location-container .nv-search-container .btn-action-wrapper .btn {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: 0 .5rem;
    border-radius: 4px;
    border-width: 1px;
    width: 100%;
    outline: 0;
    font-weight: 700;
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    height: 3rem;
    font-size: .875rem;
    line-height: 3rem;
    letter-spacing: .14285714em
}

.fleetMapContainer .nv-set-location-container .check-availability-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    transition: height .3s ease-in-out
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.invalidAdd input {
    border-bottom: 1px solid #e00800 !important;
    text-indent: 2rem
}

.consumer-register-form .form .row>.form-section .floating-label-input.invalidAdd span.infoIcon {
    display: inline-block
}

.consumer-register-form .form .row>.form-section .floating-label-input span.infoIcon {
    display: none;
    background: #e0080020;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 8px
}

.consumer-register-form .form .row>.form-section .floating-label-input span.infoIcon svg {
    width: 16px;
    height: 16px;
    padding-bottom: 2px
}

.exactLocErr span.infoIcon {
    background: #e0080020;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 1rem;
    display: inline-block;
    text-align: center
}

p.exactLocErr {
    display: block;
    padding-left: 1.75rem;
    font-size: 14px !important;
    color: #232323 !important;
    position: relative;
    padding-top: 1rem;
    padding-bottom: .5rem
}

.exactLocErr span.infoIcon svg {
    width: 16px;
    height: 16px;
    margin-top: 2px
}

.view-card-txt.extLoc {
    position: relative
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn.currentloc {
    width: 50px;
    margin: 0;
    line-height: 36px;
    cursor: pointer
}

.fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn.currentloc svg {
    line-height: 48px;
    vertical-align: middle
}

.pac-container {
    z-index: 999999;
    margin-top: 16px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.pac-container>.pac-item {
    position: relative;
    border-top: 0;
    padding: 6px 0;
    height: 52px;
    line-height: 42px !important;
    color: #232323;
    font-size: 14px;
    font-family: suiss, Lato, GE SS Two, Roboto, Arial, sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 24px;
    border-top: 1px solid hsla(0, 0%, 59%, .2);
    cursor: pointer;
    opacity: 1
}

.pac-container>.pac-item span {
    font-weight: 400
}

.pac-container>.pac-item:first-child {
    border-top: 0
}

.pac-container>.pac-item:hover {
    background: 0 0
}

.pac-container>.pac-item:after {
    content: "";
    background: url(/b2c/eshopApp/assets/img/buy-get/elife/arrow-search.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 12px
}

.pac-container>.pac-item .pac-icon {
    margin: 0 !important;
    display: none
}

[lang=ar] [dir=rtl] .addCont a.address-del-btn {
    float: left
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label {
    text-align: right
}

[lang=ar] [dir=rtl] .modal-md-style .editFleetadd {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .form-section .floating-label-input input {
    padding-right: 0
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .form-section .floating-label-input.has-error-fields .alert-label {
    text-align: right
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .form-section .floating-label-input .icon-error svg {
    left: 1.25rem;
    right: auto
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .row>.form-section:first-child {
    padding-left: .85rem;
    padding-right: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .row>.form-section:first-child {
        padding-left: 0;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .row>.form-section:first-child.yourLoca {
    padding-left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form.form.modified-form .row>.form-section:nth-child(2) {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form .row .form-section:first-child {
    padding-left: 0
}

[lang=ar] [dir=rtl] .modal-md-style .consumer-register-form .form .row .form-section:nth-child(2) {
    padding-left: 0;
    padding-right: .85rem
}

[lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn {
    padding: 9px;
    border: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    border-left: 1px solid #d8d8d8;
    text-transform: uppercase;
    color: #e00800;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 8px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    width: 104px
}

[lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .btn-action-wrapper {
    padding-left: 0;
    padding-right: 2rem
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .btn-action-wrapper {
        padding-right: .5rem;
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-icon {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.check-seach-btn,
[lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn {
    left: 0;
    right: auto;
    border-left: 0 solid #d8d8d8;
    border-right: 1px solid #d8d8d8
}

[lang=ar] [dir=rtl] .consumer-register-form .form .row>.form-section .floating-label-input span.infoIcon,
[lang=ar] [dir=rtl] .exactLocErr span.infoIcon {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] p.exactLocErr {
    padding-left: 0;
    padding-right: 1.75rem
}

[lang=ar] [dir=rtl] .fleetMapContainer .nv-set-location-container .nv-search-container .elife-location-input .search-group .check-availability-style span.input-group-addon.clear-check-seach-btn.currentloc {
    width: 50px
}

.credit-limit-inner-box {
    margin-top: 22px
}

.credit-limit-inner-box .tooltipCustom {
    padding: 1rem;
    width: 288px;
    bottom: -100px
}

@media (min-width:993px) {
    .credit-limit-inner-box .tooltipCustom {
        bottom: -110px
    }
}

.credit-limit-inner-box .tooltipCustom:before {
    right: 70%;
    border-bottom: 14px solid #000
}

.credit-limit-inner-box .cr-bill-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0
}

@media (max-width:992px) {
    .credit-limit-inner-box .cr-bill-list ul {
        width: 100%;
        overflow-x: auto;
        padding-left: 1px
    }
}

@media (min-width:993px) {
    .credit-limit-inner-box .cr-bill-list ul {
        float: left
    }
}

.credit-limit-inner-box .cr-bill-list .limit-check-box {
    position: relative;
    float: left
}

.credit-limit-inner-box .cr-bill-list li {
    margin-left: -1px
}

.credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]+label {
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    border: 1px solid #cecece;
    padding: 0;
    width: 159.5px;
    height: 48px;
    line-height: 48px;
    margin: 0
}

@media (max-width:1399px) {
    .credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]+label {
        font-size: .85rem;
        margin-bottom: 1rem
    }
}

.credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]+label:hover {
    color: #e00800;
    border-color: #e00800
}

.credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]:checked+label {
    border-color: #e00800
}

.credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]:checked+label:hover {
    color: #fff
}

.credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]:disabled+label {
    background: hsla(0, 0%, 100%, .5);
    color: #23232391
}

.credit-limit-inner-box .cr-bill-list li .limit-check-box input[type=radio]:disabled+label:hover {
    border-color: #cecece
}

.credit-limit-inner-box .cr-bill-list li .crdLmtMsg {
    height: 3rem;
    font-size: 14px;
    line-height: 1.5;
    color: #232323;
    padding: .25rem 1rem;
    float: left;
    max-width: 400px
}

.estAmt .crdLmtTooltip {
    display: inline-block;
    position: relative
}

.estAmt .crdLmtTooltip .tooltipCustom {
    width: 328px;
    top: 36px;
    left: -10px;
    bottom: auto;
    padding: 1rem
}

.estAmt .crdLmtTooltip .tooltipCustom:before {
    top: -10px;
    right: 85%
}

.estAmt .crdLmtTooltip .tooltipCustom [class*=col-xs-] {
    margin-bottom: .5rem
}

.app-bill-inner-box {
    margin-top: 22px
}

.app-bill-inner-box .ap-bill-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .app-bill-inner-box .ap-bill-list {
        float: right
    }
}

.app-bill-inner-box .ap-bill-list li {
    margin-left: -1px
}

.app-bill-inner-box .ap-bill-list li .limit-check-box input[type=radio]+label {
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    border: 1px solid #232323;
    padding: 0;
    width: 128px;
    height: 48px;
    line-height: 48px;
    margin: 0
}

@media (max-width:1399px) {
    .app-bill-inner-box .ap-bill-list li .limit-check-box input[type=radio]+label {
        font-size: .85rem;
        width: 80px;
        margin-bottom: 1rem
    }
}

.app-bill-inner-box .ap-bill-list li .limit-check-box input[type=radio]:checked+label {
    border-color: #e00800
}

.limitBtnContainer .greenLink {
    float: left;
    font-size: 14px
}

@media (max-width:767px) {
    .limitBtnContainer .greenLink {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {
    .limitBtnContainer button:first-child {
        float: right !important;
        margin-left: 1rem !important
    }
}

@media (min-width 993px) {
    .limitBtnContainer button:last-child {
        float: left !important
    }
}

@media (max-width:767px) {
    .limitBtnContainer button:last-child {
        margin-top: 2rem !important
    }
}

.appStrLmtinput .form-group.floating-label-input {
    max-width: 464px
}

@media (min-width:768px) and (max-width:1440px) {
    .appStrLmtinput .form-group.floating-label-input {
        max-width: 90%
    }
}

.section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td.grayApptext {
    color: #232323;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 400
}

@media (max-width:767px) {
    .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td.grayApptext.full-xs {
        width: 100%
    }
}

[lang=ar] [dir=rtl] .app-bill-inner-box .ap-bill-list {
    float: left
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .app-bill-inner-box .ap-bill-list {
        float: right
    }
}

[lang=ar] [dir=rtl] .limitBtnContainer button:last-child {
    float: left !important
}

[lang=ar] [dir=rtl] .limitBtnContainer .greenLink {
    float: right
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .limitBtnContainer button:first-child {
        float: left !important;
        margin-left: 0 !important;
        margin-right: 1rem !important
    }
}

@media (min-width 993px) {
    [lang=ar] [dir=rtl] .limitBtnContainer button:last-child {
        float: right !important
    }
}

[lang=ar] [dir=rtl] .estAmt .crdLmtTooltip .tooltipCustom {
    left: auto;
    right: -15px
}

[lang=ar] [dir=rtl] .estAmt .crdLmtTooltip .tooltipCustom:before {
    left: 89%;
    right: auto
}

[lang=ar] [dir=rtl] .credit-limit-inner-box .tooltipCustom {
    left: auto;
    right: 0;
    text-align: right
}

[lang=ar] [dir=rtl] .credit-limit-inner-box .tooltipCustom:before {
    left: 80%;
    right: auto
}

[lang=ar] [dir=rtl] .mngCrLimit p.grayNote {
    text-align: right
}

.form.termWithCheckbox .checkbox label {
    line-height: 1.5;
    padding-left: 3rem
}

@media (max-width:767px) {
    .form.termWithCheckbox .checkbox label {
        font-size: 14px
    }
}

.form.termWithCheckbox .checkbox label:before {
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-top: -1.5rem
}

@media (max-width:767px) {
    .form.termWithCheckbox .checkbox label:before {
        margin-top: -1rem
    }
}

.form.termWithCheckbox .checkbox label a {
    color: #fff;
    text-decoration: underline
}

.form.termWithCheckbox .checkbox input[type=checkbox]:checked+label:before {
    background: #e00800;
    border: 10px solid #fff
}

.buttons-left.form.form-section.confirm-to-continue.termWithCheckbox {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    line-height: 19px;
    float: none;
    display: inline-block
}

@media (max-width:767px) {
    .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox {
        text-align: left;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:992px) {
    .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox {
        max-width: 280px
    }
}

.buttons-left.form.form-section.confirm-to-continue.termWithCheckbox .checkbox {
    padding: .65rem 1.5rem;
    margin: 0
}

@media (max-width:992px) {
    .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox .checkbox {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox .checkbox {
        padding: .65rem 0
    }
}

span.semibold.email a {
    text-transform: inherit
}

.subsCont {
    text-align: right
}

.subsCont .btn-big {
    height: 4rem
}

@media (min-width:768px) {
    .subsCont .btn-big:first-child {
        margin-left: 1rem !important
    }
}

@media (max-width:767px) {
    .subsCont .btn-big:first-child {
        margin-bottom: 1rem !important
    }
}

[lang=ar] [dir=rtl] .form.termWithCheckbox .checkbox label {
    padding-left: 0;
    padding-right: 3rem
}

[lang=ar] [dir=rtl] .subsCont {
    text-align: left
}

[lang=ar] [dir=rtl] .subsCont .btn-big:first-child {
    margin-right: 1rem !important;
    margin-left: 0 !important
}

.camera {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.camera.noWebCam {
    position: relative;
    left: auto;
    top: auto;
    min-height: 600px;
    z-index: 1
}

.cameraBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #000;
    width: 100%;
    height: 159px
}

.cameraBtn svg {
    width: 43px;
    height: 43px;
    margin-top: 17px
}

a#startbutton {
    background: red;
    width: 77px;
    height: 77px;
    display: block;
    margin: auto;
    margin-top: 41px;
    border-radius: 50%;
    text-align: center
}

.webcam-unavailable {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 240px;
    height: 120px
}

.webcam-unavailable svg {
    text-align: center;
    width: 92px;
    height: 92px
}

.webcam-unavailable h4 {
    color: #fff;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0
}

.forms-default-settings .consumer-register-form .form-title.faceIDtrigger {
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    padding: 1rem 0;
    margin: 3rem 0;
    position: relative
}

.forms-default-settings .consumer-register-form .form-title.faceIDtrigger h3,
.forms-default-settings .consumer-register-form .form-title.faceIDtrigger p {
    margin: 0
}

.forms-default-settings .consumer-register-form .form-title.faceIDtrigger .nextArrow {
    position: absolute;
    right: 2rem;
    top: 0;
    height: 36px;
    margin-top: 1.75rem
}

.forms-default-settings .consumer-register-form .form-title.faceIDtrigger .nextArrow svg {
    width: 36px;
    height: 36px;
    transform: rotate(90deg);
    fill: #232323
}

.setFaceIDPic {
    text-align: center;
    width: 282px;
    height: 282px;
    overflow: hidden;
    margin: auto;
    padding: 1.3125rem;
    border-radius: 50%;
    border: 2px solid #e00800;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0a0a0a, #e00800) border-box;
    border: 2px solid transparent
}

@media (max-width:992px) {
    .setFaceIDPic {
        width: 120px;
        height: 120px;
        padding: .4375rem
    }
}

.setFaceIDPic .imgCont {
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 50%
}

@media (max-width:992px) {
    .setFaceIDPic .imgCont {
        width: 102px;
        height: 102px
    }
}

.setFaceIDPic .imgCont img {
    height: 232px;
    margin-left: -17%
}

@media (max-width:992px) {
    .setFaceIDPic .imgCont img {
        height: 100%
    }
}

.btnCont {
    text-align: center;
    padding: 2rem;
    margin-top: 1rem
}

.btnCont .btn {
    margin-bottom: 1.5rem !important
}

@media (max-width:992px) {
    .btnCont.updFIdCon {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:993px) {
    .btnCont.updFIdCon {
        max-width: 320px;
        margin: auto
    }
}

.buttons-left.form.form-section.confirm-to-continue.termWithCheckbox.w-o-t-bx {
    padding: 1rem
}

@media (max-width:992px) {
    .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox.w-o-t-bx {
        padding-left: 0;
        padding-right: 0
    }
}

.buttons-left.form.form-section.confirm-to-continue.termWithCheckbox.w-o-t-bx a {
    color: #fff
}

@media (min-width:786px) {
    .pakages-details .btnCont .btn {
        padding: 0 2rem;
        min-width: 240px
    }
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form-title.faceIDtrigger .nextArrow {
    right: auto;
    left: 2rem
}

[lang=ar] [dir=rtl] .forms-default-settings .consumer-register-form .form-title.faceIDtrigger .nextArrow svg {
    width: 36px;
    height: 36px;
    transform: rotate(-90deg);
    fill: #232323
}

[lang=ar] [dir=rtl] .setFaceIDPic .imgCont img {
    margin-right: -17%;
    margin-left: 0
}

.check-availability-wrap .result-main-container.elifeCheckAvail .general-form-submit.form-submit {
    text-align: right;
    padding: .25rem 1.5rem 1.5rem;
    background: #fbfbfb
}

.check-availability-wrap .result-main-container.elifeCheckAvail .form-submit button {
    margin: 0;
    min-width: 180px;
    font-weight: 700
}

.elifeCheckAvail .search-group .input-group {
    position: relative
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .icon-address-wrapper a {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .divider-line {
    height: 1px;
    background: #232323;
    margin: 1.5rem 0
}

.check-availability-cms .check-availability-wrap .map-container .background-map .map-filter .result-main-container.elifeCheckAvail .sidebar-result-container {
    -ms-flex: auto;
    flex: auto;
    max-width: 384px;
    min-width: 384px
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .map-header {
    padding-top: 46px;
    background-color: #fbfbfb
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .static-content {
    padding: 0 1.5rem
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .map-header .map-main-heading {
    margin: 0;
    color: #232323;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 1.5rem
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .icon-address-wrapper {
    padding: 1.5rem;
    background-color: #f0f0ea;
    margin-bottom: 14px
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .icon {
    margin-bottom: 1.5rem
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .icon svg {
    width: 113px;
    height: 66px
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .map-small-heading {
    color: #000;
    font-family: suiss, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-bottom: 0;
    padding-bottom: 14px
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .default-text {
    color: #232323;
    font-size: 14px;
    line-height: 22px;
    font-family: suiss, Arial, sans-serif;
    margin: 0;
    margin-bottom: 1rem
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .static-content {
    width: 100%
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .map-header .static-content {
    padding: 0;
    width: 100%
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .btn-action-wrapper {
    text-align: right;
    padding: 0 1.5rem
}

.check-availability-cms .elifeCheckAvail .sidebar-result-container .btn-action-wrapper .btn {
    max-width: 180px
}

.mapStyle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 342px
}

.check-availability-wrap.cx-elife-chk,
.check-availability-wrap.cx-elife-chk .map-container .background-map .map-filter .result-main-container {
    height: 900px
}

@media (max-width:767px) {
    .check-availability-wrap .map-container .background-map .map-filter .result-main-container.elifeCheckAvail {
        margin-left: 0
    }

    .check-availability-cms .check-availability-wrap .map-container .background-map .map-filter .result-main-container.elifeCheckAvail .sidebar-result-container {
        max-width: 100%;
        background: transparent;
        top: 0
    }

    [lang=ar] [dir=rtl] .check-availability-wrap .map-container .background-map .map-filter .result-main-container {
        margin-left: 0;
        margin-right: 0
    }
}

.menu-left {
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.overflowVisible {
    overflow: visible
}

.bg-transparent-filler {
    background: none !important;
    background-color: transparent !important
}

.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]+label:before,
.forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]+label:before {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-top: -12px
}

.form .checkbox label,
.form .radio label {
    padding-left: 2rem
}

.displayBlock {
    display: block !important
}

[lang=ar] [dir=rtl] .main-text.text-right ul {
    list-style-type: disc
}

[lang=ar] [dir=rtl] .main-text.text-right h2,
[lang=ar] [dir=rtl] .main-text.text-right p {
    text-align: right !important
}

.form .floating-label-input input.titleGray~label {
    top: .9375rem;
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #232323;
    z-index: 2
}

[lang=ar] [dir=rtl] .detail-info-wrap-pricetag .main-part .price-specs {
    font-family: suiss, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0 !important
}

@media print {
    .text-and-table>div.table-summary .items>ul {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item,
.selector-toggle-container .swiper-wrapper .selector-toggle-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 .875rem;
    width: auto;
    height: auto
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature {
    padding: 8px 0
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    padding: 1rem .75rem
}

@media (max-width:991px) {
    .selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item {
        width: 8.7%
    }

    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0 .5rem;
        width: 33.3333%
    }

    .selector-toggle-container .selector-toggle-title {
        margin-top: 2rem;
        margin-bottom: .5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .selector-toggle-container-colored .selector-toggle-title {
        margin-top: 1.5rem;
        margin-bottom: 1rem
    }
}

@media (max-width:425px) {

    .selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item,
    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item {
        min-width: 33.3333%;
        width: auto
    }

    .selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item .selector-feature-label,
    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature-label,
    .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature-label {
        font-size: .75rem !important
    }

    .number-selector {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .number-selector .selector-toggle-item {
        margin: 0 !important
    }

    .select-number-container,
    .selector-toggle-container.add-on-list {
        overflow: visible
    }

    .selector-toggle-container .selector-toggle-carousel.no-swiper .selector-toggle-wapper .selector-toggle-item .selector-feature {
        padding: 8px 0
    }

    .select-number-container .selector-toggle-carousel.no-swiper .swiper-wrapper {
        width: auto;
        margin: 0;
        display: block;
        overflow: visible
    }

    .select-number-container .selector-toggle-carousel.no-swiper .swiper-wrapper .selector-toggle-item {
        width: 100%;
        padding: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0
    }
}

.acc-black .selector-toggle-container .selector-toggle-title,
.acc-black .selector-toggle-container .selector-toggle-title strong {
    color: #fff
}

.acc-black .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-black .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label,
.acc-black .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-black .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label {
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 0 0 0 #fff
}

.acc-black .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label *,
.acc-black .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label *,
.acc-black .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label *,
.acc-black .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label * {
    color: #fff
}

.acc-black .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature,
.acc-black .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature {
    background-color: #232323
}

.acc-black .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
.acc-black .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    background-color: #232323;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 100%, .1);
    color: #fff;
    border: 1px solid #fff
}

.acc-black .number-selector .tab-more-text,
.acc-black .selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]+.selector-feature span,
.acc-black .selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature span,
.acc-black .selector-toggle-container-colored .selector-toggle-title,
.acc-black .selector-toggle-container-colored .selector-toggle-title strong {
    color: #fff
}

.accessibility-overlay.modal {
    padding: 0 !important;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.accessibility-overlay.modal .modal-content {
    min-height: 462px;
    box-shadow: none;
    border: 0
}

@media (max-width:768px) {
    .accessibility-overlay.modal .modal-content {
        min-height: 485px
    }
}

.accessibility-overlay.modal .modal-content .modal-header {
    padding: 2.75rem 0;
    border-bottom: 2px solid #e2e1da;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.6rem;
    position: relative
}

@media (max-width:768px) {
    .accessibility-overlay.modal .modal-content .modal-header {
        padding: 30px;
        margin-bottom: 1.75rem
    }

    .accessibility-overlay.modal .modal-content .modal-header h3.modal-title {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0
    }
}

.accessibility-overlay.modal .modal-content .modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #232323;
    letter-spacing: 0
}

.accessibility-overlay.modal .modal-content .modal-header .back {
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    background-size: 1.5rem;
    left: 0;
    top: 42%;
    position: absolute;
    margin-left: .75rem;
    background-color: transparent;
    border: 0;
    display: none
}

.accessibility-overlay.modal .modal-content .modal-header .back:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    left: 12px;
    border: solid #232323;
    border-width: 0 1px 1px 0;
    padding: 8px;
    position: absolute;
    line-height: 1;
    transform: translateY(-80%) rotate(133deg);
    -webkit-transform: translateY(-80%) rotate(133deg);
    top: 50%;
    transition: all .3s ease-in-out
}

@media (max-width:991px) {
    .accessibility-overlay.modal .modal-content .modal-header .back {
        display: block
    }

    .accessibility-overlay.modal .modal-content .modal-header .back:after {
        padding: 6px
    }
}

.accessibility-overlay.modal .modal-content .modal-header .close {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    background-size: 1.5rem;
    right: 0;
    top: 37%;
    position: absolute;
    margin-right: .75rem;
    background-color: transparent;
    border: 0
}

.accessibility-overlay.modal .modal-content .modal-header .close svg {
    width: 100%;
    height: 100%
}

@media (max-width:768px) {
    .accessibility-overlay.modal .modal-content .modal-header .close {
        width: 1.8rem;
        height: 1.8rem
    }
}

.accessibility-overlay.modal .modal-content .modal-body {
    padding: 0
}

.accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .wst-main-headings h5 {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    color: #232323
}

.accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling {
    padding-right: 7rem
}

@media (max-width:991px) {
    .accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling {
        padding-right: 2rem
    }
}

.accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling p {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: normal;
    color: #232323
}

.accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling .btn-text.learn-more:before {
    right: -10px
}

@media (max-width:768px) {
    .accessibility-overlay.modal .modal-content .modal-body {
        padding: 5px
    }
}

.accessibility-overlay.modal .modal-content .btn-text {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: 2px;
    line-height: 1.25rem;
    color: #232323;
    position: relative;
    font-weight: 500
}

.accessibility-overlay.modal .modal-content .btn-text.small {
    font-size: .75rem;
    line-height: 16px;
    letter-spacing: 1.6px
}

.accessibility-overlay.modal .modal-content .btn-text.download {
    font-size: 1rem;
    color: #232323;
    letter-spacing: 2px;
    padding: 0 0 0 30px;
    margin-bottom: 60px;
    display: block
}

@media screen and (max-width:991px) {
    .accessibility-overlay.modal .modal-content .btn-text.download {
        margin-bottom: 1.5rem
    }
}

.accessibility-overlay.modal .modal-content .btn-text.download:before {
    left: 0;
    top: 0;
    right: auto;
    border: 0;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    transform: none;
    padding: 0;
    background-image: url(../img/wst-icons/icon-file.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.accessibility-overlay.modal .modal-content .btn-text+.btn-text {
    margin-right: 36px
}

.accessibility-overlay.modal .modal-content .btn-text:before {
    right: 3px;
    border: solid #232323;
    border-width: 0 1px 1px 0;
    padding: 2.7px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    transition: all .3s ease-in-out
}

.accessibility-overlay.modal .modal-content .btn-text.view-more {
    padding-right: 1.5rem;
    white-space: nowrap
}

.accessibility-overlay.modal .modal-content .btn-text.view-more:focus {
    color: #232323
}

.accessibility-overlay.modal .modal-content .btn-text.view-more:focus:hover,
.accessibility-overlay.modal .modal-content .btn-text.view-more:hover {
    color: #e00800
}

.accessibility-overlay.modal .modal-content .btn-text.view-more:hover>span {
    text-decoration: underline
}

.accessibility-overlay.modal .modal-content .btn-text.view-more:hover:before {
    border: solid #e00800;
    border-width: 0 1px 1px 0
}

.accessibility-overlay.modal .modal-content .btn-text.view-more .more {
    transition: all .3s ease-in-out;
    display: none
}

.accessibility-overlay.modal .modal-content .btn-text.view-more .less {
    display: inline-block
}

.accessibility-overlay.modal .modal-content .btn-text.learn-more:before {
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    right: -15px
}

.accessibility-overlay.modal .modal-content .btn-text.back,
.accessibility-overlay.modal .modal-content .btn-text.forward {
    padding-left: 15px;
    font-size: .75rem
}

.accessibility-overlay.modal .modal-content .btn-text.back:before,
.accessibility-overlay.modal .modal-content .btn-text.forward:before {
    transform: translateY(-50%) rotate(135deg);
    left: 0;
    right: auto
}

.accessibility-overlay.modal .modal-content .btn-text.btn-green,
.accessibility-overlay.modal .modal-content .btn-text.btn-green.focus,
.accessibility-overlay.modal .modal-content .btn-text.btn-green:focus {
    color: #e00800
}

.accessibility-overlay.modal .modal-content .btn-text.btn-green:before {
    border: solid #e00800;
    border-width: 0 1px 1px 0
}

.accessibility-overlay.modal .modal-content .btn-text.btn-green.no-arrow:before {
    border: 0
}

.accessibility-overlay.modal .modal-content .btn-text.btn-green.active,
.accessibility-overlay.modal .modal-content .btn-text.btn-green:active,
.accessibility-overlay.modal .modal-content .btn-text.btn-green:hover,
.open>.dropdown-toggle.accessibility-overlay.modal .modal-content .btn-text.btn-green {
    box-shadow: none !important;
    color: #e00800
}

.accessibility-overlay.modal .modal-content .btn-text.btn-green .ink {
    color: #e00800
}

.accessibility-overlay.modal .modal-content .btn-text .small {
    letter-spacing: 1.6px
}

.accessibility-overlay.modal .modal-content .btn-text:hover {
    text-decoration: underline
}

@media (min-width:1248px) {
    .accessibility-overlay .container {
        width: 1224px
    }
}

[lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-header .close {
    right: auto;
    top: 37%;
    margin-left: .75rem;
    margin-right: 0;
    left: 0
}

[lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-header .back {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-header .back:after {
    transform: translateY(-80%) rotate(313deg);
    -webkit-transform: translateY(-80%) rotate(313deg)
}

[lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling {
    padding-right: 0;
    padding-left: 7rem
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling {
        padding-right: 0;
        padding-left: 2rem
    }
}

[lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling .btn-text.learn-more {
    display: inline-block
}

[lang=ar] [dir=rtl] .accessibility-overlay.modal .modal-content .modal-body .pop-up-content .accessibility-overlay-content .paragraph-styling .btn-text.learn-more:before {
    left: -10px;
    right: auto;
    transform: translateY(-80%) rotate(133deg)
}

[lang=ar] [dir=rtl] .accessibility-overlay-content .col-lg-2,
[lang=ar] [dir=rtl] .accessibility-overlay-content .col-lg-3,
[lang=ar] [dir=rtl] .accessibility-overlay-content .col-lg-4 {
    float: right
}

.emptyNoData {
    color: #232323 !important;
    font-size: .75rem !important;
    text-transform: inherit !important;
    font-weight: 400 !important;
    text-align: left;
    text-transform: inherit
}

.antispam-sms-wrapper .listing-pagination-box {
    padding: 1rem 0
}

.antispam-sms-wrapper .blockAll a {
    font-size: 1rem;
    line-height: 3.5
}

.antispam-sms-wrapper h6 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 2rem;
    color: #232323;
    letter-spacing: 0
}

@media (max-width:767px) {
    .antispam-sms-wrapper h6 {
        text-align: center;
        font-weight: 700
    }
}

.antispam-sms-wrapper h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 .5rem;
    color: #232323;
    letter-spacing: 0
}

@media (max-width:992px) {
    .antispam-sms-wrapper h4 {
        padding-top: 2rem
    }
}

.antispam-sms-wrapper .table-payment-methods-row a {
    color: #e00800;
    text-decoration: none;
    text-transform: uppercase
}

.antispam-sms-wrapper .listing-pagination-box p {
    color: #232323;
    font-size: 12px;
    padding-top: 20px;
    text-align: left
}

@media (max-width:992px) {
    .antispam-sms-wrapper .listing-pagination-box p {
        padding-top: 15px
    }
}

.antispam-sms-wrapper ul.pagination-list,
.antispam-sms-wrapper ul.pagination-list li {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif
}

.antispam-sms-wrapper ul.pagination-list li {
    font-weight: 400;
    line-height: 3;
    text-align: right;
    padding: 0 .75rem;
    background: #f0f0ea
}

.antispam-sms-wrapper ul.pagination-list li>span,
.antispam-sms-wrapper ul.pagination-list li a {
    font-size: 12px
}

.antispam-sms-wrapper ul.pagination-list li.see-all {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    padding-right: 0
}

.antispam-sms-wrapper ul.pagination-list li.see-all:hover {
    background: #fff
}

.antispam-sms-wrapper ul.pagination-list li:hover {
    background: #f0f0ea
}

.antispam-sms-wrapper ul.pagination-list li.active,
.antispam-sms-wrapper ul.pagination-list li.see-all {
    background: #fff
}

.antispam-sms-wrapper .table-payment-methods .outside-icon {
    padding-left: .5rem;
    padding-right: .5rem
}

.antispam-sms-wrapper .table-payment-methods .outside-icon svg {
    stroke: #232323;
    vertical-align: bottom
}

.antispam-sms-wrapper table thead tr th.sorTing {
    cursor: pointer
}

.antispam-sms-wrapper table thead tr th.sorTing span {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px
}

.antispam-sms-wrapper table thead tr th.sorTing.sorting_asc span {
    background-image: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg)
}

.antispam-sms-wrapper table thead tr th.sorTing.sorting_dsc span {
    background-image: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg)
}

.antispam-SMS.block-promo-sms-wrapper {
    padding-top: 1rem
}

.antispam-SMS.block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a {
    padding-right: 0;
    padding-left: 3rem
}

.antispam-SMS.block-promo-sms-wrapper .table-payment-methods .outside-icon {
    padding-left: .5rem;
    padding-right: .5rem
}

.antispam-SMS.block-promo-sms-wrapper .table-payment-methods .outside-icon svg {
    stroke: #232323;
    vertical-align: bottom
}

.antispam-SMS.block-promo-sms-wrapper h6 {
    font-size: 1rem;
    line-height: 2;
    margin: 0;
    color: #232323;
    letter-spacing: 0;
    padding: 0
}

.antispam-SMS.block-promo-sms-wrapper .addSenderAc {
    padding-top: .5rem;
    padding-bottom: 2.5rem
}

.antispam-SMS.block-promo-sms-wrapper .addSenderAc a {
    font-size: 1rem
}

.boxBtn {
    text-align: left;
    margin-bottom: 3rem
}

@media (max-width:767px) {
    .boxBtn {
        display: -ms-flexbox;
        display: flex
    }
}

.boxBtn a.btn {
    margin-right: 1rem;
    height: 3rem;
    min-height: 3rem;
    line-height: 3rem;
    min-width: 240px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    border: none;
    border-radius: .25rem;
    color: #545454;
    text-decoration: none !important
}

@media (max-width:767px) {
    .boxBtn a.btn {
        min-width: 80px;
        width: 50%;
        margin-right: 5%;
        padding: 0 .5rem
    }
}

@media (max-width:767px) {
    .boxBtn a.btn:last-child {
        margin-right: 0
    }
}

.boxBtn a.btn.active {
    border-radius: 0;
    border: 1px solid #232323;
    background: #fff;
    color: #232323;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1) !important
}

.boxBtn a.btn.active:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: #232323 url(../../../b2c/assets/img/svg-icons/icon-outline-2-pt-checkmark-checkmark-2-pt-white.svg) no-repeat 80% 30%;
    border-bottom-left-radius: 50%
}

[lang=ar] [dir=rtl] .antispam-SMS.block-promo-sms-wrapper .table-payment-methods-row a .plusIcon {
    margin-right: 0;
    margin-left: .5rem
}

[lang=ar] [dir=rtl] .antispam-sms-wrapper .listing-pagination-box p {
    text-align: right
}

[lang=ar] [dir=rtl] .antispam-sms-wrapper table thead tr th.sorTing span {
    margin-right: 5px;
    margin-left: 0
}

[lang=ar] [dir=rtl] .antispam-sms-wrapper ul.pagination-list li.see-all {
    padding-left: 0;
    padding-right: .75rem
}

[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
[lang=ar] [dir=rtl] #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
[lang=ar] [dir=rtl] .number-ar,
[lang=ar] [dir=rtl] .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-title h2,
[lang=ar] [dir=rtl] .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-title h3,
[lang=ar] [dir=rtl] .userprofile-summary .account-balance .userprofile-profile-status-money .status-amount,
[lang=ar] [dir=rtl] .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif !important
}

[lang=ar] [dir=rtl] .boxBtn {
    text-align: right
}

[lang=ar] [dir=rtl] .boxBtn .btn {
    margin-right: 0;
    margin-left: 1rem
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .boxBtn .btn:last-child {
        margin-left: 0;
        margin-right: 0
    }
}

.blockAlllink>a {
    font-size: 1rem;
    line-height: 3.5
}

.addSenderManually>a {
    line-height: 3.5
}

.promotional-banner-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 67px
}

@media (max-width:992px) {
    .promotional-banner-wrapper {
        margin-top: 56px
    }
}

@media (min-width:993px) and (max-width:1279px) {
    .promotional-banner-wrapper {
        margin-top: 89px
    }
}

.promotional-banner-wrapper.light-yellow {
    background-color: #232323
}

.promotional-banner-wrapper.light-green {
    background-color: #f8feef
}

.promotional-banner-wrapper .banner-image {
    overflow: hidden;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

.promotional-banner-wrapper .banner-image div.cover img.cover {
    height: 100%
}

.promotional-banner-wrapper .main {
    position: relative;
    z-index: 9
}

.promotional-banner-wrapper .main .content {
    margin: .5rem 0;
    text-align: center
}

@media (max-width:992px) {
    .promotional-banner-wrapper .main .content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.promotional-banner-wrapper .main .content.small {
    line-height: 1.3
}

.promotional-banner-wrapper .main .content .small-title {
    display: none;
    width: 106px;
    height: 12px;
    font-size: 8px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #232323;
    text-transform: uppercase
}

.promotional-banner-wrapper .main .content h4 {
    color: #232323;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px
}

.promotional-banner-wrapper .main .content span {
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    margin: 0
}

.promotional-banner-wrapper .main .content .price {
    text-decoration: line-through
}

@media (max-width:992px) {
    .promotional-banner-wrapper .banner-image {
        max-height: 100%;
        height: 100%
    }

    .promotional-banner-wrapper .main {
        height: auto
    }

    .promotional-banner-wrapper .main .content {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: 1rem 0;
        height: auto;
        text-align: left
    }

    .promotional-banner-wrapper .main .content .small-title {
        display: block
    }

    .promotional-banner-wrapper .main .content h4 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 22px
    }

    .promotional-banner-wrapper .main .content h4,
    .promotional-banner-wrapper .main .content span {
        text-align: left;
        text-overflow: inherit;
        overflow: auto;
        white-space: inherit
    }

    .promotional-banner-wrapper .main .content span {
        font-size: 13px;
        color: #232323;
        line-height: 1.38
    }
}

.bills-payments .profile-payment-methods .promotional-banner-wrapper {
    margin-top: 0
}

.bills-payments .pkgs-addons-methods h2.b2c-sub-heading {
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:992px) {
    .bills-payments .promotional-banner-wrapper .main .content {
        padding-left: 2rem
    }
}

.detect-ie {
    display: none;
    position: relative;
    min-height: 67px
}

.detect-ie.orange {
    background-color: #ffce00
}

.detect-ie.active {
    display: block
}

.detect-ie .content {
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    display: block;
    padding: 24px;
    width: 100%;
    text-align: center
}

@media (max-width:767px) {
    .detect-ie .content {
        text-align: left
    }
}

.resetPasswordComination {
    margin-top: 1.5rem;
    display: none;
    text-align: left
}

.resetPasswordComination p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px
}

.resetPasswordComination h4 {
    color: #232323;
    font-weight: 400;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.25rem;
    margin-bottom: 1rem
}

.resetPasswordComination .valid {
    color: #e00800
}

.resetPasswordComination .valid svg {
    stroke: #e00800;
    fill: none;
    vertical-align: text-top;
    margin-right: .5rem
}

.resetPasswordComination .invalid {
    color: #232323
}

.resetPasswordComination .invalid svg {
    stroke: #b2b2b2;
    fill: none;
    vertical-align: text-top;
    margin-right: .5rem
}

.passCombAlert {
    color: #e00800;
    text-align: left;
    font-size: 14px;
    margin-top: 7px;
    line-height: 17px
}

[lang=ar] [dir=rtl] .passCombAlert,
[lang=ar] [dir=rtl] .resetPasswordComination {
    text-align: right
}

[lang=ar] [dir=rtl] .invalid svg,
[lang=ar] [dir=rtl] .valid svg {
    margin-left: .5rem;
    margin-right: 0
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper .tile .tile-content-wrapp .content h4,
.menu-promotion-wrapper.right-text .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #232323
}

.main-mega-menu-desktop {
    z-index: 99 !important
}

.main-mega-menu-desktop .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.main-mega-menu-desktop .mega-menu-navbar-default {
    top: 0;
    position: fixed;
    height: 56px;
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);
    transition: all .25s ease-in-out;
    z-index: 12
}

@media (min-width:992px) {
    .main-mega-menu-desktop .mega-menu-navbar-default {
        height: 90px;
        top: 48px
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .mega-menu-navbar {
    border: 0;
    margin-bottom: 0
}

@media (max-width:992px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .mega-menu-navbar .container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:992px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .logo-container {
        display: -ms-flexbox;
        display: flex
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    transition: all .25s ease-in-out
}

@media (min-width:992px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
        height: 90px;
        padding-right: 2rem
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a {
    width: 86px;
    transition: all .25s ease-in-out;
    margin-bottom: -5px
}

@media (min-width:992px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a {
        width: 150px;
        transition: all .25s ease-in-out
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a svg {
    width: 110px;
    height: auto
}

@media (min-width:992px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a svg {
        width: 190px;
        transition: all .25s ease-in-out
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items {
    font-family: suiss, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li {
    position: inherit
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
    height: 90px;
    line-height: 90px;
    padding: 0;
    padding-right: 23px;
    padding-left: 23px;
    transition: all .25s ease-in-out;
    color: #232323;
    cursor: pointer;
    font-size: 1rem
}

@media (min-width:1440px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
        min-width: 108px;
        text-align: center
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a:hover {
    color: #6c6c6c
}

@media (-ms-high-contrast:none) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
        font-size: 14px;
        padding-right: 1rem
    }

    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a ::-ms-backdrop {
        font-size: 14px;
        padding-right: 1rem
    }
}

@media (-ms-high-contrast:none) and (min-width:1248px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
        font-size: 16px;
        padding-right: 23px
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.active>a {
    color: #e00800;
    background-color: transparent
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link>a {
    min-width: auto;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link:before {
    content: "";
    width: 1px;
    height: 35px;
    border: 1px solid #edeee6;
    position: absolute;
    top: 28px;
    z-index: 2
}

@media (min-width:768px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav {
        margin: 0 !important
    }
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right li:last-child a {
    padding-right: 0
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right .sub-menu-wrap .sub-menu {
    max-width: 290px
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right .menu-items-footer .sub-menu {
    max-width: 100%
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:after {
    border-bottom: 3px solid transparent;
    display: block;
    content: "";
    width: auto;
    z-index: 222222;
    height: 3px;
    position: relative
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover>a {
    color: #e00800 !important
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap,
.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-single,
.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-two {
    display: -ms-flexbox !important;
    display: flex !important
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-six,
.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-three {
    display: block !important
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover:after {
    border-bottom: 3px solid #e00800
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover .sub-account-menu-wrap {
    display: block !important
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li.icon-link:hover:after {
    border-bottom: 3px solid transparent
}

.main-mega-menu-desktop .sub-account-menu-wrap {
    position: absolute;
    display: none;
    font-family: suiss, Arial, sans-serif
}

.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    min-width: 254px;
    border-top: 4px solid #e00800;
    padding: .8rem 1.5rem;
    padding-top: 27px;
    padding-bottom: 2rem;
    margin-left: 0
}

.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu li {
    margin-bottom: 1.5rem
}

.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu li:last-child {
    margin-bottom: 0
}

.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu li a {
    font-size: .875rem;
    -ms-flex-pack: left;
    justify-content: left;
    display: block;
    color: #232323;
    height: auto !important;
    line-height: 1.43 !important;
    letter-spacing: .5px;
    text-transform: capitalize
}

.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu li.active a,
.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu li a:focus,
.main-mega-menu-desktop .sub-account-menu-wrap .sub-account-menu li a:hover {
    color: #e00800
}

.main-mega-menu-desktop .hamburger {
    float: right
}

@media (min-width:992px) {
    .main-mega-menu-desktop .hamburger {
        float: none
    }
}

.main-mega-menu-desktop .hamburger .line {
    width: 20px;
    height: 1px;
    background-color: #2b2e2c;
    display: block;
    margin: 6px auto;
    transition: all .3s ease-in-out
}

.main-mega-menu-desktop .hamburger:hover {
    cursor: pointer
}

.main-mega-menu-desktop .hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.main-mega-menu-desktop .hamburger.is-active .line:first-child {
    transform: translateY(7px) rotate(45deg)
}

.main-mega-menu-desktop .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.sub-menu-wrap {
    font-family: suiss, Arial, sans-serif;
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    text-transform: none
}

.sub-menu-wrap .menu-items-footer .sub-menu,
.sub-menu-wrap .menu-items-footer .sub-menu li {
    margin: 0
}

.sub-menu-wrap .sub-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    min-width: 170px;
    max-width: 224px;
    border-top: 3px solid #e00800;
    padding: 0 1.5rem
}

.sub-menu-wrap .sub-menu.brands {
    min-width: 280px;
    max-width: 385px !important
}

.sub-menu-wrap .sub-menu li {
    margin-bottom: 12px
}

.sub-menu-wrap .sub-menu li:last-child {
    padding-bottom: 0
}

.sub-menu-wrap .sub-menu li a {
    font-size: .875rem;
    -ms-flex-pack: left;
    justify-content: left;
    display: block;
    color: #232323;
    line-height: 1.43;
    letter-spacing: .5px
}

.sub-menu-wrap .sub-menu li.active a,
.sub-menu-wrap .sub-menu li a:focus,
.sub-menu-wrap .sub-menu li a:hover {
    color: #e00800
}

.sub-menu-wrap .sub-menu li.sub-menu-heading {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #232323
}

.sub-menu-wrap .sub-menu li.sub-menu-heading a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    margin-bottom: .5rem
}

.sub-menu-wrap .sub-menu li p {
    font-size: .75rem;
    font-weight: 400;
    color: #232323;
    line-height: 1.33;
    margin: 0
}

.sub-menu-wrap .sub-menu.trending {
    max-width: 100%
}

.sub-menu-wrap .sub-menu.trending .menu-brand-item {
    width: 164px;
    height: 148px
}

.sub-menu-wrap.mega-dropdown {
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

.sub-menu-wrap.mega-dropdown .sub-menu {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-top: 0;
    padding: 2rem;
    margin-bottom: 0
}

.sub-menu-wrap .menu-items-wrapper {
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    padding: 0 .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sub-menu-wrap .menu-items {
    display: -ms-flexbox;
    display: flex
}

.sub-menu-wrap .menu-items-footer {
    padding: 0 2rem;
    margin-top: auto
}

.sub-menu-wrap .menu-items-footer .sub-menu {
    max-width: 100%;
    padding: 0;
    border-top: 1px solid #ebebeb
}

.sub-menu-wrap .menu-items-footer .sub-menu li {
    display: inline-block;
    padding: 1.5rem 1.2rem
}

.sub-menu-wrap .menu-items-footer .sub-menu li:first-child {
    padding-left: 0
}

.sub-menu-wrap .menu-items-footer .sub-menu li a {
    color: #9fa0a1;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: .75rem;
    line-height: 1.33
}

.sub-menu-wrap .menu-promotion-wrapper {
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
    width: 100%;
    max-width: 377px
}

.sub-menu-wrap .menu-promotion-wrapper.support {
    padding: 2rem 1.5rem;
    background-color: #f0f0ea;
    min-height: 325px
}

.sub-menu-wrap .menu-promotion-wrapper.support .sub-menu-heading {
    font-weight: 700;
    color: #232323;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    line-height: 1.2
}

.sub-menu-wrap .menu-promotion-wrapper.support p {
    font-size: .75rem;
    font-weight: 400;
    color: #232323;
    line-height: 1.33
}

.sub-menu-wrap .menu-promotion-wrapper.support .menu-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.sub-menu-wrap .menu-promotion-wrapper.support .menu-form>p {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.sub-menu-wrap .menu-brand-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .7rem
}

.sub-menu-wrap .menu-brand-wrapper .menu-brand-item {
    width: 96px;
    height: 90px;
    border-radius: 4px;
    border: 1px solid #e3e5f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px
}

.sub-menu-wrap .menu-brand-wrapper .menu-brand-item:hover {
    border-color: #e00800
}

.sub-menu-wrap .menu-brand-wrapper .menu-brand-item img {
    width: 80px;
    height: 74px;
    -o-object-fit: contain;
    object-fit: contain
}

.sub-menu-wrap.brands-menu .menu-promotion-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sub-menu-wrap .search-wrapper {
    padding: 2rem
}

.sub-menu-wrap .search-wrapper .search-group,
.sub-menu-wrap .search-wrapper .search-group select {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #333
}

.sub-menu-wrap .search-wrapper .search-group .form-control,
.sub-menu-wrap .search-wrapper .search-group select .form-control {
    box-shadow: none;
    border: 0
}

.sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.sub-menu-wrap .form.wst-form input:focus {
    background-color: #f0f0ea !important;
    -webkit-box-shadow: 0 0 0 100px #f0f0ea inset !important
}

.sub-menu-wrap .form.wst-form input:valid~label {
    color: #232323;
    transform: translateY(-10px) scale(.8);
    transform-origin: 0 0;
    font-size: 1rem;
    z-index: 2
}

.sub-menu-wrap .form.wst-form .form-group {
    margin-bottom: 1.5rem
}

.sub-menu-wrap .form.wst-form .input-field {
    position: relative;
    margin-top: .5rem
}

.sub-menu-wrap .form.wst-form .input-field>label {
    color: #232323;
    font-size: .88rem;
    left: 0;
    font-weight: 400;
    letter-spacing: 0;
    top: 0;
    line-height: 24px;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0 100%;
    text-align: initial;
    transform: translateY(10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

.sub-menu-wrap .form input:not([type]),
.sub-menu-wrap .form input[type=date]:not(.browser-default),
.sub-menu-wrap .form input[type=datetime-local]:not(.browser-default),
.sub-menu-wrap .form input[type=datetime]:not(.browser-default),
.sub-menu-wrap .form input[type=email]:not(.browser-default),
.sub-menu-wrap .form input[type=number]:not(.browser-default),
.sub-menu-wrap .form input[type=password]:not(.browser-default),
.sub-menu-wrap .form input[type=search]:not(.browser-default),
.sub-menu-wrap .form input[type=tel]:not(.browser-default),
.sub-menu-wrap .form input[type=text]:not(.browser-default),
.sub-menu-wrap .form input[type=time]:not(.browser-default),
.sub-menu-wrap .form input[type=url]:not(.browser-default),
.sub-menu-wrap textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    color: #232323;
    outline: none;
    height: 2.5rem;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s;
    font-size: 1.25rem;
    position: relative;
    z-index: 1
}

.sub-menu-wrap .form .floating-label-input label,
.sub-menu-wrap .form .floating-label-select label {
    position: absolute
}

.sub-menu-wrap .form input:not([type])~label:after,
.sub-menu-wrap .form input[type=date]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=datetime-local]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=datetime]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=email]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=number]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=password]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=search]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=tel]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=text]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=time]:not(.browser-default)~label:after,
.sub-menu-wrap .form input[type=url]:not(.browser-default)~label:after,
.sub-menu-wrap .select-wrapper~label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out, color .2s ease-out
}

.sub-menu-wrap .btn {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    color: #232323;
    background-color: transparent;
    text-align: center;
    padding: 0 .5rem;
    border-radius: 4px;
    border-width: 1px;
    width: 100%;
    outline: 0;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #151515;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sub-menu-wrap .btn,
.sub-menu-wrap .btn-sm {
    height: 3rem;
    font-size: .875rem;
    line-height: 3rem;
    letter-spacing: .14285714em
}

.sub-menu-wrap .btn.btn-default.active,
.sub-menu-wrap .btn.btn-default:active,
.sub-menu-wrap .btn.btn-default:hover,
.sub-menu-wrap .open>.dropdown-toggle.btn.btn-default {
    box-shadow: none !important;
    color: #e00800;
    background-color: #fff;
    border-color: #e00800
}

.nav-drill {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav-items {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.nav-item-heading-link {
    font-weight: 700
}

.nav-footer-wrapper {
    -ms-flex: 2 2 100%;
    flex: 2 2 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav-footer-wrapper-inline .nav-footer {
    padding: .5rem 1rem;
    border-bottom: 1px solid #ccc
}

.nav-footer-inline-wrapper .nav-footer-wrapper .nav-footer {
    padding: .5rem 1rem
}

.nav-footer {
    padding: 1rem
}

.mega-dropdown-mob a {
    font-weight: 700
}

.safari .nav-drill {
    height: calc(100% - 56px)
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:landscape) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
        padding-left: 2rem;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right>li:last-child a {
    padding-right: 1.6rem
}

[lang=ar] [dir=rtl] .hamburger {
    float: left
}

@media (max-width:991px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items {
        display: none
    }

    .main-mega-menu-desktop .nav-wrap {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-mega-menu-desktop .mobile-view {
        display: block
    }

    .main-mega-menu-desktop .logo-container {
        -ms-flex-order: 2;
        order: 2
    }

    .main-mega-menu-desktop .hamburger {
        -ms-flex-order: 1;
        order: 1
    }

    .main-mega-menu-desktop .shopping-cart {
        -ms-flex-order: 3;
        order: 3
    }
}

.user-notifications .list .details .status,
.user-notifications .list .details p {
    color: #232323
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link a .cart-count {
    background-color: #fc0;
    color: #232323;
    left: 20px;
    font-weight: 700
}

.mobile-view.shopping-cart .mega-menu-link .cart-count {
    background-color: #fc0;
    color: #232323;
    font-weight: 700
}

@media (max-width:767px) {
    .nav-site-switch {
        padding: 1.25rem 1rem
    }

    .nav-footer-wrapper:first-child .nav-footer {
        display: block;
        padding: 0
    }

    .nav-site-switch.active {
        border-left: 4px solid #e00800;
        color: #e00800
    }

    .nav-footer-wrapper:last-child .nav-footer {
        background: #fff
    }
}

.payment-method .sacondary-title h4 {
    padding: 0;
    margin: 0
}

.payment-method .method {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px
}

.payment-method .method:first-child {
    padding-left: 0
}

.payment-method .method input[type=radio],
.payment-method .method text-align:left input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.payment-method .method input[type=radio]:checked+.selected-method {
    border: 1px solid #e00800
}

.payment-method .method input[type=radio]:checked+.selected-method p {
    color: #e00800
}

.payment-method .method input[type=radio]:checked+.selected-method img path,
.payment-method .method input[type=radio]:checked+.selected-method svg path {
    stroke: #e00800;
    stroke-width: 3px
}

.payment-method .method input[type=radio]:checked+.selected-method .sPayLogo img path,
.payment-method .method input[type=radio]:checked+.selected-method .sPayLogo svg path {
    fill: #e00800;
    stroke: #fff;
    stroke-width: 0
}

.payment-method .method input[type=radio]:checked+.selected-method .aPayLogo img path,
.payment-method .method input[type=radio]:checked+.selected-method .aPayLogo svg path {
    stroke: initial
}

.payment-method .method .selected-method {
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    padding: 1rem .875rem;
    color: #232323;
    border: 1px solid #fff
}

.payment-method .method .selected-method p {
    margin: 0;
    color: #232323;
    font-size: .875rem;
    line-height: 1rem;
    white-space: nowrap;
    transition: all .2s ease;
    overflow: hidden;
    text-overflow: ellipsis
}

.payment-method .method .selected-method img,
.payment-method .method .selected-method svg {
    width: 32px;
    height: 32px
}

.payment-method .pay-blance .method .btn-text {
    right: 32px;
    position: absolute;
    top: 16px;
    height: 16px;
    width: 16px;
    padding: 0
}

.payment-method .pay-blance .method .btn-text:before {
    width: 16px;
    height: 16px
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .info-card.with-selection .media-left label {
        top: 27px
    }
}

@media (min-width:992px) {
    .payment-method .selector-toggle-container .swiper-wrapper {
        width: auto;
        margin: 0 -12px;
        display: block;
        overflow: hidden
    }

    .payment-method .selector-toggle-container .swiper-wrapper .selector-toggle-item {
        width: 25%;
        padding: 0 12px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0;
        float: left
    }
}

@media (max-width:991px) {
    .payment-method .selector-toggle-container .swiper-wrapper .selector-toggle-item {
        width: 33.333%;
        padding: 0 8px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0;
        display: block
    }
}

@media (max-width:768px) {
    .payment-method .selector-toggle-container .swiper-wrapper .selector-toggle-item {
        width: 40%
    }
}

@media (max-width:541px) {
    .payment-method .selector-toggle-container .swiper-wrapper .selector-toggle-item {
        width: 66.666666%
    }
}

@media (max-width:991px) {
    .info-card .default-title {
        font-size: 1rem
    }

    .info-card .default-text {
        font-size: .75rem
    }

    .delivery-mode .media .media-body,
    .delivery-mode .media .media-left,
    .delivery-mode .media .media-right {
        vertical-align: middle
    }

    .delivery-mode .card .info-card:first-child {
        margin-top: 1rem;
        margin-bottom: 0
    }

    .delivery-mode .card .info-card .default-title {
        font-weight: 900
    }

    .delivery-mode .card .media-object {
        width: 74px
    }

    .info-card.with-selection .default-title span {
        font-weight: 500
    }

    .delivery-mode .default-title {
        font-size: 1rem
    }

    .payment-method .method {
        margin-bottom: 1rem
    }

    .payment-method .default-section-title.paymentMethod h3 {
        margin-bottom: 0
    }

    .payment-method .default-section-title h3 {
        margin-bottom: 1rem
    }
}

.payment-method .method .selected-method .labelSpecialoffer {
    letter-spacing: .25px;
    position: absolute;
    right: 12px;
    top: 16px;
    background: #343434;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: .25rem .5rem;
    width: 102px;
    text-align: center;
    background: #fad961;
    background: linear-gradient(90deg, #fad961 0, #f76b1c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad961", endColorstr="#f76b1c", GradientType=1)
}

.payment-method .method input[type=radio]:checked+.selected-method .labelSpecialoffer {
    background: #b4ec51;
    background: linear-gradient(90deg, #b4ec51 0, #429321);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4ec51", endColorstr="#429321", GradientType=1)
}

.specialofferLabel {
    width: 113px;
    background-color: #232323;
    font-size: 12px;
    letter-spacing: .25px;
    color: #fff;
    padding: .5rem;
    text-transform: uppercase;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    text-align: center;
    line-height: 1
}

[lang=ar] [dir=rtl] .info-card.with-selection .media-left {
    position: relative;
    padding-right: 0;
    padding-left: 50px
}

[lang=ar] [dir=rtl] .payment-method .pay-blance .method .btn-text {
    right: auto;
    left: 32px
}

[lang=ar] [dir=rtl] .payment-method .selector-toggle-container .swiper-wrapper .selector-toggle-item {
    float: right
}

[lang=ar] [dir=rtl] .payment-method .method .selected-method svg {
    float: none
}

[lang=ar] [dir=rtl] .payment-method .method .selected-method .labelSpecialoffer {
    right: auto;
    left: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px
}

[lang=ar] [dir=rtl] .payment-method .method {
    text-align: right
}

.dropzone.cropper {
    max-width: 100%;
    width: 100%;
    min-height: 120px;
    padding-bottom: 48px;
    text-align: center;
    background: #fbfbfb;
    border: 1px dashed #dcddda
}

.dropzone.cropper.droped.dz-started {
    background: none
}

@media (max-width:992px) {
    .dropzone.cropper.droped.dz-started {
        max-width: 380px
    }
}

.dropzone.cropper.dz-clickable.dz-started.droped.dz-max-files-reached:after {
    content: none !important
}

.dropzone.cropper.dz-max-files-reached {
    background: none;
    pointer-events: none;
    cursor: default
}

.dropzone.cropper.dz-started .dz-message {
    content: "";
    color: #e00800;
    display: inline;
    position: relative;
    width: 724px;
    height: 200px;
    margin-top: 15px;
    border-radius: 10px;
    text-align: center;
    background: #fbfbfb;
    border: 1px dashed #dcddda;
    display: block;
    float: right;
    padding-top: 3rem
}

@media (max-width:992px) {
    .dropzone.cropper.dz-started .dz-message {
        width: 45%;
        height: 120px;
        max-width: 158px;
        margin-top: 0;
        padding-top: 2rem
    }
}

@media (max-width:992px) {
    .dropzone.cropper.dz-started .dz-message h3 {
        display: none
    }

    .dropzone.cropper.dz-started .dz-message h3.secUpload {
        display: block;
        font-size: 1rem;
        line-height: 22px;
        color: #e00800
    }
}

@media (max-width:992px) {
    .dropzone.cropper.dz-started .dz-message h4 {
        display: none
    }
}

.dropzone.cropper.dz-started.dz-max-files-reached .dz-message {
    display: none
}

.dropzone.cropper.dz-clickable.dz-started.droped:after {
    content: none !important
}

.dropzone.cropper .dz-preview {
    width: 282px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1.5rem
}

.dropzone.cropper .dz-preview.dz-image-preview {
    pointer-events: all;
    cursor: pointer
}

@media (max-width:992px) {
    .dropzone.cropper .dz-preview {
        width: 45%;
        height: 120px;
        max-width: 158px;
        margin: 0 2.5%
    }
}

.dropzone.cropper .dz-preview .dz-image {
    width: 100%;
    height: 200px;
    float: none;
    border: none;
    z-index: 0
}

.dropzone.cropper .dz-preview .dz-image img {
    width: 100%
}

.dropzone.cropper .dz-preview .dz-details {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: .5rem 1rem;
    width: 100%
}

.dropzone.cropper .dz-preview .dz-details .dz-filename .filename {
    color: #fff;
    max-width: 100px
}

@media (max-width:992px) {
    .dropzone.cropper .dz-preview .dz-details .dz-filename .filename {
        max-width: 130px;
        font-size: 10px;
        min-width: 130px;
        line-height: 1.3;
        margin-top: 10px
    }
}

.dropzone.cropper .dz-preview .dz-remove {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 2;
    padding: .5rem 1rem
}

@media (max-width:992px) {
    .dropzone.cropper .dz-preview .dz-remove {
        padding: .5rem 1rem;
        bottom: 6px;
        top: auto;
        line-height: 1;
        padding: .25rem .7rem
    }
}

.dropzone.cropper .dz-preview:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.dropzone.cropper .dz-message {
    margin-top: 3rem
}

.dropzone.cropper .dz-message .docIcon svg {
    height: 35px;
    display: block;
    margin: auto
}

@media (max-width:992px) {
    .dropzone.cropper .dz-message .docIcon svg {
        height: 24px
    }
}

.dropzone.cropper .dz-message h3 {
    font-size: 20px;
    color: #5c5c5c;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    margin: .5rem 0 0;
    line-height: 24px;
    text-align: center
}

.dropzone.cropper .dz-message h3.secUpload {
    display: none
}

.dropzone.cropper .dz-message h4 {
    font-size: 16px;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    color: #e00800;
    margin: .75rem 0 0;
    line-height: 22px;
    text-transform: uppercase
}

.dropzone.cropper .dz-message h4 .docuploadIcon svg {
    height: 12px
}

.btn.medBtn {
    width: 272px;
    height: 48px;
    line-height: 48px
}

.padBotm {
    padding-bottom: 3rem
}

.imgCropCont .croppie-container {
    min-height: 400px;
    position: relative !important
}

.imgCropCont .croppie-container .cr-boundary {
    min-height: 400px
}

.imgCropCont .croppie-container .cr-resizer,
.imgCropCont .croppie-container .cr-viewport {
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .4)
}

.imgCropCont .croppie-container .cr-slider-wrap:after,
.imgCropCont .croppie-container .cr-slider-wrap:before {
    color: #fff
}

.main-text.smaller p {
    font-size: 1rem;
    line-height: 21px
}

.updateDocPass .btn {
    min-width: 272px;
    height: 48px;
    line-height: 1
}

.update-id-modal .modal-dialog .modal-content.bg-white-filler {
    background: #fff !important
}

.update-id-modal.confirmSubmission .modal-dialog .modal-content .main-title h5 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    color: #353738;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: none
}

.update-id-modal.confirmSubmission .modal-dialog .modal-content .modal-body h3 {
    font-size: 26px;
    letter-spacing: 0
}

.update-id-modal.confirmSubmission .modal-dialog .modal-content .modal-body p {
    color: #848789;
    font-size: 1rem
}

.buttonCont a.btn.med {
    line-height: 48px;
    height: 48px
}

.uploadPassVisa h3 {
    font-size: 2rem;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
    color: #353738;
    text-transform: none
}

@media (max-width:992px) {
    .uploadPassVisa h3 {
        font-size: 26px
    }
}

.update-id-modal.updateDocPass .modal-dialog .modal-content .main-title h5 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    color: #353738;
    text-transform: none
}

[lang=ar] [dir=rtl] .enCont,
[lang=en] [dir=ltr] .arCont {
    display: none
}

[lang=ar] [dir=rtl] .dropzone.cropper {
    text-align: center !important
}

[lang=ar] [dir=rtl] .dropzone.cropper .dz-preview {
    margin-right: 0;
    margin-left: 1.5rem
}

[lang=ar] [dir=rtl] .dropzone.cropper .dz-preview .dz-remove {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .dropzone.cropper.dz-started .dz-message {
    float: left
}

.more-notifications a {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 1.71px;
    color: #fff;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14px;
    position: relative
}

@media (min-width:992px) {
    .more-notifications a {
        font-size: 11px;
        line-height: 1.82;
        letter-spacing: 1.57px
    }
}

.more-notifications a:hover {
    text-decoration: underline
}

.more-notifications a:after {
    border: solid #e00800;
    right: 3px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 2.7px;
    content: "";
    position: absolute;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s ease-in-out
}

.noti-icon-dismis,
.noti-icon-info {
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.noti-icon-dismis img,
.noti-icon-dismis svg,
.noti-icon-info img,
.noti-icon-info svg {
    width: 15px;
    height: 15px
}

@media (min-width:992px) {

    .noti-icon-dismis,
    .noti-icon-info {
        width: 24px;
        height: 24px
    }

    .noti-icon-dismis img,
    .noti-icon-dismis svg,
    .noti-icon-info img,
    .noti-icon-info svg {
        width: 18px;
        height: 18px
    }
}

.notifications-head {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.notifications-head,
.notifications-head .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.notifications-head .title a {
    text-decoration: underline;
    padding-left: 6px
}

.notifications-head .title h3 {
    padding-right: 24px
}

.notifications-head .title a,
.notifications-head .title h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: normal;
    color: #fff;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:992px) {

    .notifications-head .title a,
    .notifications-head .title h3 {
        font-weight: 500
    }
}

@media (min-width:1260px) {

    .notifications-head .title a,
    .notifications-head .title h3 {
        display: -ms-flexbox;
        display: flex
    }
}

.notifications-body .description a {
    text-decoration: underline
}

.notifications-body .description a,
.notifications-body .description p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff
}

@media (min-width:992px) {

    .notifications-body .description a,
    .notifications-body .description p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.29
    }
}

.notifications-body .description p+p {
    margin-top: 8px
}

.notifications-body ol,
.notifications-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.notifications-body ol li,
.notifications-body ol li a,
.notifications-body ul li,
.notifications-body ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    position: relative
}

@media (min-width:992px) {

    .notifications-body ol li,
    .notifications-body ol li a,
    .notifications-body ul li,
    .notifications-body ul li a {
        font-weight: 500
    }
}

.notifications-body ol li a,
.notifications-body ul li a {
    text-decoration: underline
}

.notifications-body ol li+li,
.notifications-body ul li+li {
    margin-top: 8px
}

.notifications-body ol li,
.notifications-body ul li {
    padding-left: 10px
}

.notifications-body ol li:after,
.notifications-body ul li:after {
    content: " ";
    display: block;
    height: 1px;
    width: 4px;
    position: absolute;
    left: 0;
    background: #fff;
    top: 50%
}

.digital-notifications-wrapper {
    padding: 17px 16px 24px
}

.digital-notifications-wrapper .swiper-container {
    padding-top: 0
}

@media (min-width:768px) {
    .digital-notifications-wrapper {
        padding: 25px 0
    }
}

.digital-notifications-wrapper.bg-black {
    background-color: #0a0a0a
}

.digital-notifications-wrapper.bg-yellow {
    background-color: #f8dc51
}

.digital-notifications-wrapper.bg-yellow .title a,
.digital-notifications-wrapper.bg-yellow .title h3 {
    color: #232323
}

.digital-notifications-wrapper.bg-yellow .noti-icon-info svg g {
    stroke: #232323
}

.digital-notifications-wrapper.bg-yellow .notifications-body .description a,
.digital-notifications-wrapper.bg-yellow .notifications-body .description p,
.digital-notifications-wrapper.bg-yellow .notifications-body ul li,
.digital-notifications-wrapper.bg-yellow .notifications-body ul li a {
    color: #232323
}

.digital-notifications-wrapper.bg-yellow .notifications-body ul li:after {
    background: #232323
}

.digital-notifications-wrapper.bg-yellow .more-notifications a {
    color: #232323
}

.digital-notifications-wrapper.bg-yellow .more-notifications a:after {
    border-color: #232323
}

.digital-notifications-wrapper.bg-yellow .noti-icon-dismis svg g,
.digital-notifications-wrapper.bg-yellow .noti-icon-dismis svg path {
    stroke: #232323
}

.digital-notifications-wrapper>.container {
    position: relative
}

@media (max-width:767px) {
    .digital-notifications-wrapper>.container {
        padding: 0 !important
    }
}

.digital-notifications-wrapper .noti-icon-info {
    margin-right: 10px
}

.digital-notifications-wrapper .noti-icon-dismis {
    position: absolute;
    right: 0
}

@media (min-width:768px) {
    .digital-notifications-wrapper .noti-icon-dismis {
        right: 12px
    }
}

@media (min-width:992px) {
    .digital-notifications-wrapper .noti-icon-dismis {
        right: -16px
    }
}

@media (min-width:1248px) {
    .digital-notifications-wrapper .noti-icon-dismis {
        right: -12px
    }
}

@media (min-width:1348px) {
    .digital-notifications-wrapper .noti-icon-dismis {
        right: -40px
    }
}

@media (max-width:767px) {

    .digital-notifications-wrapper .notifications-head,
    .digital-notifications-wrapper .notifications-head .title {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.digital-notifications-wrapper .notifications-head .more-notifications {
    display: none
}

@media (min-width:992px) {
    .digital-notifications-wrapper .notifications-head .more-notifications {
        display: block
    }
}

.digital-notifications-wrapper .notifications-body .description,
.digital-notifications-wrapper .notifications-body ul {
    margin-top: 8px
}

.digital-notifications-wrapper .notifications-body a.btn {
    margin-top: 16px;
    width: auto;
    min-width: 180px;
    margin-bottom: 0
}

.digital-notifications-wrapper .notifications-body .more-notifications {
    display: block;
    margin-top: 16px
}

@media (min-width:992px) {
    .digital-notifications-wrapper .notifications-body .more-notifications {
        display: none;
        margin-top: 0
    }
}

@media (max-width:991px) {
    .digital-notifications-wrapper .notifications-body .more-notifications a {
        display: inline-block
    }
}

.digital-notifications-wrapper .swiper-slide {
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent
}

.digital-notifications-wrapper.mid-page {
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px
}

@media (max-width:1279px) {
    .digital-notifications-wrapper.mid-page {
        margin-top: 5.5rem
    }
}

@media (max-width:992px) {
    .digital-notifications-wrapper.mid-page {
        margin-top: 3.5rem
    }
}

@media (min-width:768px) {
    .digital-notifications-wrapper.mid-page {
        padding-left: 24px;
        padding-right: 24px;
        position: relative;
        z-index: 3
    }
}

.digital-notifications-wrapper .mob-tab-bar {
    display: none
}

.digital-notifications-wrapper.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}

@media (max-width:991px) {
    .digital-notifications-wrapper.expand-collapse .mob-tab-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .digital-notifications-wrapper.expand-collapse .mob-tab-bar .tab-line {
        width: 24px;
        height: 4px;
        border-radius: 2px;
        background-color: gray;
        display: block;
        margin-bottom: 16px;
        margin-top: -12px
    }

    .digital-notifications-wrapper.expand-collapse .mob-tab-bar .tab-line:hover {
        cursor: pointer
    }
}

@media (max-width:991px) {
    .digital-notifications-wrapper.expand-collapse .notifications-body {
        display: block !important;
        height: 30px;
        opacity: .5;
        overflow: hidden
    }

    .digital-notifications-wrapper.expand-collapse .notifications-body.expanded {
        height: auto;
        opacity: 1;
        transition: all .3s ease-in-out
    }
}

@media (min-width:992px) {
    .digital-notifications-wrapper.expand-collapse .notifications-body {
        display: none
    }

    .digital-notifications-wrapper.expand-collapse .notifications-body.active {
        display: block
    }
}

@media (max-width:991px) {
    .digital-notifications-wrapper.expand-collapse .more-notifications {
        display: none
    }
}

.digital-notifications-wrapper.expand-collapse .more-notifications a {
    padding-right: 18px
}

.digital-notifications-wrapper.expand-collapse .more-notifications a:after {
    transform: translateY(-50%) rotate(45deg);
    top: 45%
}

.digital-notifications-wrapper.expand-collapse .more-notifications.active a:after {
    transform: translateY(-50%) rotate(-135deg);
    top: 54%
}

.single-notification {
    margin-bottom: 32px
}

@media (min-width:992px) {
    .single-notification {
        margin-bottom: 36px
    }
}

.single-notification .notification-date h3,
.single-notification .notification-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #232323
}

@media (min-width:992px) {

    .single-notification .notification-date h3,
    .single-notification .notification-title h3 {
        font-size: 20px;
        letter-spacing: normal;
        color: #0a0a0a
    }
}

.single-notification .notification-title {
    margin-bottom: 16px
}

@media (max-width:991px) {
    .single-notification .notification-date {
        margin-bottom: 8px
    }
}

.single-notification .notification-description p {
    margin: 0;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #232323
}

@media (min-width:992px) {
    .single-notification .notification-description p {
        font-size: 14px;
        line-height: 1.71;
        color: #232323
    }
}

.single-notification .notification-description p+p,
.single-notification .notifications-learn-more {
    margin-top: 16px
}

@media (min-width:992px) {
    .single-notification .notifications-learn-more {
        margin-top: 8px
    }
}

.single-notification .notifications-learn-more a {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #e00800;
    padding-right: 14px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.single-notification .notifications-learn-more a:after {
    right: 3px;
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    padding: 3.7px;
    content: "";
    position: absolute;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s ease-in-out
}

.single-notification .notifications-learn-more a:hover {
    text-decoration: underline
}

.notifications-popup-wrapper .nv-modal-content {
    display: block
}

.notifications-popup-wrapper .nv-modal-body {
    padding: 0 !important;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto
}

.notifications-popup-wrapper .nv-modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.notifications-popup-wrapper .nv-modal-body::-webkit-scrollbar {
    width: 4px
}

.notifications-popup-wrapper .nv-modal-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e00800
}

.notifications-popup-wrapper .nv-modal-header {
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .notifications-popup-wrapper .nv-modal-header {
        margin-bottom: 3rem;
        padding-bottom: 40px
    }
}

@media (max-width:991px) {

    .notifications-popup-wrapper .nv-modal-header .nv-modal-close svg g,
    .notifications-popup-wrapper .nv-modal-header .nv-modal-close svg line {
        stroke: #ccc;
        stroke-width: 4px
    }
}

@media (max-width:991px) {
    .offers-popup-wrapper .nv-modal.bottom-modal .nv-modal-dialog {
        top: 0
    }

    .offers-popup-wrapper .nv-modal.bottom-modal .nv-modal-dialog .nv-modal-content {
        height: 100%
    }
}

.globNot-ecare .notifications-popup-wrapper {
    display: none
}

[lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .noti-icon-info {
    margin-right: 0;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .notifications-head .title a {
    padding-left: 0;
    padding-right: 6px
}

[lang=ar] [dir=rtl] .notifications-head .title h3 {
    padding-right: 0;
    padding-left: 24px
}

[lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
    position: absolute;
    left: 0;
    right: auto
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
        left: 12px;
        right: auto
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
        left: -16px;
        right: auto
    }
}

@media (min-width:1248px) {
    [lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
        left: -12px;
        right: auto
    }
}

@media (min-width:1348px) {
    [lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .noti-icon-dismis {
        left: -40px;
        right: auto
    }
}

[lang=ar] [dir=rtl] .more-notifications a {
    padding-right: 0;
    padding-left: 14px
}

[lang=ar] [dir=rtl] .more-notifications a:after {
    transform: translateY(-50%) rotate(136deg);
    right: auto;
    left: 3px
}

.digital-notifications-wrapper.top {
    top: 0;
    position: absolute;
    z-index: 99;
    width: 100%
}

.show-digital-notification-top .mega-menu-navbar-default,
.show-digital-notification-top .top-nav-section {
    position: absolute
}

.digital-notifications-wrapper.mid-page .swiper-container {
    padding-top: 0
}

@media (min-width:1280px) {
    .globNot-ecare .container {
        width: 1160px
    }
}

@media (min-width:1400px) {
    .globNot-ecare .container {
        width: 1224px
    }
}

@media (min-width:1600px) {
    .globNot-ecare .container {
        width: 1400px
    }
}

.multi-notifications .swiper-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0
}

.notifications-body ol li,
.notifications-body ul li {
    padding-left: 0;
    padding-right: 10px
}

.notifications-body ol li:after,
.notifications-body ul li:after {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-body .col-xs-12.col-md-10 {
    float: right;
    text-align: right
}

[lang=ar] [dir=rtl] .digital-notifications-wrapper .noti-icon-dismis {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .digital-notifications-wrapper .notifications-head .title h3 {
    text-align: right
}

@media (max-width:480px) {
    [lang=ar] [dir=rtl] .digital-notifications-wrapper .noti-icon-dismis {
        top: -1.25rem
    }
}

@media (max-width:480px) {
    [lang=ar] [dir=rtl] .digital-notifications-wrapper.bottom {
        padding-top: 1.5rem
    }
}

.w-auto {
    width: auto !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.h-auto {
    height: auto !important;
    min-height: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.nv-m-0 {
    margin: 0 !important
}

.nv-mt-0,
.nv-my-0 {
    margin-top: 0 !important
}

.nv-mr-0,
.nv-mx-0 {
    margin-right: 0 !important
}

.nv-mb-0,
.nv-my-0 {
    margin-bottom: 0 !important
}

.nv-ml-0,
.nv-mx-0 {
    margin-left: 0 !important
}

.nv-m-1 {
    margin: .25rem !important
}

.nv-mt-1,
.nv-my-1 {
    margin-top: .25rem !important
}

.nv-mr-1,
.nv-mx-1 {
    margin-right: .25rem !important
}

.nv-mb-1,
.nv-my-1 {
    margin-bottom: .25rem !important
}

.nv-ml-1,
.nv-mx-1 {
    margin-left: .25rem !important
}

.nv-m-2 {
    margin: .5rem !important
}

.nv-mt-2,
.nv-my-2 {
    margin-top: .5rem !important
}

.nv-mr-2,
.nv-mx-2 {
    margin-right: .5rem !important
}

.nv-ml-2,
.nv-mx-2 {
    margin-left: .5rem !important
}

.nv-m-3 {
    margin: 1rem !important
}

.nv-mt-6 {
    margin-top: 6px !important
}

.nv-mt-10 {
    margin-top: 10px !important
}

.nv-mr-3,
.nv-mx-3 {
    margin-right: 1rem !important
}

.nv-ml-3,
.nv-mx-3 {
    margin-left: 1rem !important
}

.nv-m-4 {
    margin: 1.5rem !important
}

.nv-mt-4,
.nv-my-4 {
    margin-top: 1.5rem !important
}

.nv-mr-4,
.nv-mx-4 {
    margin-right: 1.5rem !important
}

.nv-mb-4,
.nv-my-4 {
    margin-bottom: 1.5rem !important
}

.nv-my-40 {
    margin: 40px 0 !important
}

.nv-ml-4,
.nv-mx-4 {
    margin-left: 1.5rem !important
}

.nv-mt-32 {
    margin-top: 32px !important
}

.nv-mt-40 {
    margin-top: 40px !important
}

.nv-mb-40 {
    margin-bottom: 40px !important
}

.nv-mt-42 {
    margin-top: 42px !important
}

.nv-m-5 {
    margin: 3rem !important
}

.nv-mt-5,
.nv-my-5 {
    margin-top: 3rem !important
}

.nv-mr-5,
.nv-mx-5 {
    margin-right: 3rem !important
}

.nv-mb-5,
.nv-my-5 {
    margin-bottom: 3rem !important
}

.nv-ml-5,
.nv-mx-5 {
    margin-left: 3rem !important
}

.nv-mt-64 {
    margin-top: 4rem !important
}

.nv-p-0 {
    padding: 0 !important
}

.nv-pt-0,
.nv-py-0 {
    padding-top: 0 !important
}

.nv-pr-0,
.nv-px-0 {
    padding-right: 0 !important
}

.nv-pb-0,
.nv-py-0 {
    padding-bottom: 0 !important
}

.nv-pl-0,
.nv-px-0 {
    padding-left: 0 !important
}

.nv-p-1 {
    padding: .25rem !important
}

.nv-pt-1,
.nv-py-1 {
    padding-top: .25rem !important
}

.nv-pr-1,
.nv-px-1 {
    padding-right: .25rem !important
}

.nv-pb-1,
.nv-py-1 {
    padding-bottom: .25rem !important
}

.nv-pl-1,
.nv-px-1 {
    padding-left: .25rem !important
}

.nv-p-2 {
    padding: .5rem !important
}

.nv-pt-2,
.nv-py-2 {
    padding-top: .5rem !important
}

.nv-pr-2,
.nv-px-2 {
    padding-right: .5rem !important
}

.nv-pb-2,
.nv-py-2 {
    padding-bottom: .5rem !important
}

.nv-pl-2,
.nv-px-2 {
    padding-left: .5rem !important
}

.nv-p-3 {
    padding: 1rem !important
}

.nv-pt-3,
.nv-py-3 {
    padding-top: 1rem !important
}

.nv-pr-3,
.nv-px-3 {
    padding-right: 1rem !important
}

.nv-pb-3,
.nv-py-3 {
    padding-bottom: 1rem !important
}

.nv-pl-3,
.nv-px-3 {
    padding-left: 1rem !important
}

[lang=ar] [dir=rtl] .nv-pl-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important
}

.nv-p-4 {
    padding: 1.5rem !important
}

.nv-pt-4,
.nv-py-4 {
    padding-top: 1.5rem !important
}

.nv-pr-4,
.nv-px-4 {
    padding-right: 1.5rem !important
}

.nv-pb-4,
.nv-py-4 {
    padding-bottom: 1.5rem !important
}

.nv-pl-4,
.nv-px-4 {
    padding-left: 1.5rem !important
}

.nv-p-5 {
    padding: 3rem !important
}

.nv-pt-5,
.nv-py-5 {
    padding-top: 3rem !important
}

.nv-pr-5,
.nv-px-5 {
    padding-right: 3rem !important
}

.nv-pb-5,
.nv-py-5 {
    padding-bottom: 3rem !important
}

.nv-pl-5,
.nv-px-5 {
    padding-left: 3rem !important
}

.nv-m-n1 {
    margin: -.25rem !important
}

.nv-mt-n1,
.nv-my-n1 {
    margin-top: -.25rem !important
}

.nv-mr-n1,
.nv-mx-n1 {
    margin-right: -.25rem !important
}

.nv-mb-n1,
.nv-my-n1 {
    margin-bottom: -.25rem !important
}

.nv-ml-n1,
.nv-mx-n1 {
    margin-left: -.25rem !important
}

.nv-m-n2 {
    margin: -.5rem !important
}

.nv-mt-n2,
.nv-my-n2 {
    margin-top: -.5rem !important
}

.nv-mr-n2,
.nv-mx-n2 {
    margin-right: -.5rem !important
}

.nv-mb-n2,
.nv-my-n2 {
    margin-bottom: -.5rem !important
}

.nv-ml-n2,
.nv-mx-n2 {
    margin-left: -.5rem !important
}

.nv-m-n3 {
    margin: -1rem !important
}

.nv-mt-n3,
.nv-my-n3 {
    margin-top: -1rem !important
}

.nv-mr-n3,
.nv-mx-n3 {
    margin-right: -1rem !important
}

.nv-mb-n3,
.nv-my-n3 {
    margin-bottom: -1rem !important
}

.nv-ml-n3,
.nv-mx-n3 {
    margin-left: -1rem !important
}

.nv-m-n4 {
    margin: -1.5rem !important
}

.nv-mt-n4,
.nv-my-n4 {
    margin-top: -1.5rem !important
}

.nv-mr-n4,
.nv-mx-n4 {
    margin-right: -1.5rem !important
}

.nv-mb-n4,
.nv-my-n4 {
    margin-bottom: -1.5rem !important
}

.nv-ml-n4,
.nv-mx-n4 {
    margin-left: -1.5rem !important
}

.nv-m-n5 {
    margin: -3rem !important
}

.nv-mt-n5,
.nv-my-n5 {
    margin-top: -3rem !important
}

.nv-mr-n5,
.nv-mx-n5 {
    margin-right: -3rem !important
}

.nv-mb-n5,
.nv-my-n5 {
    margin-bottom: -3rem !important
}

.nv-ml-n5,
.nv-mx-n5 {
    margin-left: -3rem !important
}

.nv-m-auto {
    margin: auto !important
}

.nv-mr-auto,
.nv-mx-auto {
    margin-right: auto !important
}

.nv-mb-auto,
.nv-my-auto {
    margin-bottom: auto !important
}

.nv-ml-auto,
.nv-mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .nv-m-sm-0 {
        margin: 0 !important
    }

    .nv-mt-sm-0,
    .nv-my-sm-0 {
        margin-top: 0 !important
    }

    .nv-mr-sm-0,
    .nv-mx-sm-0 {
        margin-right: 0 !important
    }

    .nv-mb-sm-0,
    .nv-my-sm-0 {
        margin-bottom: 0 !important
    }

    .nv-ml-sm-0,
    .nv-mx-sm-0 {
        margin-left: 0 !important
    }

    .nv-m-sm-1 {
        margin: .25rem !important
    }

    .nv-mt-sm-1,
    .nv-my-sm-1 {
        margin-top: .25rem !important
    }

    .nv-mr-sm-1,
    .nv-mx-sm-1 {
        margin-right: .25rem !important
    }

    .nv-mb-sm-1,
    .nv-my-sm-1 {
        margin-bottom: .25rem !important
    }

    .nv-ml-sm-1,
    .nv-mx-sm-1 {
        margin-left: .25rem !important
    }

    .nv-m-sm-2 {
        margin: .5rem !important
    }

    .nv-mt-sm-2,
    .nv-my-sm-2 {
        margin-top: .5rem !important
    }

    .nv-mt-sm-6 {
        margin-top: 6px !important
    }

    .nv-mt-sm-10 {
        margin-top: 10px !important
    }

    .nv-mt-sm-12 {
        margin-top: 12px !important
    }

    .nv-mr-sm-2,
    .nv-mx-sm-2 {
        margin-right: .5rem !important
    }

    .nv-mb-sm-2,
    .nv-my-sm-2 {
        margin-bottom: .5rem !important
    }

    .nv-ml-sm-2,
    .nv-mx-sm-2 {
        margin-left: .5rem !important
    }

    .nv-m-sm-3 {
        margin: 1rem !important
    }

    .nv-mt-sm-3,
    .nv-my-sm-3 {
        margin-top: 1rem !important
    }

    .nv-mr-sm-3,
    .nv-mx-sm-3 {
        margin-right: 1rem !important
    }

    .nv-mb-sm-3,
    .nv-my-sm-3 {
        margin-bottom: 1rem !important
    }

    .nv-ml-sm-3,
    .nv-mx-sm-3 {
        margin-left: 1rem !important
    }

    .nv-m-sm-4 {
        margin: 1.5rem !important
    }

    .nv-mt-sm-4,
    .nv-my-sm-4 {
        margin-top: 1.5rem !important
    }

    .nv-mr-sm-4,
    .nv-mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .nv-mb-sm-4,
    .nv-my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .nv-ml-sm-4,
    .nv-mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .nv-mt-sm-32 {
        margin-top: 2rem !important
    }

    .nv-mt-sm-40 {
        margin-top: 40px !important
    }

    .nv-mb-sm-40 {
        margin-bottom: 40px !important
    }

    .nv-my-sm-40 {
        margin: 40px 0 !important
    }

    .nv-mt-sm-42 {
        margin-top: 42px !important
    }

    .nv-m-sm-5 {
        margin: 3rem !important
    }

    .nv-mt-sm-5,
    .nv-my-sm-5 {
        margin-top: 3rem !important
    }

    .nv-mr-sm-5,
    .nv-mx-sm-5 {
        margin-right: 3rem !important
    }

    .nv-mb-sm-5,
    .nv-my-sm-5 {
        margin-bottom: 3rem !important
    }

    .nv-ml-sm-5,
    .nv-mx-sm-5 {
        margin-left: 3rem !important
    }

    .nv-mt-sm-64 {
        margin-top: 4rem !important
    }

    .nv-p-sm-0 {
        padding: 0 !important
    }

    .nv-pt-sm-0,
    .nv-py-sm-0 {
        padding-top: 0 !important
    }

    .nv-pr-sm-0,
    .nv-px-sm-0 {
        padding-right: 0 !important
    }

    .nv-pb-sm-0,
    .nv-py-sm-0 {
        padding-bottom: 0 !important
    }

    .nv-pl-sm-0,
    .nv-px-sm-0 {
        padding-left: 0 !important
    }

    .nv-p-sm-1 {
        padding: .25rem !important
    }

    .nv-pt-sm-1,
    .nv-py-sm-1 {
        padding-top: .25rem !important
    }

    .nv-pr-sm-1,
    .nv-px-sm-1 {
        padding-right: .25rem !important
    }

    .nv-pb-sm-1,
    .nv-py-sm-1 {
        padding-bottom: .25rem !important
    }

    .nv-pl-sm-1,
    .nv-px-sm-1 {
        padding-left: .25rem !important
    }

    .nv-p-sm-2 {
        padding: .5rem !important
    }

    .nv-pt-sm-2,
    .nv-py-sm-2 {
        padding-top: .5rem !important
    }

    .nv-pr-sm-2,
    .nv-px-sm-2 {
        padding-right: .5rem !important
    }

    .nv-pb-sm-2,
    .nv-py-sm-2 {
        padding-bottom: .5rem !important
    }

    .nv-pl-sm-2,
    .nv-px-sm-2 {
        padding-left: .5rem !important
    }

    .nv-p-sm-3 {
        padding: 1rem !important
    }

    .nv-pt-sm-3,
    .nv-py-sm-3 {
        padding-top: 1rem !important
    }

    .nv-pr-sm-3,
    .nv-px-sm-3 {
        padding-right: 1rem !important
    }

    .nv-pb-sm-3,
    .nv-py-sm-3 {
        padding-bottom: 1rem !important
    }

    .nv-pl-sm-3,
    .nv-px-sm-3 {
        padding-left: 1rem !important
    }

    .nv-p-sm-4 {
        padding: 1.5rem !important
    }

    .nv-pt-sm-4,
    .nv-py-sm-4 {
        padding-top: 1.5rem !important
    }

    .nv-pr-sm-4,
    .nv-px-sm-4 {
        padding-right: 1.5rem !important
    }

    .nv-pb-sm-4,
    .nv-py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .nv-pl-sm-4,
    .nv-px-sm-4 {
        padding-left: 1.5rem !important
    }

    .nv-p-sm-5 {
        padding: 3rem !important
    }

    .nv-pt-sm-5,
    .nv-py-sm-5 {
        padding-top: 3rem !important
    }

    .nv-pr-sm-5,
    .nv-px-sm-5 {
        padding-right: 3rem !important
    }

    .nv-pb-sm-5,
    .nv-py-sm-5 {
        padding-bottom: 3rem !important
    }

    .nv-pl-sm-5,
    .nv-px-sm-5 {
        padding-left: 3rem !important
    }

    .nv-m-sm-n1 {
        margin: -.25rem !important
    }

    .nv-mt-sm-n1,
    .nv-my-sm-n1 {
        margin-top: -.25rem !important
    }

    .nv-mr-sm-n1,
    .nv-mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .nv-mb-sm-n1,
    .nv-my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .nv-ml-sm-n1,
    .nv-mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .nv-m-sm-n2 {
        margin: -.5rem !important
    }

    .nv-mt-sm-n2,
    .nv-my-sm-n2 {
        margin-top: -.5rem !important
    }

    .nv-mr-sm-n2,
    .nv-mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .nv-mb-sm-n2,
    .nv-my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .nv-ml-sm-n2,
    .nv-mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .nv-m-sm-n3 {
        margin: -1rem !important
    }

    .nv-mt-sm-n3,
    .nv-my-sm-n3 {
        margin-top: -1rem !important
    }

    .nv-mr-sm-n3,
    .nv-mx-sm-n3 {
        margin-right: -1rem !important
    }

    .nv-mb-sm-n3,
    .nv-my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .nv-ml-sm-n3,
    .nv-mx-sm-n3 {
        margin-left: -1rem !important
    }

    .nv-m-sm-n4 {
        margin: -1.5rem !important
    }

    .nv-mt-sm-n4,
    .nv-my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .nv-mr-sm-n4,
    .nv-mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .nv-mb-sm-n4,
    .nv-my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .nv-ml-sm-n4,
    .nv-mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .nv-m-sm-n5 {
        margin: -3rem !important
    }

    .nv-mt-sm-n5,
    .nv-my-sm-n5 {
        margin-top: -3rem !important
    }

    .nv-mr-sm-n5,
    .nv-mx-sm-n5 {
        margin-right: -3rem !important
    }

    .nv-mb-sm-n5,
    .nv-my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .nv-ml-sm-n5,
    .nv-mx-sm-n5 {
        margin-left: -3rem !important
    }

    .nv-m-sm-auto {
        margin: auto !important
    }

    .nv-mt-sm-auto,
    .nv-my-sm-auto {
        margin-top: auto !important
    }

    .nv-mr-sm-auto,
    .nv-mx-sm-auto {
        margin-right: auto !important
    }

    .nv-mb-sm-auto,
    .nv-my-sm-auto {
        margin-bottom: auto !important
    }

    .nv-ml-sm-auto,
    .nv-mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .nv-m-md-0 {
        margin: 0 !important
    }

    .nv-mt-md-0,
    .nv-my-md-0 {
        margin-top: 0 !important
    }

    .nv-mr-md-0,
    .nv-mx-md-0 {
        margin-right: 0 !important
    }

    .nv-mb-md-0,
    .nv-my-md-0 {
        margin-bottom: 0 !important
    }

    .nv-ml-md-0,
    .nv-mx-md-0 {
        margin-left: 0 !important
    }

    .nv-m-md-1 {
        margin: .25rem !important
    }

    .nv-mt-md-1,
    .nv-my-md-1 {
        margin-top: .25rem !important
    }

    .nv-mr-md-1,
    .nv-mx-md-1 {
        margin-right: .25rem !important
    }

    .nv-mb-md-1,
    .nv-my-md-1 {
        margin-bottom: .25rem !important
    }

    .nv-ml-md-1,
    .nv-mx-md-1 {
        margin-left: .25rem !important
    }

    .nv-m-md-2 {
        margin: .5rem !important
    }

    .nv-mt-md-2,
    .nv-my-md-2 {
        margin-top: .5rem !important
    }

    .nv-mr-md-2,
    .nv-mx-md-2 {
        margin-right: .5rem !important
    }

    .nv-mb-md-2,
    .nv-my-md-2 {
        margin-bottom: .5rem !important
    }

    .nv-ml-md-2,
    .nv-mx-md-2 {
        margin-left: .5rem !important
    }

    .nv-mt-md-6 {
        margin-top: 6px !important
    }

    .nv-mt-md-10 {
        margin-top: 10px !important
    }

    .nv-mt-md-12 {
        margin-top: 12px !important
    }

    .nv-m-md-3 {
        margin: 1rem !important
    }

    .nv-mt-md-3,
    .nv-my-md-3 {
        margin-top: 1rem !important
    }

    .nv-mr-md-3,
    .nv-mx-md-3 {
        margin-right: 1rem !important
    }

    .nv-mb-md-3,
    .nv-my-md-3 {
        margin-bottom: 1rem !important
    }

    .nv-ml-md-3,
    .nv-mx-md-3 {
        margin-left: 1rem !important
    }

    .nv-m-md-4 {
        margin: 1.5rem !important
    }

    .nv-mt-md-4,
    .nv-my-md-4 {
        margin-top: 1.5rem !important
    }

    .nv-mr-md-4,
    .nv-mx-md-4 {
        margin-right: 1.5rem !important
    }

    .nv-mb-md-4,
    .nv-my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .nv-ml-md-4,
    .nv-mx-md-4 {
        margin-left: 1.5rem !important
    }

    .nv-mt-md-32 {
        margin-top: 2rem !important
    }

    .nv-mt-md-40 {
        margin-top: 40px !important
    }

    .nv-mb-md-40 {
        margin-bottom: 40px !important
    }

    .nv-my-md-40 {
        margin: 40px 0 !important
    }

    .nv-mt-md-42 {
        margin-top: 42px !important
    }

    .nv-m-md-5 {
        margin: 3rem !important
    }

    .nv-mt-md-5,
    .nv-my-md-5 {
        margin-top: 3rem !important
    }

    .nv-mr-md-5,
    .nv-mx-md-5 {
        margin-right: 3rem !important
    }

    .nv-mb-md-5,
    .nv-my-md-5 {
        margin-bottom: 3rem !important
    }

    .nv-ml-md-5,
    .nv-mx-md-5 {
        margin-left: 3rem !important
    }

    .nv-mt-md-64 {
        margin-top: 4rem !important
    }

    .nv-p-md-0 {
        padding: 0 !important
    }

    .nv-pt-md-0,
    .nv-py-md-0 {
        padding-top: 0 !important
    }

    .nv-pr-md-0,
    .nv-px-md-0 {
        padding-right: 0 !important
    }

    .nv-pb-md-0,
    .nv-py-md-0 {
        padding-bottom: 0 !important
    }

    .nv-pl-md-0,
    .nv-px-md-0 {
        padding-left: 0 !important
    }

    .nv-p-md-1 {
        padding: .25rem !important
    }

    .nv-pt-md-1,
    .nv-py-md-1 {
        padding-top: .25rem !important
    }

    .nv-pr-md-1,
    .nv-px-md-1 {
        padding-right: .25rem !important
    }

    .nv-pb-md-1,
    .nv-py-md-1 {
        padding-bottom: .25rem !important
    }

    .nv-pl-md-1,
    .nv-px-md-1 {
        padding-left: .25rem !important
    }

    .nv-p-md-2 {
        padding: .5rem !important
    }

    .nv-pt-md-2,
    .nv-py-md-2 {
        padding-top: .5rem !important
    }

    .nv-pr-md-2,
    .nv-px-md-2 {
        padding-right: .5rem !important
    }

    .nv-pb-md-2,
    .nv-py-md-2 {
        padding-bottom: .5rem !important
    }

    .nv-pl-md-2,
    .nv-px-md-2 {
        padding-left: .5rem !important
    }

    .nv-p-md-3 {
        padding: 1rem !important
    }

    .nv-pt-md-3,
    .nv-py-md-3 {
        padding-top: 1rem !important
    }

    .nv-pr-md-3,
    .nv-px-md-3 {
        padding-right: 1rem !important
    }

    .nv-pb-md-3,
    .nv-py-md-3 {
        padding-bottom: 1rem !important
    }

    .nv-pl-md-3,
    .nv-px-md-3 {
        padding-left: 1rem !important
    }

    .nv-p-md-4 {
        padding: 1.5rem !important
    }

    .nv-pt-md-4,
    .nv-py-md-4 {
        padding-top: 1.5rem !important
    }

    .nv-pr-md-4,
    .nv-px-md-4 {
        padding-right: 1.5rem !important
    }

    .nv-pb-md-4,
    .nv-py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .nv-pl-md-4,
    .nv-px-md-4 {
        padding-left: 1.5rem !important
    }

    .nv-p-md-5 {
        padding: 3rem !important
    }

    .nv-pt-md-5,
    .nv-py-md-5 {
        padding-top: 3rem !important
    }

    .nv-pr-md-5,
    .nv-px-md-5 {
        padding-right: 3rem !important
    }

    .nv-pb-md-5,
    .nv-py-md-5 {
        padding-bottom: 3rem !important
    }

    .nv-pl-md-5,
    .nv-px-md-5 {
        padding-left: 3rem !important
    }

    .nv-m-md-n1 {
        margin: -.25rem !important
    }

    .nv-mt-md-n1,
    .nv-my-md-n1 {
        margin-top: -.25rem !important
    }

    .nv-mr-md-n1,
    .nv-mx-md-n1 {
        margin-right: -.25rem !important
    }

    .nv-mb-md-n1,
    .nv-my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .nv-ml-md-n1,
    .nv-mx-md-n1 {
        margin-left: -.25rem !important
    }

    .nv-m-md-n2 {
        margin: -.5rem !important
    }

    .nv-mt-md-n2,
    .nv-my-md-n2 {
        margin-top: -.5rem !important
    }

    .nv-mr-md-n2,
    .nv-mx-md-n2 {
        margin-right: -.5rem !important
    }

    .nv-mb-md-n2,
    .nv-my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .nv-ml-md-n2,
    .nv-mx-md-n2 {
        margin-left: -.5rem !important
    }

    .nv-m-md-n3 {
        margin: -1rem !important
    }

    .nv-mt-md-n3,
    .nv-my-md-n3 {
        margin-top: -1rem !important
    }

    .nv-mr-md-n3,
    .nv-mx-md-n3 {
        margin-right: -1rem !important
    }

    .nv-mb-md-n3,
    .nv-my-md-n3 {
        margin-bottom: -1rem !important
    }

    .nv-ml-md-n3,
    .nv-mx-md-n3 {
        margin-left: -1rem !important
    }

    .nv-m-md-n4 {
        margin: -1.5rem !important
    }

    .nv-mt-md-n4,
    .nv-my-md-n4 {
        margin-top: -1.5rem !important
    }

    .nv-mr-md-n4,
    .nv-mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .nv-mb-md-n4,
    .nv-my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .nv-ml-md-n4,
    .nv-mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .nv-m-md-n5 {
        margin: -3rem !important
    }

    .nv-mt-md-n5,
    .nv-my-md-n5 {
        margin-top: -3rem !important
    }

    .nv-mr-md-n5,
    .nv-mx-md-n5 {
        margin-right: -3rem !important
    }

    .nv-mb-md-n5,
    .nv-my-md-n5 {
        margin-bottom: -3rem !important
    }

    .nv-ml-md-n5,
    .nv-mx-md-n5 {
        margin-left: -3rem !important
    }

    .nv-m-md-auto {
        margin: auto !important
    }

    .nv-mt-md-auto,
    .nv-my-md-auto {
        margin-top: auto !important
    }

    .nv-mr-md-auto,
    .nv-mx-md-auto {
        margin-right: auto !important
    }

    .nv-mb-md-auto,
    .nv-my-md-auto {
        margin-bottom: auto !important
    }

    .nv-ml-md-auto,
    .nv-mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .nv-m-lg-0 {
        margin: 0 !important
    }

    .nv-mt-lg-0,
    .nv-my-lg-0 {
        margin-top: 0 !important
    }

    .nv-mr-lg-0,
    .nv-mx-lg-0 {
        margin-right: 0 !important
    }

    .nv-mb-lg-0,
    .nv-my-lg-0 {
        margin-bottom: 0 !important
    }

    .nv-ml-lg-0,
    .nv-mx-lg-0 {
        margin-left: 0 !important
    }

    .nv-m-lg-1 {
        margin: .25rem !important
    }

    .nv-mt-lg-1,
    .nv-my-lg-1 {
        margin-top: .25rem !important
    }

    .nv-mr-lg-1,
    .nv-mx-lg-1 {
        margin-right: .25rem !important
    }

    .nv-mb-lg-1,
    .nv-my-lg-1 {
        margin-bottom: .25rem !important
    }

    .nv-ml-lg-1,
    .nv-mx-lg-1 {
        margin-left: .25rem !important
    }

    .nv-m-lg-2 {
        margin: .5rem !important
    }

    .nv-mt-lg-2,
    .nv-my-lg-2 {
        margin-top: .5rem !important
    }

    .nv-mr-lg-2,
    .nv-mx-lg-2 {
        margin-right: .5rem !important
    }

    .nv-mb-lg-2,
    .nv-my-lg-2 {
        margin-bottom: .5rem !important
    }

    .nv-ml-lg-2,
    .nv-mx-lg-2 {
        margin-left: .5rem !important
    }

    .nv-mt-lg-6 {
        margin-top: 6px !important
    }

    .nv-mt-lg-10 {
        margin-top: 10px !important
    }

    .nv-mt-lg-12 {
        margin-top: 12px !important
    }

    .nv-m-lg-3 {
        margin: 1rem !important
    }

    .nv-mt-lg-3,
    .nv-my-lg-3 {
        margin-top: 1rem !important
    }

    .nv-mr-lg-3,
    .nv-mx-lg-3 {
        margin-right: 1rem !important
    }

    .nv-mb-lg-3,
    .nv-my-lg-3 {
        margin-bottom: 1rem !important
    }

    .nv-ml-lg-3,
    .nv-mx-lg-3 {
        margin-left: 1rem !important
    }

    .nv-m-lg-4 {
        margin: 1.5rem !important
    }

    .nv-mt-lg-4,
    .nv-my-lg-4 {
        margin-top: 1.5rem !important
    }

    .nv-mr-lg-4,
    .nv-mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .nv-mb-lg-4,
    .nv-my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .nv-ml-lg-4,
    .nv-mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .nv-mt-lg-32 {
        margin-top: 2rem !important
    }

    .nv-mt-lg-40 {
        margin-top: 40px !important
    }

    .nv-mb-lg-40 {
        margin-bottom: 40px !important
    }

    .nv-my-lg-40 {
        margin: 40px 0 !important
    }

    .nv-mt-lg-42 {
        margin-top: 42px !important
    }

    .nv-m-lg-5 {
        margin: 3rem !important
    }

    .nv-mt-lg-5,
    .nv-my-lg-5 {
        margin-top: 3rem !important
    }

    .nv-mr-lg-5,
    .nv-mx-lg-5 {
        margin-right: 3rem !important
    }

    .nv-mb-lg-5,
    .nv-my-lg-5 {
        margin-bottom: 3rem !important
    }

    .nv-ml-lg-5,
    .nv-mx-lg-5 {
        margin-left: 3rem !important
    }

    .nv-mt-lg-64 {
        margin-top: 4rem !important
    }

    .nv-p-lg-0 {
        padding: 0 !important
    }

    .nv-pt-lg-0,
    .nv-py-lg-0 {
        padding-top: 0 !important
    }

    .nv-pr-lg-0,
    .nv-px-lg-0 {
        padding-right: 0 !important
    }

    .nv-pb-lg-0,
    .nv-py-lg-0 {
        padding-bottom: 0 !important
    }

    .nv-pl-lg-0,
    .nv-px-lg-0 {
        padding-left: 0 !important
    }

    .nv-p-lg-1 {
        padding: .25rem !important
    }

    .nv-pt-lg-1,
    .nv-py-lg-1 {
        padding-top: .25rem !important
    }

    .nv-pr-lg-1,
    .nv-px-lg-1 {
        padding-right: .25rem !important
    }

    .nv-pb-lg-1,
    .nv-py-lg-1 {
        padding-bottom: .25rem !important
    }

    .nv-pl-lg-1,
    .nv-px-lg-1 {
        padding-left: .25rem !important
    }

    .nv-p-lg-2 {
        padding: .5rem !important
    }

    .nv-pt-lg-2,
    .nv-py-lg-2 {
        padding-top: .5rem !important
    }

    .nv-pr-lg-2,
    .nv-px-lg-2 {
        padding-right: .5rem !important
    }

    .nv-pb-lg-2,
    .nv-py-lg-2 {
        padding-bottom: .5rem !important
    }

    .nv-pl-lg-2,
    .nv-px-lg-2 {
        padding-left: .5rem !important
    }

    .nv-p-lg-3 {
        padding: 1rem !important
    }

    .nv-pt-lg-3,
    .nv-py-lg-3 {
        padding-top: 1rem !important
    }

    .nv-pr-lg-3,
    .nv-px-lg-3 {
        padding-right: 1rem !important
    }

    .nv-pb-lg-3,
    .nv-py-lg-3 {
        padding-bottom: 1rem !important
    }

    .nv-pl-lg-3,
    .nv-px-lg-3 {
        padding-left: 1rem !important
    }

    .nv-p-lg-4 {
        padding: 1.5rem !important
    }

    .nv-pt-lg-4,
    .nv-py-lg-4 {
        padding-top: 1.5rem !important
    }

    .nv-pr-lg-4,
    .nv-px-lg-4 {
        padding-right: 1.5rem !important
    }

    .nv-pb-lg-4,
    .nv-py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .nv-pl-lg-4,
    .nv-px-lg-4 {
        padding-left: 1.5rem !important
    }

    .nv-p-lg-5 {
        padding: 3rem !important
    }

    .nv-pt-lg-5,
    .nv-py-lg-5 {
        padding-top: 3rem !important
    }

    .nv-pr-lg-5,
    .nv-px-lg-5 {
        padding-right: 3rem !important
    }

    .nv-pb-lg-5,
    .nv-py-lg-5 {
        padding-bottom: 3rem !important
    }

    .nv-pl-lg-5,
    .nv-px-lg-5 {
        padding-left: 3rem !important
    }

    .nv-m-lg-n1 {
        margin: -.25rem !important
    }

    .nv-mt-lg-n1,
    .nv-my-lg-n1 {
        margin-top: -.25rem !important
    }

    .nv-mr-lg-n1,
    .nv-mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .nv-mb-lg-n1,
    .nv-my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .nv-ml-lg-n1,
    .nv-mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .nv-m-lg-n2 {
        margin: -.5rem !important
    }

    .nv-mt-lg-n2,
    .nv-my-lg-n2 {
        margin-top: -.5rem !important
    }

    .nv-mr-lg-n2,
    .nv-mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .nv-mb-lg-n2,
    .nv-my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .nv-ml-lg-n2,
    .nv-mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .nv-m-lg-n3 {
        margin: -1rem !important
    }

    .nv-mt-lg-n3,
    .nv-my-lg-n3 {
        margin-top: -1rem !important
    }

    .nv-mr-lg-n3,
    .nv-mx-lg-n3 {
        margin-right: -1rem !important
    }

    .nv-mb-lg-n3,
    .nv-my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .nv-ml-lg-n3,
    .nv-mx-lg-n3 {
        margin-left: -1rem !important
    }

    .nv-m-lg-n4 {
        margin: -1.5rem !important
    }

    .nv-mt-lg-n4,
    .nv-my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .nv-mr-lg-n4,
    .nv-mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .nv-mb-lg-n4,
    .nv-my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .nv-ml-lg-n4,
    .nv-mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .nv-m-lg-n5 {
        margin: -3rem !important
    }

    .nv-mt-lg-n5,
    .nv-my-lg-n5 {
        margin-top: -3rem !important
    }

    .nv-mr-lg-n5,
    .nv-mx-lg-n5 {
        margin-right: -3rem !important
    }

    .nv-mb-lg-n5,
    .nv-my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .nv-ml-lg-n5,
    .nv-mx-lg-n5 {
        margin-left: -3rem !important
    }

    .nv-m-lg-auto {
        margin: auto !important
    }

    .nv-mt-lg-auto,
    .nv-my-lg-auto {
        margin-top: auto !important
    }

    .nv-mr-lg-auto,
    .nv-mx-lg-auto {
        margin-right: auto !important
    }

    .nv-mb-lg-auto,
    .nv-my-lg-auto {
        margin-bottom: auto !important
    }

    .nv-ml-lg-auto,
    .nv-mx-lg-auto {
        margin-left: auto !important
    }
}

@media (max-width:991px) {
    .nv-px-lg-mobile-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media (min-width:1200px) {
    .nv-m-xl-0 {
        margin: 0 !important
    }

    .nv-mt-xl-0,
    .nv-my-xl-0 {
        margin-top: 0 !important
    }

    .nv-mr-xl-0,
    .nv-mx-xl-0 {
        margin-right: 0 !important
    }

    .nv-mb-xl-0,
    .nv-my-xl-0 {
        margin-bottom: 0 !important
    }

    .nv-ml-xl-0,
    .nv-mx-xl-0 {
        margin-left: 0 !important
    }

    .nv-m-xl-1 {
        margin: .25rem !important
    }

    .nv-mt-xl-1,
    .nv-my-xl-1 {
        margin-top: .25rem !important
    }

    .nv-mr-xl-1,
    .nv-mx-xl-1 {
        margin-right: .25rem !important
    }

    .nv-mb-xl-1,
    .nv-my-xl-1 {
        margin-bottom: .25rem !important
    }

    .nv-ml-xl-1,
    .nv-mx-xl-1 {
        margin-left: .25rem !important
    }

    .nv-m-xl-2 {
        margin: .5rem !important
    }

    .nv-mt-xl-2,
    .nv-my-xl-2 {
        margin-top: .5rem !important
    }

    .nv-mr-xl-2,
    .nv-mx-xl-2 {
        margin-right: .5rem !important
    }

    .nv-mb-xl-2,
    .nv-my-xl-2 {
        margin-bottom: .5rem !important
    }

    .nv-ml-xl-2,
    .nv-mx-xl-2 {
        margin-left: .5rem !important
    }

    .nv-mt-xl-6 {
        margin-top: 6px !important
    }

    .nv-mt-xl-10 {
        margin-top: 10px !important
    }

    .nv-mt-xl-12 {
        margin-top: 12px !important
    }

    .nv-m-xl-3 {
        margin: 1rem !important
    }

    .nv-mt-xl-3,
    .nv-my-xl-3 {
        margin-top: 1rem !important
    }

    .nv-mr-xl-3,
    .nv-mx-xl-3 {
        margin-right: 1rem !important
    }

    .nv-mb-xl-3,
    .nv-my-xl-3 {
        margin-bottom: 1rem !important
    }

    .nv-ml-xl-3,
    .nv-mx-xl-3 {
        margin-left: 1rem !important
    }

    .nv-m-xl-4 {
        margin: 1.5rem !important
    }

    .nv-mt-xl-4,
    .nv-my-xl-4 {
        margin-top: 1.5rem !important
    }

    .nv-mr-xl-4,
    .nv-mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .nv-mb-xl-4,
    .nv-my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .nv-ml-xl-4,
    .nv-mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .nv-mt-xl-32 {
        margin-top: 2rem !important
    }

    .nv-mt-xl-40 {
        margin-top: 40px !important
    }

    .nv-mb-xl-40 {
        margin-bottom: 40px !important
    }

    .nv-my-xl-40 {
        margin: 40px 0 !important
    }

    .nv-mt-xl-42 {
        margin-top: 42px !important
    }

    .nv-m-xl-5 {
        margin: 3rem !important
    }

    .nv-mt-xl-5,
    .nv-my-xl-5 {
        margin-top: 3rem !important
    }

    .nv-mr-xl-5,
    .nv-mx-xl-5 {
        margin-right: 3rem !important
    }

    .nv-mb-xl-5,
    .nv-my-xl-5 {
        margin-bottom: 3rem !important
    }

    .nv-ml-xl-5,
    .nv-mx-xl-5 {
        margin-left: 3rem !important
    }

    .nv-mt-xl-64 {
        margin-top: 4rem !important
    }

    .nv-p-xl-0 {
        padding: 0 !important
    }

    .nv-pt-xl-0,
    .nv-py-xl-0 {
        padding-top: 0 !important
    }

    .nv-pr-xl-0,
    .nv-px-xl-0 {
        padding-right: 0 !important
    }

    .nv-pb-xl-0,
    .nv-py-xl-0 {
        padding-bottom: 0 !important
    }

    .nv-pl-xl-0,
    .nv-px-xl-0 {
        padding-left: 0 !important
    }

    .nv-p-xl-1 {
        padding: .25rem !important
    }

    .nv-pt-xl-1,
    .nv-py-xl-1 {
        padding-top: .25rem !important
    }

    .nv-pr-xl-1,
    .nv-px-xl-1 {
        padding-right: .25rem !important
    }

    .nv-pb-xl-1,
    .nv-py-xl-1 {
        padding-bottom: .25rem !important
    }

    .nv-pl-xl-1,
    .nv-px-xl-1 {
        padding-left: .25rem !important
    }

    .nv-p-xl-2 {
        padding: .5rem !important
    }

    .nv-pt-xl-2,
    .nv-py-xl-2 {
        padding-top: .5rem !important
    }

    .nv-pr-xl-2,
    .nv-px-xl-2 {
        padding-right: .5rem !important
    }

    .nv-pb-xl-2,
    .nv-py-xl-2 {
        padding-bottom: .5rem !important
    }

    .nv-pl-xl-2,
    .nv-px-xl-2 {
        padding-left: .5rem !important
    }

    .nv-p-xl-3 {
        padding: 1rem !important
    }

    .nv-pt-xl-3,
    .nv-py-xl-3 {
        padding-top: 1rem !important
    }

    .nv-pr-xl-3,
    .nv-px-xl-3 {
        padding-right: 1rem !important
    }

    .nv-pb-xl-3,
    .nv-py-xl-3 {
        padding-bottom: 1rem !important
    }

    .nv-pl-xl-3,
    .nv-px-xl-3 {
        padding-left: 1rem !important
    }

    .nv-p-xl-4 {
        padding: 1.5rem !important
    }

    .nv-pt-xl-4,
    .nv-py-xl-4 {
        padding-top: 1.5rem !important
    }

    .nv-pr-xl-4,
    .nv-px-xl-4 {
        padding-right: 1.5rem !important
    }

    .nv-pb-xl-4,
    .nv-py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .nv-pl-xl-4,
    .nv-px-xl-4 {
        padding-left: 1.5rem !important
    }

    .nv-p-xl-5 {
        padding: 3rem !important
    }

    .nv-pt-xl-5,
    .nv-py-xl-5 {
        padding-top: 3rem !important
    }

    .nv-pr-xl-5,
    .nv-px-xl-5 {
        padding-right: 3rem !important
    }

    .nv-pb-xl-5,
    .nv-py-xl-5 {
        padding-bottom: 3rem !important
    }

    .nv-pl-xl-5,
    .nv-px-xl-5 {
        padding-left: 3rem !important
    }

    .nv-m-xl-n1 {
        margin: -.25rem !important
    }

    .nv-mt-xl-n1,
    .nv-my-xl-n1 {
        margin-top: -.25rem !important
    }

    .nv-mr-xl-n1,
    .nv-mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .nv-mb-xl-n1,
    .nv-my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .nv-ml-xl-n1,
    .nv-mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .nv-m-xl-n2 {
        margin: -.5rem !important
    }

    .nv-mt-xl-n2,
    .nv-my-xl-n2 {
        margin-top: -.5rem !important
    }

    .nv-mr-xl-n2,
    .nv-mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .nv-mb-xl-n2,
    .nv-my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .nv-ml-xl-n2,
    .nv-mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .nv-m-xl-n3 {
        margin: -1rem !important
    }

    .nv-mt-xl-n3,
    .nv-my-xl-n3 {
        margin-top: -1rem !important
    }

    .nv-mr-xl-n3,
    .nv-mx-xl-n3 {
        margin-right: -1rem !important
    }

    .nv-mb-xl-n3,
    .nv-my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .nv-ml-xl-n3,
    .nv-mx-xl-n3 {
        margin-left: -1rem !important
    }

    .nv-m-xl-n4 {
        margin: -1.5rem !important
    }

    .nv-mt-xl-n4,
    .nv-my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .nv-mr-xl-n4,
    .nv-mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .nv-mb-xl-n4,
    .nv-my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .nv-ml-xl-n4,
    .nv-mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .nv-m-xl-n5 {
        margin: -3rem !important
    }

    .nv-mt-xl-n5,
    .nv-my-xl-n5 {
        margin-top: -3rem !important
    }

    .nv-mr-xl-n5,
    .nv-mx-xl-n5 {
        margin-right: -3rem !important
    }

    .nv-mb-xl-n5,
    .nv-my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .nv-ml-xl-n5,
    .nv-mx-xl-n5 {
        margin-left: -3rem !important
    }

    .nv-m-xl-auto {
        margin: auto !important
    }

    .nv-mt-xl-auto,
    .nv-my-xl-auto {
        margin-top: auto !important
    }

    .nv-mr-xl-auto,
    .nv-mx-xl-auto {
        margin-right: auto !important
    }

    .nv-mb-xl-auto,
    .nv-my-xl-auto {
        margin-bottom: auto !important
    }

    .nv-ml-xl-auto,
    .nv-mx-xl-auto {
        margin-left: auto !important
    }
}

@media (max-width:991px) {
    .nv-mb-3 {
        margin-bottom: 12px !important
    }

    .ptb-64 {
        padding: 1.5rem 0 !important
    }

    .mb-32 {
        margin-bottom: 12px !important
    }

    .nv-pt {
        padding-top: 1.5rem !important
    }
}

.nv-lato,
.nv-neotech {
    font-family: suiss, Arial, sans-serif
}

.nv-price-wrapper .from {
    color: #232323;
    font-size: .75rem;
    line-height: normal
}

.nv-price-wrapper .price {
    color: #e00800;
    line-height: normal
}

.nv-price-wrapper .price .price-value {
    font-size: 26px;
    line-height: normal;
    font-family: suiss, Arial, sans-serif
}

.nv-price-wrapper .price .price-value.nv-lg {
    font-size: 28px
}

.nv-price-wrapper .price .price-currency {
    font-size: .875rem;
    line-height: normal;
    margin-left: .25rem;
    display: inline-block
}

.nv-price-wrapper .price-vat {
    font-size: .875rem;
    line-height: normal;
    margin-top: 4px;
    color: #6c6c6c
}

.nv-price-wrapper .price-vat .old-price {
    background-color: #232323;
    letter-spacing: .5px;
    color: #fff;
    margin-right: .25rem;
    border-radius: 1.25rem;
    padding: 2px 7px;
    font-size: .75rem
}

.nv-price-wrapper .price-vat .old-price .old-price-value {
    text-decoration: line-through
}

.nv-price-wrapper.bold .from,
.nv-price-wrapper.bold .price {
    font-weight: 700
}

.nv-price-wrapper.orange .price {
    color: #eee
}

.nv-price-wrapper.dark .from,
.nv-price-wrapper.dark .price {
    color: #232323
}

.nv-price-wrapper.xl-price-wrapper .from {
    font-size: 16px;
    line-height: 20px;
    font-family: suiss, Arial, sans-serif
}

.nv-price-wrapper.xl-price-wrapper .price {
    font-family: suiss, Arial, sans-serif
}

.nv-price-wrapper.xl-price-wrapper .price .price-value {
    font-size: 48px;
    line-height: 54px
}

.nv-price-wrapper.xl-price-wrapper .price .price-currency {
    font-size: 16px;
    line-height: 20px
}

.nv-price-wrapper.sm-price-wrapper .price .price-value {
    font-size: 24px;
    line-height: 1
}

.nv-price-wrapper.sm-price-wrapper .price-currency,
.nv-price-wrapper.sm-price-wrapper .price .from,
.nv-price-wrapper.sm-price-wrapper .price .price-vat {
    font-size: 12px
}

.nv-price-wrapper.disabled {
    opacity: .25
}

@media (max-width:991px) {
    .nv-footer-details-summary .nv-price-wrapper .price {
        margin-bottom: 4px
    }

    .nv-price-wrapper .price .price-value {
        font-size: 22px;
        line-height: 25px
    }

    .nv-price-wrapper .price .price-currency {
        font-size: .625rem;
        margin-left: .25rem;
        line-height: 10px
    }

    .nv-price-wrapper .price-vat {
        margin-top: 0;
        font-size: 10px;
        line-height: 12px
    }
}

[lang=ar] [dir=rtl] .nv-price-wrapper .price .price-currency {
    margin-left: 0;
    margin-right: .5rem;
    font-size: .675rem
}

[lang=ar] [dir=rtl] .nv-price-wrapper .price-vat .old-price {
    margin-right: .25rem;
    margin-left: .25rem
}

[lang=ar] [dir=rtl] .nv-price-wrapper.xl-price-wrapper .price .price-value {
    font-size: 36px;
    line-height: 48px
}

[lang=ar] [dir=rtl] .nv-price-wrapper.xl-price-wrapper .price .price-currency {
    font-size: 12px;
    line-height: 14px
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

hr {
    width: 100%;
    border: 1px solid #e2e1da
}

hr.dashed {
    border: 1px dashed #e2e1da
}

@media (max-width:991px) {

    hr,
    hr.dashed {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bg-green-icon {
    height: 48px;
    width: 48px;
    margin-right: 1rem;
    border-radius: 8px;
    background-color: rgba(114, 158, 24, .15);
    text-align: center;
    -ms-flex: none;
    flex: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

.bg-green-icon.gray,
.bg-green-icon.orange {
    background-color: #f0f0ea
}

.bg-green-icon img,
.bg-green-icon svg {
    width: 24px;
    margin: auto;
    min-height: auto;
    height: 24px
}

.bg-green-icon.small {
    height: 36px;
    width: 36px
}

.bg-green-icon.small img,
.bg-green-icon.small svg {
    width: 16px;
    height: 16px
}

[lang=ar] [dir=rtl] .bg-green-icon {
    margin-right: 0;
    margin-left: 1rem
}

.nv-min-h-auto {
    min-height: auto
}

@media (max-width:991px) {
    .bg-green-icon {
        height: 36px;
        width: 36px
    }

    .bg-green-icon img,
    .bg-green-icon svg {
        width: 16px;
        height: 16px
    }
}

.nv-compare-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 14px;
    background-color: #f0f0ea;
    width: 100%;
    color: #232323;
    font-weight: 700;
    height: 68px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nv-compare-cell.l-border {
    border-left: 2px solid #f0f0ea
}

.nv-compare-cell.see-more {
    background-color: #deecc1;
    line-height: 21px;
    font-weight: 400
}

.nv-compare-cell:nth-child(odd) {
    background: #fff
}

.nv-compare-cell.plan-head {
    padding: 0 .75rem
}

.nv-compare-cell.price-cell {
    font-weight: 400;
    border-bottom: 2px solid #f0f0ea;
    padding: 1rem
}

.nv-compare-cell strike {
    font-weight: 400;
    color: #232323
}

.nv-compare-cell strong {
    color: #232323
}

.nv-compare-cell strong span {
    font-size: 28px;
    line-height: 1;
    font-weight: 500
}

.q-warraper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start !important;
    align-items: flex-start;
    margin-bottom: 40px
}

.q-warraper:first-child {
    margin-top: 40px
}

.q-content .q-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #232323
}

.q-content .q-answer {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    color: #232323
}

.q-content ul.q-answer {
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 0
}

.q-content .q-answer li {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    color: #232323;
    margin-bottom: 1rem
}

.q-content .q-answer li:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .q-warraper {
        margin-bottom: 24px
    }

    .q-warraper:first-child {
        margin-top: 24px
    }

    .q-content .q-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 4px
    }

    .q-content .q-answer {
        font-size: 14px;
        line-height: 1.43
    }

    .q-content ul.q-answer {
        margin-left: 20px;
        list-style: disc;
        margin-bottom: 0
    }

    .q-content .q-answer li {
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 8px
    }
}

[lang=ar] [dir=rtl] .q-content ul.q-answer {
    margin-right: 20px;
    margin-left: 0
}

.nv-fixed-footer-modal {
    height: -200vh;
    overflow: auto
}

.nv-fixed-footer-modal::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.nv-fixed-footer-modal::-webkit-scrollbar {
    width: 4px
}

.nv-fixed-footer-modal::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e00800
}

.upfront-device .nv-fixed-footer-modal {
    height: -290vh
}

.nv-mobile-number {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
    direction: ltr
}

.nv-device-header {
    height: 15rem;
    position: relative;
    padding: 1.5rem;
    text-align: center
}

.nv-device-header img {
    max-width: 100%;
    max-height: 100%
}

.nv-device-header.selected {
    height: 6.875rem
}

.nv-device-header.selected:after {
    content: "×";
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.293rem;
    font-weight: 400;
    line-height: .625;
    opacity: 1
}

.nv-device-header.nv-sm {
    height: 11.25rem;
    padding: 12px
}

@media (max-width:991px) {
    .nv-device-header {
        height: 15rem;
        padding: 1rem 1.5rem
    }
}

.nv-color-list {
    padding: 0;
    margin: 0;
    height: 100px
}

.nv-color-list li {
    display: inline-block;
    width: .875rem;
    height: .875rem;
    border-radius: 10px;
    margin-right: 5px;
    list-style: none;
    white-space: nowrap
}

.nv-bg-colors.nv-orange {
    background-color: #232323;
    color: #232323
}

.nv-bg-colors.nv-gold {
    background-color: #bea0262b;
    color: #be9854
}

.nv-bg-colors.nv-silver {
    background-color: #606a8529;
    color: #606a85
}

.link-no-arrow {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase
}

.link-no-arrow.green {
    color: #e00800
}

.nv-brand {
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: .75rem;
    text-transform: uppercase;
    color: #232323;
    opacity: .8
}

.nv-product-name {
    font-size: 1.75rem;
    line-height: 35px;
    margin: 0;
    color: #232323
}

.nv-product-name.nv-md {
    font-size: 1.5rem;
    line-height: 1.33
}

.nv-product-name.nv-sm {
    font-size: 1.25rem;
    line-height: 1.33
}

@media (max-width:991px) {
    .nv-brand {
        font-size: .5rem;
        letter-spacing: 2px;
        line-height: 12px
    }

    .nv-product-name {
        font-size: 1rem;
        line-height: 22px;
        margin-bottom: 12px !important
    }

    .nv-product-name.nv-md {
        font-size: 18px;
        line-height: normal
    }

    .nv-product-name.nv-sm {
        font-size: 14px;
        line-height: 1.33
    }
}

.nv-plan-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5rem;
    border-radius: .5rem .5rem 0 0;
    height: 8.75rem
}

.nv-plan-header.nv-md {
    padding: 1rem
}

.nv-plan-header.compare-view {
    height: 6rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: .5rem
}

@media (max-width:991px) {
    .nv-plan-header {
        padding: .75em;
        height: 7.625rem
    }

    .nv-plan-header .nv-product-name {
        margin-bottom: 0 !important
    }
}

.nv-plan-header.elife {
    height: auto;
    padding: 0
}

.nv-plan-header.elife img {
    height: 14.125rem;
    border-radius: .5rem .5rem 0 0
}

@media (max-width:991px) {
    .nv-plan-header.elife {
        height: 9.125rem;
        position: relative;
        overflow: hidden
    }

    .nv-plan-header.elife img {
        height: auto;
        min-height: 100%;
        position: absolute;
        min-width: 100%;
        top: 0
    }
}

.nv-plan-header .nv-brand,
.nv-plan-header .nv-product-name {
    color: #fff
}

.nv-plan-header.selected {
    height: 6.875rem;
    border-radius: .5rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.nv-plan-header.selected .nv-brand {
    display: none
}

.nv-plan-header.selected .nv-product-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2.7px;
    font-family: suiss, Arial, sans-serif
}

.nv-plan-header.selected:after {
    content: "×";
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 1.293rem;
    font-weight: 400;
    line-height: .625;
    opacity: 1
}

.nv-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
}

.nv-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.elite-plan .nv-package-warraper {
    border-top: 0;
    padding: 0 0 1.5rem;
    margin-bottom: 1.5rem
}

.elite-plan .nv-package-warraper .nv-package-details {
    margin-bottom: 0
}

.elite-plan .nv-feature-list {
    position: relative;
    overflow: hidden;
    margin-bottom: 2.75rem
}

.elite-title {
    position: absolute;
    left: 16px;
    bottom: 0;
    right: 16px
}

.elite-title .nv-brand,
.elite-title .nv-product-name {
    color: #fff
}

@media (max-width:991px) {
    .elite-plan .nv-package-warraper {
        padding: 0 0 .75rem;
        margin-bottom: .75rem
    }

    .elite-plan .nv-feature-list {
        margin-bottom: 2rem
    }
}

.nv-best-seller .nv-smile-points {
    font-weight: 400 !important;
    font-size: .75rem
}

.nv-best-seller .btn-buy-now {
    font-size: 12px !important
}

.nv-paragraph-styling p {
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.43;
    color: #232323
}

@media (max-width:991px) {
    .nv-paragraph-styling p {
        font-size: .875rem;
        line-height: 1.42
    }
}

.nv-border-bottom {
    border-bottom: 1px solid #e2e1da
}

.nv-border-top {
    border-top: 1px solid #e2e1da
}

.nv-feature-list {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem
}

.nv-feature-list li {
    color: #232323;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nv-feature-list li img {
    width: 20px;
    height: 20px;
    min-height: auto;
    vertical-align: sub;
    margin-right: .325rem
}

.nv-feature-list li:last-child {
    margin-bottom: 0 !important
}

.nv-feature-list li b,
.nv-feature-list li strong {
    color: #232323
}

.nv-feature-list li b span,
.nv-feature-list li strong span {
    font-size: 1.5rem;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    height: 10px;
    font-weight: 500
}

.nv-feature-list.small li {
    font-size: 1rem;
    margin-bottom: .25rem;
    line-height: 1.43
}

.nv-feature-list.small li b span,
.nv-feature-list.small li strong span {
    font-size: 1.5rem;
    height: 7px
}

.nv-feature-list.x-small li {
    font-size: .875rem;
    line-height: 1.43;
    margin-bottom: .25rem
}

.nv-feature-list.x-small li b span,
.nv-feature-list.x-small li strong span {
    font-size: 1.5rem;
    height: 7px
}

.nv-feature-list.with-checkmark li {
    padding-left: 1.5rem;
    margin-bottom: .375rem
}

.nv-feature-list.with-checkmark li:before {
    content: "";
    background: url(../../../b2c/eshopApp/assets/img/nv-etisalat/SVG/icon-checkbox-green.svg) 50% no-repeat;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px
}

.nv-feature-list .long-description li {
    font-size: 14px;
    margin-bottom: .75rem;
    line-height: 1.43
}

.gold .nv-feature-list.with-checkmark li:before {
    background: url(../../../b2c/eshopApp/assets/img/nv-etisalat/SVG/icon-checkbox-gold.svg)
}

.gold .nv-green {
    background-color: #bea0262b;
    color: #be9854
}

.silver .nv-feature-list.with-checkmark li:before {
    background: url(../../../b2c/eshopApp/assets/img/nv-etisalat/SVG/icon-checkbox-platinum.svg)
}

.silver .nv-green {
    background-color: #606a8529;
    color: #606a85
}

@media (max-width:991px) {
    .nv-feature-list {
        margin-bottom: 1rem
    }

    .nv-feature-list li {
        font-size: .75rem;
        line-height: 1.5;
        margin-bottom: 8px
    }

    .nv-feature-list li img {
        width: 16px;
        height: 16px
    }

    .nv-feature-list .long-description li {
        font-size: 10px;
        line-height: 1.25
    }

    .nv-feature-list.small li {
        font-size: .875rem;
        line-height: 1.42;
        margin-bottom: .5rem
    }

    .nv-feature-list.x-small li {
        font-size: .75rem;
        line-height: 1.42;
        margin-bottom: .5rem
    }

    .nv-feature-list.with-checkmark li {
        margin-bottom: 10px
    }
}

[lang=ar] [dir=rtl] .nv-feature-list li img {
    margin-right: 0;
    margin-left: .25rem
}

[lang=ar] [dir=rtl] .nv-feature-list.with-checkmark li {
    padding-right: 1.5rem;
    padding-left: 0
}

[lang=ar] [dir=rtl] .nv-feature-list.with-checkmark li:before {
    left: auto;
    right: 0
}

.nv-freebie-subs {
    padding-top: .75rem;
    border-top: 1px dashed #e2e1da
}

.nv-freebie-subs p {
    font-size: 1.25rem;
    line-height: 26px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6c6c6c;
    margin: 0
}

.nv-freebie-subs-icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0
}

.nv-freebie-subs-icon-wrapper .icon {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    background-color: #d8d8d8;
    margin-right: 12px;
    padding: 0
}

.nv-freebie-subs-icon-wrapper .icon.last {
    margin-right: 0
}

.nv-freebie-subs-icon-wrapper .icon img {
    width: 48px;
    height: 48px;
    border-radius: 5px
}

.nv-freebie-subs-icon-wrapper .plus-two-more {
    color: #232323;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .nv-freebie-subs {
        padding-top: 8px
    }

    .nv-freebie-subs p {
        font-size: 12px;
        line-height: 1.67
    }

    .nv-freebie-subs-icon-wrapper {
        margin: .75rem 0 1rem
    }

    .nv-freebie-subs-icon-wrapper .icon {
        width: 40px;
        height: 40px;
        margin-right: 8px
    }

    .nv-freebie-subs-icon-wrapper .icon img {
        width: 100%;
        height: 100%;
        border-radius: 8px
    }

    .nv-freebie-subs-icon-wrapper .plus-two-more {
        font-size: 12px
    }
}

@media (max-width:359px) {
    .nv-freebie-subs-icon-wrapper .plus-two-more .more-icons {
        display: none
    }
}

[lang=ar] [dir=rtl] .nv-freebie-subs-icon-wrapper .icon {
    margin-right: 0;
    margin-left: 12px
}

[lang=ar] [dir=rtl] .nv-freebie-subs-icon-wrapper .icon.last {
    margin-right: 0;
    margin-left: 0
}

.nv-oval {
    position: absolute;
    top: -8px;
    right: -4px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    width: 16px;
    height: 16px;
    background-color: #e00800;
    border-radius: 50%;
    padding: 2px;
    line-height: 1
}

[lang=ar] [dir=rtl] .nv-oval {
    position: absolute;
    left: -4px;
    right: auto
}

.nv-selected-plan {
    padding: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: .875rem;
    color: #e00800;
    font-weight: 700;
    text-align: center;
    background-color: rgba(114, 158, 25, .15)
}

.nv-selected-plan .icon {
    width: 16px;
    height: 16px;
    margin: 0 .75rem;
    min-height: auto
}

.gray-box-with-pattern {
    border-radius: 4px;
    padding: 1.5rem 1rem 1rem;
    position: relative;
    overflow: hidden;
    background-color: #f0f0ea;
    margin-top: 32px
}

.gray-box-with-pattern:before {
    top: 0;
    left: 0;
    content: "";
    background: url(../../../b2c/eshopApp/assets/img/buy-get/elife/combined-shape.svg) no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 44%;
    opacity: 1;
    transform: rotate(180deg)
}

.gray-box-with-pattern .nv-title {
    margin-bottom: 1.5rem
}

.gray-box-with-pattern .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.gray-box-with-pattern .nv-description {
    width: 45%
}

.gray-box-with-pattern .nv-btn-link {
    font-size: 14px
}

@media (max-width:991px) {
    .gray-box-with-pattern {
        padding: 1rem 1rem 1.5rem;
        margin-top: 24px
    }

    .gray-box-with-pattern .nv-title {
        margin-bottom: 1rem
    }

    .gray-box-with-pattern .content {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gray-box-with-pattern .nv-description {
        width: 100%;
        margin-bottom: 1.5rem
    }
}

[lang=ar] [dir=rtl] .gray-box-with-pattern:before {
    left: auto;
    right: 0;
    transform: rotate(0)
}

.nv-box-with-pattern {
    border-radius: 8px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden
}

.nv-box-with-pattern.purple {
    background: #630e92;
    background: linear-gradient(45deg, #e00800, #0a0a0a)
}

.nv-box-with-pattern.left-pattern:before {
    left: 0;
    transform: rotate(180deg)
}

.nv-box-with-pattern.left-pattern:before,
.nv-box-with-pattern.right-pattern:after {
    top: 0;
    content: "";
    background: url(../../../b2c/eshopApp/assets/img/bg-cards/plan-cards-illustration.svg) no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 30%;
    opacity: 1
}

.nv-box-with-pattern.right-pattern:after {
    right: 0;
    transform: rotate(0)
}

.nv-box-with-pattern * {
    color: #fff
}

.nv-channel-list {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: 1rem
}

.nv-channel-list img,
.nv-channel-list svg {
    line-height: 1;
    vertical-align: top;
    height: 20px;
    margin-right: .5rem;
    min-height: auto
}

@media (max-width:991px) {
    .nv-channel-list {
        margin-top: .75rem;
        margin-bottom: .75rem;
        text-align: center;
        border-top: 1px dashed #e2e1da;
        border-bottom: 1px dashed #e2e1da;
        padding: 14px 0;
        font-size: 12px;
        line-height: 1.33
    }

    .nv-channel-list img,
    .nv-channel-list svg {
        height: 1rem
    }
}

[lang=ar] [dir=rtl] .nv-channel-list img,
[lang=ar] [dir=rtl] .nv-channel-list svg {
    margin-left: .5rem;
    margin-right: 0
}

.nv-special-offer {
    font-size: .75rem;
    font-family: suiss, Arial, sans-serif;
    background-color: #232323;
    letter-spacing: .25px;
    color: #fff;
    line-height: .75rem;
    font-weight: 500;
    padding: .5rem .675rem;
    border-radius: .25rem;
    z-index: 1
}

.nv-special-offer.nv-full-width {
    width: 100%;
    border-radius: .5rem .5rem 0 0
}

[lang=ar] [dir=rtl] .nv-special-offer {
    letter-spacing: 0
}

@media (max-width:991px) {
    .nv-special-offer {
        font-size: 10px
    }
}

.nv-package-warraper {
    border-top: 1px dashed #e2e1da;
    border-bottom: 1px dashed #e2e1da;
    padding: 1rem 0;
    margin-bottom: 1rem
}

.nv-package-warraper .nv-package-details {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-align: start;
    align-items: flex-start
}

.nv-package-warraper .nv-package-details .nv-package-detail {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    font-size: 14px;
    color: #6c6c6c
}

.nv-package-warraper .nv-package-details .nv-package-detail>.icon {
    margin-right: .5rem;
    height: 32px;
    vertical-align: text-bottom;
    min-height: auto
}

.nv-package-warraper .nv-package-details .nv-package-detail span {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 28px
}

.nv-package-warraper .nv-package-details .nv-package-detail span>small {
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;
    font-family: suiss, Arial, sans-serif
}

.nv-package-warraper .nv-package-details .nv-package-detail p {
    font-size: 16px;
    line-height: 20px;
    color: #6c6c6c;
    margin-top: .25rem;
    margin-bottom: 0;
    max-height: 40px;
    overflow: hidden
}

.nv-package-warraper .nv-package-details .nv-package-detail p s {
    opacity: .5
}

.nv-package-warraper .nv-package-channels-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
    min-height: 36px
}

.nv-package-warraper .nv-package-channels-logos a,
.nv-package-warraper .nv-package-channels-logos img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.nv-package-warraper .nv-package-channels-logos img {
    min-height: auto;
    padding: 5px 6px
}

@media (max-width:991px) {
    .nv-package-warraper {
        padding: .75rem 0;
        margin-bottom: .75rem
    }

    .nv-package-warraper .nv-package-details .nv-package-detail:last-child>.icon {
        height: 22px;
        width: 22px;
        margin: 0;
        margin-right: .5rem
    }

    .nv-package-warraper .nv-package-details .nv-package-detail>.icon {
        height: 22px;
        min-height: auto
    }

    .nv-package-warraper .nv-package-details .nv-package-detail span {
        font-size: 18px;
        line-height: 22px
    }

    .nv-package-warraper .nv-package-details .nv-package-detail p,
    .nv-package-warraper .nv-package-details .nv-package-detail span>small {
        font-size: 12px;
        line-height: 1.42;
        letter-spacing: .15px
    }

    .nv-package-warraper .nv-package-channels-logos {
        margin: 0;
        min-height: auto
    }

    .nv-package-warraper .nv-package-channels-logos img {
        padding: 0 6px;
        height: 14px
    }
}

.nv-footer-summary {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1
}

.nv-footer-summary .promo-code {
    margin-bottom: 2.25rem
}

.nv-footer-top-summary {
    padding: 9px 0;
    border-radius: 8px 8px 0 0;
    background-color: #f0f0ea
}

.nv-footer-details-summary {
    padding: 1.5rem 0 3rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.fade.show {
    opacity: 1
}

@media only screen and (max-width:991px) {
    .nv-footer-details-summary {
        padding: 1rem 0
    }

    .nv-footer-top-summary .text-right {
        text-align: center !important
    }

    .nv-footer-summary .promo-code {
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

.nv-vertical-seprator {
    background-color: #e2e1da;
    width: 1px;
    height: auto;
    min-height: 24px
}

.nv-plan-details-modal {
    width: 408px
}

.nv-stepper {
    margin: 0
}

.nv-stepper li .step .circle {
    color: #232323;
    height: 32px;
    width: 32px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    font-family: suiss, Arial, sans-serif;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .12);
    border: 2px solid #cad3ca;
    display: inline-block
}

.nv-stepper li:first-child .circle,
.nv-stepper li:last-child .circle {
    position: relative
}

.nv-stepper li .step .label {
    display: inline-block;
    color: #232323;
    font-size: 16px;
    line-height: 26px;
    padding: 0 10px;
    text-align: center;
    background-color: #fff
}

.nv-stepper li.active .step .circle,
.nv-stepper li.completed .step .circle {
    background-color: #e00800;
    border: 5px solid #d4ef9f;
    color: #fff;
    line-height: 12px;
    box-shadow: 0 0 1px #e00800
}

.nv-stepper.stepper-horizontal {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.nv-stepper.stepper-horizontal li {
    position: relative;
    width: 100%;
    z-index: 1
}

.nv-stepper.stepper-horizontal li:not(:last-child):after {
    position: absolute;
    width: 81%;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    height: 2px;
    background-color: #cad3ca;
    content: ""
}

.nv-stepper.stepper-horizontal li.active:before,
.nv-stepper.stepper-horizontal li.completed:after {
    background-color: #92c233
}

.nv-stepper.stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important
}

.nv-stepper.stepper-vertical {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nv-stepper.stepper-vertical li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.nv-stepper.stepper-vertical li .step {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center
}

.nv-stepper.stepper-vertical li .step .circle {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #cad3ca;
    height: 33px;
    width: 33px;
    line-height: 14px;
    font-size: 14px
}

.nv-stepper.stepper-vertical li.active .step .circle,
.nv-stepper.stepper-vertical li.completed .step .circle {
    background-color: #fff;
    box-shadow: none;
    border-color: #e00800;
    color: #e00800;
    font-size: 14px
}

.nv-stepper.stepper-vertical li.completed .step .circle {
    background-color: #e00800;
    color: #fff
}

.nv-stepper.stepper-vertical li .step .label {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-order: 2;
    order: 2;
    margin-top: .2rem
}

.nv-stepper.stepper-vertical li.completed .step .label {
    font-weight: 500
}

.nv-stepper.stepper-vertical li .step-content {
    display: block;
    margin-top: 0;
    margin-left: 3.13rem;
    padding: .94rem
}

.nv-stepper.stepper-vertical li .step-content p {
    font-size: .88rem
}

.nv-stepper.stepper-vertical li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    left: 1rem;
    top: 40px;
    background-color: #cad3ca
}

.nv-stepper.stepper-vertical li.completed:not(:last-child):after {
    background-color: #e00800
}

[lang=ar] [dir=rtl] ul.sas-stepper li .step .label {
    letter-spacing: 0
}

[lang=ar] [dir=rtl] ul.sas-stepper.stepper-horizontal li:not(:last-child):after {
    right: 50%;
    left: auto
}

[lang=ar] [dir=rtl] .nv-modal.full-height-mob .new-sim+.migrate-to-plan {
    border-right: 1px solid #e2e2e2;
    border-left: none
}

[lang=ar] [dir=rtl] .nv-package-warraper .nv-package-details .nv-package-detail>.icon {
    margin-left: .5rem;
    margin-right: 0
}

.nv-spacifications {
    margin: 0
}

.nv-spacifications li {
    color: #232323;
    font-size: .875rem;
    line-height: 1.5
}

.nv-spacifications li:not(:last-child) {
    margin-bottom: .25rem
}

@media only screen and (max-width:991px) {
    .nv-spacifications {
        font-size: 14px;
        line-height: 1.5
    }

    .nv-btn-link.btn-link-md {
        font-size: 12px;
        line-height: 16px
    }
}

.swiper-default {
    position: relative
}

.swiper-default .swiper-slide {
    text-align: left
}

.swiper-default .swiper-container {
    position: static;
    padding: 8px
}

.swiper-default .swiper-button-next,
.swiper-default .swiper-button-prev {
    display: inline-block
}

.swiper-default.no-gap .swiper-container {
    position: static;
    padding: 0
}

.swiper-default.with-scrollbar .swiper-wrapper {
    padding-bottom: 1.75rem
}

.swiper-default.swiper-full-height .swiper-slide {
    height: auto
}

.swiper-default.normal-arrows .swiper-button-next,
.swiper-default.normal-arrows .swiper-button-prev {
    border: solid #242424;
    border-width: 0 1px 1px 0;
    background: 0 0;
    width: 20px;
    height: 20px;
    margin-top: -14px;
    background-image: none !important;
    cursor: pointer;
    z-index: 1
}

.swiper-default.normal-arrows .swiper-button-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -3rem !important;
    left: auto
}

.swiper-default.normal-arrows .swiper-button-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -3rem !important;
    right: auto
}

.swiper-default.icon-arrows .swiper-button-next,
.swiper-default.icon-arrows .swiper-button-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    cursor: pointer;
    z-index: 1;
    background-size: 3rem
}

.swiper-default.icon-arrows .swiper-button-next {
    background-image: url(../../../b2c/eshopApp/assets/img/nv-etisalat/SVG/arrow-forward.svg) !important;
    right: -4.5rem !important;
    left: auto
}

.swiper-default.icon-arrows .swiper-button-prev {
    background-image: url(../../../b2c/eshopApp/assets/img/nv-etisalat/SVG/arrow-back.svg) !important;
    left: -4.5rem !important;
    right: auto
}

.swiper-default .swiper-container-horizontal .swiper-scrollbar {
    bottom: 0;
    width: 100%;
    left: 0
}

@media (max-width:1024px) {

    .swiper-default .swiper-button-next,
    .swiper-default .swiper-button-prev {
        display: none
    }

    .swiper-default.with-scrollbar .swiper-wrapper {
        padding-bottom: 1rem
    }
}

[lang=ar] [dir=rtl] .swiper-default .swiper-slide {
    text-align: right
}

.nv-stores-list {
    background: #fff;
    padding-top: 8px
}

.nv-scrollbar {
    position: relative;
    overflow: auto;
    height: 410px
}

.nv-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.nv-scrollbar::-webkit-scrollbar {
    width: 4px
}

.nv-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e00800
}

.nv-store-item {
    color: #232323;
    font-size: 14px;
    cursor: pointer
}

.nv-store-item .nv-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 16px;
    padding: 24px 0 16px;
    border-bottom: 1px solid hsla(0, 0%, 59%, .2)
}

.nv-store-item:hover {
    background: #e00800;
    color: #fff
}

.nv-store-item:hover .nv-store-name {
    color: #fff
}

.nv-store-name {
    font-size: 16px;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    margin-bottom: 4px
}

.store-details {
    position: absolute;
    z-index: 9;
    background: #fff;
    bottom: 0;
    width: 100%;
    margin: 0
}

@media (max-width:991px) {
    .nv-scrollbar {
        height: 200px
    }

    .nv-store-item {
        font-size: 12px;
        line-height: 1
    }

    .nv-store-item .nv-inner {
        padding: 1rem 0
    }

    .nv-store-name {
        font-size: 14px;
        margin-bottom: .5rem
    }

    .store-details {
        height: 100%;
        top: 0
    }
}

.cross-promo-plain {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(-78deg, #0a0a0a 41%, #e00800 126%);
    color: #fff;
    width: 100%
}

.cross-promo-plain.promo-small {
    overflow: hidden
}

.cross-promo-plain.promo-small .content-section .lef-col,
.cross-promo-plain.promo-small .content-section .right-col {
    z-index: 999
}

.cross-promo-plain.promo-small .content-section h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 1rem
}

@media (min-width:993px) {
    .cross-promo-plain.promo-small .content-section h2 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.cross-promo-plain.promo-small .content-section h3 {
    font-size: 1.375rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 1rem
}

@media (min-width:993px) {
    .cross-promo-plain.promo-small .content-section h3 {
        font-size: 1.5rem;
        line-height: 2.375rem
    }
}

.cross-promo-plain.promo-small .content-section p {
    font-size: .875rem;
    line-height: 1.375rem;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:993px) {
    .cross-promo-plain.promo-small .content-section p {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.cross-promo-plain.promo-small .content-section .right-col .btn.btn-default {
    font-size: .875rem;
    letter-spacing: 2px;
    width: 100%;
    border: none;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 4px;
    background-color: #e00800
}

@media (min-width:993px) {
    .cross-promo-plain.promo-small .content-section .right-col .btn.btn-default {
        width: 282px;
        margin-top: 28px;
        float: right
    }
}

.cross-promo-plain.promo-small .content-section .right-col .btn.btn-default.btn-black {
    background: #232323
}

.cross-promo-plain .content-section {
    padding: 1rem
}

@media (min-width:993px) {
    .cross-promo-plain .content-section {
        padding: 3.15rem 5rem 3.15rem 3rem
    }
}

.cross-promo-plain a {
    color: #fff
}

.cross-promo-plain .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    height: 100%
}

.cross-promo-plain:before {
    right: 0;
    background: url(/img/promo_pattern_top.svg) left 0 no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 0;
    transform: scaleY(-1);
    transform: rotate(180deg)
}

.cross-promo-plain:after,
.cross-promo-plain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.cross-promo-plain:after {
    background: url(/assets/img/bg-cards/plan-cards-illustration_flip-W.svg) left 0 no-repeat;
    opacity: .7
}

.gradient-aqua {
    background: linear-gradient(225deg, #3d3d3d, #199e94) !important
}

.gray-up {
    background: #e6e6dc url(../../../b2c/assets/img/cross-promo/upgradeBg.png) no-repeat 0 0;
    background-size: cover
}

.gray-up .cross-promo-plain {
    color: #232323;
    background: none
}

.gray-up .cross-promo-plain:after,
.gray-up .cross-promo-plain:before {
    content: none
}

.gray-up .cross-promo-plain .btn {
    color: #232323;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    border-width: 1px;
    width: 100%
}

@media (min-width:993px) {
    .gray-up .cross-promo-plain .btn {
        max-width: 232px
    }
}

.gray-up .cross-promo-plain .btn:hover {
    background: #232323;
    color: #fff
}

.gray-up .cross-promo-plain .smIcnList {
    font-size: 1.25rem
}

@media (min-width:993px) {
    .gray-up .cross-promo-plain .smIcnList {
        padding-top: 0;
        padding-left: 3rem
    }
}

@media (max-width:992px) {
    .gray-up .cross-promo-plain .smIcnList {
        padding-bottom: 1rem
    }
}

[lang=ar] [dir=rtl] .cross-promo-plain.promo-small {
    text-align: right
}

[lang=ar] [dir=rtl] .cross-promo-plain.promo-small .content-section .right-col .btn.btn-default {
    float: left
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .gray-up .cross-promo-plain .smIcnList {
        padding-left: 0;
        padding-right: 3rem
    }
}

[lang=ar] [dir=rtl] .gray-up .cross-promo-plain .smIcnList li {
    padding-left: 0;
    padding-right: 1.5rem
}

[lang=ar] [dir=rtl] .gray-up .cross-promo-plain .smIcnList li:before {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .gray-up .cross-promo-plain .content-section h2 {
    text-align: right
}

.mypassTile {
    margin: 0 0 1rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

@media (min-width:993px) {
    .mypassTile {
        height: 16.375rem;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .07);
        margin: 37px 0 24px
    }
}

@media (min-width:993px) {
    .mypassTile:first-child {
        margin-right: 24px
    }
}

.mypassTile:before {
    top: 0;
    width: 200px;
    height: 200px;
    bottom: 0;
    background-size: contain !important
}

.mypassTile:after,
.mypassTile:before {
    content: "";
    position: absolute;
    right: 0;
    margin: auto
}

.mypassTile:after {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: inset 0 4px 11px 0 rgba(0, 0, 0, .2);
    left: 0;
    bottom: -10px;
    top: auto
}

@media (min-width:993px) {
    .mypassTile:after {
        right: -10px;
        bottom: 0;
        top: 0;
        left: auto;
        box-shadow: inset 4px 2px 13px 2px #e8e8e8
    }
}

.mypassTile.musicTile:before {
    background: url(../img/caramel/img-music.svg) 100% 0 no-repeat
}

.mypassTile.gamingTile:before {
    background: url(../img/caramel/img-gaming.svg) 100% 0 no-repeat
}

.mypassTile.videoTile:before {
    background: url(../img/caramel/img-video.svg) 100% 0 no-repeat
}

.mypassTile.connectTile:before {
    background: url(../img/caramel/img-social.svg) 100% 0 no-repeat
}

.mypassTile.full:before {
    width: 10.1875rem;
    height: 12.5rem;
    left: auto;
    background-size: cover
}

@media (min-width:993px) {
    .mypassTile.full:before {
        width: 25rem;
        height: 16.4375rem;
        left: 0
    }
}

@media (max-width:992px) {
    .mypassTile.full:before {
        top: auto;
        bottom: .5rem
    }
}

.mypassTile.full:after {
    content: none
}

.mypassTile.activationTile {
    box-shadow: none;
    border: 2px solid #f0f0ea;
    overflow: visible
}

.mypassTile.activationTile:after {
    right: -12px;
    bottom: 0;
    top: 0;
    left: auto;
    box-shadow: inset 4px 2px 9px 0 #fff;
    border: 2px solid #f0f0ea;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(47deg)
}

@media (max-width:992px) {
    .mypassTile.activationTile:after {
        left: 50%;
        right: auto;
        margin: 0;
        margin-left: -10px;
        top: auto;
        bottom: -10px;
        transform: rotate(120deg)
    }
}

.mypassTile.activationTile:before {
    left: -12px;
    bottom: 0;
    top: 0;
    right: auto;
    box-shadow: inset 4px 2px 9px 0 #fff;
    border: 2px solid #f0f0ea;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(226deg);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff
}

@media (max-width:992px) {
    .mypassTile.activationTile:before {
        left: 50%;
        margin: 0;
        margin-left: -10px;
        top: -10px;
        transform: rotate(-40deg)
    }
}

.mypassTile.activationTile h4 {
    margin: 8px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: normal;
    color: #232323
}

.mypassTile.activationTile .tileContains {
    padding-top: 1.5rem
}

.mypassTile.activationTile .tileContains p {
    margin: .5rem 0 1rem
}

.mypassTile.activationTile .tileContains a.learnMore {
    display: inline-block
}

.colorLabel {
    width: 100%;
    height: 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

@media (min-width:993px) {
    .colorLabel {
        width: 24px;
        height: 100%;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        margin: 0 24px 0 0
    }
}

.colorLabel:after {
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../img/caramel/crvbr-xs.svg) 0 100% repeat-x
}

@media (min-width:993px) {
    .colorLabel:after {
        left: 84%;
        width: 10px;
        height: 100%;
        background: url(../img/caramel/crvbr.svg) 0 0 repeat-y
    }
}

.colorLabel:before {
    position: absolute;
    left: 0;
    top: -25px;
    right: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    content: "";
    bottom: 0;
    margin: auto;
    border-radius: 50%
}

@media (min-width:993px) {
    .colorLabel:before {
        right: auto;
        top: 0;
        left: -10px
    }
}

.colorLabel h6 {
    opacity: .5;
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    height: .875rem;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (min-width:993px) {
    .colorLabel h6 {
        transform: rotate(-90deg);
        left: -5rem;
        right: 0;
        top: 7.8125rem;
        margin: 0;
        width: 15rem
    }
}

.goldenGrad {
    background-image: linear-gradient(270deg, #232323, #fbe64d)
}

@media (min-width:993px) {
    .goldenGrad {
        background-image: linear-gradient(0deg, #232323 0, #fbe64d)
    }
}

.greenGrad {
    background-image: linear-gradient(270deg, #232323, #29ce2d)
}

@media (min-width:993px) {
    .greenGrad {
        background-image: linear-gradient(0deg, #232323 0, #29ce2d)
    }
}

.pinkGrad {
    background-image: linear-gradient(270deg, #232323, #ff813b)
}

@media (min-width:993px) {
    .pinkGrad {
        background-image: linear-gradient(0deg, #232323, #ff813b)
    }
}

.blueGrad {
    background-image: linear-gradient(270deg, #232323, #995ef6)
}

@media (min-width:993px) {
    .blueGrad {
        background-image: linear-gradient(0deg, #232323, #995ef6)
    }
}

.tileContains {
    padding: 2.5rem 1rem 1rem;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.43;
    color: #232323;
    position: relative
}

@media (min-width:993px) {
    .tileContains {
        padding: 2rem 2rem 3rem 4rem
    }
}

.tileContains>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width:993px) {
    .tileContains>ul {
        padding: 12px 0 0
    }
}

.tileContains>ul li {
    padding: 6px 0
}

@media (max-width:992px) {
    .tileContains>ul li {
        font-size: .75rem;
        line-height: 1rem
    }
}

.tileContains>ul li .colum {
    width: 100%;
    display: inline-block;
    padding-bottom: 2px
}

@media (min-width:993px) {
    .tileContains>ul li .colum {
        width: 50%;
        padding-bottom: 0
    }
}

.tileContains p {
    margin-bottom: .25rem
}

.tileContains a {
    color: #e00800
}

.tileContains a.learnMore {
    position: relative;
    padding-right: 1.25rem;
    line-height: 1.25rem;
    vertical-align: text-top;
    letter-spacing: 2px
}

.tileContains a.learnMore:before {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.25rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    line-height: 1
}

.tileContains .customcheckbox {
    position: absolute;
    right: 1rem;
    bottom: 1rem
}

@media (max-width:992px) {
    .tileContains .tileIcon img {
        width: 132px
    }
}

.greenText {
    color: #e00800
}

@media (max-width:992px) {
    .mypasses-userpro-middle-part-with-content {
        padding: 0 1rem
    }
}

.mypasses-userpro-header {
    position: relative;
    width: 100%;
    background: #fff;
    background-image: linear-gradient(81deg, rgba(113, 158, 25, .1), rgba(113, 158, 25, 0) 101%);
    display: inline-block;
    padding: 3rem 0
}

.mypasses-userpro-header .main-text {
    background: none;
    text-align: left;
    padding: 0
}

.mypasses-userpro-header .main-text h2 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 0 1rem
}

@media (max-width:992px) {
    .mypasses-userpro-header .main-text h2 {
        font-size: 28px
    }
}

.mypasses-userpro-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(b2c/assets/img/bg-cards/wave-right.svg) 0 0 no-repeat;
    background-size: contain;
    width: 182px;
    height: 188px
}

.mypasses-user-package-plan {
    padding-left: 1.15rem;
    position: relative
}

@media (max-width:992px) {
    .mypasses-user-package-plan {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:993px) {
    .mypasses-user-package-plan:before {
        content: "●";
        position: absolute;
        left: 5px;
        top: 0;
        color: #232323;
        line-height: 19px;
        font-size: .9rem
    }
}

.mypasses-user-info .mypasses-user-profile-pic-container {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 3px 1px rgba(56, 56, 56, .18);
    background-image: linear-gradient(81deg, rgba(113, 158, 25, .1), rgba(113, 158, 25, 0) 101%)
}

.mypasses-user-info .mypasses-user-profile-pic-container img {
    width: 100%
}

.mypasses-user-info .mypasses-user-profile-name-clients-parameters {
    float: left;
    margin-left: 1rem;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.375rem;
    letter-spacing: .2px;
    color: #232323
}

@media (min-width:993px) {
    .mypasses-user-info .mypasses-user-profile-name-clients-parameters {
        font-size: 1rem;
        line-height: 1.5
    }
}

.mypasses-user-info .mypasses-user-profile-name-clients-parameters h3 {
    padding: 0;
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: #232323
}

@media (min-width:993px) {
    .mypasses-user-info .mypasses-user-profile-name-clients-parameters h3 {
        font-size: 1.5rem;
        line-height: 1.33
    }
}

.mypasses-user-information-columns {
    margin-top: 40px
}

.dropdown.management {
    position: absolute;
    right: 1rem;
    top: 4.5rem;
    z-index: 1
}

@media (min-width:993px) {
    .dropdown.management {
        right: 2rem;
        top: 2rem
    }
}

.dropdown.management button {
    background: none;
    border: none !important;
    padding: 0;
    width: 32px;
    font-family: suiss, Arial, sans-serif;
    font-size: 0;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #e00800;
    text-transform: uppercase
}

@media (min-width:993px) {
    .dropdown.management button {
        font-size: 14px;
        margin: 0 0 0 8px;
        width: auto
    }
}

@media (min-width:993px) {
    .dropdown.management button .icon-setting {
        vertical-align: top;
        margin-right: 2px;
        margin-left: 2px
    }
}

.dropdown.management button .icon-setting img,
.dropdown.management button .icon-setting svg {
    width: 32px;
    height: 32px
}

@media (min-width:993px) {

    .dropdown.management button .icon-setting img,
    .dropdown.management button .icon-setting svg {
        width: 18px;
        height: 18px;
        min-height: 18px
    }
}

.dropdown.management .dropdown-menu {
    right: 0;
    min-width: 266px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    left: auto;
    border: none;
    padding: 0 1rem
}

.dropdown.management .dropdown-menu>li {
    padding: 0;
    font-size: 1rem;
    line-height: 1;
    border-top: 1px solid #d2d2d2
}

.dropdown.management .dropdown-menu>li:first-child {
    border: none
}

.dropdown.management .dropdown-menu>li>a {
    padding: 1rem 0;
    color: #232323
}

.dropdown.management .dropdown-menu>li>a:hover {
    color: #e00800;
    background: none
}

.full .colorLabel {
    height: 48px;
    overflow: visible
}

@media (min-width:993px) {
    .full .colorLabel {
        width: 78px;
        height: 100%
    }
}

.full .colorLabel:after {
    left: 0
}

@media (min-width:993px) {
    .full .colorLabel:after {
        left: 95%
    }
}

.full .colorLabel:before {
    top: auto;
    bottom: -9px;
    left: -9px;
    right: auto;
    margin: 0;
    z-index: 1;
    box-shadow: inset -2px 0 9px 0 rgba(0, 0, 0, .2)
}

@media (min-width:993px) {
    .full .colorLabel:before {
        top: -9px;
        right: -9px;
        left: auto;
        bottom: auto;
        box-shadow: inset 0 4px 9px 0 transparent
    }
}

.full .colorLabel .mypassCutCir {
    position: absolute;
    bottom: -9px;
    right: -9px;
    background: #fff;
    height: 20px;
    width: 20px;
    content: "";
    border-radius: 50%;
    display: block;
    box-shadow: inset 0 4px 9px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.full .tileContains {
    padding: 4rem 1rem 1rem
}

@media (min-width:993px) {
    .full .tileContains {
        padding: 2rem 2rem 3rem 6.5rem
    }
}

@media (max-width:767px) {
    .full .tileContains .tileIcon img {
        max-width: 132px
    }
}

@media (max-width:992px) {
    .full .tileContains p {
        font-size: .75rem
    }
}

.mypassStatus {
    margin-top: 1rem;
    display: inline-block
}

.mypassStatus .badgeBG {
    padding: 2.6px 8px;
    border-radius: .6875rem;
    background-image: linear-gradient(249deg, #151515, #4b4a4a);
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: .875rem;
    color: #fff;
    min-width: 3.5625rem
}

@media (max-width:992px) {
    .mypassStatus .badgeBG {
        padding: 1.5px 8px;
        font-size: .75rem;
        line-height: 1rem
    }
}

.mypassStatus .badgeBG.deactivate {
    background: #cecece;
    color: #232323
}

.mypassStatus .status {
    width: 103px;
    height: 20px;
    margin: 1px 0 1px 8px;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #232323
}

.mypass-pricetag {
    margin-top: 1.5rem;
    margin-bottom: .5rem
}

.mypass-pricetag .price-tag .main-part {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start
}

.mypass-pricetag .price-tag .price {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.75rem;
    color: #232323;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1;
    margin: 0 4px 0 0
}

@media (max-width:767px) {
    .mypass-pricetag .price-tag .price {
        font-size: 1.25rem
    }
}

.mypass-pricetag .price-tag .price-specs {
    margin: 0 0 2px;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1;
    color: #232323
}

@media (max-width:992px) {
    .baseHalf.mypassModal.modal .modal-content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-header {
    padding: 0 0 1rem
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-header {
        padding: 0 0 3rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-header .main-title {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e1da
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-header .main-title {
        padding: 2.5rem 0
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-header .main-title h5 {
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    text-transform: none
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-header .main-title h5 {
        font-size: 1.5rem
    }
}

@media (max-width:992px) {
    .baseHalf.mypassModal.modal .modal-content .modal-header .close {
        right: .5rem;
        top: 35%
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-header .close svg {
    width: .75rem;
    height: .75rem;
    stroke: #232323
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-header .close svg {
        width: 1.5rem;
        height: 1.5rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-header .close svg.replaced-svg {
    stroke: none !important
}

.baseHalf.mypassModal.modal .modal-content .modal-body h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 1rem
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body h4 {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 3rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body h5 {
    line-height: 1.25rem;
    color: #232323;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body h5 {
        font-size: 1.625rem;
        line-height: 1.4;
        margin-bottom: 1rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body p {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #232323;
    margin: 0
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body p {
        font-size: 1.25rem;
        line-height: 1.4
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body ul {
    padding: .5rem 0 0;
    margin: 0
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body ul {
        padding: 3rem 0 0
    }
}

@media (max-width:992px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body .crossList ul {
        padding-top: 1rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body .crossList ul li {
    padding-left: 1.75rem;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #232323;
    position: relative;
    margin-bottom: .5rem
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body .crossList ul li {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.2;
        padding-left: 2.5rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body .crossList ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/b2c/assets/img/caramel/icon-cross.svg) 0 0 no-repeat;
    width: 1.5rem;
    height: 1.5rem
}

@media (max-width:992px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body .crossList ul li:before {
        background-size: 20px
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body .twoColumn .content-wrapper {
    padding-bottom: 2.5rem
}

@media (min-width:768px) {
    .baseHalf.mypassModal.modal .modal-content .modal-body .twoColumn .content-wrapper {
        padding-right: 1.5rem
    }
}

.baseHalf.mypassModal.modal .modal-content .modal-body .twoColumn .content-wrapper h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #232323;
    margin: 0 0 1rem
}

.baseHalf.mypassModal.modal .modal-content .modal-body .twoColumn .content-wrapper p {
    font-size: 1rem;
    line-height: 1.5;
    color: #232323
}

.baseHalf.mypassModal.modal .modal-content .btn.btn-default {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #232323;
    border-radius: 4px;
    font-size: .875rem;
    background-color: none;
    margin: 1rem 0 0;
    border: 1px solid #151515
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .btn.btn-default {
        width: 13.625rem;
        max-width: 17.625rem;
        padding: 0 1rem;
        margin: 0;
        font-weight: 700
    }
}

@media (max-width:380px) {
    .baseHalf.mypassModal.modal .modal-content .btn.btn-default {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: .75rem;
        letter-spacing: 1px
    }
}

.baseHalf.mypassModal.modal .modal-content .btn.btn-default:last-child {
    margin-top: 1rem
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .btn.btn-default:last-child {
        margin-top: 0
    }
}

.baseHalf.mypassModal.modal .modal-content .btn.btn-default.active {
    background: #232323;
    border-color: #232323;
    color: #fff
}

@media (min-width:993px) {
    .baseHalf.mypassModal.modal .modal-content .btn.btn-default.full {
        width: 384px
    }
}

.baseHalf.modal {
    max-height: -moz-min-content;
    max-height: min-content;
    height: -moz-min-content;
    height: min-content;
    top: auto;
    padding: 0 !important;
    height: auto
}

.baseHalf.modal .modal-content .modal-footer {
    padding: 1.5rem 0 3rem
}

@media (min-width:993px) {
    .baseHalf.modal .modal-content .modal-footer {
        padding: 2rem 0 3rem
    }
}

@media (min-width:993px) {
    .baseHalf.modal .modal-content .modal-footer .alertCont .btn {
        margin: 0 .75rem;
        width: 16.5rem
    }
}

.almost-black strong {
    color: #232323
}

.appList {
    padding-top: 1.5rem
}

.appList ul {
    padding: 0 0 .5rem;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:993px) {
    .appList ul {
        padding: 0 0 1.5rem
    }
}

.appList ul li {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #232323;
    position: relative;
    margin-bottom: .5rem;
    float: left;
    margin-right: .5rem
}

@media (min-width:993px) {
    .appList ul li {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.2;
        margin-right: 1rem
    }
}

.appList ul li img {
    height: 48px;
    width: 48px
}

@media (min-width:993px) {
    .appList ul li img {
        height: 64px;
        width: 64px
    }
}

.topHalf.mypassModal.modal .modal-content .modal-header {
    padding: 0 0 1rem
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-header {
        padding: 0 0 3rem
    }
}

.topHalf.mypassModal.modal .modal-content .modal-header .main-title {
    padding: 1.5rem 0
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-header .main-title {
        padding: 2.5rem 0
    }
}

.topHalf.mypassModal.modal .modal-content .modal-header .main-title h5 {
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    text-transform: none
}

.topHalf.mypassModal.modal .modal-content .modal-header .main-title a img,
.topHalf.mypassModal.modal .modal-content .modal-header .main-title a svg {
    height: 20px;
    width: 20px
}

.topHalf.mypassModal.modal .modal-content .modal-body h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 1rem
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body h4 {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 3rem
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body p {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #232323
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body p {
        font-size: 1.25rem;
        line-height: 1.4
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz {
    height: 480px;
    overflow: auto
}

@media (min-width:768px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz {
        height: 240px
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper {
    padding-left: 3rem
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper {
        padding-left: 0
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper h5 {
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    color: #232323;
    margin: 1.5rem 0 .5rem
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper h5 {
        font-size: 20px;
        margin: 1.5rem 0 1rem
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper p {
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #232323;
    padding-right: 1rem;
    margin-bottom: 0
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper p {
        font-size: 1rem
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper .count-step {
    width: 28px;
    height: 28px;
    border: 2px solid #777e86;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    position: relative;
    color: #e00800;
    font-size: .9rem;
    margin-left: -3rem;
    float: left;
    font-weight: 700
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper .count-step {
        width: 48px;
        height: 48px;
        line-height: 46px;
        font-size: 1.35rem;
        margin-left: 0;
        float: none
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper .count-step:after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: -2px;
    background: #f0f0ea;
    width: 4px;
    height: 4px
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .steps-wiz .step-wrapper .count-step:after {
        width: 8px;
        height: 8px;
        right: 8px;
        bottom: -2px
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .enter-raffle-draw h3 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #3c3f40;
    margin-top: 0
}

.topHalf.mypassModal.modal .modal-content .modal-body .enter-raffle-draw p {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #6c6c6c
}

.topHalf.mypassModal.modal .modal-content .modal-body .enter-raffle-draw .imgContainer {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    margin-right: 0
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .modal-body .enter-raffle-draw .imgContainer {
        width: 24rem;
        height: 22.5rem;
        margin-right: 1.5rem
    }
}

.topHalf.mypassModal.modal .modal-content .modal-body .enter-raffle-draw .imgContainer .cover {
    border-radius: 1rem
}

.topHalf.mypassModal.modal .modal-content .btn.btn-default {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: .875rem;
    background-color: #e00800
}

@media (max-width:992px) {
    .topHalf.mypassModal.modal .modal-content .btn.btn-default {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:993px) {
    .topHalf.mypassModal.modal .modal-content .btn.btn-default {
        width: 13.625rem
    }
}

.topHalf.modal {
    max-height: -moz-min-content;
    max-height: min-content;
    height: -moz-min-content;
    height: min-content;
    top: 0;
    padding: 0 !important
}

.topHalf.modal .modal-content {
    padding: 0 0 3rem;
    background: #fff
}

.topHalf.modal .modal-content .modal-footer {
    padding: 3rem 0
}

.roundedCheckbox {
    text-align: left;
    margin-top: 0 !important
}

.roundedCheckbox.horizontal-checkboxes .checkbox {
    padding: 0
}

.roundedCheckbox.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 28px 28px;
    border: 1px solid #232323
}

.roundedCheckbox.horizontal-checkboxes .checkbox label {
    position: relative;
    padding-left: 2rem
}

.roundedCheckbox.horizontal-checkboxes .checkbox label:before {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: transparent;
    content: "";
    border: 1px solid #bcbcbc;
    left: 0;
    top: 0;
    position: absolute
}

.config-section-wrap.tabs.caramel {
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.smIcnList {
    padding-top: 1rem;
    color: #232323
}

.smIcnList p.grayText {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px
}

.smIcnList ul {
    margin-bottom: 2rem
}

.smIcnList ul:last-child {
    margin-bottom: 0
}

.smIcnList.icons ul li {
    float: left;
    margin-right: .5rem
}

.smIcnList.icons ul li img,
.smIcnList.icons ul li svg {
    width: 36px;
    height: 36px
}

.smIcnList.icons ul:last-child {
    margin-bottom: 0
}

.smIcnList.tick li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: .5rem
}

.smIcnList.tick li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    content: ""
}

.smIcnList.tick.yellow li:before {
    background: url(../../../b2c/assets/img/caramel/icon-tick-yellow.svg);
    background-repeat: no-repeat
}

.smIcnList.tick.green li:before {
    background: url(../../../b2c/assets/img/caramel/icon-tick-green.svg);
    background-repeat: no-repeat
}

.smIcnList.tick.pink li:before {
    background: url(../../../b2c/assets/img/caramel/icon-tick-pink.svg);
    background-repeat: no-repeat
}

.smIcnList.tick.blue li:before {
    background: url(../../../b2c/assets/img/caramel/icon-tick-blue.svg);
    background-repeat: no-repeat
}

.customcheckbox {
    position: absolute;
    right: 1rem;
    bottom: 1.5rem
}

.customcheckbox input[type=checkbox]+label {
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4rem;
    padding-left: 2rem
}

.customcheckbox input[type=checkbox]+label:before {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-top: -12px;
    border-color: #e00800;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 71%, .5)
}

.customcheckbox input[type=checkbox]+label:before,
.customcheckbox input[type=checkbox]:checked+label:before {
    border: 1px solid #e00800;
    background-image: url(../img/svg-icons/plus-red.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px 12px
}

.whiteBlockCont {
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:992px) {
    .pkg-sumr-heading.row.buyMypasses {
        margin-bottom: 2rem
    }
}

.popupContainer {
    overflow-y: auto;
    height: 600px;
    min-height: 100%;
    padding-right: 2rem
}

@media (min-width:993px) {
    .popupContainer {
        padding-right: 10rem
    }
}

.arenaProx .download-etisalat-app {
    text-align: center;
    -ms-flex-align: center;
    align-items: center
}

.arenaProx .download-etisalat-app .icons-wrap {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.arenaProx .download-etisalat-app .icons-wrap .icon {
    width: 142px;
    padding: 1rem;
    float: none;
    text-align: center
}

.arenaProx .download-etisalat-app .icons-wrap .icon a {
    margin: 0
}

.arenaProx .btn.btn-default {
    height: 3rem;
    line-height: 3rem;
    min-height: 3rem
}

.passModalcont>div>div {
    height: 320px;
    overflow-y: auto
}

@media (min-width:768px) {
    .passModalcont>div>div {
        height: 180px
    }
}

@media (min-width:1400px) {
    .passModalcont>div>div {
        height: 380px
    }
}

.pkg-sumr-heading.buyMypasses {
    margin-bottom: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mypassModal .col-md-ar-offset-right-3 {
        margin-left: 25%
    }
}

[lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .steps-wiz .step-wrapper {
    padding-left: 0;
    padding-right: 3rem
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .steps-wiz .step-wrapper {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .steps-wiz .step-wrapper p {
    padding-left: 1rem;
    padding-right: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .steps-wiz .step-wrapper p {
        padding-left: 0;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .steps-wiz .step-wrapper .count-step {
    margin-left: 0;
    margin-right: -3rem;
    float: right
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .steps-wiz .step-wrapper .count-step {
        margin-left: 0;
        margin-right: 0;
        float: none
    }
}

[lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .enter-raffle-draw .imgContainer {
    margin-right: 0;
    margin-left: 1.5rem
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .topHalf.mypassModal .modal-content .modal-body .twoColumn .content-wrapper {
        padding-left: 1.5rem;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .baseHalf.mypassModal ul li {
    padding-left: 0;
    padding-right: 2.5rem
}

[lang=ar] [dir=rtl] .baseHalf.mypassModal ul li:before {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .baseHalf.mypassModal .modal-content .modal-footer {
    text-align: left
}

[lang=ar] [dir=rtl] .baseHalf.mypassModal .btn.btn-default.ripple-effect {
    width: 13.625;
    height: 3rem;
    border-radius: 4px;
    line-height: 3rem
}

[lang=ar] [dir=rtl] .roundedCheckbox {
    text-align: right
}

[lang=ar] [dir=rtl] .roundedCheckbox.horizontal-checkboxes .checkbox label {
    padding-right: 2rem;
    padding-left: 0
}

[lang=ar] [dir=rtl] .roundedCheckbox.horizontal-checkboxes .checkbox label:before {
    right: 0;
    left: auto
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .colorLabel {
        width: 24px;
        height: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        margin: 0 0 0 24px;
        left: auto;
        right: 0
    }
}

[lang=ar] [dir=rtl] .colorLabel:after {
    right: 0;
    left: auto;
    bottom: -6px;
    background: url(../img/caramel/crvbr-xs.svg) 0 0 repeat-x
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .colorLabel:after {
        right: 58%;
        left: auto;
        bottom: 0;
        background: url(../img/caramel/crvbr-ar.svg) 0 0 repeat-y
    }
}

[lang=ar] [dir=rtl] .colorLabel:before {
    right: 0;
    left: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .colorLabel:before {
        right: -10px;
        left: auto
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .tileContains {
        padding: 2rem 4rem 3rem 2rem
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mypassTile {
        box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, .07)
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mypassTile:first-child {
        margin-left: 24px;
        margin-right: 0
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mypassTile:after {
        box-shadow: inset 6px 2px 13px 2px #e8e8e8;
        right: auto;
        left: -10px
    }
}

[lang=ar] [dir=rtl] .mypassTile:before {
    transform: scaleX(-1);
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .mypassTile.full:before {
    left: 0;
    right: auto
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mypassTile.full:before {
        left: 0;
        right: 0
    }
}

[lang=ar] [dir=rtl] .mypassTile.activationTile:after {
    box-shadow: inset 4px 2px 9px 0 #fff;
    right: -12px;
    left: auto
}

[lang=ar] [dir=rtl] .mypassTile.activationTile:before {
    transform: rotate(226deg);
    left: -12px
}

[lang=ar] [dir=rtl] .mypassTile.activationTile .tileContains a.learnMore {
    padding-left: 1.25rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .mypassTile.activationTile .tileContains a.learnMore:before {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .mypasses-userpro-header .main-text h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .mypasses-userpro-header:before {
    right: auto;
    left: 0;
    transform: scaleX(-1)
}

[lang=ar] [dir=rtl] .mypasses-user-info .mypasses-user-profile-pic-container {
    float: right
}

[lang=ar] [dir=rtl] .mypasses-user-info .mypasses-user-profile-name-clients-parameters {
    float: right;
    margin-left: 0;
    margin-right: 1rem
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mypasses-user-package-plan {
        padding-left: 0;
        padding-right: 1.15rem
    }
}

[lang=ar] [dir=rtl] .mypasses-user-package-plan:before {
    left: auto;
    right: 5px
}

[lang=ar] [dir=rtl] .dropdown.management {
    left: 1rem;
    right: auto
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .dropdown.management {
        left: 2rem
    }
}

[lang=ar] [dir=rtl] .dropdown.management .dropdown-menu {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .dropdown.management .dropdown-menu>li>a {
    text-align: right
}

[lang=ar] [dir=rtl] .mypassStatus .badgeBG {
    float: right
}

[lang=ar] [dir=rtl] .mypassStatus .status {
    margin-left: 0;
    margin-right: 8px
}

[lang=ar] [dir=rtl] .mypass-pricetag .price-tag .price {
    margin-left: 4px;
    margin-right: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .full .colorLabel {
        width: 78px
    }
}

[lang=ar] [dir=rtl] .full .colorLabel:after {
    right: 0;
    bottom: -6px
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .full .colorLabel:after {
        right: 88%
    }
}

[lang=ar] [dir=rtl] .full .colorLabel:before {
    left: auto;
    right: -9px
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .full .colorLabel:before {
        left: -9px;
        right: auto
    }
}

[lang=ar] [dir=rtl] .full .colorLabel .mypassCutCir {
    left: -9px;
    right: auto
}

[lang=ar] [dir=rtl] .full .colorLabel h6 {
    left: 0;
    right: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .full .colorLabel h6 {
        transform: rotate(-90deg);
        left: 0;
        right: -5rem
    }
}

[lang=ar] [dir=rtl] .full .tileContains {
    padding: 4rem 1rem 1rem
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .full .tileContains {
        padding: 2rem 6.5rem 3rem 2rem
    }
}

[lang=ar] [dir=rtl] .appList ul li {
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .popupContainer {
    padding-right: 0;
    padding-left: 2rem
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .popupContainer {
        padding-right: 0;
        padding-left: 10rem
    }
}

.caramel-bg-cards .center-content {
    float: none !important;
    margin: 0 auto;
    text-align: center
}

.profile-settings-pattern .main-text h2 {
    text-align: center
}

.ptb-50 {
    padding: 50px 0
}

@media (min-width:993px) {
    .row-grid {
        display: -ms-grid;
        display: grid;
        grid-auto-flow: column
    }
}

.voucCode {
    min-height: 90px
}

@media (min-width:993px) {
    .voucCode {
        min-height: 214px
    }
}

@media (min-width:993px) {
    .voucCode .btn {
        position: absolute;
        bottom: 1rem;
        right: 0
    }
}

.caramel-bg-cards {
    position: relative;
    margin-bottom: 3rem
}

.caramel-bg-cards .btn {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 4px
}

@media (min-width:993px) {
    .caramel-bg-cards .btn {
        width: 282px
    }
}

.caramel-bg-cards .btn.btn-primary.active {
    background: #e00800;
    border: 1px solid #151515
}

.caramel-bg-cards .btn.viewAll {
    margin-top: 1rem
}

@media (min-width:993px) {
    .caramel-bg-cards .btn.viewAll {
        margin-top: .25rem
    }
}

@media (min-width:993px) {
    .caramel-bg-cards div[class*=col-]:first-child .tile-table.device-card {
        padding-left: 0
    }
}

.caramel-bg-cards .title-wrapper .title h3 {
    text-transform: capitalize;
    letter-spacing: 0
}

.caramel-bg-cards .device-card-selection.tile-table,
.caramel-bg-cards .device-card.tile-table,
.caramel-bg-cards .device-multi-card-selection.tile-table,
.caramel-bg-cards .device-single-card-selection.tile-table,
.caramel-bg-cards .plan-card.tile-table,
.caramel-bg-cards .plan-multi-card-selection.tile-table,
.caramel-bg-cards .plan-single-card-selection.tile-table,
.caramel-bg-cards .product-grid.tile-table,
.caramel-bg-cards .product-home-card.tile-table {
    width: 100%;
    padding: 0 .25rem
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card-selection.tile-table,
    .caramel-bg-cards .device-card.tile-table,
    .caramel-bg-cards .device-multi-card-selection.tile-table,
    .caramel-bg-cards .device-single-card-selection.tile-table,
    .caramel-bg-cards .plan-card.tile-table,
    .caramel-bg-cards .plan-multi-card-selection.tile-table,
    .caramel-bg-cards .plan-single-card-selection.tile-table,
    .caramel-bg-cards .product-grid.tile-table,
    .caramel-bg-cards .product-home-card.tile-table {
        padding-left: 1.5rem
    }
}

.caramel-bg-cards .device-card-selection.tile-table.product-grid,
.caramel-bg-cards .device-card.tile-table.product-grid,
.caramel-bg-cards .device-multi-card-selection.tile-table.product-grid,
.caramel-bg-cards .device-single-card-selection.tile-table.product-grid,
.caramel-bg-cards .plan-card.tile-table.product-grid,
.caramel-bg-cards .plan-multi-card-selection.tile-table.product-grid,
.caramel-bg-cards .plan-single-card-selection.tile-table.product-grid,
.caramel-bg-cards .product-grid.tile-table.product-grid,
.caramel-bg-cards .product-home-card.tile-table.product-grid {
    border: 0
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card,
.caramel-bg-cards .device-card.tile-table .tile-card,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card,
.caramel-bg-cards .plan-card.tile-table .tile-card,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card,
.caramel-bg-cards .product-grid.tile-table .tile-card,
.caramel-bg-cards .product-home-card.tile-table .tile-card {
    width: 100%;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tile,
.caramel-bg-cards .device-card.tile-table .tile-card .tile,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tile,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tile,
.caramel-bg-cards .plan-card.tile-table .tile-card .tile,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tile,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tile,
.caramel-bg-cards .product-grid.tile-table .tile-card .tile,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tile {
    position: relative;
    background-color: #fff;
    text-align: left
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box {
    position: relative
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75em
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title {
        padding: 1.5em
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title .catagory {
    text-transform: uppercase;
    font-size: .625rem;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title .catagory,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title .catagory {
        font-size: .75em
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2 {
    margin: 0;
    font-size: 1.125rem;
    text-transform: capitalize;
    max-height: 2.6em;
    overflow: hidden;
    letter-spacing: 0
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2 {
        font-size: 1.75em
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList {
    padding: 0;
    margin-top: 1rem
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList li,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList li {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -999999px;
    border-radius: 10px;
    margin-right: 8px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:992px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList li,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList li {
        width: .5rem;
        height: .5rem;
        margin-right: .25rem
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .special-offer,
.caramel-bg-cards .device-card.tile-table .tile-card .special-offer,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .special-offer,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .special-offer,
.caramel-bg-cards .plan-card.tile-table .tile-card .special-offer,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer,
.caramel-bg-cards .product-grid.tile-table .tile-card .special-offer,
.caramel-bg-cards .product-home-card.tile-table .tile-card .special-offer {
    position: absolute;
    top: 0;
    font-size: .75rem;
    font-family: suiss, Arial, sans-serif;
    background-color: #232323;
    letter-spacing: .25px;
    color: #fff;
    line-height: .75rem;
    font-weight: 500;
    left: .875rem;
    padding: 8px 10px;
    border-radius: 0 0 4px 4px
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.caramel-bg-cards .device-card.tile-table .tile-card .smile-points,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.caramel-bg-cards .plan-card.tile-table .tile-card .smile-points,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.caramel-bg-cards .product-grid.tile-table .tile-card .smile-points,
.caramel-bg-cards .product-home-card.tile-table .tile-card .smile-points {
    background: #f0f0ea;
    color: #e00800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .35rem;
    font-size: .625rem;
    text-align: center;
    letter-spacing: .36px
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .device-card.tile-table .tile-card .smile-points,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .plan-card.tile-table .tile-card .smile-points,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .product-grid.tile-table .tile-card .smile-points,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .smile-points {
        padding: 1rem 1.5rem;
        font-size: .9em
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .75rem
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
        padding: 1.5rem 1.5rem 1rem
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-list .bottom-text,
.caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .bottom-text {
    color: #6c6c6c;
    font-size: .9em;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .device-card.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .plan-card.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .product-grid.tile-table .tile-card .detail-info-wrap-pricetag,
.caramel-bg-cards .product-home-card.tile-table .tile-card .detail-info-wrap-pricetag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .device-card.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .plan-card.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .product-grid.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new,
.caramel-bg-cards .product-home-card.tile-table .tile-card .detail-info-wrap-pricetag .detail-price-new {
    margin: 0
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .device-card.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .plan-card.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .product-grid.tile-table .tile-card .detail-price-new .price,
.caramel-bg-cards .product-home-card.tile-table .tile-card .detail-price-new .price {
    font-size: 2rem
}

@media (max-width:992px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .device-card.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .plan-card.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .product-grid.tile-table .tile-card .detail-price-new .price,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .detail-price-new .price {
        font-size: 1.25rem
    }
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .device-card.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .plan-card.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .product-grid.tile-table .tile-card .detail-price-new .from,
.caramel-bg-cards .product-home-card.tile-table .tile-card .detail-price-new .from {
    color: #6c6c6c;
    position: absolute;
    top: -20px;
    font-size: .875rem
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card .read-more,
.caramel-bg-cards .device-card.tile-table .tile-card .read-more,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.caramel-bg-cards .plan-card.tile-table .tile-card .read-more,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.caramel-bg-cards .product-grid.tile-table .tile-card .read-more,
.caramel-bg-cards .product-home-card.tile-table .tile-card .read-more {
    text-align: center;
    background-color: #232323;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 4px;
    padding: .825rem 1rem
}

.caramel-bg-cards .device-card-selection.tile-table .tile-card small,
.caramel-bg-cards .device-card.tile-table .tile-card small,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card small,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card small,
.caramel-bg-cards .plan-card.tile-table .tile-card small,
.caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card small,
.caramel-bg-cards .plan-single-card-selection.tile-table .tile-card small,
.caramel-bg-cards .product-grid.tile-table .tile-card small,
.caramel-bg-cards .product-home-card.tile-table .tile-card small {
    font-size: .875rem;
    font-family: suiss, Arial, sans-serif
}

.caramel-bg-cards .device-card-selection.offer .tile-card .price,
.caramel-bg-cards .device-card-selection.offer .tile-card .smile-points,
.caramel-bg-cards .device-card-selection.offer .tile-card small,
.caramel-bg-cards .device-card.offer .tile-card .price,
.caramel-bg-cards .device-card.offer .tile-card .smile-points,
.caramel-bg-cards .device-card.offer .tile-card small,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card .price,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card .smile-points,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card small,
.caramel-bg-cards .device-single-card-selection.offer .tile-card .price,
.caramel-bg-cards .device-single-card-selection.offer .tile-card .smile-points,
.caramel-bg-cards .device-single-card-selection.offer .tile-card small,
.caramel-bg-cards .plan-card.offer .tile-card .price,
.caramel-bg-cards .plan-card.offer .tile-card .smile-points,
.caramel-bg-cards .plan-card.offer .tile-card small,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card .price,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card .smile-points,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card small,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card .price,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card .smile-points,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card small,
.caramel-bg-cards .product-grid.offer .tile-card .price,
.caramel-bg-cards .product-grid.offer .tile-card .smile-points,
.caramel-bg-cards .product-grid.offer .tile-card small,
.caramel-bg-cards .product-home-card.offer .tile-card .price,
.caramel-bg-cards .product-home-card.offer .tile-card .smile-points,
.caramel-bg-cards .product-home-card.offer .tile-card small {
    color: #232323
}

.caramel-bg-cards .device-card-selection.offer .tile-card .read-more,
.caramel-bg-cards .device-card.offer .tile-card .read-more,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card .read-more,
.caramel-bg-cards .device-single-card-selection.offer .tile-card .read-more,
.caramel-bg-cards .plan-card.offer .tile-card .read-more,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card .read-more,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card .read-more,
.caramel-bg-cards .product-grid.offer .tile-card .read-more,
.caramel-bg-cards .product-home-card.offer .tile-card .read-more {
    background-color: #232323
}

.caramel-bg-cards .device-card-selection.offer .tile-card .before-price-container,
.caramel-bg-cards .device-card.offer .tile-card .before-price-container,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card .before-price-container,
.caramel-bg-cards .device-single-card-selection.offer .tile-card .before-price-container,
.caramel-bg-cards .plan-card.offer .tile-card .before-price-container,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card .before-price-container,
.caramel-bg-cards .product-grid.offer .tile-card .before-price-container,
.caramel-bg-cards .product-home-card.offer .tile-card .before-price-container {
    background-color: #232323;
    letter-spacing: .5px;
    color: #fff;
    margin-right: 4px;
    border-radius: 20px;
    padding: 2px 7px;
    font-size: .75rem
}

.caramel-bg-cards .device-card-selection.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .device-card.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .device-single-card-selection.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .plan-card.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .product-grid.offer .tile-card .before-price-container .before-price,
.caramel-bg-cards .product-home-card.offer .tile-card .before-price-container .before-price {
    text-decoration: line-through
}

.caramel-bg-cards .device-card-selection.offer .tile-card .bottom-text,
.caramel-bg-cards .device-card.offer .tile-card .bottom-text,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card .bottom-text,
.caramel-bg-cards .device-single-card-selection.offer .tile-card .bottom-text,
.caramel-bg-cards .plan-card.offer .tile-card .bottom-text,
.caramel-bg-cards .plan-multi-card-selection.offer .tile-card .bottom-text,
.caramel-bg-cards .plan-single-card-selection.offer .tile-card .bottom-text,
.caramel-bg-cards .product-grid.offer .tile-card .bottom-text,
.caramel-bg-cards .product-home-card.offer .tile-card .bottom-text {
    padding-top: 5px
}

.caramel-bg-cards .device-card.tile-table .tile-card .product,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .product,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .product {
    height: 260px;
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #fff
}

@media (max-width:992px) {

    .caramel-bg-cards .device-card.tile-table .tile-card .product,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .product,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .product {
        height: 100%
    }
}

.caramel-bg-cards .device-card.tile-table .tile-card .product .product-img,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .product .product-img,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .product .product-img {
    max-height: 100%
}

@media (max-width:1400px) {

    .caramel-bg-cards .device-card.tile-table .tile-card .product .product-img,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .product .product-img,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .product .product-img {
        width: 100%
    }
}

.caramel-bg-cards .device-card.tile-table .tile-card .product,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .product,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .product,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.caramel-bg-cards .device-card.tile-table .tile-card .smile-points,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
    height: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

@media (min-width:993px) {

    .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
        height: 200px
    }
}

.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory {
    color: #848789;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px
}

.caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list {
    padding-top: 0
}

.caramel-bg-cards .device-card.tile-table .tile-card:hover .product,
.caramel-bg-cards .device-card.tile-table .tile-card:hover .smile-points,
.caramel-bg-cards .device-card.tile-table .tile-card:hover .tiles-box-list,
.caramel-bg-cards .device-card.tile-table .tile-card:hover .tiles-box-title,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card:hover .product,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-title,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card:hover .product,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-title {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.caramel-bg-cards .device-card.tile-table .tile-card:hover .product,
.caramel-bg-cards .device-multi-card-selection.tile-table .tile-card:hover .product,
.caramel-bg-cards .device-single-card-selection.tile-table .tile-card:hover .product {
    border-top: 1px solid #e00800
}

.caramel-bg-cards .device-card.offer .tile-card:hover .product,
.caramel-bg-cards .device-card.offer .tile-card:hover .smile-points,
.caramel-bg-cards .device-card.offer .tile-card:hover .tiles-box-list,
.caramel-bg-cards .device-card.offer .tile-card:hover .tiles-box-title,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card:hover .product,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card:hover .smile-points,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card:hover .tiles-box-list,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card:hover .tiles-box-title,
.caramel-bg-cards .device-single-card-selection.offer .tile-card:hover .product,
.caramel-bg-cards .device-single-card-selection.offer .tile-card:hover .smile-points,
.caramel-bg-cards .device-single-card-selection.offer .tile-card:hover .tiles-box-list,
.caramel-bg-cards .device-single-card-selection.offer .tile-card:hover .tiles-box-title {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    transition: all .5s ease-in-out
}

.caramel-bg-cards .device-card.offer .tile-card:hover .product,
.caramel-bg-cards .device-multi-card-selection.offer .tile-card:hover .product,
.caramel-bg-cards .device-single-card-selection.offer .tile-card:hover .product {
    border-top: 1px solid #232323
}

@media (min-width:768px) (max-width:992px) {
    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .smile-points {
        margin-left: .75rem !important
    }
}

@media (min-width:768px) {
    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .product {
        width: 180px;
        height: 180px;
        float: left;
        margin: 1rem 0
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .read-more {
        width: 165px;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        border-radius: .25rem;
        font-size: .875rem;
        height: 3rem
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tiles-box-title {
        height: auto;
        padding-bottom: 10px
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tiles-box-title .catagory {
        font-size: 10px;
        margin-bottom: 4px
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tiles-box-title h2 {
        font-size: 18px
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tiles-box-title ul.colorList {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tiles-box-title ul.colorList li {
        width: 12px;
        height: 12px
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tiles-box-title .bottom-text {
        font-size: 10px;
        line-height: 1;
        height: auto;
        margin-top: .25rem
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .smile-points {
        padding: .5rem .75rem;
        border-radius: 1rem;
        display: inline-block;
        font-size: 12px;
        line-height: 1.35;
        margin-left: 1.5rem;
        margin-bottom: .5rem
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .detail-price-new .from {
        font-size: 10px;
        line-height: 1;
        top: -10px
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .detail-price-new .price {
        font-size: 22px;
        line-height: 1
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card small {
        font-size: 10px;
        line-height: 1
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tile {
        display: -ms-flexbox;
        display: flex
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tile .tile-card__front {
        width: 100%
    }

    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card:hover .product,
    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card:hover .tiles-box-list,
    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card:hover .tiles-box-title {
        border-color: #fff
    }
}

@media (min-width:768px) and (max-width:992px) {
    .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .smile-points {
        margin-left: .75rem
    }
}

@media (max-width:992px) {

    .caramel-bg-cards .device-card-selection.tile-table .tile-card,
    .caramel-bg-cards .device-card.tile-table .tile-card,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card,
    .caramel-bg-cards .plan-card.tile-table .tile-card,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card,
    .caramel-bg-cards .product-grid.tile-table .tile-card,
    .caramel-bg-cards .product-home-card.tile-table .tile-card {
        margin-bottom: .5rem
    }

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .device-card.tile-table .tile-card .smile-points,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .plan-card.tile-table .tile-card .smile-points,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
    .caramel-bg-cards .product-grid.tile-table .tile-card .smile-points,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .smile-points {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #f7f8f4
    }

    .caramel-bg-cards .device-card-selection.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .device-card.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .product-grid.tile-table .tile-card:hover .smile-points,
    .caramel-bg-cards .product-home-card.tile-table .tile-card:hover .smile-points {
        border-bottom: 1px solid #e00800
    }

    .caramel-bg-cards .device-card-selection.tile-table .tile-card .read-more,
    .caramel-bg-cards .device-card.tile-table .tile-card .read-more,
    .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
    .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
    .caramel-bg-cards .plan-card.tile-table .tile-card .read-more,
    .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
    .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
    .caramel-bg-cards .product-grid.tile-table .tile-card .read-more,
    .caramel-bg-cards .product-home-card.tile-table .tile-card .read-more {
        display: none
    }

    .caramel-bg-cards .device-card-selection.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .device-card.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .device-multi-card-selection.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .device-single-card-selection.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .plan-card.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .plan-multi-card-selection.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .plan-single-card-selection.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .product-grid.offer .tile-card:hover .smile-points,
    .caramel-bg-cards .product-home-card.offer .tile-card:hover .smile-points {
        border-bottom: 1px solid #232323
    }

    .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-list {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #f7f8f4
    }

    .caramel-bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list {
        border-bottom: 1px solid #e00800
    }

    .caramel-bg-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }

    .caramel-bg-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }
}

@media (max-width:768px) {
    .caramel-bg-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }

    .caramel-bg-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }
}

.main-text-caramel {
    padding-top: 2rem
}

@media (min-width:993px) {
    .main-text-caramel {
        padding-top: 5rem
    }
}

.main-text-caramel.main-text .btn.btn-green,
.main-text-caramel.main-text .btn.btn-primary {
    width: 100%;
    height: 3rem;
    border-radius: 4px;
    line-height: 1;
    padding: 0;
    font-size: .875rem
}

@media (min-width:993px) {

    .main-text-caramel.main-text .btn.btn-green,
    .main-text-caramel.main-text .btn.btn-primary {
        width: 17.625rem
    }
}

.main-text-caramel.main-text .btn.btn-green.active,
.main-text-caramel.main-text .btn.btn-primary.active {
    background-color: #232323;
    border-color: #232323
}

.main-text-caramel.main-text .btn.btn-green.loading,
.main-text-caramel.main-text .btn.btn-primary.loading {
    text-align: left;
    color: hsla(0, 0%, 100%, .5);
    padding: 0 1rem
}

.main-text-caramel.main-text .btn.btn-green.couponCode,
.main-text-caramel.main-text .btn.btn-primary.couponCode {
    background-color: #fff;
    border: 2px dashed rgba(0, 0, 0, .5);
    font-size: 20px;
    line-height: 1.4;
    color: #232323;
    text-align: left;
    padding: 0 1rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 700;
    padding-right: 6rem;
    white-space: pre-wrap;
    word-break: break-all;
    min-height: 3rem;
    height: auto
}

.main-text-caramel.main-text .btn.btn-green.couponCode .tapToCopy,
.main-text-caramel.main-text .btn.btn-primary.couponCode .tapToCopy {
    font-size: .875rem;
    line-height: 1.43;
    text-align: right;
    color: #232323;
    position: absolute;
    right: 1rem;
    top: .8rem;
    text-transform: none;
    letter-spacing: 0
}

.main-text-caramel.main-text h5 {
    font-size: 1.625rem;
    line-height: 1.25;
    color: #232323;
    letter-spacing: 0;
    margin: 0
}

@media (min-width:993px) {
    .main-text-caramel.main-text h5 {
        font-size: 2rem
    }
}

.main-text-caramel.main-text p {
    font-size: .875rem;
    color: #232323
}

@media (min-width:993px) {
    .main-text-caramel.main-text p {
        font-size: 1.25rem;
        line-height: 1.4
    }
}

.main-text-caramel.main-text a {
    color: #e00800
}

.main-text-caramel.main-text ul {
    margin-bottom: 1.5rem;
    margin-top: 1rem
}

@media (min-width:993px) {
    .main-text-caramel.main-text ul {
        margin-top: 0
    }
}

.main-text-caramel.main-text ul li {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 0;
    color: #232323
}

@media (min-width:993px) {
    .main-text-caramel.main-text ul li {
        font-size: 1.25rem;
        padding-top: 1rem
    }
}

.main-text-caramel.main-text ul li .bulletIcon {
    padding-right: 1rem;
    padding-top: 3px;
    vertical-align: text-bottom;
    display: inline-block;
    height: 30px
}

.main-text-caramel.main-text ul li .bulletIcon.check svg {
    height: 20px;
    width: 24px;
    vertical-align: middle;
    line-height: 1.2
}

.main-text-caramel.main-text ul li .bulletIcon.calendar svg {
    height: 20px;
    width: 24px;
    vertical-align: text-top;
    line-height: 1.2
}

@media (min-width:993px) {
    .getVoCo .btn {
        margin-right: 1rem
    }
}

.getVoCo .btn.btn-green,
.getVoCo .btn.btn-primary {
    width: 100%;
    height: 3rem;
    border-radius: 4px;
    line-height: 1;
    padding: 0;
    font-size: .875rem
}

@media (min-width:993px) {

    .getVoCo .btn.btn-green,
    .getVoCo .btn.btn-primary {
        width: 17.625rem
    }
}

.getVoCo .btn.btn-green.active,
.getVoCo .btn.btn-primary.active {
    background-color: #e00800;
    border-color: #e00800
}

.getVoCo .btn.btn-green.loading,
.getVoCo .btn.btn-primary.loading {
    text-align: left;
    color: hsla(0, 0%, 100%, .5);
    padding: 0 1rem
}

.getVoCo .btn.btn-green.couponCode,
.getVoCo .btn.btn-primary.couponCode {
    background-color: #fff;
    border: 2px dashed rgba(0, 0, 0, .5);
    font-size: 20px;
    line-height: 1.4;
    color: #232323;
    text-align: left;
    padding: 0 1rem;
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-weight: 700;
    padding-right: 6rem;
    white-space: pre-wrap;
    word-break: break-all;
    min-height: 3rem;
    height: auto
}

.getVoCo .btn.btn-green.couponCode .tapToCopy,
.getVoCo .btn.btn-primary.couponCode .tapToCopy {
    font-size: .875rem;
    line-height: 1.43;
    text-align: right;
    color: #232323;
    position: absolute;
    right: 1rem;
    top: .8rem;
    text-transform: none;
    letter-spacing: 0
}

.loaderCircle {
    position: absolute;
    right: .75rem;
    top: .75rem;
    font-size: 10px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(90deg, #fff 10%, hsla(0, 0%, 100%, 0) 42%);
    animation: d 1.4s infinite linear;
    transform: translateZ(0)
}

.loaderCircle:before {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 100% 0 0 0
}

.loaderCircle:after,
.loaderCircle:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.loaderCircle:after {
    background: #232323;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    margin: auto;
    bottom: 0;
    right: 0
}

.loaderCircleGrn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #e00800;
    background: linear-gradient(90deg, #e00800 10%, hsla(0, 0%, 100%, 0) 42%);
    animation: d 1.4s infinite linear;
    transform: translateZ(0)
}

.loaderCircleGrn:before {
    width: 50%;
    height: 50%;
    background: #e00800;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.loaderCircleGrn:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@keyframes d {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

[lang=ar] [dir=rtl] .voucCode .btn {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .caramel-bg-cards .device-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-single-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-grid.tile-table .tile-card,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-home-card.tile-table .tile-card {
    margin-bottom: 22px
}

[lang=ar] [dir=rtl] .caramel-bg-cards .device-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-grid.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-home-card.tile-table .tile-card .smile-points,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-list,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title,
[lang=ar] [dir=rtl] .caramel-bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .caramel-bg-cards .device-card .tile-card .special-offer,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card .tile-card .special-offer {
    right: .875rem;
    left: auto
}

[lang=ar] [dir=rtl] .caramel-bg-cards .device-card .tile-card .before-price-container,
[lang=ar] [dir=rtl] .caramel-bg-cards .plan-card .tile-card .before-price-container {
    margin-left: 4px;
    margin-right: 0;
    float: right
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .tile .tile-card__front {
        width: 100%;
        text-align: right
    }

    [lang=ar] [dir=rtl] .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .read-more {
        left: 1rem;
        right: auto
    }

    [lang=ar] [dir=rtl] .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .smile-points {
        margin-right: 1.5rem;
        margin-left: 0
    }
}

@media (min-width:768px) (max-width:992px) {
    [lang=ar] [dir=rtl] .caramel-bg-cards.prod-variant .device-card.tile-table .tile-card .smile-points {
        margin-left: .75rem
    }
}

[lang=ar] [dir=rtl] .main-text-caramel.main-text ul li .bulletIcon {
    padding-left: 1rem;
    padding-right: 0
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .getVoCo .btn {
        margin-right: 0;
        margin-left: 1rem
    }
}

.faq-section {
    padding: 80px 0
}

.faq-section .nv-panel.panel-group {
    padding-bottom: 0
}

.faq-section .nv-panel .panel {
    background-color: #f0f0ea;
    border: 0 !important;
    box-shadow: none;
    padding: 1.5rem
}

@media (max-width:991px) {
    .faq-section .nv-panel .panel {
        padding: 1rem
    }
}

.faq-section .nv-panel .panel:nth-child(2n) {
    background-color: #fff
}

.faq-section .nv-panel .panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0
}

.faq-section .nv-panel .panel-title {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5
}

.faq-section .nv-panel .panel-title a {
    display: block;
    position: relative
}

.faq-section .nv-panel .panel-title a:after {
    background-image: url(/en/system/wst/assets/img/fr-icons/plus-business.svg);
    position: absolute;
    top: 2px;
    width: 1rem;
    height: 1rem;
    content: "";
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.faq-section .nv-panel .panel-title a[aria-expanded=true]:after {
    background-image: url(/en/system/wst/assets/img/fr-icons/minus-business.svg)
}

@media (max-width:991px) {
    .faq-section .nv-panel .panel-title a:after {
        width: .75rem;
        height: .75rem;
        top: 50%;
        transform: translateY(-50%)
    }
}

.faq-section .nv-panel .panel-title a .minusIcon,
.faq-section .nv-panel .panel-title a .plusIcon {
    float: right;
    height: .75rem;
    width: .75rem
}

@media (min-width:993px) {

    .faq-section .nv-panel .panel-title a .minusIcon,
    .faq-section .nv-panel .panel-title a .plusIcon {
        height: 1rem;
        width: 1rem
    }
}

.faq-section .nv-panel .panel-title a.collapsed .minusIcon,
.faq-section .nv-panel .panel-title a .plusIcon {
    display: none
}

.faq-section .nv-panel .panel-title a.collapsed .plusIcon {
    display: block
}

@media (max-width:991px) {
    .faq-section .nv-panel .panel-title {
        font-size: 14px;
        line-height: 1.43
    }
}

.faq-section .nv-panel .panel-body {
    border: 0 !important;
    padding: 0;
    margin-top: 1.5rem
}

@media (max-width:991px) {
    .faq-section .nv-panel .panel-body {
        margin-top: .75rem
    }
}

.faq-section .nv-panel .panel-body .nv-description {
    color: #919192
}

.faq-section .nv-section-title {
    font-size: 2rem;
    line-height: 1.25;
    color: #232323;
    letter-spacing: 0;
    margin: 0
}

@media (min-width:768px) {
    .faq-section .nv-section-title {
        text-align: center
    }
}

@media (max-width:767px) {
    .faq-section {
        padding: 0;
        padding: 0 16px
    }
}

.faq-section .nv-btn-link {
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 1.6px
}

.faq-section .nv-btn-link:before {
    padding: 2.7px
}

.faq-section .nv-btn-link:hover {
    text-decoration: underline
}

.faq-section .green-circle-tabs {
    padding: 3rem 0
}

.faq-section .green-circle-tabs .swiper-container {
    padding: 0
}

.faq-section .green-circle-tabs .nav-tabs {
    margin: 0;
    border: 0
}

.faq-section .green-circle-tabs .swiper-slide {
    width: auto !important;
    margin: auto
}

.faq-section .green-circle-tabs .green-circle-tab {
    color: #232323;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .14px;
    text-align: center;
    line-height: 1.4;
    padding: 1.05rem 1.5rem;
    border: 0
}

.faq-section .green-circle-tabs .active {
    background-color: rgba(224, 8, 0, .2);
    border: 1px solid #e00800;
    border-radius: 36.5px;
    margin: 0
}

.faq-section .green-circle-tabs .active .green-circle-tab {
    color: #e00800 !important;
    background-color: transparent !important;
    border: 0 !important
}

.faq-section .green-circle-tabs .swiper-slide.active:after {
    display: none
}

[lang=ar] [dir=rtl] .faq-section .nv-panel .panel-title a:after {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .faq-section .nv-panel .panel-title a .minusIcon,
[lang=ar] [dir=rtl] .faq-section .nv-panel .panel-title a .plusIcon {
    float: left
}

@media (max-width:991px) {
    .faq-section {
        padding: 40px 0
    }

    .faq-section .green-circle-tabs {
        padding: 8px 0 0
    }

    .faq-section .green-circle-tabs .swiper-container {
        padding: 0;
        margin-bottom: 1rem
    }

    .faq-section .green-circle-tabs .green-circle-tab {
        font-size: 14px;
        padding: 8px 16px;
        letter-spacing: 0
    }
}

@media (max-width:991px) {
    .nv-section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }
}

.btn-green {
    color: #e00800
}

.nv-card-wrapper {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: .5rem
}

.nv-card-wrapper .nv-card-input,
.nv-card-wrapper .nv-checkboxes-wrap {
    display: none
}

.nv-card-wrapper .nv-brand {
    margin-bottom: .5rem
}

.nv-card-wrapper hr.dashed {
    border: 0;
    height: 1px;
    background: url(/b2c/eshopApp/assets/img/nv-etisalat/SVG/divider.png) 0 0 repeat
}

.nv-card-wrapper .nv-special-offer {
    font-family: suiss, Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 1.5rem;
    border-radius: 0 0 .25rem .25rem
}

.nv-card-wrapper .nv-special-offer.nv-md {
    left: 1rem
}

.nv-card-wrapper .nv-special-offer.nv-full-width {
    left: 0 !important;
    right: 0 !important;
    border-radius: .25rem .25rem 0 0
}

.nv-card-wrapper .nv-price-wrapper,
.nv-card-wrapper .nv-price-wrapper .price .price-value {
    font-family: suiss, Arial, sans-serif
}

.nv-card-wrapper .nv-smile-points {
    border: 0 !important
}

.nv-card-wrapper .nv-device-header,
.nv-card-wrapper .nv-plan-header {
    border-radius: .5rem .5rem 0 0
}

.nv-card-wrapper .nv-card {
    border: 0;
    border-radius: .5rem
}

.nv-card-wrapper .nv-card.products {
    height: 100%;
    cursor: pointer
}

.nv-card-wrapper .nv-card.products .nv-card-body {
    transition: all .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 1.5rem;
    border-radius: .5rem;
    border: 1px solid transparent
}

.nv-card-wrapper .nv-card.products:hover .nv-card-body {
    border-color: #e00800
}

.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body {
    padding: 0;
    border-width: 1px 1px 0;
    border-radius: .5rem .5rem 0 0
}

.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body .nv-brand,
.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body .nv-color-list,
.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body .nv-price-wrapper,
.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body .nv-product-name {
    padding: 0 1.5rem
}

.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body .nv-brand {
    color: #232323
}

.nv-card-wrapper .nv-card.products.nv-device-card .nv-card-body .nv-product-name {
    margin-bottom: 1rem;
    color: #232323;
    max-height: 3rem;
    overflow: hidden
}

.nv-card-wrapper .nv-card.products.nv-plan-card .nv-card-body {
    border-width: 0 1px;
    border-radius: 8px 8px 0 0
}

.nv-card-wrapper .nv-card.products.nv-plan-card.elife-plan .nv-card-body {
    border-radius: .5rem .5rem 0 0;
    border-width: 1px 1px 0
}

.nv-card-wrapper .nv-card.products.offer .nv-price-wrapper .price {
    color: #232323
}

.nv-card-wrapper .nv-card.products.offer:hover .nv-card-body {
    border-color: #232323
}

.nv-card-wrapper .btn-buy-now {
    border-radius: 0 0 .5rem .5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 18px;
    height: 52px
}

.nv-card-wrapper .btn-buy-now.nv-sm {
    height: 38px
}

.nv-card-wrapper .nv-selected-plan {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    border-bottom: 1px solid #e00800;
    transition: all .5s;
    border-radius: 0 0 .5rem .5rem;
    display: none;
    text-transform: uppercase;
    letter-spacing: 4px
}

.nv-card-wrapper.selectable .nv-checkboxes-wrap {
    display: block
}

.nv-card-wrapper.selectable .nv-card-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.nv-card-wrapper.selectable .nv-card-input:checked+.products.nv-device-card .nv-card-body,
.nv-card-wrapper.selectable .nv-card-input:checked+.products.nv-plan-card .nv-card-body {
    border-color: #e00800
}

.nv-card-wrapper.selectable .nv-card-input[type=radio]:checked+.products .nv-checkboxes-wrap label {
    border: 1px solid #e00800;
    box-shadow: inset 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.nv-card-wrapper.selectable .nv-card-input[type=radio]:checked+.products .nv-checkboxes-wrap label:after {
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    opacity: 1;
    border: 6px solid #e00800
}

.nv-card-wrapper.selectable .nv-card-input[type=checkbox]:checked+.products .nv-checkboxes-wrap label {
    background-color: #e00800;
    border-color: #e00800;
    box-shadow: 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.nv-card-wrapper.selectable .nv-card-input[type=checkbox]:checked+.products .nv-checkboxes-wrap label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 6px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    top: 45%;
    left: 51%;
    opacity: 1
}

.nv-card-wrapper.selectable .nv-card.products {
    border-width: 1px;
    border-radius: .5rem
}

.nv-card-wrapper.selectable .nv-card.products .nv-price-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nv-card-wrapper.selectable .nv-card.products.nv-device-card .nv-card-body {
    border-width: 1px;
    border-radius: .5rem
}

.nv-card-wrapper.selectable .nv-card.products.nv-device-card .nv-card-body .nv-smile-points {
    border-radius: 0 0 .5rem .5rem
}

.nv-card-wrapper.selectable .nv-card.products.nv-plan-card .nv-card-body {
    border-width: 0 1px 1px;
    border-radius: 0 0 .5rem .5rem
}

.nv-card-wrapper.selectable .nv-card.products.nv-plan-card.elife-plan .nv-card-body {
    border-radius: .5rem;
    border-width: 1px
}

.nv-card-wrapper.selectable .nv-card.products:hover.nv-plan-card .nv-card-body {
    border-width: 0 1px 1px;
    border-radius: .5rem
}

.nv-card-wrapper.selectable .nv-card.products:hover.nv-plan-card.elife-plan .nv-card-body {
    border-radius: .5rem;
    border-width: 1px
}

.nv-card-wrapper.selectable .btn-buy-now {
    display: none
}

.nv-card-wrapper.selectable.v-2 .btn-buy-now {
    display: block !important
}

.nv-card-wrapper.selectable.v-2 .nv-card.products .nv-card-body .nv-selected-plan {
    border-radius: 0 0 .5rem .5rem
}

.nv-card-wrapper.selectable.v-2 .nv-card.products .nv-card-body,
.nv-card-wrapper.selectable.v-2 .nv-card.products:hover .nv-card-body {
    border-width: 1px 1px 0;
    border-radius: .5rem .5rem 0 0
}

.nv-card-wrapper.selectable.v-2.selected .nv-selected-plan {
    display: block
}

.nv-card-wrapper.selectable.v-2.selected .btn-buy-now {
    display: none !important
}

.nv-card-wrapper .cart-specification {
    margin-bottom: .75rem
}

.nv-card-wrapper .cart-specification li {
    margin-bottom: .25rem;
    color: #232323;
    font-size: 1rem;
    line-height: 26px
}

.nv-card-wrapper .cart-selected-addons .cart-selected-addon:not(:last-child) {
    border-bottom: 1px solid #232323;
    margin-bottom: 14px;
    padding-bottom: 14px
}

.nv-card-wrapper .important-card {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem;
    border-radius: .5rem;
    box-shadow: none;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: 0
}

.nv-card-wrapper .important-card .card-title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: .25rem
}

.nv-card-wrapper .important-card .card-text {
    line-height: 21px
}

.nv-card-wrapper .nv-smile-points {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all .5s
}

.nv-card-wrapper .nv-card.products:hover .nv-smile-points {
    border-color: #e00800
}

.nv-card-wrapper .nv-card.products.offer .btn-buy-now {
    border-color: #232323;
    background-color: #232323
}

.nv-card-wrapper .nv-card.products.offer:hover .nv-smile-points {
    border-color: #232323
}

@media (max-width:991px) {
    .nv-best-seller .nv-product-name {
        max-height: 2.7rem !important
    }

    .bestseller-styling .nv-section-title {
        font-size: 24px
    }

    .nv-card-wrapper .nv-card.products .nv-card-body {
        border: 0 !important;
        border-radius: .5rem !important
    }

    .nv-card-wrapper .nv-card.products:hover .nv-card-body {
        border: 0 !important
    }

    .nv-card-wrapper .btn-buy-now {
        display: none
    }

    .nv-card-wrapper.keepbtn .btn-buy-now {
        display: block
    }

    .nv-card-wrapper .elife-plan .nv-brand {
        margin: 0 !important
    }

    .nv-card-wrapper .nv-card.products .nv-card-body>.nv-px-4 {
        padding-right: .75rem !important;
        padding-left: .75rem !important
    }

    .nv-card-wrapper.selectable.v-2.selected .nv-selected-plan {
        letter-spacing: 2px
    }

    .nv-card-wrapper .nv-special-offer {
        left: .75rem
    }
}

[lang=ar] [dir=rtl] .nv-card-wrapper .nv-special-offer {
    right: 1.5rem;
    left: auto
}

[lang=ar] [dir=rtl] .nv-card-wrapper .nv-special-offer.nv-md {
    right: 1rem
}

[lang=ar] [dir=rtl] .nv-card-wrapper .nv-card.products .nv-card-body .smile-points,
[lang=ar] [dir=rtl] .nv-card-wrapper .nv-card.products.nv-plan-card .nv-card-body .channel-list {
    letter-spacing: 0
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .nv-card-wrapper .nv-special-offer {
        right: .75rem;
        left: auto
    }
}

.section-gray {
    background-color: #f0f0ea;
    padding: 0
}

.m-r-d-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5rem 0 1rem
}

@media (min-width:768px) {
    .m-r-d-title {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:991px) {
    .m-r-d-title {
        margin-bottom: 4px;
        margin-top: 2.5rem
    }
}

.m-r-d-title h5 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    color: #232323;
    margin: 0
}

@media (max-width:992px) {
    .m-r-d-title h5 {
        font-size: 28px
    }
}

.m-r-d-title ul li {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
    padding-top: .75rem
}

@media (max-width:992px) {
    .m-r-d-title ul li {
        font-size: .875rem
    }
}

.m-r-d-title ul li .bulletIcon.check {
    vertical-align: middle
}

@media (max-width:992px) {
    .m-r-d-title ul li .bulletIcon.check svg {
        width: 20px
    }
}

.mrd-tile {
    margin-top: 1rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-radius: .5rem
}

.mrd-tile .mrd-tile-img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    min-height: 1px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@media (min-width:993px) {
    .mrd-tile .mrd-tile-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px
    }
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.mrd-tile .mrd-tile-img:before {
    content: "";
    margin: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    left: 0;
    background: url(../img/caramel/crvbr-xs.svg) 0 100% repeat-x;
    z-index: 1
}

@media (min-width:993px) {
    .mrd-tile .mrd-tile-img:before {
        background: url(../img/caramel/crvbr.svg) 0 0 repeat-y;
        left: 99%;
        width: 10px;
        height: 100%
    }
}

.mrd-tile .mrd-tile-details {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 24px;
    position: relative;
    min-height: 1px
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 16px
    }
}

.mrd-tile .mrd-tile-details .mrd-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.58;
    color: #232323;
    letter-spacing: normal
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-title {
        font-size: 18px;
        font-weight: 700;
        font-weight: suiss, Arial, sans-serif
    }
}

.mrd-tile .mrd-tile-details .mrd-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
    margin: 0
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-desc {
        font-size: 14px
    }
}

.mrd-tile .mrd-tile-details .mrd-event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-event {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mrd-tile .mrd-tile-details .mrd-event-details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-event-details {
        font-size: 14px;
        margin-bottom: 1rem
    }
}

.mrd-tile .mrd-tile-details .mrd-event-details p {
    color: #767676
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-event-details p {
        font-size: 12px
    }
}

.mrd-tile .mrd-tile-details .mrd-event-details .ico {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-event-details .ico {
        width: 32px;
        height: 32px
    }
}

.mrd-tile .mrd-tile-details .mrd-title-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:993px) {
    .mrd-tile .mrd-tile-details .mrd-title-time {
        min-height: 60px
    }
}

.mrd-tile .mrd-tile-details .mrd-title-time .btn {
    margin-top: auto;
    margin-top: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: .25rem;
    width: 100%
}

@media (max-width:991px) {
    .mrd-tile .mrd-tile-details .mrd-title-time .btn {
        margin-top: 1rem;
        font-weight: 700;
        font-size: .875rem
    }
}

@media (min-width:993px) {
    .mrd-tile .mrd-tile-details .mrd-title-time .btn {
        margin-top: auto;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        width: 250px
    }
}

@media (min-width:993px) {
    .mrd-tile .mrd-tile-details .drawCounter {
        min-height: 252px
    }
}

@media (max-width:992px) {
    .mrd-tile .mrd-tile-details a {
        font-size: .875rem
    }
}

.mrd-tile:after {
    background: #f0f0ea;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
    margin: auto;
    right: -10px;
    bottom: 0;
    top: -65%;
    left: auto;
    box-shadow: inset 4px 0 9px -4px rgba(0, 0, 0, .2)
}

@media (min-width:993px) {
    .mrd-tile:after {
        top: 0
    }
}

.mrd-tile:before {
    background: #f0f0ea;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
    margin: auto;
    right: auto;
    bottom: 0;
    top: -65%;
    left: -10px;
    box-shadow: inset -4px 0 9px -5px rgba(0, 0, 0, .2);
    z-index: 1
}

@media (min-width:993px) {
    .mrd-tile:before {
        top: 0
    }
}

.entryConfirmed {
    margin-top: 1rem;
    width: 100%;
    text-align: center
}

@media (min-width:993px) {
    .entryConfirmed {
        width: 290px;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        margin-top: 0
    }
}

@media (max-width:992px) {
    .entryConfirmed {
        font-size: .875rem
    }
}

.entryConfirmed p {
    margin-bottom: .25rem;
    line-height: 1;
    color: #767676
}

.entryConfirmed p img,
.entryConfirmed p svg {
    vertical-align: middle;
    margin: 0 .5rem;
    min-height: 20px
}

[lang=ar] [dir=rtl] .mrd-tile .mrd-tile-details .mrd-event-details .ico {
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .mrd-tile .mrd-tile-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

[lang=ar] [dir=rtl] .mrd-tile .mrd-tile-img:before {
    background: url(../img/caramel/crvbr-ar.svg) 0 0 repeat-y;
    left: auto;
    right: 96.7%
}

[lang=ar] [dir=rtl] .mrd-tile .mrd-tile-details .mrd-title-time .btn {
    right: auto
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .mrd-tile .mrd-tile-details .mrd-title-time .btn {
        left: 1rem
    }
}

.flip-clock-wrapper * {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.container-fluid:after,
.flip-clock-wrapper.container-fluid:before,
.flip-clock-wrapper.container:after,
.flip-clock-wrapper.container:before,
.flip-clock-wrapper.dl-horizontal dd:after,
.flip-clock-wrapper.dl-horizontal dd:before,
.flip-clock-wrapper.form-horizontal .form-group:after,
.flip-clock-wrapper.form-horizontal .form-group:before,
.flip-clock-wrapper.modal-footer:after,
.flip-clock-wrapper.modal-footer:before,
.flip-clock-wrapper.modal-header:after,
.flip-clock-wrapper.modal-header:before,
.flip-clock-wrapper.nav:after,
.flip-clock-wrapper.nav:before,
.flip-clock-wrapper.navbar-collapse:after,
.flip-clock-wrapper.navbar-collapse:before,
.flip-clock-wrapper.navbar-header:after,
.flip-clock-wrapper.navbar-header:before,
.flip-clock-wrapper.navbar:after,
.flip-clock-wrapper.navbar:before,
.flip-clock-wrapper.row:after,
.flip-clock-wrapper.row:before {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.container-fluid:after,
.flip-clock-wrapper.container:after,
.flip-clock-wrapper.dl-horizontal dd:after,
.flip-clock-wrapper.form-horizontal .form-group:after,
.flip-clock-wrapper.modal-footer:after,
.flip-clock-wrapper.modal-header:after,
.flip-clock-wrapper.nav:after,
.flip-clock-wrapper.navbar-collapse:after,
.flip-clock-wrapper.navbar-header:after,
.flip-clock-wrapper.navbar:after,
.flip-clock-wrapper.row:after {
    clear: both
}

.flip-clock-wrapper.clearfix,
.flip-clock-wrapper.container,
.flip-clock-wrapper.container-fluid,
.flip-clock-wrapper.dl-horizontal dd,
.flip-clock-wrapper.form-horizontal .form-group,
.flip-clock-wrapper.modal-footer,
.flip-clock-wrapper.modal-header,
.flip-clock-wrapper.nav,
.flip-clock-wrapper.navbar,
.flip-clock-wrapper.navbar-collapse,
.flip-clock-wrapper.navbar-header,
.flip-clock-wrapper.row {
    *zoom: 1
}

.flip-clock-wrapper {
    font: normal 11px Helvetica Neue, Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em
}

.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
    content: " ";
    display: table
}

.flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.flip-clock-wrapper ul li a div.down {
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    animation: e .01s .49s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 30px
}

.flip-clock-dot.bottom {
    bottom: 30px
}

@keyframes e {
    0% {
        z-index: 2
    }

    to {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    animation: f .5s .5s linear both
}

@keyframes f {
    0% {
        transform: rotateX(90deg)
    }

    to {
        transform: rotateX(0deg)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    animation: g .5s linear both
}

@keyframes g {
    0% {
        transform: rotateX(0deg)
    }

    to {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    animation: h .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    animation: i .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    animation: h .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    animation: i .5s .2s linear both
}

@keyframes h {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes i {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.green-friday {
    position: relative
}

@media (min-width:993px) {
    .green-friday {
        float: right;
        padding: 0 .5rem
    }
}

.green-friday .banner-image {
    overflow: hidden;
    max-height: 67px;
    height: 67px;
    position: absolute;
    z-index: 1;
    width: 100%
}

.green-friday .banner-image div.cover img.cover {
    height: 100%
}

.green-friday .main {
    height: 67px;
    position: relative;
    z-index: 9;
    overflow: hidden
}

.green-friday .main .main-text-greenf {
    display: -ms-flexbox;
    display: flex
}

.green-friday .main .main-text-greenf .content,
.green-friday .main .main-text-greenf .timer {
    width: 50%
}

.green-friday .main .main-text-greenf .timer {
    padding-left: 2rem;
    height: 67px
}

.green-friday .main .main-text-greenf .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 67px
}

.green-friday .main .content h4,
.green-friday .main .content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.green-friday .main .content h4 {
    color: #232323;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    margin: 0
}

.green-friday .main .content p {
    color: #232323;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    margin: 0
}

.green-friday .clock.flip-clock-wrapper {
    margin: 0
}

.green-friday .clock.flip-clock-wrapper .flip-clock-label {
    right: -50px;
    top: 3rem;
    color: #232323;
    font-size: 10px
}

.green-friday .clock.flip-clock-wrapper .flip-clock-dot.bottom,
.green-friday .clock.flip-clock-wrapper .flip-clock-dot.top {
    display: none
}

.green-friday .clock.flip-clock-wrapper ul {
    width: 24px;
    height: 37px;
    font-size: 30px;
    line-height: 37px
}

.green-friday .clock.flip-clock-wrapper ul li {
    line-height: 37px
}

.green-friday .clock.flip-clock-wrapper ul li a div,
.green-friday .clock.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px
}

@media (max-width:992px) {
    .green-friday .banner-image {
        max-height: 100%;
        height: 100%
    }

    .green-friday .main {
        height: auto
    }

    .green-friday .main .main-text-greenf {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .green-friday .main .main-text-greenf .content {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-bottom: 1rem;
        height: auto
    }

    .green-friday .main .main-text-greenf .content h4 {
        margin-bottom: 1rem
    }

    .green-friday .main .main-text-greenf .content h4,
    .green-friday .main .main-text-greenf .content p {
        text-align: left;
        text-overflow: inherit;
        overflow: auto;
        white-space: inherit
    }

    .green-friday .main .main-text-greenf .timer {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
        margin-bottom: 12px
    }
}

.green-friday.medium-banner .flip-clock-wrapper .flip {
    box-shadow: none
}

.green-friday.medium-banner .flip-clock-wrapper ul li a div div.inn {
    font-family: suiss, Arial, sans-serif
}

.green-friday.medium-banner .main {
    height: 100%
}

.green-friday.medium-banner .main .main-text-greenf {
    min-height: 289px;
    display: block
}

.green-friday.medium-banner .main .main-text-greenf>.row {
    width: 100%
}

.green-friday.medium-banner .main .main-text-greenf .content,
.green-friday.medium-banner .main .main-text-greenf .timer {
    width: 100%;
    height: 100%
}

.green-friday.medium-banner .main .main-text-greenf .content {
    min-height: 289px
}

@media (min-width:992px) {
    .green-friday.medium-banner .main .main-text-greenf .content {
        height: 289px
    }
}

.green-friday.medium-banner .main .main-text-greenf .content h4,
.green-friday.medium-banner .main .main-text-greenf .content p {
    text-align: left;
    text-overflow: inherit;
    overflow: auto;
    white-space: inherit
}

.green-friday.medium-banner .main .main-text-greenf .content h4 {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 8px
}

.green-friday.medium-banner .main .main-text-greenf .content p {
    font-size: 18px;
    line-height: 22px
}

@media (min-width:768px) {
    .green-friday.medium-banner .main .main-text-greenf .content .btn {
        max-width: 180px
    }
}

.green-friday.medium-banner .main .main-text-greenf .timer {
    height: 100%;
    min-height: 289px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

@media (min-width:992px) {
    .green-friday.medium-banner .main .main-text-greenf .timer {
        height: 289px
    }
}

.green-friday.medium-banner .main .main-text-greenf .timer .flip-clock-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0
}

.green-friday.medium-banner .banner-image {
    max-height: 100%;
    height: 100%
}

.green-friday.medium-banner .flip-clock-dot.bottom,
.green-friday.medium-banner .flip-clock-dot.top {
    display: none !important;
    bottom: 0
}

.green-friday.medium-banner .flip-clock-wrapper ul li a div.up:after {
    background-color: transparent
}

.green-friday.medium-banner .flip-clock-wrapper ul li a div.down:after,
.green-friday.medium-banner .flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px
}

.green-friday.medium-banner .flip-clock-wrapper ul li a div.up:before {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 10px;
    height: 10px
}

.green-friday.medium-banner .flip-clock-divider {
    width: 18px
}

.green-friday.medium-banner .flip-clock-divider .flip-clock-label {
    letter-spacing: 2px;
    line-height: 19px;
    font-size: 16px;
    color: #232323;
    text-transform: uppercase;
    top: 8rem;
    right: -100px
}

.green-friday.medium-banner .flip-clock-divider.hours .flip-clock-label {
    right: -110px
}

.green-friday.medium-banner .flip-clock-divider.minutes .flip-clock-label {
    right: -120px
}

.green-friday.medium-banner .flip-clock-divider.seconds .flip-clock-label {
    right: -125px
}

@media (min-width:992px) {
    .green-friday.medium-banner .main .flip-clock-wrapper ul {
        height: 112px;
        width: 67px;
        margin: 0 .5rem
    }

    .green-friday.medium-banner .main .flip-clock-wrapper ul li {
        line-height: 112px;
        overflow: hidden
    }

    .green-friday.medium-banner .main .flip-clock-wrapper ul li:before {
        content: "";
        position: absolute;
        top: 42px;
        left: -5px;
        z-index: 5;
        width: 17px;
        height: 100%;
        background-image: url(../../b2c/assets/img/bg-cards/holder_1.png);
        background-repeat: no-repeat
    }

    .green-friday.medium-banner .main .flip-clock-wrapper ul li:after {
        content: "";
        position: absolute;
        top: 42px;
        right: -4px;
        z-index: 5;
        width: 17px;
        height: 100%;
        background-image: url(../../b2c/assets/img/bg-cards/holder_2.png);
        background-repeat: no-repeat
    }

    .green-friday.medium-banner .main .flip-clock-wrapper ul li a div div.inn {
        font-size: 75px;
        font-weight: 700;
        background: linear-gradient(180deg, #323232, #363636 23.14%, #0a0a0a 51.58%, #3a3a3a 54.21%, #161616 58.11%, #121212 92.91%, #0a0a0a)
    }
}

@media (min-width:992px) and (max-width:1247px) {
    .green-friday.medium-banner .main .flip-clock-wrapper ul li a div div.inn {
        font-size: 52px
    }
}

@media (max-width:991px) {
    .green-friday.medium-banner .flip-clock-wrapper ul {
        width: 35px;
        height: 47px;
        line-height: 47px;
        font-size: 30px;
        margin: 0 3px
    }

    .green-friday.medium-banner .flip-clock-wrapper ul li {
        line-height: 47px
    }

    .green-friday.medium-banner .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px
    }

    .green-friday.medium-banner .main .main-text-greenf .timer {
        min-height: inherit
    }

    .green-friday.medium-banner .main .main-text-greenf .timer .flip-clock-wrapper {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .green-friday.medium-banner .main .main-text-greenf {
        min-height: auto
    }

    .green-friday.medium-banner .main .main-text-greenf>.row {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .green-friday.medium-banner .main .main-text-greenf>.row>div.col-md-4 {
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }

    .green-friday.medium-banner .main .main-text-greenf>.row>div.col-md-6 {
        padding: 0
    }

    .green-friday.medium-banner .main .main-text-greenf>.row>div.col-md-8 {
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }

    .green-friday.medium-banner .main .main-text-greenf .content {
        min-height: inherit;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .green-friday.medium-banner .main .main-text-greenf .content p {
        color: #6c6c6c;
        font-size: 14px;
        line-height: 20px
    }

    .green-friday.medium-banner .main .main-text-greenf .content h4 {
        font-size: 20px;
        line-height: 28px;
        white-space: inherit;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .green-friday.medium-banner .main .main-text-greenf .timer {
        margin: 0;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .green-friday.medium-banner .flip-clock-divider {
        width: 12px;
        height: 70px
    }

    .green-friday.medium-banner .flip-clock-divider .flip-clock-label {
        top: 55px;
        letter-spacing: 1px;
        font-size: 8px;
        color: #232323;
        line-height: 10px;
        text-transform: uppercase;
        right: -50px
    }

    .green-friday.medium-banner .flip-clock-divider.days {
        width: 0
    }

    .green-friday.medium-banner .flip-clock-divider.hours .flip-clock-label {
        right: -50px
    }

    .green-friday.medium-banner .flip-clock-divider.minutes .flip-clock-label,
    .green-friday.medium-banner .flip-clock-divider.seconds .flip-clock-label {
        right: -60px
    }
}

.green-friday.inner-page-banner .main .main-text-greenf {
    min-height: 363px
}

@media (min-width:992px) {
    .green-friday.inner-page-banner .main .main-text-greenf {
        height: 363px
    }
}

.green-friday.inner-page-banner .main .main-text-greenf .content,
.green-friday.inner-page-banner .main .main-text-greenf .timer {
    min-height: 363px
}

@media (min-width:992px) {

    .green-friday.inner-page-banner .main .main-text-greenf .content,
    .green-friday.inner-page-banner .main .main-text-greenf .timer {
        height: 363px
    }
}

@media (max-width:991px) {
    .green-friday.inner-page-banner .main .main-text-greenf>.row>div.col-md-4 {
        -ms-flex-order: 1;
        order: 1
    }

    .green-friday.inner-page-banner .main .main-text-greenf>.row>div.col-md-8 {
        -ms-flex-order: 2;
        order: 2
    }

    .green-friday.inner-page-banner .main .main-text-greenf {
        min-height: auto
    }

    .green-friday.inner-page-banner .main .main-text-greenf .content,
    .green-friday.inner-page-banner .main .main-text-greenf .timer {
        min-height: auto;
        margin-top: 1.5rem;
        margin-bottom: 0
    }

    .green-friday.inner-page-banner .main .main-text-greenf .timer {
        margin-bottom: 1rem
    }
}

.green-friday.and-small .flip-clock-wrapper ul {
    width: 28px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin: 0 1px
}

.green-friday.and-small .flip-clock-wrapper ul li {
    line-height: 37px
}

.green-friday.and-small .flip-clock-wrapper ul li a div div.inn {
    font-size: 22px
}

@media (min-width:992px) {
    .green-friday.and-small .main .main-text-greenf .timer {
        min-height: inherit
    }

    .green-friday.and-small .main .main-text-greenf .timer .flip-clock-wrapper {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .green-friday.and-small .main .flip-clock-wrapper ul {
        width: 24px;
        height: 37px;
        line-height: 37px;
        font-size: 22px;
        margin: 0 3px
    }

    .green-friday.and-small .main .flip-clock-wrapper ul li {
        line-height: 37px
    }

    .green-friday.and-small .main .flip-clock-wrapper ul li:after,
    .green-friday.and-small .main .flip-clock-wrapper ul li:before {
        display: none
    }

    .green-friday.and-small .main .flip-clock-wrapper ul li a div div.inn {
        font-size: 22px;
        font-weight: 700;
        background: #232323
    }

    .green-friday.and-small .flip-clock-divider .flip-clock-label {
        font-size: 10px
    }

    .green-friday.and-small .flip-clock-divider {
        width: 4px;
        height: 53px
    }

    .green-friday.and-small .flip-clock-divider .flip-clock-label {
        top: 45px;
        letter-spacing: 1px;
        font-size: 8px;
        color: #232323;
        line-height: 10px;
        text-transform: uppercase;
        right: -45px
    }

    .green-friday.and-small .flip-clock-divider.days {
        width: 0
    }

    .green-friday.and-small .flip-clock-divider.hours .flip-clock-label {
        right: -47px
    }

    .green-friday.and-small .flip-clock-divider.minutes .flip-clock-label,
    .green-friday.and-small .flip-clock-divider.seconds .flip-clock-label {
        right: -55px
    }

    .green-friday.and-small .main .main-text-greenf,
    .green-friday.and-small .main .main-text-greenf .content,
    .green-friday.and-small .main .main-text-greenf .timer {
        min-height: 70px
    }

    .green-friday.and-small .main .main-text-greenf .content h4,
    .green-friday.and-small .main .main-text-greenf .content p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .green-friday.and-small .main .main-text-greenf .content h4 {
        color: #232323;
        font-size: 24px;
        line-height: 30px;
        text-align: right;
        margin: 0;
        margin-bottom: 4px
    }

    .green-friday.and-small .main .main-text-greenf .content p {
        color: #232323;
        font-size: 14px;
        line-height: 17px;
        text-align: right;
        margin: 0
    }
}

.green-friday.and-small .main .main-text-greenf {
    min-height: 70px
}

@media (min-width:992px) {
    .green-friday.and-small .main .main-text-greenf {
        height: 70px
    }
}

.green-friday.and-small .main .main-text-greenf .content,
.green-friday.and-small .main .main-text-greenf .timer {
    min-height: 70px
}

@media (min-width:992px) {

    .green-friday.and-small .main .main-text-greenf .content,
    .green-friday.and-small .main .main-text-greenf .timer {
        height: 70px
    }
}

.green-friday.and-small .flip-clock-wrapper ul li a div.down:after,
.green-friday.and-small .flip-clock-wrapper ul li a div.up:after {
    box-shadow: none
}

@media (max-width:991px) {
    .green-friday.and-small .flip-clock-wrapper ul li a div div.inn {
        text-shadow: none;
        font-size: 22px
    }

    .green-friday.and-small .flip-clock-divider .flip-clock-label {
        top: 42px
    }

    .green-friday.and-small .flip-clock-divider {
        height: auto
    }

    .green-friday.and-small .main .main-text-greenf .timer .flip-clock-wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }

    .green-friday.and-small .main .main-text-greenf .content {
        min-height: auto;
        margin-bottom: 0
    }

    .green-friday.and-small .main .main-text-greenf .content p {
        display: none
    }

    .green-friday.and-small .main .main-text-greenf .content h4 {
        font-family: suiss, Arial, sans-serif;
        line-height: 19px;
        font-weight: 700;
        font-size: 16px;
        margin-top: 4px;
        text-align: center
    }

    .green-friday.and-small .main .main-text-greenf .timer {
        margin-top: 0;
        margin-bottom: 4px;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 52px
    }

    .green-friday.and-small .flip-clock-divider.days .flip-clock-label {
        right: -40px
    }

    .green-friday.and-small .flip-clock-divider.hours .flip-clock-label {
        right: -45px
    }

    .green-friday.and-small .flip-clock-divider.minutes .flip-clock-label,
    .green-friday.and-small .flip-clock-divider.seconds .flip-clock-label {
        right: -55px
    }
}

.timerCont {
    padding: 2rem 1rem;
    text-align: center;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1rem;
    border-top: 1px solid #f0f0ea
}

@media (min-width:993px) {
    .timerCont {
        margin-top: .5rem;
        border-top: 0 solid #f0f0ea;
        padding: .5rem 1rem 0;
        min-width: 322px
    }
}

.timerCont h3 {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    color: #232323;
    margin: 0 0 .25rem
}

.green-friday.and-small .flip-clock-divider .flip-clock-label {
    top: 50px;
    letter-spacing: 0;
    font-size: 14px;
    color: #232323;
    line-height: 20px;
    right: -45px;
    text-transform: lowercase;
    font-family: suiss, Arial, sans-serif
}

@media (max-width:992px) {
    .green-friday .raffle-clock.flip-clock-wrapper {
        width: 240px;
        margin: auto
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .green-friday {
        float: left;
        padding: 0 .25rem
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .green-friday .raffle-clock.flip-clock-wrapper {
        width: auto
    }
}

[lang=ar] [dir=rtl] .flip-clock-wrapper {
    direction: ltr
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .green-friday.medium-banner .main .main-text-greenf .timer .flip-clock-wrapper {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

[lang=ar] [dir=rtl] .green-friday.medium-banner .main .main-text-greenf .timer .flip-clock-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start
}

[lang=ar] [dir=rtl] .green-friday.medium-banner.and-small .main .main-text-greenf .timer .flip-clock-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end
}

[lang=ar] [dir=rtl] .green-friday.medium-banner .main .main-text-greenf .content h4,
[lang=ar] [dir=rtl] .green-friday.medium-banner .main .main-text-greenf .content p {
    text-align: right
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .green-friday.medium-banner.and-small .main .main-text-greenf .timer .flip-clock-wrapper {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

@media (min-width:992px) {

    [lang=ar] [dir=rtl] .green-friday.and-small .main .main-text-greenf .content h4,
    [lang=ar] [dir=rtl] .green-friday.and-small .main .main-text-greenf .content p {
        text-align: left
    }

    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.days .flip-clock-label,
    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.hours .flip-clock-label,
    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.minutes .flip-clock-label,
    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.seconds .flip-clock-label {
        left: 75px;
        right: auto
    }
}

@media (max-width:991px) {

    [lang=ar] [dir=rtl] .green-friday.and-small .main .main-text-greenf .content h4,
    [lang=ar] [dir=rtl] .green-friday.and-small .main .main-text-greenf .content p {
        text-align: center
    }

    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.hours .flip-clock-label,
    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.minutes .flip-clock-label,
    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.seconds .flip-clock-label {
        left: 40px;
        right: auto
    }

    [lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider.days .flip-clock-label {
        left: 36px;
        right: auto
    }
}

[lang=ar] [dir=rtl] .green-friday.medium-banner.and-small .flip-clock-divider .flip-clock-label {
    left: 10px !important;
    right: auto
}

[lang=ar] [dir=rtl] .green-friday.medium-banner.and-small .flip-clock-divider.days .flip-clock-label,
[lang=ar] [dir=rtl] .green-friday.medium-banner.and-small .flip-clock-divider.hours .flip-clock-label {
    left: 16px !important
}

[lang=ar] [dir=rtl] .green-friday.medium-banner .flip-clock-divider .flip-clock-label {
    font-family: GE SS Two, Arial, sans-serif !important;
    letter-spacing: 0
}

.green-online-exclusive {
    border-radius: 14.5px;
    padding: 7px 10px;
    display: inline-block
}

.green-online-exclusive.bg-green {
    background-color: #e00800
}

.green-online-exclusive.bg-orange {
    background-color: #232323
}

.green-online-exclusive .content,
.green-online-exclusive .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.green-online-exclusive .icon {
    width: 12px;
    height: 12px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px
}

.green-online-exclusive .icon img,
.green-online-exclusive .icon svg {
    width: 12px;
    height: 12px
}

.green-online-exclusive .text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .25px;
    color: #fff;
    font-size: 12px;
    line-height: normal
}

.green-online-exclusive.with-card {
    position: absolute;
    bottom: 0;
    left: 24px
}

[lang=ar] [dir=rtl] .green-online-exclusive.with-card {
    left: auto;
    right: 24px
}

[lang=ar] [dir=rtl] .green-online-exclusive .icon {
    margin-right: 0;
    margin-left: 4px
}

.media-cta-4-small-title {
    font-family: suiss, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 4px;
    color: #232323;
    text-transform: uppercase
}

@media (min-width:992px) {
    .media-cta-4-small-title {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 4px
    }
}

.media-cta-4-title h2 {
    font-size: 26px;
    line-height: normal;
    color: #232323;
    letter-spacing: normal;
    margin: 0
}

@media (min-width:992px) {
    .media-cta-4-title h2 {
        font-size: 32px;
        line-height: 1.19
    }
}

.media-cta-4-title p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-top: 8px
}

@media (min-width:992px) {
    .media-cta-4-title p {
        font-size: 20px;
        line-height: 24px;
        color: #232323;
        margin-top: 4px
    }
}

.media-cta-4-title p a {
    color: #e00800
}

.media-cta-4-title p a:hover {
    cursor: pointer;
    text-decoration: underline
}

.media-cta-4-desc p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: normal;
    color: #6c6c6c
}

@media (min-width:992px) {
    .media-cta-4-desc p {
        font-size: 20px;
        line-height: 24px;
        color: #232323
    }
}

.media-cta-4-desc p a {
    color: #e00800
}

.media-cta-4-desc p a:hover {
    cursor: pointer;
    text-decoration: underline
}

.media-cta-4-desc p+p {
    margin-top: 20px
}

@media (min-width:992px) {
    .media-cta-4-desc p+p {
        margin-top: 2rem
    }
}

.media-cta-4-lists ul.with-dynamic-icons {
    margin: 0;
    padding: 0
}

.media-cta-4-lists ul.with-dynamic-icons li {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: normal;
    color: #232323;
    margin-bottom: 8px;
    position: relative;
    padding-left: 28px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .media-cta-4-lists ul.with-dynamic-icons li {
        font-size: 20px;
        line-height: 24px
    }
}

.media-cta-4-lists ul.with-dynamic-icons li:last-child {
    margin-bottom: 0
}

.media-cta-4-lists ul.with-dynamic-icons li:before {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background: url(../img/caramel/icon-checkbox.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 20px
}

@media (min-width:992px) {
    .media-cta-4-lists ul.with-dynamic-icons li:before {
        width: 24px;
        height: 24px;
        background-size: 24px;
        top: 3px
    }
}

.media-cta-4-lists ul.with-dynamic-icons li img,
.media-cta-4-lists ul.with-dynamic-icons li svg {
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.media-cta-4-lists ul.with-dynamic-icons li:before {
    display: none
}

.media-cta-4-price .aed,
.media-cta-4-price .from {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    color: #6c6c6c;
    line-height: 17px
}

.media-cta-4-price .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

.media-cta-4-price .price .value {
    font-family: suiss, Arial, sans-serif;
    font-size: 36px;
    letter-spacing: normal;
    color: #232323;
    padding-right: 4px;
    line-height: 1
}

.media-cta-4-price .was {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.media-cta-4-price .was .offer {
    font-size: 8px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #232323;
    color: #fff;
    margin-right: 4px;
    font-weight: 700;
    line-height: normal
}

.media-cta-4-price .was .offer span {
    text-decoration: line-through
}

@media (min-width:992px) {
    .media-cta-4-price .was .offer {
        padding: 2px 8px 3px;
        font-size: 12px
    }
}

.media-cta-4-price .was .vat {
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #6c6c6c
}

@media (min-width:992px) {
    .media-cta-4-price .was .vat {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #232323;
        padding-left: .25rem;
        padding-right: .25rem
    }
}

.media-cta-4-btn {
    width: auto
}

.media-cta-4-btn .btn {
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    min-width: 100%
}

@media (min-width:992px) {
    .media-cta-4-btn .btn {
        min-width: 282px
    }
}

.media-cta-4-link .link {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 2px;
    color: #e00800;
    margin-top: 24px
}

.media-cta-4-link .link img,
.media-cta-4-link .link svg {
    margin-left: 4px;
    width: 9px;
    height: 9px
}

@media (min-width:992px) {
    .media-cta-4-link .link {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 2px;
        color: #e00800;
        margin-top: 0
    }

    .media-cta-4-link .link img,
    .media-cta-4-link .link svg {
        margin-left: 4px;
        width: 16px;
        height: 16px
    }
}

.media-cta-module-section {
    position: relative;
    height: auto;
    overflow: hidden
}

@media (min-width:992px) {

    .media-cta-module-section,
    .media-cta-module-section.ver-A {
        height: 595px
    }
}

@media (min-width:992px) {
    .media-cta-module-section.ver-B {
        height: 506px
    }
}

.media-cta-module-section>div,
.media-cta-module-section>div>div,
.media-cta-module-section>div>div>div {
    height: inherit
}

.media-cta-module-section .container {
    height: 100%
}

@media (max-width:767px) {
    .media-cta-module-section .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.media-cta-module-section.with-bg {
    background-color: #f0f0ea
}

.media-cta-module-section:after {
    content: "";
    background: url(../img/caramel/wave-graphic.svg) no-repeat;
    position: absolute;
    width: 148px;
    height: 160px;
    z-index: 0;
    right: -8px;
    top: 0;
    background-size: 148px
}

@media (min-width:992px) {
    .media-cta-module-section:after {
        width: 212px;
        height: 220px;
        background-size: 212px
    }
}

.media-cta-module-section.reverse .mod-wrap .mod-img {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:992px) {
    .media-cta-module-section.reverse .mod-wrap .mod-img {
        margin-right: 0;
        margin-left: 12px
    }
}

.media-cta-module-section.reverse .mod-wrap .mod-content {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:992px) {
    .media-cta-module-section.reverse .mod-wrap .mod-content {
        margin-right: 12px;
        margin-left: 0
    }
}

.media-cta-module-section.reverse:after {
    background: url(/en/system/wst/assets/img/fr-icons/background-pattern-ar.png) no-repeat;
    left: -8px;
    right: 0;
    z-index: 0;
    transform: rotate(0);
    width: 148px;
    height: 160px;
    background-size: 148px
}

@media (min-width:992px) {
    .media-cta-module-section.reverse:after {
        width: 212px;
        height: 220px;
        background-size: 212px
    }
}

.media-cta-module-section .mod-wrap {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .media-cta-module-section .mod-wrap {
        height: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.media-cta-module-section .mod-wrap .mod-content,
.media-cta-module-section .mod-wrap .mod-img {
    position: relative;
    width: 100%
}

@media (min-width:992px) {

    .media-cta-module-section .mod-wrap .mod-content,
    .media-cta-module-section .mod-wrap .mod-img {
        width: 50%
    }
}

.media-cta-module-section .mod-wrap .mod-img {
    height: 292px;
    -ms-flex-order: 2;
    order: 2;
    width: 280px
}

@media (min-width:320px) {
    .media-cta-module-section .mod-wrap .mod-img {
        width: 320px
    }
}

@media (min-width:992px) {
    .media-cta-module-section .mod-wrap .mod-img {
        height: 100%;
        margin-right: 12px;
        -ms-flex-order: 1;
        order: 1;
        width: 50%
    }
}

.media-cta-module-section .mod-wrap .mod-content {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.5rem;
    padding-top: 40px;
    z-index: 1
}

@media (min-width:992px) {
    .media-cta-module-section .mod-wrap .mod-content {
        padding-top: 5rem;
        margin-left: .75rem;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
        height: 100%
    }
}

.media-cta-module-section .mod-wrap .mod-content p.smallerText {
    font-size: .875rem;
    line-height: 1.43;
    color: #232323
}

.media-cta-module-section .mod-wrap .mod-content p a {
    color: #e00800
}

.media-cta-module-section .mod-wrap .mod-content .dropdown.management {
    top: 2rem
}

@media (min-width:993px) {
    .media-cta-module-section .mod-wrap .mod-content .dropdown.management {
        top: 5rem
    }
}

.media-cta-module-section .content-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .media-cta-module-section .content-bottom {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 5rem
    }
}

@media (min-width:993px) and (max-width:1305px) {
    .media-cta-module-section .content-bottom {
        -ms-flex-align: end;
        align-items: end
    }
}

.media-cta-module-section .content-bottom .label p {
    font-size: 12px;
    line-height: 1.33;
    color: #232323;
    margin: 0
}

@media (max-width:991px) {
    .media-cta-module-section .content-bottom .label p {
        text-align: center;
        margin-bottom: 16px
    }
}

@media (min-width:992px) {
    .media-cta-module-section .content-bottom .label p {
        font-size: 14px;
        line-height: 1.43;
        color: #232323;
        text-align: left
    }
}

@media (max-width:991px) {
    .media-cta-module-section .content-bottom .media-cta-4-btn {
        text-align: center
    }
}

@media (min-width:992px) {
    .media-cta-module-section .content-bottom .media-cta-4-btn {
        margin-left: 12px
    }
}

.media-cta-module-section .content-bottom .media-cta-4-price {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .media-cta-module-section .content-bottom .media-cta-4-price {
        margin-bottom: 0;
        margin-right: 12px
    }
}

.media-cta-module-section .content-bottom .appicon-cont {
    vertical-align: top;
    margin-bottom: .5rem
}

.media-cta-module-section .content-bottom .appicon-cont img,
.media-cta-module-section .content-bottom .appicon-cont svg {
    width: 160px;
    height: 48px;
    margin-right: 1rem
}

.media-cta-module-section .content-bottom .appicon-cont .btn {
    width: 180px;
    height: 3rem;
    vertical-align: top;
    line-height: 1;
    padding: 1rem;
    border-radius: 4px;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700
}

@media (max-width:992px) {
    .media-cta-module-section .content-bottom .media-cta-4-link {
        text-align: center;
        padding: 18px 0 24px
    }
}

.media-cta-module-section .media-cta-4-small-title {
    margin-bottom: 10px
}

.media-cta-module-section .media-cta-4-title {
    margin-bottom: 16px
}

@media (min-width:992px) {
    .media-cta-module-section .media-cta-4-title {
        margin-bottom: 24px
    }
}

.media-cta-module-section .media-cta-4-desc p {
    margin-bottom: 36px
}

@media (min-width:992px) {
    .media-cta-module-section .media-cta-4-desc p {
        margin-bottom: 48px
    }
}

.media-cta-module-section .media-cta-4-lists ul.with-dynamic-icons {
    margin-bottom: 1.5rem
}

.download-etisalat .icons-wrap.appicon-cont .icon {
    width: 10rem;
    height: 48px
}

.moreAppicon {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 2px;
    color: #e00800
}

@media (min-width:993px) {
    .moreAppicon {
        line-height: 4rem
    }
}

@media (min-width:1025px) {
    .freeSubscriptions .media-cta-module-section .mod-wrap .mod-img picture img.cover {
        position: static
    }
}

@media (max-width:767px) {
    .freeSubscriptions .media-cta-module-section .mod-wrap .mod-img picture img.cover {
        height: 100%
    }
}

.freeSubscriptions .media-cta-module-section {
    height: 700px
}

@media (max-width:767px) {
    .freeSubscriptions .media-cta-module-section {
        height: auto
    }
}

@media (min-width:992px) and (max-width:1023px) {
    .freeSubscriptions .media-cta-module-section {
        height: 780px
    }
}

@media (min-width:1024px) and (max-width:1399px) {
    .freeSubscriptions .media-cta-module-section {
        height: 830px
    }
}

.freeSubscriptions .media-cta-module-section .content-bottom {
    bottom: 1.5rem;
    text-align: center
}

@media (min-width:992px) and (max-width:1024px) {
    .freeSubscriptions .media-cta-module-section .content-bottom {
        position: relative;
        padding-top: 2rem
    }
}

.freeSubscriptions .media-cta-module-section .media-cta-4-desc p>P {
    margin-bottom: .25rem
}

@media (min-width:768px) {
    .freeSubscriptions .media-cta-module-section.ver-A .mod-wrap .mod-img picture img.cover {
        padding-top: 4rem;
        padding-right: 5rem;
        padding-left: 2rem;
        width: 100%
    }
}

@media (min-width:1299px) {
    .freeSubscriptions .media-cta-module-section.ver-A .mod-wrap .mod-img picture img.cover {
        padding-top: 4rem;
        padding-right: 8rem;
        padding-left: 4rem
    }
}

@media (max-width:767px) {
    .freeSubscriptions .media-cta-module-section .dropdown.management {
        top: 1.5rem
    }
}

.bottonContentNote {
    left: 0
}

@media (min-width:993px) {
    .bottonContentNote {
        position: absolute;
        bottom: 2rem
    }
}

.bottonContentNote p {
    margin: 4px 0 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33;
    color: #6c6c6c
}

.bottonContentNote p>b {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.14;
    color: #6c6c6c
}

@media (max-width:992px) {
    .validNoteMessage {
        min-height: 36px
    }
}

.validNoteMessage p {
    margin: .75rem 0 -3rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33;
    color: #6c6c6c
}

@media (max-width:992px) {
    .validNoteMessage p {
        text-align: center
    }
}

.voucNote {
    text-align: center;
    font-size: .75rem;
    padding: 0 0 .5rem;
    font-weight: 400;
    line-height: 1.33;
    color: #6c6c6c
}

[lang=ar] [dir=rtl] .media-cta-4-lists ul.with-dynamic-icons.with-dynamic-icons li img,
[lang=ar] [dir=rtl] .media-cta-4-lists ul.with-dynamic-icons.with-dynamic-icons li svg {
    margin-right: 0;
    margin-left: 16px
}

[lang=ar] [dir=rtl] .mod-content .media-cta-4-title h2 {
    text-align: right
}

[lang=ar] [dir=rtl] .hero-thumbnails .thumbnail-icon {
    margin-right: 0;
    margin-left: 12px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section .mod-wrap .mod-img {
        margin-right: 0;
        margin-left: 12px
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section .mod-wrap .mod-content {
        margin-right: 12px;
        margin-left: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section .content-bottom .media-cta-4-price {
        margin-right: 0;
        margin-left: 12px
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section .content-bottom .media-cta-4-btn {
        margin-left: 0;
        margin-right: 12px
    }
}

[lang=ar] [dir=rtl] .media-cta-4-lists ul.with-dynamic-icons li {
    padding-left: 0
}

[lang=ar] [dir=rtl] .media-cta-4-lists ul.with-dynamic-icons li:before {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .media-cta-4-price .price .value {
    padding-right: 4px;
    padding-left: 0
}

[lang=ar] [dir=rtl] .media-cta-module-section .content-bottom .appicon-cont img,
[lang=ar] [dir=rtl] .media-cta-module-section .content-bottom .appicon-cont svg {
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .media-cta-module-section:after {
    left: -8px;
    right: auto;
    z-index: 0;
    content: "";
    width: 148px;
    height: 160px;
    background: url(/en/system/wst/assets/img/fr-icons/background-pattern-ar.png) no-repeat;
    background-size: 148px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section:after {
        width: 212px;
        height: 220px;
        background-size: 212px
    }
}

[lang=ar] [dir=rtl] .media-cta-module-section.reverse {
    right: -8px;
    left: auto;
    transform: rotate(0)
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section.reverse .mod-wrap .mod-img {
        margin-right: 12px;
        margin-left: 0
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section.reverse .mod-wrap .mod-content {
        margin-right: 0;
        margin-left: 12px
    }
}

[lang=ar] [dir=rtl] .media-cta-module-section.reverse .media-cta-4-price .price .value {
    padding-right: 0;
    padding-left: 4px
}

[lang=ar] [dir=rtl] .media-cta-module-section.reverse:after {
    right: -8px;
    left: 0;
    transform: rotate(0);
    background: url(/en/system/wst/assets/img/fr-icons/background-pattern-en.png) no-repeat;
    background-size: 148px;
    width: 148px;
    height: 160px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .media-cta-module-section.reverse:after {
        width: 212px;
        height: 220px;
        background-size: 212px
    }
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .freeSubscriptions .media-cta-module-section.ver-A .mod-wrap .mod-img picture img.cover {
        padding-right: 4rem;
        padding-left: 8rem
    }
}

[lang=ar] [dir=rtl] .media-cta-module-section .content-bottom .appicon-cont img,
[lang=ar] [dir=rtl] .media-cta-module-section .content-bottom .appicon-cont svg {
    margin-right: 0
}

[lang=ar] [dir=rtl] .bottonContentNote {
    left: auto;
    right: 0
}

@media (max-width:991px) {
    .get-more-title-wrap {
        padding: 0 16px
    }
}

.get-more-title-wrap h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.21;
    letter-spacing: normal;
    color: #232323
}

@media (min-width:992px) {
    .get-more-title-wrap h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

.get-more-title-small h3 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
    color: #232323;
    margin: 0
}

@media (min-width:992px) {
    .get-more-title-small h3 {
        font-size: 24px;
        line-height: 1.33
    }
}

.get-more-paragraph p {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #232323;
    margin: 0
}

@media (min-width:992px) {
    .get-more-paragraph p {
        font-size: 16px;
        line-height: 1.5;
        color: #767676
    }
}

.get-more-paragraph+.get-more-paragraph,
.get-more-paragraph p+p {
    margin-top: 20px
}

.get-more-image {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden
}

@media (min-width:992px) {
    .get-more-image {
        height: 242px;
        min-width: 360px
    }
}

.nav-view-wrapp.panel {
    border: 0;
    box-shadow: none
}

.nav-view-wrapp.panel>a,
.nav-view-wrapp.panel>a.collapsed {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #232323;
    padding: 18px 0;
    padding-left: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff
}

@media (min-width:992px) {

    .nav-view-wrapp.panel>a,
    .nav-view-wrapp.panel>a.collapsed {
        font-size: 20px;
        line-height: 1.4;
        color: #232323;
        padding: 24px 0;
        padding-left: 1.5rem
    }
}

.nav-view-wrapp.panel>a.collapsed svg,
.nav-view-wrapp.panel>a svg {
    margin-right: 1rem;
    height: 24px;
    width: 24px
}

@media (min-width:992px) {

    .nav-view-wrapp.panel>a.collapsed svg,
    .nav-view-wrapp.panel>a svg {
        margin-right: 1.5rem
    }
}

.nav-view-wrapp.panel>a.collapsed:active,
.nav-view-wrapp.panel>a.collapsed:focus,
.nav-view-wrapp.panel>a.collapsed:hover,
.nav-view-wrapp.panel>a:active,
.nav-view-wrapp.panel>a:focus,
.nav-view-wrapp.panel>a:hover {
    background-color: #fafaf4
}

.nav-view-wrapp.panel>a.collapsed {
    font-weight: 400 !important
}

.nav-view-wrapp.panel>a {
    font-weight: 700;
    color: #e00800;
    background-color: #fafaf4
}

@media (min-width:992px) {
    .nav-view-wrapp.panel>a {
        font-weight: 700;
        color: #e00800
    }
}

@media (max-width:991px) {
    .nav-view-wrapp.panel>a:before {
        border: solid #b2b2b2;
        border-width: 0 1px 1px 0;
        padding: 3.5px;
        content: "";
        position: absolute;
        line-height: 1;
        transform: translateY(-30%) rotate(-135deg);
        transition: all .3s ease-in-out;
        right: 18px;
        z-index: 1;
        top: 50%
    }
}

@media (max-width:991px) {
    .nav-view-wrapp.panel>a.collapsed:before {
        transform: translateY(-70%) rotate(45deg)
    }
}

@media (min-width:992px) {
    .nav-view-wrapp.panel>a:after {
        border: solid #e00800;
        border-width: 2px;
        height: 28px;
        border-radius: 4px;
        content: "";
        position: absolute;
        line-height: 1;
        left: 0;
        z-index: 1
    }
}

@media (min-width:992px) {
    .nav-view-wrapp.panel>a.collapsed:after {
        display: none
    }
}

.get-more-section {
    border-radius: 4px
}

@media (max-width:991px) {
    .get-more-section .container {
        padding: 0;
        width: 100%
    }
}

.get-more-section .desktop-head {
    background-color: #fff
}

.get-more-section .mobile-head {
    background-color: #fafaf4;
    width: 100%
}

.get-more-section .mobile-head a img,
.get-more-section .mobile-head a svg {
    height: 28px;
    min-height: 28px;
    width: 28px;
    overflow: hidden;
    margin-right: 1rem
}

.get-more-section .mobile-head a img.rectangleLogo,
.get-more-section .mobile-head a svg.rectangleLogo {
    width: auto
}

.get-more-section .get-more-title-wrap {
    margin-bottom: 24px
}

@media (min-width:992px) {
    .get-more-section .get-more-title-wrap {
        margin-bottom: 52px
    }
}

.get-more-section .panel {
    margin: 0
}

.get-more-section .desktop-layout .desktop-head a img.rectangleLogo,
.get-more-section .desktop-layout .desktop-head a svg.rectangleLogo {
    width: auto
}

@media (min-width:992px) {
    .get-more-section .desktop-layout {
        display: -ms-flexbox;
        display: flex
    }

    .get-more-section .desktop-layout .desktop-head a {
        width: 408px;
        padding-right: 24px
    }

    .get-more-section .desktop-layout .desktop-head a img,
    .get-more-section .desktop-layout .desktop-head a svg {
        height: 28px;
        width: 28px;
        min-height: 28px;
        margin-right: 1.5rem
    }
}

.get-more-section .desktop-body {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:992px) {
    .get-more-section .desktop-body {
        padding: 36px 1.5rem 26px
    }
}

@media (min-width:1248px) {
    .get-more-section .desktop-body {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991px) {
    .get-more-section .desktop-body {
        background-color: #f0f0ea
    }
}

.get-more-section .desktop-body .get-more-details {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:1248px) {
    .get-more-section .desktop-body .get-more-details {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 1.5rem
    }
}

.get-more-section .desktop-body .get-more-details .get-more-title-small {
    margin-bottom: 24px
}

.get-more-section .desktop-body .learn-more-wrap {
    margin-top: 1.5rem
}

@media (max-width:991px) {
    .get-more-section .desktop-body .learn-more-wrap {
        margin-bottom: 28px
    }
}

.get-more-section .desktop-body .learn-more-wrap .btn-text:before {
    right: -20px !important
}

@media (min-width:992px) {
    .get-more-section .desktop-body .learn-more-wrap .btn-text {
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 2px
    }

    .get-more-section .desktop-body .learn-more-wrap .btn-text:before {
        right: -25px !important
    }
}

.get-more-section .desktop-body .get-more-image {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1rem
}

@media (min-width:1248px) {
    .get-more-section .desktop-body .get-more-image {
        -ms-flex-order: 2;
        order: 2;
        margin: 0
    }
}

.get-more-section .desktop-body .media-cta-4-desc ul,
.get-more-section .desktop-body .media-cta-4-lists ul {
    margin-bottom: 16px
}

@media (min-width:992px) {

    .get-more-section .desktop-body .media-cta-4-desc ul,
    .get-more-section .desktop-body .media-cta-4-lists ul {
        margin-bottom: 24px
    }
}

.get-more-section .desktop-body .media-cta-4-desc p,
.get-more-section .desktop-body .media-cta-4-lists p {
    margin-bottom: 24px
}

@media (min-width:992px) {

    .get-more-section .desktop-body .media-cta-4-desc p,
    .get-more-section .desktop-body .media-cta-4-lists p {
        margin-bottom: 48px
    }
}

.get-more-section .desktop-body .content-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .get-more-section .desktop-body .content-bottom {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:991px) {
    .get-more-section .desktop-body .content-bottom {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 24px
    }

    .get-more-section .desktop-body .content-bottom .media-cta-4-btn .btn {
        min-width: 172px
    }
}

@media (max-width:767px) {
    .get-more-section .desktop-body .content-bottom .media-cta-4-btn .btn {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (max-width:420px) {
    .get-more-section .desktop-body .content-bottom .media-cta-4-btn .btn {
        letter-spacing: 0;
        min-width: 122px
    }
}

.get-more-section .desktop-body .content-bottom .media-cta-4-price .price .value {
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal
}

@media (min-width:992px) {
    .get-more-section .desktop-body .content-bottom .media-cta-4-price .price .value {
        font-size: 28px
    }
}

.get-more-section .desktop-body .content-bottom .media-cta-4-price .price .aed {
    font-size: 9px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: .89;
    letter-spacing: normal
}

@media (min-width:992px) {
    .get-more-section .desktop-body .content-bottom .media-cta-4-price .price .aed {
        font-size: 14px;
        line-height: 1
    }
}

.get-more-section .desktop-body .content-bottom .media-cta-4-price.orange .aed,
.get-more-section .desktop-body .content-bottom .media-cta-4-price.orange .value {
    color: #232323
}

[lang=ar] [dir=rtl] .get-more-section .mobile-head a img {
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .get-more-title-wrap h2 {
    font-size: 28px;
    line-height: 1.21;
    text-align: right
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .get-more-title-wrap h2 {
        font-size: 32px;
        line-height: 1.25
    }
}

[lang=ar] [dir=rtl] .get-more-section .desktop-layout .desktop-head>a img,
[lang=ar] [dir=rtl] .get-more-section .desktop-layout .desktop-head>a svg {
    margin-left: 1.5rem;
    margin-right: 0
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .nav-view-wrapp.panel>a:before {
        right: auto;
        left: 18px
    }
}

[lang=ar] [dir=rtl] .get-more-section .desktop-body .learn-more-wrap .btn-text:before {
    right: auto !important
}

[lang=ar] [dir=rtl] .nav-view-wrapp.panel>a.collapsed svg,
[lang=ar] [dir=rtl] .nav-view-wrapp.panel>a svg {
    margin-right: 0;
    margin-left: 16px
}

[lang=ar] [dir=rtl] .nav-view-wrapp.panel>a,
[lang=ar] [dir=rtl] .nav-view-wrapp.panel>a.collapsed {
    padding-left: 0;
    padding-right: 16px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .nav-view-wrapp.panel>a:after {
        left: auto;
        right: 0
    }

    [lang=ar] [dir=rtl] .get-more-section .desktop-layout .desktop-head>a {
        padding-right: 24px
    }
}

.caramel .consumer-register-form {
    text-align: center;
    padding: 2rem 0
}

@media (min-width:993px) {
    .caramel .consumer-register-form {
        padding: 7rem 0 3rem
    }
}

.caramel .btn {
    width: 100%;
    height: 3rem;
    line-height: 1;
    border-radius: .25rem
}

@media (min-width:993px) {
    .caramel .btn {
        margin-top: 1rem;
        width: 17.625rem
    }
}

.caramel .message-status {
    text-align: center;
    padding: 7rem 0 3rem
}

.caramel .message-status .status-icons {
    margin-bottom: 4rem;
    vertical-align: text-top
}

.caramel .message-status .status-icons .icon-item {
    margin: 0 1.5rem;
    display: inline-block;
    position: relative;
    min-width: 48px;
    min-height: 48px;
    vertical-align: text-top;
    vertical-align: middle
}

@media (max-width:992px) {
    .caramel .message-status .status-icons .icon-item {
        margin: 0 1rem
    }
}

.caramel .message-status .status-icons .icon-item img,
.caramel .message-status .status-icons .icon-item svg {
    height: 48px
}

@media (max-width:992px) {

    .caramel .message-status .status-icons .icon-item img,
    .caramel .message-status .status-icons .icon-item svg {
        height: 36px;
        width: auto
    }
}

.caramel .message-status .status-icons .icon-item .sepBar {
    height: 60px;
    width: 1px;
    background: #353738;
    display: inline-block
}

.caramel .message-status .message-text-container {
    text-align: center
}

.caramel .message-status .message-text-container h3 {
    font-size: 26px;
    margin: 1.5rem 0;
    line-height: 1;
    letter-spacing: 0;
    color: #232323
}

@media (max-width:992px) {
    .caramel .message-status .message-text-container h3 {
        font-size: 20px
    }
}

.caramel .message-status .message-text-container p.p-paragraph {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #232323
}

@media (max-width:992px) {
    .caramel .message-status .message-text-container p.p-paragraph {
        font-size: .75rem;
        line-height: 18px
    }
}

.caramel .message-status .message-text-container .btn {
    margin-top: 2.25rem;
    margin-bottom: 1rem
}

.caramel .signUPcont {
    border: 1px solid #f0f0ea;
    border-radius: .5rem;
    padding: 1.5rem;
    margin: 1rem 0
}

.caramel .signUPcont p {
    color: #232323;
    margin-bottom: 0;
    font-size: .875rem
}

.caramel .signUPcont ul {
    padding: 0;
    list-style: none;
    text-align: left;
    width: 60%;
    margin: 0 auto
}

.caramel .signUPcont ul li {
    color: #232323;
    font-size: .875rem;
    list-style-type: decimal;
    padding-left: .75rem
}

.caramel .signUPcont .appStoreIcons img {
    width: 10rem;
    margin: 1rem .5rem 0
}

.biggerDigCounter {
    display: inline-block;
    margin: 2rem 1rem 1rem
}

.biggerDigCounter .flip-clock-label {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2px;
    color: #232323;
    text-transform: uppercase
}

@media (max-width:992px) {
    .biggerDigCounter .flip-clock-label {
        font-size: 10px
    }
}

.biggerDigCounter .minSecCounter.flip-clock-wrapper {
    margin: 0
}

.biggerDigCounter .minSecCounter.flip-clock-wrapper ul {
    width: 68px;
    height: 112px;
    line-height: 117px;
    margin: .5rem
}

@media (max-width:992px) {
    .biggerDigCounter .minSecCounter.flip-clock-wrapper ul {
        width: 28px;
        height: 40px;
        line-height: 37px;
        margin: 2px;
        border-radius: 4px
    }
}

@media (max-width:992px) {
    .biggerDigCounter .minSecCounter.flip-clock-wrapper .flip {
        box-shadow: none
    }
}

.biggerDigCounter .minSecCounter.flip-clock-wrapper ul li a div.up:after {
    background-color: transparent
}

.biggerDigCounter .minSecCounter.flip-clock-wrapper ul li a div div.inn {
    line-height: 1.6;
    background-image: linear-gradient(180deg, #323232, #363636 23%, #0a0a0a 52%, #3a3a3a 54%, #161616 58%, #121212 93%, #0a0a0a)
}

@media (max-width:992px) {
    .biggerDigCounter .minSecCounter.flip-clock-wrapper ul li a div div.inn {
        font-size: 24px
    }
}

.biggerDigCounter .flip-clock-divider {
    height: 162px;
    position: relative;
    width: 10px
}

@media (max-width:992px) {
    .biggerDigCounter .flip-clock-divider {
        height: 72px;
        width: 4px
    }
}

.biggerDigCounter .flip-clock-divider .flip-clock-dot.bottom,
.biggerDigCounter .flip-clock-divider .flip-clock-dot.top {
    display: none
}

.biggerDigCounter .flip-clock-divider.minutes .flip-clock-label,
.biggerDigCounter .flip-clock-divider.seconds .flip-clock-label {
    position: absolute;
    bottom: 0;
    height: 20px;
    right: -125px;
    top: auto
}

@media (max-width:992px) {

    .biggerDigCounter .flip-clock-divider.minutes .flip-clock-label,
    .biggerDigCounter .flip-clock-divider.seconds .flip-clock-label {
        right: -62px
    }
}

@media (max-width:992px) {

    [lang=ar] [dir=rtl] .biggerDigCounter .flip-clock-divider.minutes .flip-clock-label,
    [lang=ar] [dir=rtl] .biggerDigCounter .flip-clock-divider.seconds .flip-clock-label {
        right: -54px
    }
}

.gradient-green {
    background-image: linear-gradient(270deg, #151515, #4b4a4a) !important
}

.cross-promo-plain-image {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(-78deg, #0a0a0a 41%, #e00800 126%);
    color: #fff;
    width: 100%
}

@media (min-width:993px) {
    .cross-promo-plain-image {
        max-height: 450px
    }
}

.cross-promo-plain-image.promo-small {
    overflow: hidden
}

.cross-promo-plain-image.promo-small .content-section .lef-col,
.cross-promo-plain-image.promo-small .content-section .right-col {
    z-index: 999
}

.cross-promo-plain-image.promo-small .content-section h3 {
    font-size: 1.375rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 0
}

@media (min-width:993px) {
    .cross-promo-plain-image.promo-small .content-section h3 {
        font-size: 1.5rem;
        line-height: 2.375rem
    }
}

.cross-promo-plain-image.promo-small .content-section p {
    font-size: .875rem;
    line-height: 1.375rem;
    font-family: suiss, Arial, sans-serif
}

@media (min-width:993px) {
    .cross-promo-plain-image.promo-small .content-section p {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

.cross-promo-plain-image.promo-small .content-section .right-col .btn.btn-default {
    font-size: .875rem;
    letter-spacing: 2px;
    width: 100%;
    border: none;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 4px;
    background-color: #e00800
}

@media (min-width:993px) {
    .cross-promo-plain-image.promo-small .content-section .right-col .btn.btn-default {
        width: 282px;
        margin-top: 20px;
        float: right
    }
}

.cross-promo-plain-image .content-section {
    padding: 1rem
}

@media (min-width:993px) {
    .cross-promo-plain-image .content-section {
        display: -ms-flexbox;
        display: flex;
        padding: 3.15rem 5rem 0 3rem
    }
}

.cross-promo-plain-image .content-section .lef-col {
    padding-bottom: 2rem
}

.cross-promo-plain-image .content-section .right-col img {
    max-height: 360px
}

.cross-promo-plain-image a {
    color: #fff
}

.cross-promo-plain-image .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    height: 100%
}

.cross-promo-plain-image:before {
    right: 0;
    background: url(/assets/img/bg-cards/plan-cards-illustration-W.svg) right 0 no-repeat;
    background-size: contain;
    transform: scaleY(-1)
}

.cross-promo-plain-image:after,
.cross-promo-plain-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .2;
    z-index: 0
}

.cross-promo-plain-image:after {
    left: 0;
    background: url(/assets/img/bg-cards/plan-cards-illustration_flip-W.svg) left 0 no-repeat;
    background-size: contain
}

.cross-promo-plain-image.billScreen {
    margin: 1rem 0 0;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 5px;
    font-size: 12px
}

@media (max-width:992px) {
    .cross-promo-plain-image.billScreen {
        letter-spacing: 3px;
        font-size: 9px
    }
}

@media (max-width:767px) {
    .cross-promo-plain-image.billScreen {
        letter-spacing: 3px;
        font-size: 6px
    }
}

.cross-promo-plain-image.billScreen .content-section {
    padding: .5rem 1rem;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:993px) {
    .cross-promo-plain-image.billScreen .content-section {
        padding: 1rem 2.5rem
    }
}

.cross-promo-plain-image.billScreen .content-section .lef-col {
    padding-bottom: 0
}

.cross-promo-plain-image.billScreen .detail-price-new {
    padding: .5rem 0
}

.cross-promo-plain-image.billScreen .detail-price-new .main-part {
    line-height: 1;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: .125rem
}

.cross-promo-plain-image.billScreen .detail-price-new .main-part .price {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 2px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: .25rem
}

@media (min-width:993px) {
    .cross-promo-plain-image.billScreen .detail-price-new .main-part .price {
        font-size: 2rem;
        padding-right: .5rem
    }
}

.cross-promo-plain-image.billScreen .detail-price-new .main-part .price small {
    font-size: .5rem
}

@media (min-width:993px) {
    .cross-promo-plain-image.billScreen .detail-price-new .main-part .price small {
        font-size: 1rem
    }
}

.cross-promo-plain-image.billScreen .detail-price-new .main-part .price-specs {
    font-family: suiss, Arial, sans-serif;
    font-size: .25rem;
    line-height: 1.2
}

@media (min-width:993px) {
    .cross-promo-plain-image.billScreen .detail-price-new .main-part .price-specs {
        font-size: .5rem;
        line-height: 1.4
    }
}

.cross-promo-plain-image.billScreen:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) right 0 no-repeat;
    background-size: contain;
    opacity: .5;
    z-index: 0;
    transform: scaleY(1)
}

.cross-promo-plain-image.billScreen:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) left 0 no-repeat;
    background-size: contain;
    opacity: .5;
    z-index: 0;
    transform: scaleY(-1)
}

.cross-promo-plain.cp-image-text .right-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cross-promo-plain.cp-image-text .lef-col {
    padding: 5rem 12px
}

@media (min-width:768px) {
    .cross-promo-plain.cp-image-text .lef-col {
        min-height: 358px
    }
}

.cross-promo-plain.promo-big .content-section h3 {
    font-size: 32px;
    margin-bottom: 35px;
    margin-top: 0;
    line-height: 38px;
    letter-spacing: 0
}

.cross-promo-plain .content-section a.btn-text {
    margin-top: 20px;
    display: table;
    margin-bottom: 5px;
    letter-spacing: 3px;
    position: relative;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-size: .875rem
}

.cross-promo-plain .content-section a.btn-text:before {
    border: solid #232323;
    border-width: 0 1px 1px 0;
    position: absolute;
    line-height: 1;
    top: 50%;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-color: #fff;
    right: -20px;
    padding: 4px;
    content: ""
}

.cross-promo-plain .content-section a.btn-text .more {
    display: block !important
}

.cross-promo-plain:after {
    left: 0;
    background: url(/img/promo_pattern_top.svg) left 0 no-repeat;
    background-size: contain;
    z-index: -1
}

[lang=ar] [dir=rtl] .cross-promo-plain-image.promo-small {
    text-align: right
}

[lang=ar] [dir=rtl] .cross-promo-plain-image.promo-small .content-section .right-col .btn.btn-default {
    float: left
}

.non-action-boxes-section {
    background-color: hsla(0, 0%, 95%, .33)
}

@media (max-width:992px) {
    .non-action-boxes-section .media-cta-section .cta-heading {
        font-size: 26px;
        text-align: left
    }
}

.non-action-boxes-section .paragraph-styling p {
    margin: 0
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard .row .col-xs-12 {
    height: auto
}

.non-action-boxes-section .media-cta-wrapper.col-reverse {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:768px) {
    .non-action-boxes-section .media-cta-container {
        margin: 0
    }
}

.non-action-boxes-section .heading-mini {
    padding: 0;
    margin: 0 !important;
    margin-bottom: 6px !important;
    margin-top: 12px !important;
    font-size: 12px !important;
    letter-spacing: 4px
}

.non-action-boxes-section .media-cta-container,
.non-action-boxes-section .media-cta-section .media-cta-wrapper.col-reverse .media-cta-photo {
    border-radius: 0
}

.non-action-boxes-section .media-cta-section {
    padding: 4rem 0 3rem
}

@media (max-width:992px) {
    .non-action-boxes-section .media-cta-section {
        padding: 40px 0
    }
}

.non-action-boxes-section .media-cta-section .media-cta-container {
    box-shadow: none;
    background: transparent
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-info {
    padding-left: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new span {
    font-family: suiss, Arial, sans-serif
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new .price-timing,
.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new .price-valute {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new .bottom-part {
    font-size: 14px;
    margin-top: .5rem;
    line-height: 17px;
    font-family: suiss, Arial, sans-serif
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new .before-price-container {
    background-color: #e00800;
    letter-spacing: .5px;
    color: #fff;
    margin-right: 4px;
    border-radius: 20px;
    padding: 2px 7px;
    font-size: .75rem
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new .before-price-container .before-price {
    text-decoration: line-through
}

.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new.green .price,
.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new.green .price-valute {
    color: #e00800
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper {
    margin-bottom: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 1.25rem .875rem;
    font-size: 1rem;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    margin: 0 .875rem;
    color: #e00800;
    border: 2px solid #e00800;
    margin-bottom: 1rem;
    font-weight: 500;
    transition: all .2s ease;
    text-shadow: .5px 0 0 #e00800;
    width: 50%
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab .tab-more-text {
    font-family: suiss, Arial, sans-serif;
    line-height: 1;
    font-size: .875rem;
    color: #e00800;
    text-shadow: none
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab.collapsed {
    color: #232323;
    border: 2px solid #fff;
    text-shadow: none
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab.collapsed .tab-more-text {
    color: #232323;
    text-shadow: none
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab .tab-title {
    font-size: 11px;
    margin-bottom: 2px
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab .tab-title strong {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab:first-child {
    margin-left: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .desktop-collapse .collapse-tab:last-child {
    margin-right: 0
}

@media (max-width:768px) {
    .non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form {
        margin-bottom: 2rem
    }
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content {
    border: 0;
    background: #fff;
    box-shadow: none;
    margin: .5rem 0 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .mobile-collapse {
    display: none
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .mobile-collapse .collapse-tab {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 1rem .875rem;
    font-size: 1rem;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    color: #e00800;
    border: 2px solid #e00800
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .mobile-collapse .collapse-tab.collapsed {
    color: #6c6c6c;
    border: 0 solid #fff
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .mobile-collapse .collapse-tab.collapsed .tab-more-text {
    color: #232323;
    font-size: .75rem
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .mobile-collapse .collapse-tab strong {
    font-size: larger;
    font-weight: 500
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-heading .tab-title {
    font-size: 11px;
    margin-bottom: 2px;
    letter-spacing: 0;
    display: block;
    color: #232323
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-heading .tab-title.curruncy {
    display: inline-block
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-heading .tab-title strong {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-heading .tab-more-text {
    font-family: suiss, Arial, sans-serif;
    line-height: 1;
    font-size: .875rem;
    color: #232323;
    text-shadow: none;
    letter-spacing: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content.panel-open .panel-heading {
    color: #e00800 !important;
    border: 1px solid #e00800 !important
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content.panel-open .panel-heading .tab-more-text {
    color: #e00800;
    font-size: .75rem
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content.panel-open .panel-heading .tab-title {
    color: #e00800;
    text-shadow: none
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body {
    border: 1px solid #e2e1da;
    border-radius: 4px;
    background-color: #f0f0ea;
    box-shadow: none;
    padding: 1.5rem
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body .form-section {
    margin-bottom: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body .form-section input[type=number]::-webkit-inner-spin-button,
.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body .form-section input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body p {
    color: #6c6c6c;
    margin-bottom: .25rem;
    width: 50%;
    font-size: .875rem;
    line-height: 20px;
    text-align: left
}

@media (max-width:768px) {
    .non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body p {
        width: 100%
    }
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body .loading-message p {
    color: #6c6c6c;
    font-size: .875rem;
    margin-bottom: 1.75rem
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body .loadeing-success {
    padding-top: 1.125rem
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-body.compact,
.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper .account-number-form .collapse-content .panel-footer.compact {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper.compact-panel {
    background-color: transparent;
    box-shadow: none
}

.non-action-boxes-section .media-cta-section .media-cta-container .collapse-tab-wrapper.compact-panel .panel-body {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0
}

.non-action-boxes-section .media-cta-section .media-cta-container .media-cta-wrapper p.sub-heading {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    color: #232323 !important
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p1>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p1>ul>li>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p2>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p2>ul>li>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p3>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p3>ul>li>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p4>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms .p4>ul>li>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms>ul>li:before,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms>ul>li>ul>li:before {
    background-color: #919192 !important
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper .paragraph-styling p,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms ol li,
.non-action-boxes-section .media-cta-section .media-cta-wrapper .ul-list-cms ul li,
.non-action-boxes-section .media-cta-section .media-cta-wrapper p {
    font-size: 16px;
    color: #919192 !important;
    line-height: 26px
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper h4 {
    font-size: 22px;
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    font-weight: 400;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .non-action-boxes-section .media-cta-section .media-cta-wrapper h4 {
        font-size: 28px;
        line-height: 38px
    }
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper .media-cta-photo {
    border-radius: 0;
    background-color: transparent
}

@media (max-width:992px) {
    .non-action-boxes-section .media-cta-section .media-cta-wrapper .media-cta-photo {
        -ms-flex-order: 2;
        order: 2
    }
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard {
    padding: 0;
    padding-right: 4rem;
    overflow: hidden;
    padding-left: 12px
}

@media (max-width:992px) {
    .non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        height: 100%;
        min-height: 100%;
        max-height: 100%
    }

    .non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard p {
        margin-bottom: 1rem;
        font-size: 14px
    }
}

.non-action-boxes-section .media-cta-section .media-cta-wrapper.col-reverse .body-standard {
    padding-left: 0
}

.non-action-boxes-section .media-cta-section .cta-heading {
    margin-bottom: 2rem
}

.non-action-boxes-section .media-cta-wrapper .media-cta-photo {
    max-height: 132px !important;
    min-height: 132px !important;
    height: 132px !important
}

@media (min-width:768px) {
    .non-action-boxes-section .media-cta-wrapper .media-cta-photo {
        max-height: 250px !important;
        min-height: 250px !important;
        height: 250px !important
    }
}

@media (min-width:992px) {
    .non-action-boxes-section .media-cta-wrapper .media-cta-photo {
        max-height: 270px !important;
        min-height: 270px !important;
        height: 270px !important
    }
}

.elife-monthly-wrapper.non-action-boxes-section .media-cta-wrapper .media-cta-photo {
    max-height: 194px !important;
    min-height: 194px !important;
    height: 194px !important
}

@media (min-width:992px) {
    .elife-monthly-wrapper.non-action-boxes-section .media-cta-wrapper .media-cta-photo {
        max-height: 446px !important;
        min-height: 446px !important;
        height: 446px !important
    }
}

@media (max-width:992px) {
    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-wrapper .media-cta-photo {
        -ms-flex-order: 1;
        order: 1
    }

    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard {
        -ms-flex-order: 2;
        order: 2
    }

    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-wrapper .wst-form {
        padding: 0
    }

    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-wrapper h4 {
        font-size: 26px
    }

    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-info {
        margin-bottom: 24px !important
    }
}

.elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-container .detail-price-new .bottom-part {
    margin-top: 0
}

.elife-monthly-wrapper.non-action-boxes-section .heading-mini {
    margin-top: 0 !important
}

.elife-monthly-wrapper.non-action-boxes-section .detail-price-new .price {
    font-size: 28px;
    line-height: 35px
}

.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p1 ol>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p1 ul>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p2 ol>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p2 ul>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p3 ol>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p3 ul>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p4 ol>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms .p4 ul>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms ol>li,
.elife-monthly-wrapper.non-action-boxes-section .ul-list-cms ul>li {
    margin-bottom: 10px
}

@media (max-width:992px) {
    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-wrapper h4 {
        margin-bottom: 1.5rem
    }

    .elife-monthly-wrapper .heading-mini {
        letter-spacing: 3px;
        margin-bottom: 0 !important
    }

    .elife-monthly-wrapper .price-with-promotion.green {
        margin-bottom: 1rem
    }

    .elife-monthly-wrapper .price-with-promotion.green .price-details .price {
        font-size: 1.75rem
    }

    .price-with-promotion.green .before-price-container,
    .price-with-promotion.green .price-details small {
        font-size: .85rem
    }

    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section-description {
        margin-top: 1rem;
        margin-bottom: 1.5rem
    }

    .elife-monthly-wrapper.non-action-boxes-section .ul-list-cms ul>li {
        padding-left: 0;
        font-size: .88rem !important;
        line-height: 20px !important
    }

    .elife-monthly-wrapper.non-action-boxes-section .ul-list-cms ul {
        margin-left: 0
    }

    .elife-monthly-wrapper .well {
        padding: 1.25rem;
        overflow: hidden
    }

    .elife-monthly-wrapper .well p {
        line-height: 20px !important;
        margin-bottom: 1.5rem !important
    }

    .elife-monthly-wrapper.non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard {
        padding-left: 0 !important
    }
}

@media (max-width:767px) {
    .elife-monthly-wrapper.non-action-boxes-section .form input[type=text]:not(.browser-default) {
        font-size: 1rem;
        line-height: 24px
    }

    .elife-monthly-wrapper.non-action-boxes-section .form .input-field {
        margin-bottom: 4rem
    }

    .elife-monthly-wrapper.non-action-boxes-section .form button {
        position: absolute;
        bottom: -21px;
        left: -5vw;
        width: 95vw
    }
}

@media (max-width:440px) {
    .elife-monthly-wrapper.non-action-boxes-section .form button {
        width: 88vw
    }
}

.media-cta-wrapper ul {
    margin-bottom: 1rem
}

.media-cta-wrapper ul li {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #232323
}

.media-cta-wrapper ul li img,
.media-cta-wrapper ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.bulletIcon.check {
    vertical-align: middle
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .non-action-boxes-section .media-cta-section .media-cta-wrapper .body-standard {
        padding: 0;
        padding-left: 4rem
    }
}

.loginweb {
    text-align: center;
    padding: 3rem 0;
    margin: auto
}

@media (max-width:767px) {
    .loginweb {
        width: 90%
    }
}

.loginweb h5 {
    letter-spacing: normal;
    margin-bottom: 0;
    font-size: 2.25rem;
    text-align: center
}

@media (max-width:767px) {
    .loginweb h5 {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.loginweb h4 {
    letter-spacing: 0;
    font-size: 1.625rem;
    line-height: 2.4375rem;
    margin: 2rem 0
}

@media (max-width:767px) {
    .loginweb h4 {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin: 1rem 0
    }
}

.loginweb p {
    font-size: .875rem;
    line-height: 1;
    color: #232323;
    margin: 1.5rem 0 2.25rem
}

@media (max-width:767px) {
    .loginweb p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.loginweb .consumer-register-form .form>.form-section {
    padding: 1rem 0 2rem
}

@media (max-width:767px) {
    .loginweb .consumer-register-form .form>.form-section {
        padding: 1rem 0 2rem !important
    }
}

.loginweb .button-container .btn {
    width: 384px;
    height: 3rem;
    line-height: 1;
    border-radius: .25rem;
    padding: 0 1rem;
    letter-spacing: 2.4px;
    font-weight: 700
}

@media (max-width:767px) {
    .loginweb .button-container .btn {
        width: 100%
    }
}

.loginweb .button-container .btn.uaepass {
    border-radius: 1rem
}

.loginweb .button-container .btn.uaepass img {
    min-height: 25px;
    height: auto
}

.loginweb .button-container .btn.verifying {
    text-align: left;
    font-weight: 700
}

.loginweb .grayLine {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    border: none;
    border-top: 1px solid #c6c6c6;
    width: 100%
}

.loginweb .upCont {
    position: relative;
    height: 70px
}

.loginweb .upCont h6 {
    line-height: 2;
    background: #fff;
    margin: 0 auto;
    padding: 1.5rem 0 .5rem;
    display: inline-block;
    z-index: 2;
    position: absolute;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    letter-spacing: 0;
    font-size: .75rem;
    font-weight: 700;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    color: #232323
}

.loginweb .resendCode {
    font-size: .75rem;
    line-height: 1.33;
    letter-spacing: 1.6px;
    color: #232323 !important;
    margin: 1.625rem 0;
    display: block;
    text-decoration: none !important
}

.loginweb .resendCode.greenLinktext {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2px;
    text-align: center;
    color: #e00800 !important;
    text-transform: uppercase;
    margin: 1rem 0;
    text-decoration: none !important;
    display: block
}

.loginweb .resendCode.greenLinktext svg {
    vertical-align: text-top;
    margin-right: .25rem
}

.loginweb .login-to-et .forms-default-settings,
.loginweb .ownership-verification .forms-default-settings,
.loginweb .see-you-again .forms-default-settings,
.loginweb .uaepass-login .forms-default-settings,
.loginweb .verify-PIN-code .forms-default-settings,
.loginweb .verify-your-account .forms-default-settings {
    width: 384px;
    margin: auto
}

@media (max-width:767px) {

    .loginweb .login-to-et .forms-default-settings,
    .loginweb .ownership-verification .forms-default-settings,
    .loginweb .see-you-again .forms-default-settings,
    .loginweb .uaepass-login .forms-default-settings,
    .loginweb .verify-PIN-code .forms-default-settings,
    .loginweb .verify-your-account .forms-default-settings {
        width: 100%
    }
}

.loginweb .verification-msg .content-div {
    width: 600px;
    margin: auto
}

@media (max-width:767px) {
    .loginweb .verification-msg .content-div {
        width: 100%
    }
}

.loginweb .verification-msg .content-div .button-container {
    width: 384px;
    padding-left: 0;
    padding-right: 0;
    margin: auto
}

@media (max-width:767px) {
    .loginweb .verification-msg .content-div .button-container {
        width: 100%
    }
}

.loginweb .uaepass-login-fail h4 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #232323;
    margin: 1rem 0 2.25rem
}

.loginweb .verification-msg p {
    margin-bottom: 1rem
}

.loginweb .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select.picker__select--month {
    height: 2em
}

@media (max-width:767px) {
    .loginweb .successful-verification {
        padding-top: 2rem
    }
}

.infoTooltip {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3
}

.login-options {
    text-align: left
}

.login-options .panel-title a {
    letter-spacing: .29px;
    display: block
}

@media (max-width:767px) {
    .login-options .panel-title a .textlabel {
        max-width: 85%;
        display: inline-block
    }
}

.login-options .panel-title a.collapsed .view.minusIcon {
    display: none
}

.login-options .panel-title a.collapsed .view.minusIcon img,
.login-options .panel-title a.collapsed .view.minusIcon svg {
    margin-left: 2.25rem
}

.login-options .panel-title a.collapsed .view.plusIcon {
    display: block
}

.login-options .panel-title a.collapsed .view.plusIcon img,
.login-options .panel-title a.collapsed .view.plusIcon svg {
    margin-left: 1.5rem
}

.login-options .panel-title a .view {
    float: right
}

.login-options .panel-title a .view.plusIcon {
    display: none
}

.login-options .panel-title a .view img,
.login-options .panel-title a .view svg {
    width: .75rem;
    height: .75rem
}

.login-options .panel-title a .view.minusIcon img,
.login-options .panel-title a .view.minusIcon svg {
    margin-left: 2.25rem
}

.login-options .panel {
    border-top: 1px solid hsla(0, 0%, 59%, .5);
    padding: .75rem 0
}

.login-options .panel:first-child {
    border-top: none
}

.bilScreen {
    color: #232323;
    padding: 1rem 0
}

.bilScreen p {
    font-size: 14px;
    line-height: 1.43;
    color: #232323
}

.bilScreen .bil-info-row {
    font-size: 11px
}

@media (max-width:767px) {
    .bilScreen .bil-info-row {
        font-size: 6px;
        padding-top: 2rem
    }
}

.bilScreen h6 {
    font-size: 14px;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    padding: .5rem 0 1.5rem;
    margin: 0
}

.bilScreen .bill-logo {
    display: inline-block
}

@media (max-width:767px) {
    .bilScreen .bill-logo {
        padding-left: 0
    }
}

@media (max-width:992px) {
    .bilScreen .bill-logo img {
        height: 40px
    }
}

@media (max-width:992px) {
    .baseHalf.full-xs.modal {
        height: 100%
    }
}

.verify-code {
    direction: ltr
}

.verify-code input {
    width: 36px;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    margin: 0 4px;
    background: transparent;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1.375rem;
    color: #e2e1da;
    border-radius: 0
}

.verify-code input:focus,
.verify-code input:visited {
    border-color: #232323
}

.verify-code input.valid {
    border-color: #232323;
    color: #232323
}

.verify-code .has-error-fields,
.verify-code .has-error.alert-label,
.verify-code .icon-error {
    display: none !important
}

.verify-code .verifiCodeExp {
    margin: .5rem 0;
    color: #232323;
    font-size: .875rem;
    line-height: 1.25rem
}

.verify-code ::-webkit-input-placeholder {
    color: #e2e1da !important
}

.verify-code :-moz-placeholder,
.verify-code ::-moz-placeholder {
    color: #e2e1da !important;
    opacity: 1 !important
}

.verify-code :-ms-input-placeholder,
.verify-code ::-ms-input-placeholder {
    color: #e2e1da !important
}

.verify-code.has-error-fields :-moz-placeholder,
.verify-code.has-error-fields ::-moz-placeholder {
    opacity: 1 !important
}

.customRederror {
    color: #e77400 !important;
    font-family: suiss, Arial, sans-serif;
    margin: .75rem 0 !important;
    line-height: 1;
    font-size: .875rem
}

.manage-all-ac .card-box .card-box-img {
    height: 140px;
    vertical-align: middle;
    text-align: center
}

.manage-all-ac .card-box .card-box-img svg {
    height: 53px;
    width: 53px
}

.manage-all-ac .card-box .card-box-txt h6 {
    font-size: 1.125rem;
    color: #232323;
    margin: 0;
    padding-top: 2rem;
    padding-right: 2rem
}

@media (max-width:992px) {
    .manage-all-ac .card-box .card-box-txt h6 {
        padding-top: 1.5rem;
        padding-right: 0
    }
}

.ownership-verification .consumer-register-form .form.modified-form .row>.form-section.edit-mr:first-child,
.ownership-verification .consumer-register-form .form.modified-form .row>.form-section:first-child,
.ownership-verification .consumer-register-form .form.modified-form .row>.form-section:nth-child(2),
.ownership-verification .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
    padding: 0 0 1.5rem
}

.ownership-verification .button-container .btn {
    margin-top: .5rem
}

.ownership-verification .calanIcon {
    position: absolute;
    right: .125rem;
    top: 57%
}

.ownership-verification .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    color: #e00800
}

.tooltipCustom {
    background: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 1rem 3rem 1rem 1rem;
    text-align: left;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: -115px
}

.tooltipCustom:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    content: "";
    position: absolute;
    top: -10px;
    margin: auto;
    left: 0;
    right: 0
}

.tooltipCustom .close {
    position: absolute;
    right: .5rem;
    top: .25rem;
    font-size: 20px;
    padding: 0 .5rem;
    line-height: 1;
    cursor: pointer
}

.tooltipCustom .close svg {
    stroke: #fff;
    height: 12px !important;
    width: 12px !important
}

.tooltipCustom .close svg g {
    stroke: #fff
}

.tooltipCustom.fixWidth {
    max-width: 343px;
    bottom: auto;
    top: 70px;
    right: -1.5rem;
    left: auto;
    padding: 1rem
}

.tooltipCustom.fixWidth img {
    padding-top: 1rem
}

.tooltipCustom.fixWidth h6 {
    font-size: 14px;
    line-height: 1;
    font-size: bold;
    color: #fff;
    font-family: suiss, Arial, sans-serif
}

.tooltipCustom.fixWidth:before {
    top: -10px;
    margin: auto;
    left: auto;
    right: 1rem
}

.tooltipCustom.fixWidth.grayText {
    color: #232323;
    font-size: 14px;
    line-height: 1.21
}

.profileImg {
    margin: 0 16px 0 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 3px 1px rgba(56, 56, 56, .18);
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden
}

.profileImg,
.profileImg img {
    width: 48px;
    height: 48px
}

.profileDropdown {
    text-align: left;
    border-radius: .5rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.profileDropdown .changePrimAc .icon.coll,
.profileDropdown .collapsed .changePrimAc .icon.expa {
    display: none
}

.profileDropdown .collapsed .changePrimAc .icon.coll {
    display: inline
}

.profileDropdown .profileImg {
    width: 48px;
    height: 48px;
    margin: 0 16px 0 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1), inset 0 1px 3px 1px rgba(56, 56, 56, .18);
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 1rem
}

@media (max-width:992px) {
    .profileDropdown .profileImg {
        margin-right: .75rem
    }
}

.profileDropdown .profileImg img {
    width: 48px;
    height: 48px
}

.profileDropdown .profileTextContent {
    float: left;
    width: 85%
}

@media (max-width:992px) {
    .profileDropdown .profileTextContent {
        width: 220px
    }
}

@media (min-width:1440px) and (max-width:1560px) {
    .profileDropdown .profileTextContent {
        width: 80%
    }
}

.profileDropdown .leftColu {
    width: 100%
}

@media (min-width:993px) {
    .profileDropdown .leftColu {
        width: 60%;
        float: left
    }
}

@media (min-width:1440px) and (max-width:1560px) {
    .profileDropdown .leftColu {
        width: 50%
    }
}

.profileDropdown .rightColu {
    width: 10%
}

@media (min-width:993px) {
    .profileDropdown .rightColu {
        width: 40%;
        float: left
    }
}

@media (min-width:1440px) and (max-width:1560px) {
    .profileDropdown .rightColu {
        width: 50%
    }
}

.profileDropdown h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: 0;
    float: left
}

@media (max-width:992px) {
    .profileDropdown h6 {
        font-size: 14px;
        line-height: 20px
    }
}

.profileDropdown p {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #232323;
    margin: .25rem 0 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%
}

@media (max-width:992px) {
    .profileDropdown p {
        font-size: 12px;
        line-height: 16px
    }
}

.profileDropdown .icon img,
.profileDropdown .icon svg {
    height: .6875rem;
    width: 1.25rem
}

@media (max-width:992px) {

    .profileDropdown .icon img,
    .profileDropdown .icon svg {
        height: 1rem
    }
}

.profileDropdown .badge.green {
    width: 89px;
    height: 1.5rem;
    margin: 0 0 0 .5rem;
    padding: 0 .75rem;
    border-radius: 1rem;
    background-color: rgba(224, 8, 0, .15);
    display: inline-block;
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: .18px;
    color: #e00800;
    text-align: center
}

@media (max-width:992px) {
    .profileDropdown .badge.green {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        padding: 0 .5rem;
        width: auto
    }
}

.profileDropdown .changePrimAc {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 2px;
    text-align: right;
    color: #e00800;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
    padding: .875rem 0
}

@media (max-width:992px) {
    .profileDropdown .changePrimAc {
        position: absolute;
        top: 0;
        right: 1rem
    }
}

.profileDropdown .changePrimAc:before {
    width: 1px;
    height: 48px;
    margin: 0;
    background-color: #e2e1da;
    content: "";
    position: absolute;
    left: 5%;
    top: 0
}

@media (max-width:992px) {
    .profileDropdown .changePrimAc:before {
        content: none
    }
}

.profileDropdown .headContainer {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem
}

@media (max-width:992px) {
    .profileDropdown .headContainer {
        padding: .75rem
    }
}

.profileDropdown .dropDownExpand {
    display: -ms-flexbox;
    display: flex;
    background: #f0f0ea;
    padding: 1.5rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.profileDropdown .dropDownExpand ul {
    padding: 0;
    margin: 0;
    width: 100%
}

.profileDropdown .dropDownExpand ul li {
    border-bottom: 2px dashed #e2e1da;
    width: 100%;
    float: left;
    padding: 1rem 0
}

.profileDropdown .dropDownExpand ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.alert-section-with-icon {
    text-align: left;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    position: relative;
    border-radius: .5rem;
    margin: 1.5rem 0;
    border: 1px solid #e2e1da
}

.alert-section-with-icon .icon.exclamation {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem
}

.alert-section-with-icon h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0
}

.alert-section-with-icon h6,
.alert-section-with-icon p {
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    color: #232323
}

.alert-section-with-icon p {
    font-size: .875rem;
    line-height: 1.57;
    letter-spacing: .18px
}

.alert-section-without-bdr-icon {
    text-align: left;
    padding: 0 0 0 1.5rem;
    margin: .5rem 0;
    position: relative
}

.alert-section-without-bdr-icon .icon.exclamation {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0
}

.alert-section-without-bdr-icon .icon.exclamation svg {
    height: 1rem;
    width: 1rem;
    margin-right: .35rem
}

.alert-section-without-bdr-icon h6 {
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #232323
}

.alert-section-without-bdr-icon p {
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    font-size: .8125rem;
    line-height: 1.125rem;
    letter-spacing: .15px;
    color: #232323;
    line-height: 1.125rem !important
}

.arneaProX .heading-center {
    margin-bottom: 3rem
}

.arneaProX .heading-center h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: center;
    color: #232323
}

.arneaProX button {
    height: 3rem;
    width: 100%
}

@media (min-width:993px) {
    .arneaProX button {
        width: 258px
    }
}

.arneaProX.caramel .btn {
    margin: 3rem 0
}

.alert-section-green-icon {
    text-align: left;
    position: relative;
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 100%
}

.alert-section-green-icon .icon.exclamation {
    float: left;
    margin-right: 1rem;
    height: 3rem;
    width: 3rem
}

.alert-section-green-icon h6 {
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    color: #232323;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2.4px;
    margin-top: 3px;
    margin-bottom: .25rem
}

.alert-section-green-icon p {
    margin: 0;
    letter-spacing: .18px;
    font-size: .75rem;
    color: #232323
}

.alert-section-green-icon p,
.whiteBlockCont h5 {
    font-family: suiss, Arial, sans-serif;
    line-height: 1.33
}

.whiteBlockCont h5 {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #151515;
    margin: 0 0 10px
}

.whiteBlockCont p {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0;
    color: #232323
}

.whiteBlockCont .alert-section-without-bdr-icon p {
    font-size: 14px
}

.whiteBlockCont .caramel-arenaprox {
    padding: 0
}

.whiteBlockCont .caramel-arenaprox.consumer-register-form .form.modified-form .row>.form-section {
    margin-bottom: 1rem
}

.whiteBlockCont .caramel-arenaprox.consumer-register-form .form.modified-form .row>.form-section:last-child {
    margin-bottom: 0
}

.indep-btn {
    padding: 1.5rem
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body {
    text-align: center
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body h3 {
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #232323
}

@media (max-width:767px) {
    .baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body h3 {
        font-size: 1.25rem;
        line-height: 28px
    }
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    color: #242424;
    margin: 1.5rem 0 .5rem
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body h5 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .63;
    letter-spacing: .24px;
    color: #232323
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body p {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 0;
    color: #232323
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body .button-container {
    padding: 3rem 0
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body .button-container .btn.half {
    width: 180px;
    margin: 0 .75rem
}

@media (max-width:767px) {
    .baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body .button-container .btn.half {
        width: 40%
    }
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body svg {
    margin-top: 1rem
}

@media (max-width:767px) {
    .baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body svg {
        margin-top: 2rem
    }
}

.baseHalf.mypassModal.alert-modal-content.modal .modal-content .modal-body svg.mBtm {
    margin-bottom: 1rem
}

.greenLinktext {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2px;
    text-align: center;
    color: #e00800 !important;
    text-transform: uppercase;
    margin: 1rem 0;
    text-decoration: none !important;
    display: block
}

.greenLinktext svg {
    vertical-align: text-top;
    margin-right: .25rem
}

.greenLinktext.smaller {
    font-size: .75rem !important;
    letter-spacing: 1px
}

.ecareLoginController .baseHalf.mypassModal.modal .modal-content .modal-header .main-title h5 {
    text-transform: none
}

.consumer-register-form.caramel-arenaprox .form.modified-form .row>.form-section:nth-child(2),
.consumer-register-form.caramel-arenaprox .form.modified-form .row>.form-section:nth-child(3) {
    padding: 0
}

.loginweb .button-container .btn.uaepass:active,
.loginweb .button-container .btn.uaepass:focus,
.loginweb .button-container .btn.uaepass:hover {
    background: transparent !important
}

[lang=ar] [dir=rtl] .alert-section-green-icon {
    text-align: right
}

[lang=ar] [dir=rtl] .alert-section-green-icon .icon.exclamation {
    float: right;
    margin-left: 1rem;
    margin-right: 0
}

[lang=ar] [dir=rtl] .alert-section-green-icon h6 {
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    color: #232323;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2.4px;
    margin-top: 3px;
    margin-bottom: .25rem
}

[lang=ar] [dir=rtl] .alert-section-green-icon p {
    margin: 0;
    font-family: suiss, Arial, sans-serif;
    letter-spacing: .18px;
    font-size: .75rem;
    line-height: 1.33;
    color: #232323
}

[lang=ar] [dir=rtl] .alert-section-without-bdr-icon {
    text-align: right;
    padding: 0 1.5rem 0 0
}

[lang=ar] [dir=rtl] .alert-section-without-bdr-icon .icon.exclamation {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .alert-section-without-bdr-icon .icon.exclamation svg {
    margin-right: 0;
    margin-left: .35rem
}

[lang=ar] [dir=rtl] .tooltipCustom.fixWidth {
    right: auto;
    left: -1.5rem
}

[lang=ar] [dir=rtl] .tooltipCustom.fixWidth:before {
    left: 1rem;
    right: auto
}

[lang=ar] [dir=rtl] .alert-section-with-icon {
    text-align: right;
    padding-left: 1.5rem;
    padding-right: 4.5rem
}

[lang=ar] [dir=rtl] .alert-section-with-icon .icon.exclamation {
    position: absolute;
    left: 0;
    right: 1.5rem
}

[lang=ar] [dir=rtl] .infoTooltip {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .login-options .panel-title a {
    text-align: right
}

[lang=ar] [dir=rtl] .login-options .panel-title a .view {
    float: left
}

[lang=ar] [dir=rtl] .login-options .panel-title a .view.minusIcon img,
[lang=ar] [dir=rtl] .login-options .panel-title a .view.minusIcon svg {
    margin-left: 0;
    margin-right: 2.25rem
}

[lang=ar] [dir=rtl] .login-options .panel-title a.collapsed .view.plusIcon img,
[lang=ar] [dir=rtl] .login-options .panel-title a.collapsed .view.plusIcon svg {
    margin-left: 0;
    margin-right: 1.5rem
}

[lang=ar] [dir=rtl] .cross-promo-plain-image.billScreen .content-section,
[lang=ar] [dir=rtl] .profileDropdown {
    text-align: right
}

[lang=ar] [dir=rtl] .profileDropdown .leftColu,
[lang=ar] [dir=rtl] .profileDropdown .rightColu {
    float: right
}

[lang=ar] [dir=rtl] .profileDropdown .profileImg {
    float: right;
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .profileDropdown h6,
[lang=ar] [dir=rtl] .profileDropdown p {
    float: right
}

[lang=ar] [dir=rtl] .profileDropdown .badge.green {
    margin-left: 0;
    margin-right: .5rem
}

[lang=ar] [dir=rtl] .profileDropdown .changePrimAc {
    text-align: left
}

[lang=ar] [dir=rtl] .profileDropdown .changePrimAc:before {
    right: 5%;
    left: auto
}

[lang=ar] [dir=rtl] .profileDropdown .changePrimAc .icon {
    float: none
}

[lang=ar] [dir=rtl] .greenLinktext svg {
    margin-right: 0;
    margin-left: .25rem
}

[lang=ar] [dir=rtl] .loginweb .forms-default-settings .consumer-register-form .form {
    text-align: center
}

[lang=ar] [dir=rtl] .ownership-verification .calanIcon {
    right: auto;
    left: .125rem
}

[lang=ar] [dir=rtl] .consumer-register-form.caramel-arenaprox .form.modified-form .row>.form-section:nth-child(2),
[lang=ar] [dir=rtl] .consumer-register-form.caramel-arenaprox .form.modified-form .row>.form-section:nth-child(3) {
    padding: 0 !important
}

[lang=ar] [dir=rtl] .verifiCodeExp span {
    font-family: suiss, Arial, sans-serif !important
}

.nav-wrap .mobile-search-icon .popup-close-blk {
    padding: 20px;
    margin-bottom: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.nav-wrap .mobile-search-icon .popup-close-blk svg {
    width: 20px
}

.nav-wrap .mobile-search-icon .popup-close-blk h2 {
    font-size: 24px
}

.nav-wrap .mobile-search-icon .search-4-0 {
    padding-top: 0
}

.tabs-expand-table table tbody tr td {
    color: #232323
}

.search-4-0 .tabs-expansion-section {
    border-radius: 4px;
    padding: 40px 0;
    position: relative
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section {
        padding: 80px 0 60px
    }
}

@media (max-width:991px) {
    .search-4-0 .tabs-expansion-section:after {
        content: "";
        background: url(/en/system/wst/assets/img/fr-icons/background-pattern-en.png) no-repeat;
        background-size: contain;
        height: 130px;
        position: absolute;
        width: 122px;
        z-index: 0;
        right: 0;
        top: 0;
        background-size: 122px
    }
}

.search-4-0 .tabs-expansion-section.with-bg {
    background-color: #f0f0ea
}

.search-4-0 .tabs-expansion-section.with-bg .desktop-body,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed:active,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed:focus,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed:hover,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a:active,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a:focus,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a:hover .nav-view-wrapp.panel>a {
    background-color: #fff
}

.search-4-0 .tabs-expansion-section.with-bg .desktop-head,
.search-4-0 .tabs-expansion-section.with-bg .learn-more-wrap,
.search-4-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed {
    background: #f0f0ea
}

@media (max-width:767px) {
    .search-4-0 .tabs-expansion-section .container {
        padding: 0;
        width: 100%
    }
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel {
    border: 0;
    box-shadow: none;
    position: relative;
    z-index: 9
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #232323;
    padding: 18px 0;
    padding-left: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff
}

@media (min-width:992px) {

    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a,
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
        font-size: 20px;
        line-height: 1.4;
        color: #232323;
        padding: 24px 0;
        padding-left: 1.5rem
    }
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
    width: 24px;
    height: 24px;
    margin-right: 1rem
}

@media (min-width:992px) {

    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active,
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
        margin-right: 1.5rem
    }
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active {
    display: block
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
    display: none
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed img,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed svg,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a img,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a svg {
    width: 24px;
    height: 24px
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:focus,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:hover,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a:active,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a:focus,
.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a:hover {
    background-color: #f0f0ea
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    font-weight: 400 !important
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active {
    display: none !important
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active {
    display: block !important
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a {
    font-weight: 700;
    color: #e00800;
    background-color: #f0f0ea
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a {
        font-weight: 700;
        color: #e00800
    }
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active {
    display: block
}

.search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
    display: none
}

@media (max-width:991px) {
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a:before {
        border: solid #b2b2b2;
        border-width: 0 1px 1px 0;
        padding: 3.5px;
        content: "";
        position: absolute;
        line-height: 1;
        transform: translateY(-50%) rotate(45deg);
        transition: all .3s ease-in-out;
        right: 18px;
        z-index: 1;
        top: 50%
    }
}

@media (max-width:991px) {
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:before {
        transform: translateY(-50%) rotate(-135deg)
    }
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a:after {
        border: solid #e00800;
        border-width: 2px;
        height: 28px;
        border-radius: 4px;
        content: "";
        position: absolute;
        line-height: 1;
        left: 0;
        z-index: 1
    }
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:after {
        display: none
    }
}

.search-4-0 .tabs-expansion-section .learn-more-wrap {
    padding: 24px 16px 0;
    background-color: #fff
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .learn-more-wrap {
        padding: 37px 0 0
    }
}

.search-4-0 .tabs-expansion-section .learn-more-wrap .btn-text {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 1.6px
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .learn-more-wrap .btn-text {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: 2px
    }
}

.search-4-0 .tabs-expansion-section .desktop-head {
    background-color: #fff
}

@media (max-width:991px) {
    .search-4-0 .tabs-expansion-section .desktop-head .learn-more-wrap {
        display: none
    }
}

.search-4-0 .tabs-expansion-section .mobile-head {
    background-color: #f0f0ea
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .mobile-head {
        width: 100%;
        min-height: 416px
    }

    .search-4-0 .tabs-expansion-section .mobile-head .learn-more-wrap {
        display: none
    }
}

.search-4-0 .tabs-expansion-section .panel {
    margin: 0
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .desktop-layout {
        display: -ms-flexbox;
        display: flex
    }

    .search-4-0 .tabs-expansion-section .desktop-layout .desktop-head>a {
        width: 408px;
        padding-right: 24px
    }
}

.search-4-0 .tabs-expansion-section .desktop-body {
    padding: 16px 16px 24px
}

@media (min-width:992px) {
    .search-4-0 .tabs-expansion-section .desktop-body {
        padding: 36px
    }
}

@media (max-width:991px) {
    .search-4-0 .tabs-expansion-section .desktop-body {
        background-color: #f0f0ea
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .tabs-expansion-section:after {
        content: "";
        background: url(/en/system/wst/assets/img/fr-icons/background-pattern-ar.png) no-repeat;
        right: auto;
        left: 0;
        background-size: 122px
    }
}

[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a:before {
    right: auto;
    left: 18px
}

[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a:after {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a .active,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed img,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed svg,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a .non-active,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a img,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a svg {
    margin-right: 0;
    margin-left: 16px
}

[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a,
[lang=ar] [dir=rtl] .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    padding-right: 16px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .tabs-expansion-section .desktop-layout .desktop-head>a {
        padding-right: 24px !important
    }

    [lang=ar] [dir=rtl] .tabs-expand-table table tbody tr td,
    [lang=ar] [dir=rtl] .tabs-expand-table table thead tr th {
        padding-right: 0 !important;
        padding-left: 16px !important
    }
}

.search-4-0 {
    font-family: suiss, Arial, sans-serif;
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    text-transform: none
}

.search-4-0.open {
    left: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%
}

.search-4-0 .input-field.search-field.cms-search:after,
.search-4-0 .input-field.search-field:after {
    background-image: none !important
}

.search-4-0 .search-form {
    padding: 2.5rem 2.5rem 0
}

.search-4-0 .form ::-webkit-input-placeholder {
    color: #6c6c6c
}

.search-4-0 .form ::-moz-placeholder {
    color: #6c6c6c
}

.search-4-0 .form ::-ms-input-placeholder {
    color: #6c6c6c
}

.search-4-0 .form ::placeholder {
    color: #6c6c6c
}

.search-4-0 .form .search-field:before {
    content: " ";
    position: absolute;
    background-image: url(/b2c/assets/img/svg-icons/icon-search-dualtone.svg) !important;
    background-repeat: no-repeat;
    background-position: 100% !important;
    background-size: 24px 24px !important;
    width: 24px;
    height: 24px;
    top: 14px;
    left: 0;
    z-index: 2
}

.search-4-0 .form .search-field .search-input {
    text-indent: 2.5rem;
    height: 3rem;
    font-size: 16px
}

.search-4-0 .form .search-field .clearSearch {
    position: absolute;
    background-image: url(/b2c/assets/img/svg-icons/icon-close-dualtone.svg) !important;
    background-repeat: no-repeat;
    background-position: 100% !important;
    background-size: 24px 24px !important;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 10px;
    z-index: 2;
    cursor: pointer
}

@media (max-width:992px) {
    .search-4-0 {
        padding: 1rem;
        display: block;
        box-shadow: none
    }

    .search-4-0 .search-form,
    .search-4-0 .search-items-wrapper,
    .search-4-0 .wst-form {
        padding: 0
    }

    .search-4-0 .form .search-field {
        margin-bottom: 0
    }

    .search-4-0 .form .search-field:before {
        top: 10px;
        z-index: 2
    }

    .search-4-0 .form .search-input {
        height: 2.8rem
    }

    .search-4-0 .search-items {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-4-0 .search-items .list-item-heading {
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
        margin-bottom: 0
    }

    .search-4-0 .search-items .recent {
        margin-top: .7rem;
        margin-bottom: 0
    }

    .search-4-0 .search-items .recent .list-item {
        padding: 1rem 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        font-size: .875rem
    }

    .search-4-0 .search-items .recent .list-item:after {
        content: " ";
        position: absolute;
        background-image: url(/b2c/assets/img/svg-icons/icon-arrow-goto.svg) !important;
        background-repeat: no-repeat;
        background-position: 100% !important;
        background-size: 12px 12px !important;
        width: 12px;
        height: 12px;
        top: 24px;
        right: 18px
    }

    .search-4-0 .search-items .quick-links ul {
        white-space: nowrap;
        overflow: scroll
    }

    .search-4-0 .search-items .quick-links ul::-webkit-scrollbar {
        display: none
    }

    .search-4-0 .search-items .quick-links .list-item {
        display: inline-block;
        padding: 1rem;
        box-shadow: 0 5px 10px 0 #eee;
        margin: 1rem .4rem;
        border-radius: 5px;
        font-size: .875rem
    }

    .search-4-0 .search-items .quick-links .list-item:first-child {
        margin-left: 5px
    }

    .search-4-0 .search-items .trends {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #ccc
    }

    .search-4-0 .tiles-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 10px;
        margin-top: 1rem;
        margin-left: -5px !important;
        margin-right: 0 !important
    }

    .search-4-0 .tiles-wrapper::-webkit-scrollbar {
        display: none
    }

    .search-4-0 .tiles-wrapper .tile {
        width: auto;
        height: auto;
        overflow: visible
    }

    .search-4-0 .tiles-wrapper .tile .cover {
        display: none
    }

    .search-4-0 .tiles-wrapper .tile .tile-content-wrapp {
        position: relative;
        background: none;
        height: auto;
        padding: 1rem;
        box-shadow: 0 5px 10px 0 #eee
    }

    .search-4-0 .tiles-wrapper .tile .tile-content-wrapp .content {
        position: relative;
        bottom: 0
    }

    .search-4-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
        font-family: suiss, Arial, sans-serif;
        color: #232323;
        font-size: .875rem;
        white-space: nowrap;
        margin-bottom: 0;
        line-height: 22.4px
    }

    .search-4-0 .menu-brand-wrapper {
        background-color: #fff
    }
}

@media (max-width:992px) and (max-width:991px) {
    .search-4-0 .search-items .quick-links {
        margin-top: 1rem
    }
}

.search-items-wrapper-4-0 .search-items-wrapper {
    padding: .5rem 2.5rem .6rem
}

.search-items-wrapper-4-0 .search-items-wrapper.recent-wrapper {
    padding: .5rem 2.5rem 1.5rem
}

.search-items-wrapper-4-0.result-default-view .search-items-wrapper {
    padding: 2rem 0
}

@media (max-width:991px) {
    .search-items-wrapper-4-0.result-default-view .search-items-wrapper {
        padding: 1rem 0
    }
}

.search-items-wrapper-4-0 .search-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-items-wrapper-4-0 .search-items .list {
    min-width: 32%
}

.search-items-wrapper-4-0 .search-items .list.trends {
    min-width: 34%
}

.search-items-wrapper-4-0 .search-items .list-item-heading {
    color: #232323;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.search-items-wrapper-4-0 .search-items .list-item {
    margin-bottom: 1rem;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:1240px) and (min-width:992px) {
    .search-items-wrapper-4-0 .search-items .list-item {
        max-width: 250px
    }
}

.search-items-wrapper-4-0 .search-items .list-item a {
    color: #232323;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    letter-spacing: 0
}

@media (min-width:993px) {
    .search-items-wrapper-4-0 .search-items .list-item a {
        display: initial !important
    }
}

.search-items-wrapper-4-0 .tiles-wrapper {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem
}

.search-items-wrapper-4-0 .tiles-wrapper .tile {
    position: relative;
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 176px;
    height: 148px;
    margin: .5rem;
    border-radius: 3px
}

@media screen and (max-width:1240px) and (min-width:992px) {
    .search-items-wrapper-4-0 .tiles-wrapper .tile {
        width: 140px;
        height: 140px
    }
}

.search-items-wrapper-4-0 .tiles-wrapper .tile div.cover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    box-shadow: none
}

.search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp {
    background: linear-gradient(180deg, rgba(34, 85, 97, 0), rgba(75, 66, 59, .9));
    position: absolute;
    max-width: 100%;
    height: 60%;
    width: 100%;
    z-index: 2;
    border-radius: 0;
    padding: .75rem 0;
    bottom: 0;
    top: auto
}

.search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content {
    position: absolute;
    bottom: 8px;
    padding: 0 .75rem
}

.search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    font-family: suiss, Arial, sans-serif;
    color: #fff;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: .25rem
}

.search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 12px;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    padding: 3.5px;
    border-color: #fff
}

@media (max-width:992px) {
    .search-items-wrapper-4-0 {
        display: block;
        box-shadow: none
    }

    .search-items-wrapper-4-0 .search-form,
    .search-items-wrapper-4-0 .search-items-wrapper,
    .search-items-wrapper-4-0 .wst-form {
        padding: 0
    }

    .search-items-wrapper-4-0 .form .search-field {
        margin-bottom: 0
    }

    .search-items-wrapper-4-0 .form .search-field:before {
        top: 10px;
        z-index: 2
    }

    .search-items-wrapper-4-0 .form .search-input {
        height: 2.8rem
    }

    .search-items-wrapper-4-0 .search-items {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-items-wrapper-4-0 .search-items .list-item-heading {
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
        margin-bottom: 0
    }

    .search-items-wrapper-4-0 .search-items .recent {
        margin-top: .7rem;
        margin-bottom: 0
    }

    .search-items-wrapper-4-0 .search-items .recent .list-item {
        padding: 1rem 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        font-size: .875rem;
        max-width: 100%;
        padding-right: 2.5rem
    }

    .search-items-wrapper-4-0 .search-items .recent .list-item:after {
        content: " ";
        position: absolute;
        background-image: url(/b2c/assets/img/svg-icons/icon-arrow-goto.svg) !important;
        background-repeat: no-repeat;
        background-position: 100% !important;
        background-size: 12px 12px !important;
        width: 12px;
        height: 12px;
        top: 24px;
        right: 18px
    }

    .search-items-wrapper-4-0 .search-items .quick-links ul {
        white-space: nowrap;
        overflow: scroll;
        margin: 0 -.5rem !important
    }

    .search-items-wrapper-4-0 .search-items .quick-links ul::-webkit-scrollbar {
        display: none
    }

    .search-items-wrapper-4-0 .search-items .quick-links .list-item {
        display: inline-block;
        padding: 1rem;
        box-shadow: 0 5px 10px 0 #eee;
        margin: 1rem .4rem;
        border-radius: 4px;
        font-size: .875rem
    }

    .search-items-wrapper-4-0 .search-items .quick-links .list-item:first-child {
        margin-left: 5px
    }

    .search-items-wrapper-4-0 .search-items .trends {
        margin-top: .5rem;
        padding-top: 1rem;
        border-top: 1px solid #ccc
    }

    .search-items-wrapper-4-0 .tiles-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 10px;
        margin-top: 1rem
    }

    .search-items-wrapper-4-0 .tiles-wrapper .tile {
        width: auto;
        height: auto;
        overflow: visible;
        box-shadow: none;
        margin: .4rem
    }

    .search-items-wrapper-4-0 .tiles-wrapper .tile .cover {
        display: none
    }

    .search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp {
        position: relative;
        background: none;
        height: auto;
        padding: 1rem;
        box-shadow: 0 5px 10px 0 #eee;
        border-radius: 4px
    }

    .search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content {
        position: relative;
        bottom: 0;
        padding: 0
    }

    .search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
        font-family: suiss, Arial, sans-serif;
        color: #232323;
        font-size: .875rem;
        white-space: nowrap;
        margin-bottom: 0;
        line-height: 22.4px;
        font-weight: 400
    }

    .search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
        position: absolute;
        z-index: 9;
        top: 0;
        width: 100%;
        left: 0;
        opacity: 0
    }

    .search-items-wrapper-4-0 .menu-brand-wrapper {
        background-color: #fff
    }
}

.search-result-header-4-0 {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:767px) {
    .search-result-header-4-0>.container {
        width: 100%
    }
}

.search-result-header-4-0 .search-result-content {
    padding: 16px 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

@media (max-width:991px) {
    .search-result-header-4-0 .search-result-content {
        padding: 24px 0
    }
}

.search-result-header-4-0 .search-result-content .search-result-headings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width:991px) {
    .search-result-header-4-0 .search-result-content .search-result-headings {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.search-result-header-4-0 .search-result-content .search-result-headings h2 {
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #232323;
    margin: 0
}

@media (max-width:991px) {
    .search-result-header-4-0 .search-result-content .search-result-headings h2 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: .5rem
    }
}

.search-result-header-4-0 .search-result-content .search-result-headings h2 strong {
    font-weight: 700
}

.search-result-header-4-0 .search-result-content .search-result-headings span {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-left: 10px;
    font-family: suiss, Arial, sans-serif
}

.search-result-header-4-0 .search-result-content .search-result-headings span .first-rec,
.search-result-header-4-0 .search-result-content .search-result-headings span .last-rec,
.search-result-header-4-0 .search-result-content .search-result-headings span .total-rec {
    padding: 0 3px
}

@media (max-width:991px) {
    .search-result-header-4-0 .search-result-content .search-result-headings span {
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }

    .search-result-header-4-0 .search-result-content .search-result-headings span .first-rec,
    .search-result-header-4-0 .search-result-content .search-result-headings span .last-rec,
    .search-result-header-4-0 .search-result-content .search-result-headings span .total-rec {
        padding: 0 5px
    }
}

.search-result-header-4-0 .search-result-content .search-result-headings .first-rec,
.search-result-header-4-0 .search-result-content .search-result-headings .last-rec,
.search-result-header-4-0 .search-result-content .search-result-headings .total-rec {
    margin-left: 0
}

.search-result-header-4-0.gradient-color {
    background-image: linear-gradient(180deg, #fcfcfa, #f0f0ea);
    min-height: 77px
}

@media (max-width:767px) {
    .search-result-header-4-0.gradient-color {
        width: 100%;
        padding: 2px 0
    }
}

@media (min-width:768px) {
    .search-result-header-4-0.gradient-color {
        min-height: 136px
    }
}

@media (min-width:992px) {
    .search-result-header-4-0.gradient-color {
        min-height: 136px
    }
}

.search-result-header-4-0.gradient-color .wave-pattern {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0
}

.search-result-header-4-0.gradient-color .wave-pattern:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 246px;
    height: 136px;
    display: block;
    background: url(/b2c/assets/img/svg-icons/wave-pattern-mini.svg) 100% 0 no-repeat
}

@media (max-width:767px) {
    .search-result-header-4-0.gradient-color .wave-pattern:before {
        background: url(/b2c/assets/img/svg-icons/wave-pattern-mini-mob.svg) 100% 0 no-repeat
    }
}

.search-result-header-4-0.gradient-color.gr-purple {
    background-image: linear-gradient(180deg, #0a0a0a 2%, #e00800 145%)
}

.search-result-header-4-0.gradient-color.gr-green {
    background-image: linear-gradient(180deg, #151515 2%, #4b4a4a 145%)
}

.search-result-header-4-0.gradient-color.gr-aqua,
.search-result-header-4-0.gradient-color.gr-orange {
    background-image: linear-gradient(180deg, #0a0a0a 2%, #e00800 145%)
}

.search-plans-banner-4-0 {
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.search-plans-banner-4-0 .promo-content {
    padding: 24px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1
}

@media (max-width:767px) {
    .search-plans-banner-4-0 .promo-content {
        padding: 16px
    }
}

.search-plans-banner-4-0 .promo-content h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff
}

@media (max-width:767px) {
    .search-plans-banner-4-0 .promo-content h4 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px
    }
}

.search-plans-banner-4-0 .promo-content p {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff
}

@media (max-width:767px) {
    .search-plans-banner-4-0 .promo-content p {
        font-size: 14px;
        line-height: 1.43
    }
}

.search-plans-banner-4-0.with-image {
    position: relative
}

.search-plans-banner-4-0.with-image:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.search-plans-banner-4-0.with-image .promo-img {
    position: relative;
    height: 136px;
    overflow: hidden
}

.search-plans-banner-4-0.with-image .promo-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.search-pagination-4-0 .pages {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0;
    color: #232323;
    font-size: .875rem
}

.search-pagination-4-0 .pages .current-page,
.search-pagination-4-0 .pages .total-pages {
    padding-left: 5px;
    padding-right: 5px
}

.search-pagination-4-0 .pages-list {
    text-align: right;
    float: right
}

.search-pagination-4-0 .pages-list svg {
    width: 100%;
    height: 100%;
    stroke: #b2b2b2;
    stroke-width: 8px;
    max-height: 14px;
    max-width: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 2px
}

.search-pagination-4-0 .pagination-list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.search-pagination-4-0 .pagination-list .item-page {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 16px
}

.search-pagination-4-0 .pagination-list .item-page.active a,
.search-pagination-4-0 .pagination-list .item-page:hover a {
    color: #e00800
}

.search-pagination-4-0 .pagination-list .item-page a {
    color: #6c6c6c
}

.not-found-wrapper-4-0 .search-not-found-4-0 {
    margin: 20px 0 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media (max-width:991px) {
    .not-found-wrapper-4-0 .search-not-found-4-0 {
        padding-bottom: 0;
        margin-bottom: 7px;
        margin-top: 4px !important;
        position: relative
    }
}

.search-not-found-4-0 {
    display: -ms-flexbox;
    display: flex;
    margin: 16px 2.5rem 0;
    padding-bottom: 32px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8
}

@media (max-width:991px) {
    .search-not-found-4-0 {
        margin: 16px 0;
        border-bottom: 0
    }
}

.search-not-found-4-0 .icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 8px;
    background-color: #f6f6f6;
    margin-right: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .search-not-found-4-0 .icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        margin-right: 16px
    }
}

.search-not-found-4-0 .icon svg {
    width: 48px;
    height: 48px
}

@media (max-width:767px) {
    .search-not-found-4-0 .icon svg {
        width: 24px;
        height: 24px
    }
}

.search-not-found-4-0 .text h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #232323;
    margin-bottom: 8px;
    margin-top: 0
}

@media (max-width:767px) {
    .search-not-found-4-0 .text h4 {
        font-size: 16px;
        line-height: 1.5
    }
}

.search-not-found-4-0 .text p {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-bottom: 0
}

@media (max-width:767px) {
    .search-not-found-4-0 .text p {
        font-size: 14px;
        line-height: 1.43
    }
}

.search-not-found-4-0 .text .notFoundTerm {
    font-weight: 700
}

.not-found-wrapper-4-0 {
    padding-bottom: 32px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8
}

@media (max-width:991px) {
    .not-found-wrapper-4-0 {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
}

.search-no-result-suggession-4-0 {
    padding-left: 5.5rem
}

.search-no-result-suggession-4-0 .did-you-mean {
    padding: .6rem 1rem;
    border-radius: 8px;
    background-color: #f0f0ea;
    display: inline-block;
    margin-bottom: 1rem
}

.search-no-result-suggession-4-0 .did-you-mean-result {
    font-weight: 700
}

@media (max-width:991px) {
    .search-no-result-suggession-4-0 {
        padding-left: 0
    }

    .search-no-result-suggession-4-0 .did-you-mean {
        display: block
    }
}

.search-related-keywords {
    color: #6c6c6c
}

@media (max-width:991px) {
    .search-related-keywords {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-related-keywords-list-item {
        padding-left: 0;
        display: inline-block
    }
}

@media (max-width:768px) {
    .search-pagination-4-0 .pages-list {
        float: none !important;
        display: block;
        text-align: center;
        padding: 0
    }

    .search-pagination-4-0 .pages {
        display: none
    }

    .search-pagination-4-0 .pagination-list .item-page {
        padding: .8rem
    }
}

.search-4-0-component {
    padding: 0
}

.search-4-0-component .tabs-expansion-title-wrap {
    margin-bottom: 1.5rem;
    margin-left: 1rem
}

@media (max-width:991px) {
    .search-4-0-component .tabs-expansion-title-wrap {
        padding-left: 0;
        margin-left: 0
    }
}

.search-4-0-component.tabs-expansion-section {
    padding: 0;
    padding-bottom: 6px
}

@media (max-width:991px) {
    .search-4-0-component.tabs-expansion-section:after {
        display: none
    }
}

.search-4-0-component.tabs-expansion-section .desktop-head {
    max-width: 384px;
    min-width: 384px
}

@media (max-width:1440px) {
    .search-4-0-component.tabs-expansion-section .desktop-head {
        max-width: 284px;
        min-width: 284px
    }
}

@media (max-width:992px) {
    .search-4-0-component.tabs-expansion-section .desktop-head {
        max-width: 100%
    }
}

.search-4-0-component.tabs-expansion-section .desktop-head>a {
    width: auto !important;
    padding-left: 2.5rem !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

@media (max-width:767px) {
    .search-4-0-component.tabs-expansion-section .desktop-head>a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 2.5rem !important;
        display: block !important
    }
}

@media (max-width:991px) {
    .search-4-0-component.tabs-expansion-section .desktop-head.nav-view-wrapp.panel>a:before {
        border: 0
    }
}

.search-4-0-component.tabs-expansion-section .desktop-head.nav-view-wrapp.panel>a:after {
    background-color: #e00800
}

.search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
    padding-right: 2.5rem;
    padding-left: 1rem;
    width: 70%;
    max-width: 815px
}

@media (max-width:1440px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 70%;
        min-height: 316px
    }
}

@media (max-width:992px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 100%;
        min-height: 316px;
        padding-right: 0;
        padding-left: 0
    }
}

.search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head .panel-collapse .results-media .media-body {
    padding-right: 24px !important;
    display: block
}

@media (max-width:767px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head .panel-collapse .results-media .media-body {
        padding-right: 0 !important
    }
}

.search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head .panel-collapse .results-media.learnmore .action-wrapper .media-action {
    padding-right: 0 !important;
    font-weight: 400
}

.search-4-0-component.tabs-expansion-section .desktop-body {
    padding: 0
}

.search-4-0-component.tabs-expansion-section .mobile-head,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:active,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:focus,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:hover,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:active,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:focus,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:hover {
    background-color: #fff
}

.search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    color: #6c6c6c
}

.results-media {
    display: -ms-flexbox;
    display: flex;
    padding: 1.42rem 1rem;
    border-bottom: 1px solid #e2e1da;
    -ms-flex-align: center;
    align-items: center
}

.results-media .media-object {
    width: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 65px;
    border-radius: 4px
}

.results-media .media-body {
    display: block !important;
    width: 100%
}

.results-media .media-left {
    padding-right: 1.5rem
}

.results-media .media-heading {
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #232323
}

.results-media .media-description {
    height: 25.2px
}

.results-media .media-description,
.results-media .media-description>p,
.results-media .media-description li {
    color: #6c6c6c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0
}

.results-media .action-wrapper {
    height: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
    min-width: 8rem
}

.results-media .media-action {
    color: #fff;
    font-size: .75rem;
    padding: 5px 10px !important;
    border-radius: 12px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .15px;
    width: auto
}

.results-media.learnmore .media-action {
    color: #e00800;
    line-height: 22px;
    letter-spacing: 2px;
    font-size: 16px
}

.results-media.postpaid .media-action {
    background-image: linear-gradient(259deg, #0a0a0a, #e00800)
}

.results-media.prepaid .media-action {
    background-image: linear-gradient(258deg, #429321 100%, #96d12e)
}

.results-media.addon {
    font-size: 16px
}

.results-media.addon .media-action {
    background-image: linear-gradient(252deg, #232323, #157d75)
}

.results-media.device .media-action {
    background-image: linear-gradient(251deg, #2d2f2f, #555656)
}

.results-media.elife .media-action {
    background-image: linear-gradient(245deg, #103f56, #5eb4d4)
}

.results-media.faq .media-action {
    background-image: linear-gradient(242deg, #5f5f5f, #c8c8c8)
}

@media (max-width:992px) {
    .results-media {
        padding: 2.5rem 0 1rem;
        position: relative
    }

    .results-media .media-heading {
        margin-bottom: .25rem
    }

    .results-media .media-description {
        font-size: .875rem
    }

    .results-media .media-object {
        width: 48px !important;
        height: 48px !important
    }

    .results-media .action-wrapper {
        position: absolute;
        height: 2rem;
        top: 5px;
        min-width: auto
    }

    .results-media.learnmore {
        padding-top: 1rem;
        padding-bottom: 2.5rem
    }

    .results-media.learnmore .action-wrapper {
        top: auto;
        position: absolute;
        height: 2rem;
        bottom: 5px;
        font-size: .875rem
    }

    .results-media.learnmore .action-wrapper .media-action {
        color: #e00800;
        padding-left: 0 !important;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 2px
    }

    .results-media.addon .media-action,
    .results-media.device .media-action,
    .results-media.elife .media-action,
    .results-media.faq .media-action,
    .results-media.postpaid .media-action,
    .results-media.prepaid .media-action {
        font-size: .625rem;
        padding: 3px 8px;
        border-radius: 10px;
        letter-spacing: 0
    }

    .tabs-expansion-title-wrap {
        padding: 0;
        margin-bottom: 0
    }

    .tabs-expansion-title-wrap h4 {
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
        margin: 1.5rem 0 .4rem
    }

    .tabs-expansion-section .desktop-head {
        min-width: auto
    }

    .tabs-expansion-section .desktop-body {
        background-color: #fff
    }

    .tabs-expansion-section .nav-view-wrapp.panel>a {
        padding-left: 0 !important;
        padding: 1rem 0;
        border-bottom: 1px solid #d8d8d8;
        font-size: .875rem
    }

    .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
        padding-left: 0;
        padding: 1rem 0
    }

    .tabs-expansion-section .nav-view-wrapp.panel>a:before {
        content: " ";
        position: absolute;
        background-image: url(/b2c/assets/img/svg-icons/icon-arrow-goto.svg) !important;
        background-repeat: no-repeat;
        background-position: 100% !important;
        background-size: 12px 12px !important;
        width: 12px;
        height: 12px;
        top: 24px;
        right: 0;
        transform: none !important;
        border: 0
    }
}

.search-results-wrapper-4-0 {
    padding-top: 12px
}

.search-results-wrapper-4-0 .search-4-0-component .results-media .media-description {
    white-space: normal;
    padding-right: 0;
    height: auto
}

.search-results-wrapper-4-0 .search-4-0-component .results-media .media-description>p,
.search-results-wrapper-4-0 .search-4-0-component .results-media .media-description li {
    white-space: normal
}

.search-results-wrapper-4-0 .search-result-loader-4-0 {
    padding-left: 0
}

.search-results-wrapper-4-0 .search-result-loader-4-0 .ph-item {
    padding-right: 0
}

.search-results-wrapper-4-0 .results-media .media-object {
    width: 86px;
    height: 88px
}

@media (max-width:991px) {
    .search-results-wrapper-4-0 .results-media .media-object {
        width: 48px;
        height: 48px
    }
}

.search-results-wrapper-4-0 .results-media .media-body {
    padding-right: 40px
}

@media (max-width:767px) {
    .search-results-wrapper-4-0 .results-media .media-body {
        padding-right: 0
    }
}

.search-results-wrapper-4-0 .results-media.learnmore .action-wrapper {
    text-align: right;
    font-size: 16px;
    line-height: 16px;
    margin-right: 15px
}

.search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: suiss, Arial, sans-serif;
    color: #e00800;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2px
}

.search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action:before {
    right: -5px;
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    padding: 2.7px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s ease-in-out
}

@media (min-width:992px) {
    .search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: 2px
    }

    .search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action:before {
        border: solid #e00800;
        border-width: 0 1px 1px 0;
        color: #e00800;
        right: -5px;
        padding: 3.7px;
        content: "";
        position: absolute;
        line-height: 1;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        transition: all .3s ease-in-out
    }
}

.search-rm {
    width: 160px
}

@media (max-width:992px) {
    .search-rm {
        position: absolute;
        height: 1.2rem;
        bottom: 10px
    }
}

.main-mega-menu-desktop.backdrop-search-4-0 {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.search-promotion-banner-4-0 {
    margin-bottom: -11px
}

.search-promotion-banner-4-0 .menu-promotion-wrapper {
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
    width: 100%;
    max-width: 377px
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper {
    height: 100%;
    min-height: 325px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile {
    position: relative;
    height: 325px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0 0 0 8px
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .limited-offer-4-0 {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 0 4px 4px;
    background-color: #232323;
    padding: 4px 8px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 24px
}

@media (min-width:768px) {
    .search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .limited-offer-4-0 {
        left: 24px;
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: .25px
    }
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile div.cover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    box-shadow: none
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp {
    background: linear-gradient(180deg, rgba(34, 85, 97, 0), rgba(75, 66, 59, .9));
    position: absolute;
    max-width: 100%;
    height: 60%;
    width: 100%;
    z-index: 2;
    border-radius: 0;
    padding: 2rem;
    bottom: 0;
    top: auto
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content {
    position: absolute;
    bottom: 24px
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1rem
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 14px
}

.search-promotion-banner-4-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    padding: 3.5px;
    border-color: #fff
}

.search-4-0 .search-items .list-item a {
    -ms-flex-pack: initial !important;
    justify-content: initial !important
}

.search-4-0 .form .search-field {
    border: none
}

.search-4-0 .form .search-field .search-input {
    color: #232323;
    border-bottom: 1px solid #b2b2b2;
    height: 3rem !important
}

.search-4-0 .form .search-field {
    margin-bottom: 1rem;
    margin-top: .5rem
}

.search-4-0 .form .search-field .search-input {
    padding: 0
}

@media (min-width:993px) {
    .search-4-0 .tiles-wrapper .tile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        position: relative
    }
}

.d-none {
    display: none !important
}

.results-media .media-description,
.results-media .media-description>p,
.results-media .media-description li {
    letter-spacing: 0
}

@media (min-width:993px) {

    .results-media .media-description,
    .results-media .media-description>p,
    .results-media .media-description li {
        max-width: 400px
    }
}

@media (min-width:1280px) {

    .results-media .media-description,
    .results-media .media-description>p,
    .results-media .media-description li {
        max-width: 500px
    }
}

@media (min-width:1600px) {

    .results-media .media-description,
    .results-media .media-description>p,
    .results-media .media-description li {
        max-width: 650px
    }
}

.search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
    max-width: inherit !important;
    width: 70% !important
}

@media (min-width:1441px) and (max-width:1650px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 70% !important
    }
}

@media (max-width:1400px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 80% !important
    }
}

@media (max-width:1099px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 72% !important
    }
}

@media (max-width:992px) {
    .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 100% !important
    }
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.results-media .media-heading,
.search-4-0-component .tabs-expansion-title-wrap h4 {
    letter-spacing: 0
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link a.btn-text,
.search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head a.btn-text {
    letter-spacing: 2px;
    text-transform: uppercase
}

.main-menu.menu-order.login-menu.backdrop-search-4-0 {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100% !important;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.eCare-megaSearch .search-4-0 {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1) !important;
    margin-top: -1px !important
}

[lang=ar] [dir=rtl] .search-4-0 .form .search-field .search-input:before {
    right: 10px
}

[lang=ar] [dir=rtl] .search-4-0 .form .search-field .search-input:after {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .search-4-0 .form .search-field .clearSearch {
    left: 10px;
    right: auto
}

[lang=ar] [dir=rtl] .search-4-0 .form .search-field:before {
    right: 0;
    left: auto;
    transform: rotate(80deg)
}

[lang=ar] [dir=rtl] .search-4-0-component .results-media .media-left {
    padding-left: 1.5rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
    padding-left: 2.5rem;
    padding-right: 1rem
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-4-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a {
        padding-left: 2.5rem !important;
        padding-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .search-4-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:before {
    transform: rotate(-90deg) !important
}

[lang=ar] [dir=rtl] .search-4-0-component .tabs-expansion-title-wrap {
    margin-left: 0;
    margin-right: 1rem
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-4-0-component .tabs-expansion-title-wrap {
        padding-right: 0;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .search-not-found-4-0 .icon {
    margin-right: 0;
    margin-left: 24px
}

[lang=ar] [dir=rtl] .search-pagination-4-0 .pages-list {
    text-align: left;
    float: left
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-pagination-4-0 .pages-list {
        text-align: center
    }
}

[lang=ar] [dir=rtl] .search-pagination-4-0 .pages-list svg {
    transform: rotate(180deg)
}

[lang=ar] [dir=rtl] .search-result-header-4-0 .search-result-content .search-result-headings>span {
    margin-right: 10px;
    margin-left: 0
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .tabs-expansion-section.search-4-0-component:after {
    display: none
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .search-items .quick-links ul {
        margin-left: 0 !important;
        margin-right: -5px !important
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .search-items .list-item a {
    padding-right: 0 !important;
    font-weight: 300
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .search-items .recent {
    margin-bottom: 1rem
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .search-items .recent .list-item {
        padding-left: 2.5rem !important;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .search-items .recent .list-item:after {
        right: auto;
        left: 18px;
        transform: rotate(-90deg)
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .tile .tile-content-wrapp .content .btn-text.learn-more {
    padding-right: 0;
    padding-left: 0
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .search-items-wrapper .tile .tile-content-wrapp .content .btn-text.learn-more:before {
    left: -33px;
    right: auto
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .tiles-wrapper {
        margin-left: 0 !important;
        margin-right: -5px !important
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .search-items-wrapper-4-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
        font-weight: 300
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .tabs-expansion-section.search-4-0-component .desktop-layout .desktop-head>a {
    padding-left: 0 !important;
    padding-right: 2.5rem !important
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .tabs-expansion-section.search-4-0-component .desktop-layout .desktop-head>a {
        padding-left: 2.5rem !important;
        padding-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .tabs-expansion-section.search-4-0-component .desktop-layout .nav-view-wrapp .panel-collapse .results-media .media-body {
    padding-right: 0 !important;
    padding-left: 24px !important
}

[lang=ar] [dir=rtl] .mega-dropdown.search-4-0 .tabs-expansion-section.search-4-0-component .desktop-layout .nav-view-wrapp .panel-collapse .results-media.learnmore .action-wrapper .media-action {
    padding-left: 0 !important;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2px
}

[lang=ar] [dir=rtl] .search-results-wrapper-4-0 .results-media .media-body {
    padding-right: 0;
    padding-left: 40px
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-results-wrapper-4-0 .results-media .media-body {
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .search-results-wrapper-4-0 .results-media.learnmore .action-wrapper {
    text-align: left;
    margin-right: 0;
    margin-left: 6px
}

[lang=ar] [dir=rtl] .search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action {
    padding-right: 0 !important
}

[lang=ar] [dir=rtl] .search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action:before {
    transform: translateY(-50%) rotate(135deg);
    left: -15px;
    right: auto
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .search-results-wrapper-4-0 .results-media.learnmore .action-wrapper .media-action:before {
        transform: translateY(-50%) rotate(135deg);
        left: -5px;
        right: auto
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-result-loader-4-0 .ph-item {
        padding-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .search-no-result-suggession-4-0 {
    padding-left: 0;
    padding-right: 5.5rem
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-no-result-suggession-4-0 {
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .search-no-result-suggession-4-0 .search-related-keywords-list-item {
        padding-left: .5rem;
        padding-right: 0
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .nav-wrap .mobile-search-icon {
        right: auto;
        left: 40px
    }
}

.search-result-loader-4-0 {
    padding-left: 10px;
    padding-top: 33px
}

@media (max-width:991px) {
    .search-result-loader-4-0 {
        padding-left: 0
    }
}

.search-result-loader-4-0 .ph-item {
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    background-color: #fff
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-item {
        padding-right: 0
    }
}

.search-result-loader-4-0 .ph-item>.row {
    margin-bottom: 22px
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-item>.row {
        margin-bottom: 22px
    }
}

.search-result-loader-4-0.sr-left {
    padding-left: 40px
}

@media (max-width:991px) {
    .search-result-loader-4-0.sr-left {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .search-result-loader-4-0.sr-right .ph-item {
        padding-top: 3rem
    }
}

.search-result-loader-4-0 .ph-item,
.search-result-loader-4-0 .ph-item *,
.search-result-loader-4-0 .ph-item :after,
.search-result-loader-4-0 .ph-item :before {
    box-sizing: border-box
}

.search-result-loader-4-0 .ph-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    animation: m .8s linear infinite;
    content: " ";
    pointer-events: none
}

.search-result-loader-4-0 .ph-fill {
    height: 24px;
    margin-bottom: 7.5px;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea)
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-fill {
        height: 16px
    }
}

.search-result-loader-4-0 .ph-big {
    height: 32px
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-big {
        height: 24px
    }
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-button-wrapper {
        position: absolute;
        top: 0;
        z-index: 9;
        left: 0;
        min-width: 115px;
        height: 18px;
        padding: 0
    }
}

.search-result-loader-4-0 .ph-button {
    height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea)
}

.search-result-loader-4-0 .ph-empty {
    background-color: transparent;
    background-image: none;
    height: 24px
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-empty {
        height: 16px
    }
}

.search-result-loader-4-0 .ph-avatar {
    position: relative;
    width: 62px;
    height: 65px;
    overflow: hidden;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea);
    margin: auto
}

.search-result-loader-4-0 .ph-separator {
    margin: 0 0 27px;
    border-bottom: 1px solid #e2e1da
}

@media (max-width:991px) {
    .search-result-loader-4-0 .ph-separator {
        margin: 0 0 27px
    }
}

.search-result-loader-4-0 .ph-avatar:before {
    display: block;
    padding-top: 100%;
    content: " "
}

.search-result-loader-4-0 .ph-picture {
    width: 100%;
    height: 220px;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea)
}

.selector-toggle-container-colored .selector-toggle-title strong,
.selector-toggle-container .selector-toggle-title strong {
    font-weight: 900
}

@media (max-width:425px) {

    .selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item,
    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item {
        max-width: 33.3333%;
        width: auto
    }

    .selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item .selector-feature-label,
    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature-label,
    .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature-label {
        font-size: .75rem !important
    }

    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature-label .tab-more-text,
    .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature-label .tab-more-text {
        letter-spacing: .7
    }

    .number-selector {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .number-selector .selector-toggle-item {
        margin: 0 !important
    }

    .select-number-container,
    .selector-toggle-container.add-on-list {
        overflow: visible
    }

    .selector-toggle-container .selector-toggle-carousel.no-swiper .selector-toggle-wapper .selector-toggle-item .selector-feature {
        padding: 8px 0
    }

    .select-number-container .selector-toggle-carousel.no-swiper .swiper-wrapper {
        width: auto;
        margin: 0;
        display: block;
        overflow: visible
    }

    .select-number-container .selector-toggle-carousel.no-swiper .swiper-wrapper .selector-toggle-item {
        width: 100%;
        padding: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0
    }
}

.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label:before,
.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label:before,
.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label:before,
.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label:before {
    content: " ";
    left: auto;
    top: 8px;
    border-radius: 0 2px 0 8px;
    cursor: pointer;
    bottom: 85px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    height: 18px;
    width: 18px;
    background-color: #e00800;
    border-color: #e00800;
    right: 0;
    transition: all .2s ease
}

.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label:after,
.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label:after,
.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label:after,
.search-filter-wrap .selector-toggle-container .selector-toggle-carousel .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    height: 4px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 8px;
    top: 7px;
    z-index: 1;
    left: auto;
    right: 0;
    transition: all .2s ease
}

.statusLabelblk {
    background: #dedede;
    padding: .25rem 1rem;
    display: inline-block;
    margin: 1rem;
    border-radius: .25rem
}

.etist-bridge-lite .addons-unlimited-idd-table {
    padding-top: .5rem
}

.etist-bridge-lite p {
    margin: 0 32px 24px 0;
    font-size: 1rem;
    color: #232323;
    margin: 0 0 .5rem
}

@media (max-width:768px) {
    .etist-bridge-lite p {
        margin-top: 1rem
    }
}

.etist-bridge-lite .smallGraypara {
    margin: .5rem 0 0;
    font-size: .875rem;
    line-height: 1.43;
    color: #6c6c6c
}

.etist-bridge-lite .text-and-table-table>.row>div {
    font-size: 1rem;
    color: #232323
}

.etist-bridge-lite .text-and-table-table .bullet-disc ul {
    padding-left: 2rem;
    padding-right: 2rem
}

.etist-bridge-lite .text-and-table-table .bullet-disc ul li {
    list-style: disc;
    font-size: 1rem;
    line-height: 22px;
    margin-top: 1.5rem
}

.etist-bridge-lite a {
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #e00800
}

.etist-bridge-lite a .pencilIcon {
    position: static;
    right: auto;
    bottom: auto;
    display: inline-block;
    line-height: 1;
    height: 24px;
    vertical-align: middle
}

@media (max-width:768px) {
    .etist-bridge-lite a .pencilIcon {
        right: 0;
        top: 10px;
        position: absolute
    }
}

.etist-bridge-lite a.changeNum {
    padding-left: 3rem
}

@media (max-width:1024px) {
    .etist-bridge-lite a.changeNum {
        padding-left: 1rem
    }
}

.etist-bridge-lite .newsletters-wrapper {
    padding-top: .5rem
}

.etist-bridge-lite .newsletters-wrapper .box-newsletters h4 {
    font-family: suisse_intlregular, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    color: #232323
}

.etist-bridge-lite .newsletters-wrapper .box-newsletters p {
    font-size: .75rem;
    line-height: 1.83;
    color: #9b9b9b;
    max-width: 90%
}

.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]+label:before,
.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]+label:before {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    margin-top: -11px;
    border-color: #a8a8a8;
    background: #fff
}

.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:before,
.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:before {
    background-image: url(/b2c/assets/img/forms/radio.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #e00800
}

.etist-bridge-lite .consumer-register-form .form .row>.form-section .floating-label-input span svg {
    height: 16px;
    width: 16px;
    transform: rotate(180deg);
    fill: #232323
}

.etist-bridge-lite .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.timepicker:-moz-read-only {
    border-color: #e00800
}

.etist-bridge-lite .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.timepicker:read-only {
    border-color: #e00800
}

.etist-bridge-lite .text-and-table-table .timepickerdropdown ul.picker__list {
    padding: 0
}

.etist-bridge-lite .packageType .smallGraypara {
    margin-bottom: .5rem
}

.etist-bridge-lite .remindmeBox {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.etist-bridge-lite .remindmeBox .smallGraypara {
    margin-bottom: 1rem
}

.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section:nth-child(2) {
    padding-left: 0
}

.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section:nth-child(3) {
    padding-left: 1.5rem
}

.etist-bridge-lite .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg * {
    stroke: none !important
}

.etist-bridge-lite .greenLinkWarrow svg {
    fill: #e00800;
    transform: rotate(90deg);
    height: .875rem;
    width: .875rem;
    vertical-align: middle
}

.etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section .checkbox,
.etist-bridge-lite .etist-bridge-lite .consumer-register-form .form.modified-form .row>.form-section .radio {
    padding: .75rem 0
}

@media (max-width:992px) {
    .etist-bridge-lite .current-pkg-info-section .text-and-table .text-and-table-table {
        padding: 0
    }
}

@media (min-width:768px) {
    .etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number {
        margin-right: 1rem !important
    }
}

@media (min-width:1025px) {
    .etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number {
        margin-right: 1.5rem !important
    }
}

@media (max-width:768px) {
    .etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number {
        margin-bottom: 1rem !important
    }
}

.etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number:hover {
    color: #232323;
    background-color: transparent !important;
    border-color: #060606 !important
}

.etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number.active:hover {
    background-color: #e00800 !important;
    border-color: #e00800 !important;
    color: #fff
}

[lang=ar] [dir=rtl] .etist-bridge-lite .greenLinkWarrow svg {
    transform: rotate(-90deg)
}

[lang=ar] [dir=rtl] .etist-bridge-lite .consumer-register-form .row.remindmeBox {
    display: block
}

[lang=ar] [dir=rtl] .etist-bridge-lite .text-and-table-table .timepickerdropdown ul.picker__list {
    text-align: right
}

@media (min-width:768px) {
    [lang=ar] [dir=rtl] .etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number {
        margin-right: 0 !important;
        margin-left: 1rem !important
    }
}

@media (min-width:1025px) {
    [lang=ar] [dir=rtl] .etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number {
        margin-left: 1.5rem !important
    }
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .etist-bridge-lite .text-and-table.text-and-table-white>div.text-and-table-table>.row .btn.cancel-change-number {
        margin-bottom: 1rem !important
    }
}

[lang=ar] [dir=rtl] .etist-bridge-lite .newsletters-wrapper {
    padding-top: .5rem
}

[lang=ar] [dir=rtl] .etist-bridge-lite .newsletters-wrapper .box-newsletters h4,
[lang=ar] [dir=rtl] .etist-bridge-lite .newsletters-wrapper .box-newsletters p {
    text-align: right
}

[lang=ar] [dir=rtl] .etist-bridge-lite .newsletters-wrapper .box-newsletters .material-switch label:before {
    left: -2px
}

.etisalat-lite-country-list .search-a-country h3 {
    letter-spacing: 0;
    margin: 0
}

.etisalat-lite-country-list .search-a-country .search-a-country {
    width: 100%
}

@media (min-width:1025px) {
    .etisalat-lite-country-list .search-a-country .search-a-country {
        width: 400px;
        text-align: left
    }
}

.etisalat-lite-country-list .search-a-country .search-a-country .magnifierGlass {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 36px
}

.etisalat-lite-country-list .search-a-country .search-a-country .close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field .input-field {
    padding: 0 2.5rem;
    height: 46px;
    color: #242424;
    font-size: 1.5rem
}

.etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field .input-field:focus {
    color: #242424
}

.etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field .input-field::-webkit-input-placeholder {
    color: #999
}

.etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field .input-field:focus+label {
    font-size: 1rem
}

.etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field .input-field+label {
    padding: 0 2.25rem;
    line-height: 1;
    font-size: 1.5rem
}

.etisalat-lite-country-list .search-a-country .search-a-country .search-switch {
    padding-right: 2rem;
    width: 110px;
    text-align: center;
    margin: 1rem auto;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left
}

@media (min-width:768px) {
    .etisalat-lite-country-list .search-a-country .search-a-country .search-switch {
        position: absolute;
        right: 0;
        top: -11px
    }
}

.etisalat-lite-country-list .search-a-country .search-a-country .search-switch .magnifierGlass {
    right: 0;
    left: auto
}

@media (max-width:767px) {
    .etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field {
        margin: 1rem 0
    }
}

.etisalat-lite-country-list .search-a-country ul.countryList {
    margin: 2rem 0 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 500px
}

@media (max-width:767px) {
    .etisalat-lite-country-list .search-a-country ul.countryList {
        padding-left: 0;
        padding-right: 0
    }
}

.etisalat-lite-country-list .search-a-country ul.countryList li {
    text-align: left;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.125rem
}

@media (max-width:767px) {
    .etisalat-lite-country-list .search-a-country ul.countryList li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width:520px) {
    .etisalat-lite-country-list .search-a-country ul.countryList li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.etisalat-lite-country-list .search-a-country ul.countryList li>span {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 1rem;
    padding: 1rem 0
}

.etisalat-lite-country-list .search-a-country ul.countryList li .countryName,
.etisalat-lite-country-list .search-a-country ul.countryList li .countrySlot {
    vertical-align: middle
}

.etisalat-lite-country-list .search-a-country ul.countryList li .countryName .circle-check-radio,
.etisalat-lite-country-list .search-a-country ul.countryList li .countrySlot .circle-check-radio {
    float: right
}

.etisalat-lite-country-list .search-a-country ul.countryList li .countryName .circle-check-radio input[type=radio]+label:before,
.etisalat-lite-country-list .search-a-country ul.countryList li .countrySlot .circle-check-radio input[type=radio]+label:before {
    height: 24px;
    width: 24px;
    border: 1px solid #a8a8a8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.etisalat-lite-country-list .search-a-country ul.countryList li .countryName .CodeNum,
.etisalat-lite-country-list .search-a-country ul.countryList li .countrySlot .CodeNum {
    float: right
}

.etisalat-lite-country-list .search-a-country ul.countryList li .countryFlag {
    width: 36px;
    height: 36px;
    background: #ccc;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden
}

.etisalat-lite-country-list .search-a-country ul.countryList li .countryFlag img,
.etisalat-lite-country-list .search-a-country ul.countryList li .countryFlag svg {
    width: 36px;
    height: 36px
}

.etisalat-lite-country-list .close .searchIcon {
    display: block
}

.etisalat-lite-country-list .close.clearSearch .searchIcon,
.etisalat-lite-country-list .close .closeIcon {
    display: none
}

.etisalat-lite-country-list .close.clearSearch .closeIcon {
    display: block
}

.buttonSection {
    margin-bottom: 1rem
}

@media (min-width:993px) {
    .buttonSection {
        margin-bottom: 3rem
    }
}

.buttonSection .btn {
    line-height: 4rem
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country .search-a-country {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country .search-a-country .search-switch {
    right: auto;
    left: 0;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country .search-a-country .close {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country .search-a-country .magnifierGlass {
    right: 0;
    left: auto
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country .search-a-country .floating-label-field .input-field {
    padding-left: 0 !important;
    padding-right: 2.2rem !important
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country .search-a-country .search-switch .magnifierGlass {
    right: 0;
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country ul.countryList li {
    text-align: right
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country ul.countryList li .countryFlag {
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country ul.countryList li .countrySlot .circle-check-radio,
[lang=ar] [dir=rtl] .etisalat-lite-country-list .search-a-country ul.countryList li .countrySlot .CodeNum {
    float: left
}

.cfm-feedback {
    display: inline-block
}

.cfm-feedback .alert-section-with-icon {
    border: 1px solid #f0f0ea;
    background-color: #f0f0ea
}

@media (min-width:993px) {
    .cfm-feedback .alert-section-with-icon {
        min-width: 588px
    }
}

.cfm-feedback .alert-section-with-icon h6,
.cfm-feedback .alert-section-with-icon p {
    padding-left: 1rem;
    padding-right: 1rem
}

.cfm-feedback .feedbackfaceContainer {
    border-radius: 4px;
    padding: 1.5rem 1rem
}

@media (min-width:993px) {
    .cfm-feedback .feedbackfaceContainer {
        max-width: 640px;
        margin: auto
    }
}

.cfm-feedback .feedbackfaceContainer.bgGraybox {
    border: 1px solid #f0f0ea;
    background-color: #f0f0ea
}

.cfm-feedback .feedbackfaceContainer p {
    font-size: 1rem;
    line-height: 1.5;
    color: #6c6c6c;
    padding: 0 .5rem
}

@media (max-width:767px) {
    .cfm-feedback .feedbackfaceContainer p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.cfm-feedback .feedbackfaceContainer h6 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.07;
    color: #232323;
    margin: 0;
    letter-spacing: 0
}

@media (max-width:767px) {
    .cfm-feedback .feedbackfaceContainer h6 {
        font-size: .75rem;
        line-height: 1.42
    }
}

.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap {
    margin-top: 1rem;
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap label,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap label {
    min-width: 105px;
    text-transform: none;
    letter-spacing: 0;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem
}

@media (max-width:767px) {

    .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap label,
    .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap label {
        min-width: 62px;
        min-height: 44px
    }
}

.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap:last-child,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap:last-child {
    margin: .5rem
}

.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label {
    color: #e00800
}

.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label svg,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label svg g>path,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label svg,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label svg g>path,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label svg,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label svg g>path,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label svg,
.cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label svg g>path {
    stroke: #e00800;
    stroke-width: .5px !important
}

.cfm-feedback .feedbackfaceContainer .labelTextWrapper {
    text-align: left
}

.cfm-feedback .feedbackfaceContainer .labelTextWrapper .labelText {
    font-weight: 700;
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    padding: 0 .5rem
}

@media (max-width:767px) {
    .cfm-feedback .feedbackfaceContainer .labelTextWrapper .labelText {
        font-size: .75rem;
        line-height: 1.42
    }
}

.cfm-feedback .feedbackfaceContainer .labelTextWrapper .labelText.excellent {
    float: right
}

.cfm-feedback .feedbackfaceContainer.options {
    max-width: 650px
}

@media (min-width:768px) {
    .cfm-feedback .feedbackfaceContainer.options {
        min-height: 500px
    }
}

.cfm-feedback .feedbackfaceContainer.options .multi-tiles-wrap {
    display: block
}

.cfm-feedback .feedbackfaceContainer.options .multi-tiles-wrap>div {
    float: left
}

.cfm-feedback .feedbackfaceContainer .textareaFooter {
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    color: #6c6c6c
}

@media (max-width:767px) {
    .cfm-feedback .feedbackfaceContainer .textareaFooter {
        font-size: .875rem
    }
}

.cfm-feedback .feedbackfaceContainer .button-container {
    margin: 0;
    position: fixed;
    bottom: 2rem;
    left: 0;
    right: 0
}

@media (min-width:768px) {
    .cfm-feedback .feedbackfaceContainer .button-container {
        position: absolute;
        bottom: 4rem
    }
}

@media (max-width:767px) {
    .cfm-feedback .feedbackfaceContainer .button-container button {
        width: 90% !important
    }
}

.cfm-feedback .baseHalf.mypassModal.modal .modal-content .modal-body .feedbackfaceContainer p {
    font-size: 1rem;
    line-height: 1.5;
    color: #6c6c6c;
    padding: 0 .5rem
}

.cfm-feedback .greenLinkArrow {
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #e00800 !important;
    text-decoration: none !important
}

.cfm-feedback .greenLinkArrow svg {
    fill: #e00800;
    transform: rotate(-90deg);
    height: .875rem !important;
    width: .875rem !important;
    vertical-align: middle
}

.cfm-feedback .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section {
    margin-bottom: 2rem
}

.cfm-feedback .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section .floating-label-input.floating-label-textarea {
    height: 120px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin-bottom: .25rem
}

.consumer-register-form .form .cfm-feedback .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section {
    margin-bottom: 2rem
}

.consumer-register-form .form .cfm-feedback .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section .floating-label-input.floating-label-textarea {
    height: 120px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin-bottom: .25rem
}

.consumer-register-form .form .cfm-feedback .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section .floating-label-input.floating-label-textarea label.floating-label {
    font-size: 15px !important;
    line-height: 1.33;
    letter-spacing: .15px;
    color: #232323
}

[lang=ar] [dir=rtl] .cfm-feedback .feedbackfaceContainer .labelTextWrapper {
    text-align: right
}

[lang=ar] [dir=rtl] .cfm-feedback .feedbackfaceContainer .labelTextWrapper .labelText.excellent {
    float: left
}

.cfm-feedback-enh {
    display: inline-block
}

.cfm-feedback-enh .alert-section-with-icon {
    border: 1px solid #f0f0ea;
    background-color: #f0f0ea
}

@media (min-width:993px) {
    .cfm-feedback-enh .alert-section-with-icon {
        min-width: 588px
    }
}

.cfm-feedback-enh .alert-section-with-icon h6,
.cfm-feedback-enh .alert-section-with-icon p {
    padding-left: 1rem;
    padding-right: 1rem
}

.cfm-feedback-enh .feedbackfaceContainer {
    border-radius: 4px;
    padding: 1.5rem 1rem
}

@media (min-width:993px) {
    .cfm-feedback-enh .feedbackfaceContainer {
        max-width: 570px;
        margin: auto
    }
}

.cfm-feedback-enh .feedbackfaceContainer.bgGraybox {
    border: 1px solid #f0f0ea;
    background-color: #f0f0ea
}

.cfm-feedback-enh .feedbackfaceContainer p {
    font-size: 1rem;
    line-height: 1.5;
    color: #6c6c6c;
    padding: 0 .5rem
}

@media (max-width:767px) {
    .cfm-feedback-enh .feedbackfaceContainer p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.cfm-feedback-enh .feedbackfaceContainer h6 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.07;
    color: #232323;
    margin: 0;
    letter-spacing: 0
}

@media (max-width:767px) {
    .cfm-feedback-enh .feedbackfaceContainer h6 {
        font-size: .75rem;
        line-height: 1.42
    }
}

.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap {
    margin-top: 1rem;
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap label,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap label {
    min-width: 40px;
    text-transform: none;
    letter-spacing: 0;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    box-shadow: none;
    border: 1px solid #cecece;
    border-radius: .5rem
}

@media (max-width:767px) {

    .cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap label,
    .cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap label {
        min-width: 40px;
        min-height: 48px
    }
}

.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap:last-child,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap:last-child {
    margin: .5rem .25rem
}

.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label {
    color: #fff;
    background: #232323;
    border-color: #232323
}

.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label svg,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label svg g>path,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label svg,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label svg g>path,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label svg,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label svg g>path,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label svg,
.cfm-feedback-enh .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label svg g>path {
    stroke: #e00800;
    stroke-width: .5px !important
}

.cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper {
    text-align: left
}

.cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper .labelText {
    font-weight: 700;
    text-align: left;
    display: inline-block;
    font-size: 1rem;
    padding: 0 .5rem
}

@media (max-width:767px) {
    .cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper .labelText {
        font-size: .75rem;
        line-height: 1.42
    }
}

.cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper .labelText.excellent,
.cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper .labelText:last-child {
    float: right
}

.cfm-feedback-enh .feedbackfaceContainer.options {
    max-width: 650px
}

@media (min-width:768px) {
    .cfm-feedback-enh .feedbackfaceContainer.options {
        min-height: 320px
    }
}

.cfm-feedback-enh .feedbackfaceContainer.options .multi-tiles-wrap {
    display: block
}

.cfm-feedback-enh .feedbackfaceContainer.options .multi-tiles-wrap>div {
    float: left
}

.cfm-feedback-enh .feedbackfaceContainer .textareaFooter {
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    color: #6c6c6c
}

@media (max-width:767px) {
    .cfm-feedback-enh .feedbackfaceContainer .textareaFooter {
        font-size: .875rem
    }
}

.cfm-feedback-enh .feedbackfaceContainer .button-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .cfm-feedback-enh .feedbackfaceContainer .button-container button {
        width: 90% !important
    }
}

.cfm-feedback-enh .feedbackfaceContainer .button-container .backLink {
    display: block;
    color: #232323;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    text-decoration: none !important;
    font-weight: 700;
    margin: 0
}

.cfm-feedback-enh .feedbackfaceContainer .button-container .backLink .linkArrow {
    text-decoration: none !important
}

.cfm-feedback-enh .feedbackfaceContainer .button-container .backLink>span {
    text-decoration: underline
}

.cfm-feedback-enh .feedbackfaceContainer .button-container .btn {
    border-radius: 25px !important
}

.cfm-feedback-enh .baseHalf.mypassModal.modal .modal-content .modal-body .feedbackfaceContainer p {
    font-size: 1rem;
    line-height: 1.5;
    color: #6c6c6c;
    padding: 0 .25rem
}

.cfm-feedback-enh .greenLinkArrow {
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #e00800 !important;
    text-decoration: none !important
}

.cfm-feedback-enh .greenLinkArrow svg {
    fill: #e00800;
    transform: rotate(-90deg);
    height: .875rem !important;
    width: .875rem !important;
    vertical-align: middle
}

.cfm-feedback-enh .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section {
    margin-bottom: 2rem
}

.cfm-feedback-enh .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section .floating-label-input.floating-label-textarea {
    height: 120px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin-bottom: .25rem
}

.trackorderlink {
    color: #e00800 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    line-height: 1.29;
    letter-spacing: 2px;
    font-size: .875rem
}

.trackorderlink svg {
    fill: #e00800 !important;
    vertical-align: middle;
    margin-right: .5rem
}

.cfm-success-page .btn-default-margins button {
    border-width: 1px;
    min-width: 17.9375rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 2.4px;
    color: #232323
}

.consumer-register-form .form .cfm-feedback-enh .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section {
    margin-bottom: 2rem
}

.consumer-register-form .form .cfm-feedback-enh .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section .floating-label-input.floating-label-textarea {
    height: 120px;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    margin-bottom: .25rem
}

.consumer-register-form .form .cfm-feedback-enh .row .feedbackfaceContainer.options .multi-tiles-wrap .form-section .floating-label-input.floating-label-textarea label.floating-label {
    font-size: 15px !important;
    line-height: 1.33;
    letter-spacing: .15px;
    color: #232323
}

@media (max-width:767px) {
    .baseHalf.modal.mobilefull {
        height: 100%
    }
}

[lang=ar] [dir=rtl] .cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper {
    text-align: right
}

[lang=ar] [dir=rtl] .cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper .labelText.excellent,
[lang=ar] [dir=rtl] .cfm-feedback-enh .feedbackfaceContainer .labelTextWrapper .labelText:last-child {
    float: left
}

.cfmBanner .cfm-feedback-thankyou {
    width: 372px;
    min-height: 120px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background-color: #e00800;
    color: #fff;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    z-index: 11
}

@media (max-width:767px) {
    .cfmBanner .cfm-feedback-thankyou {
        bottom: 0;
        right: 0
    }
}

@media (max-width:420px) {
    .cfmBanner .cfm-feedback-thankyou {
        width: 100%
    }
}

.cfmBanner .cfm-feedback-thankyou .checkIcon {
    position: absolute;
    left: 1.5rem;
    top: 1.9rem
}

.cfmBanner .cfm-feedback-thankyou .checkIcon svg {
    width: 1.25rem;
    height: 1.25rem
}

.cfmBanner .cfm-feedback-thankyou .close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    background: #e00800;
    stroke: #fff
}

.cfmBanner .cfm-feedback-thankyou .close>img,
.cfmBanner .cfm-feedback-thankyou .close>svg {
    width: 1rem;
    height: 1rem;
    stroke: #fff
}

.cfmBanner .cfm-feedback-thankyou .thankyou-message {
    padding: 0 2.5rem
}

.cfmBanner .cfm-feedback {
    width: 406px;
    min-height: 184px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 11
}

@media (max-width:767px) {
    .cfmBanner .cfm-feedback {
        bottom: 0;
        right: 0
    }
}

@media (max-width:420px) {
    .cfmBanner .cfm-feedback {
        width: 100%
    }
}

.cfmBanner .cfm-feedback .feedbackfaceContainer {
    padding: 1.5rem 1rem
}

@media (max-width:767px) {
    .cfmBanner .cfm-feedback .feedbackfaceContainer {
        padding: 1.5rem .5rem
    }
}

.cfmBanner .cfm-feedback .feedbackfaceContainer p {
    color: #232323
}

@media (max-width:767px) {
    .cfmBanner .cfm-feedback .feedbackfaceContainer p {
        padding-right: 2rem
    }
}

@media (max-width:420px) {
    .cfmBanner .cfm-feedback .feedbackfaceContainer p {
        padding-left: .25rem
    }
}

@media (max-width:420px) {
    .cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap {
        -ms-flex-pack: left;
        justify-content: left
    }
}

.cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap label,
.cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap label {
    min-width: 62px;
    height: 44px;
    text-transform: none;
    letter-spacing: 0;
    color: #232323;
    font-size: .875rem
}

@media (max-width:374px) {

    .cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap label,
    .cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap label {
        min-width: 42px
    }
}

.cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap:last-child,
.cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap:last-child {
    margin: .5rem .375rem .75rem
}

@media (max-width:420px) {

    .cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .checkbox-tile-wrap:last-child,
    .cfmBanner .cfm-feedback .feedbackfaceContainer .multi-tiles-wrap .radio-tile-wrap:last-child {
        margin: .5rem .25rem .75rem
    }
}

.cfmBanner .cfm-feedback .feedbackfaceContainer .labelTextWrapper .labelText {
    font-size: .875rem;
    color: #232323
}

.cfmBanner .cfm-feedback .close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    background: #fff
}

.cfmBanner .cfm-feedback .close>svg {
    width: 1rem;
    height: 1rem
}

[lang=ar] [dir=rtl] .cfmBanner .cfm-feedback-thankyou {
    left: 1.5rem;
    right: auto
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .cfmBanner .cfm-feedback-thankyou {
        left: 0
    }
}

[lang=ar] [dir=rtl] .cfmBanner .cfm-feedback-thankyou .close {
    right: auto;
    left: 1.25rem
}

[lang=ar] [dir=rtl] .cfmBanner .cfm-feedback-thankyou .checkIcon {
    right: 1.5rem;
    left: auto
}

[lang=ar] [dir=rtl] .cfmBanner .cfm-feedback {
    left: 1.5rem;
    right: auto
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .cfmBanner .cfm-feedback {
        right: 0
    }
}

[lang=ar] [dir=rtl] .cfmBanner .cfm-feedback .close {
    right: auto;
    left: 1.25rem
}

.bg-darklightgray-filler {
    background: #e1e0d9 !important
}

a.greenLinkText {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800
}

@media (max-width:767px) {
    .positionRelative-xs {
        position: relative !important
    }
}

@media (max-width:767px) {
    .current-accordion-wrapper .full-width-xs {
        width: 100vw !important;
        position: relative !important
    }
}

.autopaydr2 .accounts-wrapper .account-tiles-wrapper {
    padding-left: 3rem;
    padding-right: 3rem
}

@media (max-width:767px) {
    .autopaydr2 .accounts-wrapper .account-tiles-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.autopaydr2 .accounts-wrapper.payment-due h4 {
    font-size: 1rem;
    line-height: 1;
    color: #232323
}

.autopaydr2 .accounts-wrapper .help-support .userprofile-summary .user-info .user-info-img {
    width: 84px
}

.autopaydr2 .accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-pic-container {
    width: 64px;
    height: 64px;
    margin-right: 0
}

@media (min-width:992px) {
    .autopaydr2 .accounts-wrapper .help-support .userprofile-summary .userprofile-summary-middle {
        padding: 3rem 0
    }
}

.autopaydr2 .mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name .change-name,
.autopaydr2 .mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name p {
    padding-bottom: 2px
}

.autopaydr2 .payment-options .checkbox-green-filled-circle {
    float: left;
    width: auto;
    margin-bottom: 20px;
    margin-left: 1.5rem
}

@media (max-width:767px) {
    .autopaydr2 .payment-options .checkbox-green-filled-circle {
        margin-left: 0;
        margin-right: 1.5rem
    }
}

.autopaydr2 .paymentGateway-message {
    padding-top: 3rem
}

@media (min-width:993px) {
    .autopaydr2 .paymentGateway-message {
        padding-bottom: 4rem
    }
}

.autopaydr2 .paymentGateway-message p {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0;
    color: #9b9b9b
}

.autopaydr2 .customDatedropdownWrap {
    max-width: 464px
}

.autopaydr2 .customDatedropdownWrap.full {
    max-width: 100%
}

.autopaydr2 .customDatedropdownWrap .floating-label-input input[readonly] {
    background: transparent !important
}

.autopaydr2 .customDatedropdownWrap .alert-label {
    display: none !important
}

.autopaydr2 .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label.smFont {
    font-size: 12px !important
}

.autopaydr2 .text-and-table,
.autopaydr2 .text-and-table>div.table-summary .items {
    padding-bottom: 0
}

.autopaydr2 .text-and-table>div.table-summary .items>ul {
    display: block
}

.autopaydr2 .text-and-table>div.table-summary .items>ul li {
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #232323;
    font-size: 1rem
}

.autopaydr2 .scheDateWraper h4 {
    font-size: 1.25rem;
    line-height: 1;
    color: #232323;
    padding-top: 3rem;
    margin: 0 0 .75rem
}

.autopaydr2 .scheDateWraper h4,
.autopaydr2 .scheDateWraper p {
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.autopaydr2 .scheDateWraper p {
    font-size: 1rem;
    line-height: 1.56;
    color: #9b9b9b
}

.autopaydr2 .scheDateWraper .payment-options {
    padding-top: 4.5rem
}

.autopaydr2 .scheDateWraper .form.modified-form .smartPay .form-section .form-group {
    margin-left: 0;
    margin-right: 0
}

.autopaydr2 .auto-load-accordians #addresses .view-address-row .address-edit-form-box.autopayAccor {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.autopaydr2 .auto-load-accordians #addresses .view-address-row .address-edit-form-box.autopayAccor .address-edit-form {
    padding-top: 42px;
    padding-bottom: 42px
}

.autopaydr2 .auto-load-accordians #addresses .view-address-row .address-edit-form-box.autopayAccor p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #232323
}

.autopaydr2 .pay-balance-with-box {
    padding-left: 2rem;
    padding-right: 2rem
}

.autopaydr2 .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    font-size: 1.25rem
}

@media (min-width:768px) and (max-width:992px) {
    .autopaydr2 .added-bill-payment-section #addresses .view-address-row.row-mob .row-mob-scroll.threeTiles .view-card-box {
        width: 33.33%;
        padding: .25rem
    }

    .autopaydr2 .added-bill-payment-section #addresses .view-address-row.row-mob .row-mob-scroll.threeTiles .view-card-box .view-card-txt.card-full-col p {
        font-size: .8rem;
        max-width: 70%;
        line-height: 1
    }
}

@media (max-width:767px) {

    .autopaydr2 .auto-load-accordians .added-bill-payment-section #addresses .view-address-row .view-addresses-cards.payCards .view-card-box.card-pay-etisalat,
    .autopaydr2 .auto-load-accordians .added-bill-payment-section #addresses .view-address-row .view-addresses-cards.payCards .view-card-box.pay-col {
        width: 50%
    }

    .autopaydr2 .auto-load-accordians #addresses.add-payment .view-address-row .address-edit-form-box {
        width: 660px
    }

    .autopaydr2 .added-bill-payment-section #addresses .view-address-row.row-mob .row-mob-scroll.threeTiles {
        width: 950px
    }

    .autopaydr2 .added-bill-payment-section #addresses .view-address-row.row-mob .row-mob-scroll.threeTiles .view-card-box {
        width: 32%;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .autopaydr2 .auto-load-accordians #addresses.add-payment .view-address-row {
        position: relative
    }

    .autopaydr2 .inner-payment-cards {
        display: -ms-flexbox;
        display: flex;
        width: 600px;
        overflow-x: auto
    }

    .autopaydr2 .inner-payment-cards .pay-col {
        padding: 0;
        margin-bottom: 16px;
        min-width: 276px;
        margin-right: 2rem
    }

    .autopaydr2 .mobileScroller .bill-inner-box.text-left.smaller {
        overflow: auto
    }

    .autopaydr2 .mobileScroller ul.bill-list {
        width: 900px;
        padding-bottom: 1rem
    }

    .autopaydr2 .montlywrapper {
        padding: 0 2rem
    }
}

.autopaydr2 .auto-load-accordians .content-wrap.smartPayWrap {
    padding: 10px 0 50px
}

.autopaydr2 .auto-load-accordians .content-wrap.smartPayWrap .payment-options {
    padding-top: 3.5rem
}

.midScnModal.modal .modal-dialog.modal-lg {
    width: 100%;
    max-width: 80%
}

.midScnModal.modal .modal-dialog .modal-content .modal-body,
.midScnModal.modal .modal-dialog .modal-content .modal-header {
    padding: 0
}

.midScnModal.modal .modal-dialog .modal-content.selectedAcPopup {
    padding: 2rem 2.5rem 1rem
}

.midScnModal.modal .modal-dialog .modal-content.selectedAcPopup h5 {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #232323;
    margin-bottom: 2.5rem
}

.midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .modal-header .close {
    top: 0;
    margin: 1rem 0 0
}

.midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .card-box {
    border: 1px solid #d2d2d2
}

.midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .removeAc {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800;
    position: absolute;
    right: 1rem;
    bottom: 1.75rem
}

@media (max-width:992px) {
    .midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .removeAc {
        font-size: .65rem;
        right: .5rem;
        bottom: .5rem
    }
}

@media (max-width:767px) {
    .midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .card-box .card-box-txt {
        padding: 5px 12px 0
    }
}

@media (max-width:992px) {
    .midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .card-box .card-box-txt p {
        font-size: 12px;
        line-height: 12px
    }
}

.customDatedropdownWrap input[type=text] {
    caret-color: transparent
}

.customDatedropdownWrap .floating-label-input span svg {
    height: 2rem;
    width: 2rem;
    stroke: #232323
}

.customDatedropdownWrap .dateDropdown {
    display: none;
    z-index: 3
}

.customDatedropdownWrap .dateDropdown.open {
    display: block
}

.customDatedropdownWrap .dateDropdown .date-tiles-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.customDatedropdownWrap .dateDropdown .date-tiles-wrap .checkbox-tile-wrap,
.customDatedropdownWrap .dateDropdown .date-tiles-wrap .radio-tile-wrap {
    margin-bottom: 2px
}

.customDatedropdownWrap .dateDropdown .date-tiles-wrap .checkbox-tile-wrap label,
.customDatedropdownWrap .dateDropdown .date-tiles-wrap .radio-tile-wrap label {
    font-family: suiss, Arial, sans-serif;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 transparent;
    margin: 0;
    padding: 0 .875rem;
    color: #232323;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1rem;
    border: 1px solid #fff;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    transition: all .2s ease;
    min-height: 40px;
    min-width: 60px
}

.customDatedropdownWrap .dateDropdown .date-tiles-wrap .checkbox-tile-wrap label:hover,
.customDatedropdownWrap .dateDropdown .date-tiles-wrap .radio-tile-wrap label:hover {
    background-color: hsla(204, 2%, 53%, .1)
}

.customDatedropdownWrap .dateDropdown .date-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label,
.customDatedropdownWrap .dateDropdown .date-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label,
.customDatedropdownWrap .dateDropdown .date-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label,
.customDatedropdownWrap .dateDropdown .date-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label {
    background: #e00800;
    color: #fff;
    border: 1px solid #e00800;
    text-shadow: 0 0 0 #e00800
}

.customDatedropdownWrap .dateDropdown.absolute {
    position: absolute
}

.autopay-btn-container {
    float: right
}

.termNcondition {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.25rem
}

@media (max-width:1199px) {
    .termNcondition {
        padding: 1rem 1.5rem
    }
}

@media (max-width:767px) {
    .termNcondition {
        font-size: 1rem;
        letter-spacing: .5px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left;
        margin-bottom: 2rem
    }
}

.termNcondition a {
    color: #e00800;
    font-weight: 700;
    letter-spacing: .63px
}

.termNcondition.checkbox-green-filled .checkbox-inline,
.termNcondition.checkbox-green-filled .radio-inline {
    padding-left: 2rem
}

.termNcondition.checkbox-green-filled .checkbox-inline .floating-label:before,
.termNcondition.checkbox-green-filled .radio-inline .floating-label:before {
    height: 2.25rem;
    width: 2.25rem;
    margin-top: -18px;
    left: -18px;
    border: 1px solid #a8a8a8;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 71%, .5)
}

.termNcondition.checkbox-green-filled .checkbox-inline label,
.termNcondition.checkbox-green-filled .radio-inline label {
    font-weight: 400;
    margin-bottom: 0
}

.termNcondition.checkbox-green-filled .checkbox-inline input[type=checkbox]:checked+label:before,
.termNcondition.checkbox-green-filled .checkbox-inline input[type=radio]:checked+label:before,
.termNcondition.checkbox-green-filled .radio-inline input[type=checkbox]:checked+label:before,
.termNcondition.checkbox-green-filled .radio-inline input[type=radio]:checked+label:before {
    background-image: url(/b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2.25rem 2.25rem;
    border: none
}

.checkbox-green-filled-circle .checkbox-inline,
.checkbox-green-filled-circle .radio-inline {
    padding-left: 2.8rem
}

.checkbox-green-filled-circle .checkbox-inline input[type=checkbox],
.checkbox-green-filled-circle .checkbox-inline input[type=radio],
.checkbox-green-filled-circle .radio-inline input[type=checkbox],
.checkbox-green-filled-circle .radio-inline input[type=radio] {
    visibility: hidden;
    height: 30px;
    width: 30px
}

.checkbox-green-filled-circle .checkbox-inline .floating-label:before,
.checkbox-green-filled-circle .radio-inline .floating-label:before {
    content: "";
    display: block;
    border: 1px solid #bcbcbc;
    margin-top: -8px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-top: -16px;
    border-color: #6c6c6c;
    left: 0
}

.checkbox-green-filled-circle input[type=checkbox]:checked+label:before,
.checkbox-green-filled-circle input[type=radio]:checked+label:before {
    background-image: url(/assets/img/forms/radio.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 2px solid #232323
}

.messageWrapper {
    margin-top: 2rem
}

.messageWrapper .cardNumber {
    font-size: .875rem
}

.messageWrapper .cardNumber svg {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle;
    margin-right: .25rem
}

.messageWrapper h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.07;
    letter-spacing: 0;
    color: #232323;
    margin: 0 0 1px
}

.messageWrapper p {
    color: #232323;
    margin: 0
}

.messageWrapper p.smaller {
    font-size: .75rem !important;
    line-height: 1.25rem
}

.autopaydr2-ac-selection .form-submit.btn-default-margins {
    text-align: right
}

.autopaydr2-ac-selection a {
    text-decoration: none !important
}

.autopaydr2-ac-selection h3 {
    margin-bottom: 2.5rem
}

@media (max-width:767px) {
    .autopaydr2-ac-selection h3 {
        margin-bottom: .5rem;
        font-size: 1.25rem
    }
}

.autopaydr2-ac-selection .main-text h3 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    color: #6c6c6c;
    padding: 0;
    margin: 0;
    padding-top: 5rem;
    padding-bottom: .5rem
}

.autopaydr2-ac-selection .main-text h2 {
    font-size: 35px;
    line-height: 1;
    color: #232323;
    padding: 0;
    margin: 0;
    padding-bottom: 1rem;
    text-transform: none
}

.autopaydr2-ac-selection .card-box.active-primary.readonly {
    pointer-events: none;
    opacity: .6
}

.autopaydr2-ac-selection .card-box.active-primary.selAc {
    background: #e00800
}

.autopaydr2-ac-selection .card-box.active-primary.selAc .card-box-txt h4,
.autopaydr2-ac-selection .card-box.active-primary.selAc .card-box-txt p {
    color: #fff
}

.autopaydr2-ac-selection .card-box.active-primary.selAc .circle-check-radio input[type=checkbox]:checked+label:before,
.autopaydr2-ac-selection .card-box.active-primary.selAc .circle-check-radio input[type=radio]:checked+label:before {
    background-image: url(/assets/img/self-care-profile/icon_checkbox_radio_selected_light_64.svg);
    border: none
}

.autopaydr2-ac-selection .card-box.selAc .card-box-txt h4,
.autopaydr2-ac-selection .card-box.selAc .card-box-txt p {
    color: #fff
}

.autopaydr2-ac-selection .card-box.active-primary .your-phone span.plan-primary {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
    padding: 4px 8px;
    margin-top: 1rem
}

.autopaydr2-ac-selection .card-box.active-primary.selAc .your-phone span.plan-primary {
    background: #fff;
    color: #e00800
}

.selectAllLink {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.29;
    letter-spacing: 2px !important;
    color: #e00800 !important;
    text-decoration: none !important;
    float: right;
    margin-top: 3rem
}

@media (max-width:767px) {
    .selectAllLink {
        float: left;
        margin: 1.5rem 0
    }
}

@media (min-width:993px) {
    .autopay-account-selected {
        margin-bottom: 4rem
    }
}

.autopay-account-selected .labelHeading {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #3c3f40;
    margin: 4rem 0 5rem
}

@media (max-width:767px) {
    .autopay-account-selected .labelHeading {
        margin: 2rem 0 1rem
    }
}

.autopay-account-selected .labelHeading .greenLinkText {
    font-size: .875rem;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800;
    padding: 0 .5rem
}

@media (max-width:767px) {
    .autopay-account-selected .labelHeading .greenLinkText {
        display: block;
        margin-top: 1rem;
        padding: 0
    }
}

.autopay-account-selected .newsletters-wrapper {
    margin-top: 3rem
}

.autopay-account-selected .newsletters-wrapper .box-newsletters h4 {
    margin: 0;
    text-align: right;
    padding-right: 2rem
}

.autopay-account-selected .newsletters-wrapper .box-newsletters .material-switch {
    display: inline
}

.autopay-account-selected .newsletters-wrapper .box-newsletters .material-switch label {
    width: 40px
}

.autopay-account-selected .newsletters-wrapper .box-newsletters .material-switch label:before {
    height: 16px;
    width: 40px;
    margin-top: -7px;
    left: 0
}

.autopay-account-selected .newsletters-wrapper .box-newsletters .material-switch label:after {
    height: 24px;
    left: -3px;
    width: 24px
}

.autopay-account-selected .newsletters-wrapper .box-newsletters .material-switch>input[type=checkbox]:checked+label:after {
    left: 18px
}

.autopay-account-selected .newsletters-wrapper .box-newsletters .news-letter-switch h4 {
    display: inline
}

@media (max-width:767px) {
    .autopay-account-selected .newsletters-wrapper .box-newsletters .news-letter-switch h4 {
        font-size: .875rem
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .autopay-account-selected .autopayRow .form-section.col-xs-12.col-sm-6:first-child {
        padding-right: 1rem
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .autopay-account-selected .autopayRow .form-section.col-xs-12.col-sm-6:nth-child(2) {
        padding-left: 1rem
    }
}

.noteMessage {
    min-height: 80px;
    padding: 30px 0;
    opacity: .5;
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #232323;
    text-align: left
}

.noteMessage>p {
    margin: 0
}

@media (max-width:992px) {
    .autopayDrop2Tables .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.noLabelTD:before {
        width: 0;
        margin: 0
    }

    .autopayDrop2Tables .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.noLabelTD:after {
        width: 0
    }

    .autopayDrop2Tables .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.noLabelTD {
        width: 49%;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: center;
        min-height: 84px;
        border: none !important
    }

    .autopayDrop2Tables .mobEnh .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td.noLabelTD span {
        width: 100%;
        text-align: right;
        margin: 0;
        padding: 0 1rem
    }
}

.autopayDrop2Tables h3 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #242424
}

@media (max-width:992px) {
    .autopayDrop2Tables h3 {
        font-size: 1.25rem;
        margin-bottom: 2rem
    }
}

.verticalForm {
    padding: 0 1rem
}

.verticalForm .form-section[class*=col-] {
    margin-bottom: 2.5rem !important
}

.autorecharge-wrapper {
    text-align: left;
    display: inline-block;
    max-width: 546px
}

.autorecharge-wrapper p {
    opacity: .7;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .37px;
    color: #454849
}

@media (max-width:992px) {
    .autorecharge-wrapper p {
        font-size: .875rem
    }
}

.autorecharge-wrapper .noteMessage {
    padding-top: .5rem
}

@media (min-width:993px) {
    .autorecharge-wrapper .btn-default-margins {
        margin-top: -.25rem !important
    }
}

.switch-tab-wrapper .switch-inner-box h5 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #4a4a4a;
    margin-bottom: 2rem
}

.switch-tab-wrapper .switch-inner-box h5 .outside-icon {
    vertical-align: middle;
    margin: 0 .8rem
}

.switch-tab-wrapper .switch-inner-box ul.switch-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

@media (max-width:767px) {
    .switch-tab-wrapper .switch-inner-box ul.switch-list {
        width: 100%
    }
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li {
    float: left;
    margin-left: -1px
}

@media (max-width:767px) {
    .switch-tab-wrapper .switch-inner-box ul.switch-list li {
        width: 33.33%
    }
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li .limit-check-box input[type=radio]:checked+label {
    border-color: #e00800 !important;
    color: #fff
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #e00800
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li .limit-check-box input[type=radio]+label {
    padding: 7px 16px;
    margin: 0;
    border: 1px solid #cecece;
    min-width: 97px;
    font-size: 14px;
    color: #444849;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    text-align: center;
    min-width: 183px
}

@media (max-width:767px) {
    .switch-tab-wrapper .switch-inner-box ul.switch-list li .limit-check-box input[type=radio]+label {
        padding-left: .5rem;
        padding-right: .5rem;
        min-width: 104px
    }
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li .limit-check-box input[type=radio]+label:hover {
    background-color: #f8f8f8
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li .limit-check-box input[type=radio]+label:first-child {
    margin-right: 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li:first-child .limit-check-box input[type=radio]+label {
    border: 1px solid #cecece;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.switch-tab-wrapper .switch-inner-box ul.switch-list li:last-child .limit-check-box input[type=radio]+label {
    border: 1px solid #cecece;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

@media (max-width:767px) {
    .switch-tab-wrapper .switch-inner-box ul.switch-list li:last-child {
        width: 33.34%
    }
}

@media (min-width:768px) {
    button.mid {
        width: 400px
    }
}

.help-support .userprofile-summary .userprofile-summary-middle {
    padding: 3rem 0
}

.overlayCustomDates {
    margin: 1.5rem -10px 3.75rem
}

@media (max-width:767px) {
    .overlayCustomDates {
        margin-left: -8px;
        margin-right: -8px
    }
}

.overlayCustomDates .date-tiles-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 557px
}

@media (max-width:767px) {
    .overlayCustomDates .date-tiles-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:374px) {
    .overlayCustomDates .date-tiles-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap,
.overlayCustomDates .date-tiles-wrap .radio-tile-wrap {
    min-width: 3.75rem;
    height: 3.75rem;
    width: 3.75rem;
    margin: 8px
}

@media (max-width:767px) {

    .overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap,
    .overlayCustomDates .date-tiles-wrap .radio-tile-wrap {
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
        font-size: .75rem;
        line-height: 1;
        margin: 6px
    }
}

.overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap label,
.overlayCustomDates .date-tiles-wrap .radio-tile-wrap label {
    font-family: suiss, Arial, sans-serif;
    box-shadow: 0 2px 10px 0 transparent;
    color: #232323;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
    min-width: 3rem;
    height: 3.75rem;
    margin: 0;
    padding: 22px 0 20px;
    border-radius: 2px;
    border: 1px solid #edeee6;
    background-color: #fff;
    width: 100%;
    text-transform: none
}

.overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap label:hover,
.overlayCustomDates .date-tiles-wrap .radio-tile-wrap label:hover {
    background-color: hsla(204, 2%, 53%, .1)
}

@media (max-width:767px) {

    .overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap label,
    .overlayCustomDates .date-tiles-wrap .radio-tile-wrap label {
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
        font-size: .75rem;
        line-height: 1;
        text-transform: none
    }
}

.overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap input[type=checkbox]:checked+label,
.overlayCustomDates .date-tiles-wrap .checkbox-tile-wrap input[type=radio]:checked+label,
.overlayCustomDates .date-tiles-wrap .radio-tile-wrap input[type=checkbox]:checked+label,
.overlayCustomDates .date-tiles-wrap .radio-tile-wrap input[type=radio]:checked+label {
    background: #e00800;
    color: #fff;
    border: 1px solid #e00800;
    text-shadow: 0 0 0 #e00800
}

.stopAutopay {
    text-align: right;
    position: absolute;
    right: 0;
    top: 2.6rem
}

@media (max-width:767px) {
    .stopAutopay {
        top: auto;
        bottom: 1.5rem;
        left: 0;
        right: auto
    }
}

.stopAutopay a {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800
}

.disableAutopay {
    text-align: left;
    position: absolute;
    left: 0;
    top: 16px;
    padding-left: 3.25rem;
    padding-right: 5.25rem
}

@media (max-width:767px) {
    .disableAutopay {
        top: auto;
        bottom: -1.5rem;
        padding: 0
    }
}

.disableAutopay a {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800
}

.autopay-switch-wrapper {
    padding-bottom: 2rem
}

@media (max-width:767px) {
    .autopay-switch-wrapper {
        padding-bottom: 4rem
    }
}

.form.modified-form .smartPay .form-section .floating-label-input input.disabled:not(.datepicker),
.form.modified-form .smartPay .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #232323 !important;
    border-bottom: 1px dashed #232323;
    padding-left: 0;
    padding-bottom: .4rem;
    color: #232323;
    font-size: 1.25rem;
    opacity: 1;
    text-shadow: 0 0 0 #232323;
    -webkit-text-fill-color: transparent
}

@media (min-Width:768px) {
    .form.modified-form .smartPay .form-section .form-group {
        margin-left: 1.5rem
    }
}

.auto-load-accordians .smartPayWrap.content-wrap .floating-input {
    margin-top: .25rem
}

.mZero {
    margin: 0 !important
}

.disableControl {
    opacity: .6;
    pointer-events: none
}

.added-bill-payment-section .address-edit-form-box .card-edit-inner-heading.verticalFieldGap h4 {
    margin-bottom: 1.5rem
}

.auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading.verticalFieldGap .floating-input .form-section {
    margin-bottom: 6rem
}

.card-edit-inner-heading .floating-label-input.has-error-fields .alert-label {
    color: #e00800;
    line-height: 1rem;
    height: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 3.7rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400
}

.card-edit-inner-heading .floating-label-input.has-error-fields p.inlineInputMsg {
    margin-top: 1.5rem
}

@media (max-width:767px) {
    .help-support .userprofile-summary .userprofile-summary-middle.multiAc {
        padding-top: 1.75rem;
        padding-bottom: .25rem
    }
}

@media (max-width:1439px) {
    .help-support .userprofile-summary .userprofile-summary-middle.multiAc .user-info.change-user {
        margin-bottom: 1rem
    }
}

.auto-load-accordians .content-wrap .totalAmountDue>p {
    margin: 0 0 24px;
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #232323
}

.auto-load-accordians .content-wrap .totalAmountDue>.termNcondition.checkbox-green-filled {
    font-size: 1rem;
    float: left;
    font-weight: 400;
    letter-spacing: 0
}

.auto-load-accordians .content-wrap .totalAmountDue>.termNcondition.checkbox-green-filled a {
    letter-spacing: 0;
    font-weight: 400
}

.totalAmountDue>.termNcondition.checkbox-green-filled .checkbox-inline .floating-label:before,
.totalAmountDue>.termNcondition.checkbox-green-filled .radio-inline .floating-label:before {
    height: 21px;
    width: 21px;
    margin-top: -13px;
    left: 2px;
    border: 1px solid #a8a8a8
}

.auto-load-accordians .content-wrap .totalAmountDue>.termNcondition.checkbox-green-filled {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:993px) {
    .auto-load-accordians .content-wrap .totalAmountDue .btn.nextstep {
        margin-top: 0 !important
    }
}

.mobAcDetl {
    font-size: 1rem;
    line-height: 1.3
}

.acSelLabel,
.mobAcDetl {
    font-family: suiss, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #232323
}

.acSelLabel {
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 3.5rem
}

.acSelLabel .greenLinkText {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 2px;
    color: #e00800;
    margin: 0 .25rem
}

.inner-payment-cards .pay-col .paymnet-card-chk .pay-card-icon h5 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #232323
}

@media (max-width:767px) {
    .modal-dialog button.half {
        width: 50% !important;
        float: left
    }
}

#addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card.noArrow:after {
    display: none
}

[lang=ar] [dir=rtl] .col-xs-12.pull-none-ar,
[lang=ar] [dir=rtl] .pull-none-ar {
    float: none !important
}

[lang=ar] [dir=rtl] .smartPay .form-section .form-group {
    margin-right: 1.5rem;
    margin-left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .smartPay .form-section .form-group {
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .stopAutopay {
    text-align: left;
    right: auto;
    left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .stopAutopay {
        right: 0;
        left: auto
    }
}

[lang=ar] [dir=rtl] .disableAutopay {
    text-align: right;
    position: absolute;
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .autorecharge-wrapper,
[lang=ar] [dir=rtl] .noteMessage {
    text-align: right
}

[lang=ar] [dir=rtl] .midScnModal.modal .modal-dialog .modal-content .modal-header .main-title h5 {
    text-align: left
}

[lang=ar] [dir=rtl] .selectAllLink {
    float: left
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .selectAllLink {
        float: right
    }
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .autopaydr2 .payment-due-footer-btn .autopay-btn-container .cancel {
        margin-left: 15px !important
    }
}

@media (max-width:767px) {

    [lang=ar] [dir=rtl] .autopaydr2 .autopay-btn-container,
    [lang=ar] [dir=rtl] .autopaydr2 .termNcondition {
        float: right
    }
}

[lang=ar] [dir=rtl] .autopaydr2 .autopay-btn-container.checkbox-green-filled .checkbox-inline,
[lang=ar] [dir=rtl] .autopaydr2 .autopay-btn-container.checkbox-green-filled .radio-inline,
[lang=ar] [dir=rtl] .autopaydr2 .termNcondition.checkbox-green-filled .checkbox-inline,
[lang=ar] [dir=rtl] .autopaydr2 .termNcondition.checkbox-green-filled .radio-inline {
    padding-left: 0;
    padding-right: 2rem
}

[lang=ar] [dir=rtl] .autopaydr2 .autopay-btn-container.checkbox-green-filled .checkbox-inline .floating-label:before,
[lang=ar] [dir=rtl] .autopaydr2 .autopay-btn-container.checkbox-green-filled .radio-inline .floating-label:before,
[lang=ar] [dir=rtl] .autopaydr2 .termNcondition.checkbox-green-filled .checkbox-inline .floating-label:before,
[lang=ar] [dir=rtl] .autopaydr2 .termNcondition.checkbox-green-filled .radio-inline .floating-label:before {
    left: auto;
    right: -1.25rem
}

@media (min-width:993px) {
    [lang=ar] [dir=rtl] .autopaydr2 .form-section.col-xs-12.col-sm-6.customDatedropdownWrap.full {
        padding-left: 7.5rem !important
    }
}

[lang=ar] [dir=rtl] .autopaydr2 .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    margin-left: 10px;
    margin-right: 0
}

[lang=ar] [dir=rtl] .autopaydr2 .accounts-wrapper.payment-due .autopay-switch-wrapper h4,
[lang=ar] [dir=rtl] .autopaydr2 .accounts-wrapper.payment-due .autopay-switch-wrapper p {
    text-align: right
}

[lang=ar] [dir=rtl] .autopaydr2 .autopay-btn-container {
    float: left
}

[lang=ar] [dir=rtl] .autopaydr2 .payment-options .checkbox-green-filled-circle {
    float: right;
    margin-right: 1.5rem;
    margin-left: 0
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .autopaydr2 .payment-options .checkbox-green-filled-circle {
        margin-left: 1.5rem;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .autopaydr2 .text-and-table {
    display: block
}

[lang=ar] [dir=rtl] .autopaydr2 .auto-load-accordians #addresses .view-address-row .address-edit-form-box.autopayAccor button {
    float: left
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .autopaydr2 .mobileScroller ul.bill-list li {
        float: right !important
    }
}

[lang=ar] [dir=rtl] .autopaydr2-ac-selection .form-submit.btn-default-margins {
    text-align: left
}

[lang=ar] [dir=rtl] .autopaydr2-ac-selection .newsletters-wrapper .box-newsletters .news-letter-switch h4 {
    padding-left: 2rem;
    padding-right: 0
}

@media (min-width:768px) and (max-width:1199px) {
    [lang=ar] [dir=rtl] .autopay-account-selected .autopayRow .form-section.col-xs-12.col-sm-6:first-child {
        padding-right: 0;
        padding-left: 1rem !important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    [lang=ar] [dir=rtl] .autopay-account-selected .autopayRow .form-section.col-xs-12.col-sm-6:nth-child(2) {
        padding-left: 0;
        padding-right: 1rem
    }
}

[lang=ar] [dir=rtl] .autopay-account-selected .newsletters-wrapper .box-newsletters .news-letter-switch h4 {
    padding-right: 0;
    padding-left: 2rem
}

[lang=ar] [dir=rtl] .switch-tab-wrapper .switch-inner-box ul.switch-list li {
    float: right
}

[lang=ar] [dir=rtl] .autopay-switch-wrapper .box-newsletters .material-switch {
    text-align: right
}

[lang=ar] [dir=rtl] .autopay-switch-wrapper .box-newsletters .material-switch label:before {
    left: -2px
}

[lang=ar] [dir=rtl] .midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .card-box .card-box-txt {
    padding: 5px 12px 0 40px
}

[lang=ar] [dir=rtl] .midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .card-box .card-box-txt p {
    margin-left: 0
}

[lang=ar] [dir=rtl] .midScnModal.modal .modal-dialog .modal-content.selectedAcPopup .removeAc {
    left: .5rem;
    right: auto
}

.fs-16 {
    font-size: 16px !important
}

.fs-14 {
    font-size: 14px !important
}

.nv-modal-open {
    overflow: hidden
}

.nv-modal-open .nv-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nv-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, .25)
}

.nv-modal .nv-modal-dialog {
    margin: 0
}

.nv-modal.right-modal .nv-modal-dialog {
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0
}

.nv-modal.right-modal .nv-modal-content {
    height: 100%;
    overflow-x: auto
}

.nv-modal.bottom-modal .nv-modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0
}

.nv-modal.curve-modal .nv-modal-dialog {
    margin-left: 1rem;
    margin-right: 1rem
}

.nv-modal.curve-modal .nv-modal-content {
    border-radius: 10px 10px 0 0
}

.nv-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.nv-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 0 1rem
}

.nv-modal-header.lg {
    padding: 3rem 0 2rem
}

.nv-modal-title-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.nv-modal-close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
}

.nv-modal-close img,
.nv-modal-close svg {
    width: 24px;
    height: 24px;
    min-height: auto
}

.nv-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.nv-modal-title {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    text-align: center
}

.nv-modal-body {
    padding: 1rem 0
}

.nv-modal-body-flex {
    height: 30%
}

.nv-modal.fade .nv-modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.nv-modal.show .nv-modal-dialog {
    transform: translate(0)
}

.nv-modal.full-height-mob .new-sim+.migrate-to-plan {
    border-left: 1px solid #e2e2e2
}

.nv-plan-details-modal {
    margin: 0 102px;
    width: 402px
}

.nv-modal.right-modal .nv-modal-title {
    text-align: left
}

@media only screen and (max-width:991px) {
    .nv-modal.right-modal .nv-modal-title {
        text-align: center !important
    }
}

@media only screen and (max-width:991px) {
    .nv-modal.full-height-mob .new-sim+.migrate-to-plan {
        border-left: none
    }

    .nv-modal.full-height-mob .nv-modal-content {
        height: 100vh;
        overflow: auto;
        border-radius: 0
    }

    .nv-modal.bottom-modal.full-height-mob,
    .nv-modal.bottom-modal.full-height-mob .nv-modal-dialog {
        top: 0
    }

    .nv-modal-content {
        border-radius: 8px 8px 0 0
    }

    .nv-modal-body,
    .nv-modal-content {
        padding: 1.5rem 0 !important
    }

    .nv-modal-header {
        border-bottom: 1px solid #e2e1da;
        padding-bottom: 1.5rem !important;
        margin-bottom: 0;
        padding-top: 0
    }

    .nv-modal-close,
    .nv-modal-close img,
    .nv-modal-close svg {
        width: 12px;
        height: 12px
    }

    .nv-modal-title {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1
    }

    .nv-modal .nv-modal-content .new-sim {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e2e2e2
    }

    .nv-modal.right-modal .nv-modal-dialog {
        left: 0
    }

    .nv-modal.right-modal.full-height-mob .nv-modal-content {
        border-radius: 0
    }

    .nv-plan-details-modal {
        padding: 0 1rem;
        width: 100%;
        margin: 0
    }
}

.nv-plan-details-modal .nv-modal-title {
    text-align: left
}

[lang=ar] [dir=rtl] .nv-plan-details-modal .nv-modal-title {
    text-align: right
}

@media (max-width:991px) {
    .nv-plan-details-modal {
        padding: 0 1rem;
        width: 100%;
        margin: 0
    }

    .nv-modal-header.with-border {
        border: 0;
        padding-bottom: 0 !important
    }

    .nv-modal-header.with-border.nv-keep {
        border-bottom: 1px solid #e2e1da;
        padding-bottom: 1rem !important;
        padding-top: 0 !important
    }

    .nv-modal.right-modal .nv-modal-dialog {
        left: 0
    }

    .nv-modal-header.with-border.small-screen {
        border-bottom: 1px solid #e2e1da;
        padding-bottom: 1rem !important;
        margin-bottom: 8px
    }
}

.nv-description {
    color: #232323;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.nv-description.sm {
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: .15px
}

.nv-description.md {
    font-size: 14px;
    line-height: 1.42
}

.nv-description.lg,
.nv-description.xl {
    font-size: 16px;
    line-height: 20px
}

.nv-description p {
    margin-bottom: 0
}

.nv-bg-colors {
    padding: 1px .5rem;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    display: inline-block
}

.nv-bg-colors.nv-green {
    background-color: #f0f0ea;
    color: #e00800
}

@media (max-width:991px) {
    .nv-bg-colors {
        border-radius: 8px;
        font-size: 12px;
        line-height: 1.33
    }
}

.nv-config-title {
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
    color: #232323;
    margin-top: 2.625rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.nv-config-title.nv-lg {
    font-size: 1rem
}

.nv-config-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.nv-config-title.nv-lg {
    font-size: 14px
}

.nv-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.nv-selector-border.nv-row {
    width: auto
}

.nv-col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.nv-selector-border {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nv-selector-border .selector-item {
    width: 100%
}

.nv-selector-border .selector-item .selector-feature {
    border-radius: .25rem;
    background-color: #fff;
    margin: 0;
    padding: 1rem;
    border: 1px solid #fff;
    transition: all .2s ease;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    height: 100%;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer
}

.nv-selector-border .selector-item .selector-feature .selector-feature-label {
    position: relative;
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 3.38px;
    line-height: 26px;
    margin: 0;
    font-weight: 400
}

.nv-selector-border .selector-item input[type=checkbox],
.nv-selector-border .selector-item input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.nv-selector-border .selector-item input[type=checkbox]:checked+.selector-feature,
.nv-selector-border .selector-item input[type=radio]:checked+.selector-feature {
    color: #e00800;
    border: 1px solid #e00800;
    text-shadow: 0 0 0 #e00800
}

.nv-selector-border .selector-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.nv-selector-border .selector-item input[type=checkbox]:checked+.selector-feature .selector-price-text,
.nv-selector-border .selector-item input[type=radio]:checked+.selector-feature .selector-feature-label,
.nv-selector-border .selector-item input[type=radio]:checked+.selector-feature .selector-price-text {
    color: #e00800;
    font-weight: 700
}

.nv-selector-border .selector-item input[type=checkbox]:checked+.selector-feature .icon-img svg g,
.nv-selector-border .selector-item input[type=checkbox]:checked+.selector-feature .icon-img svg path,
.nv-selector-border .selector-item input[type=radio]:checked+.selector-feature .icon-img svg g,
.nv-selector-border .selector-item input[type=radio]:checked+.selector-feature .icon-img svg path {
    stroke: #e00800
}

@media (max-width:991px) {
    .nv-selector-border .selector-item:not(:last-child) {
        margin-bottom: 16px
    }
}

[lang=ar] [dir=rtl] .nv-selector-border .selector-item .selector-feature .selector-feature-label {
    letter-spacing: 0
}

.nv-mt-3,
.nv-my-3 {
    margin-top: 1rem !important
}

.nv-mb-3,
.nv-mb-lg-3,
.nv-my-3,
.nv-my-lg-3 {
    margin-bottom: 1rem !important
}

.nv-mb-2,
.nv-my-2 {
    margin-bottom: .5rem !important
}

.nv-mt-lg-3,
.nv-my-lg-3 {
    margin-top: 1rem !important
}

.nv-mt-12 {
    margin-top: 12px !important
}

.nv-mt-auto,
.nv-my-auto {
    margin-top: auto !important
}

.nv-mt-lg-4,
.nv-my-lg-4 {
    margin-top: 1.5rem !important
}

.nv-btn-link {
    color: #e00800;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 21px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-family: suiss, Arial, sans-serif;
    cursor: pointer
}

.nv-btn-link.focus,
.nv-btn-link:focus {
    text-decoration: none;
    box-shadow: none;
    outline: 0
}

@media only screen and (max-width:991px) {
    .nv-btn-link {
        line-height: 1
    }
}

[lang=ar] [dir=rtl] .nv-btn-link {
    letter-spacing: 0
}

@media (min-width:991px) {

    .next-q,
    .submit-feedback {
        margin-top: 1.5rem;
        width: 100%
    }

    .nv-btn-link.prev-q {
        margin-top: 1.5rem
    }
}

.input-field {
    position: relative;
    margin-top: .5rem
}

.input-field>label {
    color: #232323;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 12px;
    line-height: 24px;
    font-size: 1.25rem;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0 100%;
    text-align: initial;
    transform: translateY(10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 0
}

textarea.materialize-textarea {
    border: none;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    color: #232323;
    outline: none;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s;
    font-size: 1.25rem;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 10rem;
    padding: 2rem 1rem 1rem;
    background-color: transparent;
    line-height: normal;
    overflow-y: hidden;
    resize: none;
    min-height: 3rem;
    box-sizing: border-box;
    border: 1px solid #b2b2b2
}

textarea.materialize-textarea:focus~label {
    color: #e00800;
    font-size: 1rem;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 0
}

textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e00800;
    box-shadow: 0 1px 0 0 #e00800;
    transform-origin: 0 0;
    z-index: 0
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.share-feedback-btn {
    top: 30%;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
    width: auto;
    max-width: none;
    position: fixed;
    min-height: 0;
    -webkit-text-size-adjust: 100%;
    z-index: 2147483635
}

.share-feedback-btn .share-btn-container {
    cursor: pointer;
    transform-origin: right bottom 0;
    transform: rotate(-90deg);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    font-size: 16px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 12px 16px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 0 0;
    background-color: #f0f0ea;
    font-weight: 700
}

.mh-main-screen-container {
    margin: 0 0 16px;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.cfm .nv-selector-border .selector-item .selector-feature .selector-feature-label {
    letter-spacing: 0;
    font-family: suiss, Arial, sans-serif;
    line-height: 1
}

.cfm input[type=radio]:checked+.selector-feature svg {
    filter: invert(48%) sepia(72%) saturate(360%) hue-rotate(46deg) brightness(95%) contrast(80%)
}

.cfm .feedback-comment {
    border-radius: 4px
}

.feedback-type {
    cursor: pointer
}

.questions,
.questions-row,
.remaining-chars-container {
    display: none
}

.notification .alert-success {
    background-color: #e00800;
    color: #fff;
    padding: 16px 24px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.cfm .nv-modal-content {
    padding: 3rem 0 1rem
}

@media (max-width:991px) {
    .cfm .nv-modal-content {
        padding: 1.5rem 0 1rem
    }
}

.cfm .right-modal .nv-modal-header {
    padding: 0;
    border-bottom: 1px solid hsla(0, 0%, 59%, .5);
    padding-bottom: 1rem !important;
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .cfm .right-modal .nv-modal-header {
        margin-bottom: 2rem;
        padding-bottom: 40px !important
    }
}

.cfm .nv-plan-details-modal {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cfm .nv-modal-body {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:991px) {
    .cfm .nv-modal-body {
        padding: 0
    }
}

.cfm .nv-bg-colors {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

@media (max-width:991px) {
    .cfm .bottom-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .cfm .nv-col-auto {
        padding-right: 0
    }
}

#notificationCFM.notification {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 148px
}

@media (max-width:991px) {
    #notificationCFM.notification {
        top: 70px
    }
}

#notificationCFM.notification svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#notificationCFM.notification span {
    line-height: 1
}

.customCountrylist .iti-flag {
    background-color: transparent;
    background-position: 0;
    background-size: 24px
}

.customCountrylist .iti-flag img {
    width: 24px;
    height: 24px;
    min-height: 24px;
    vertical-align: top
}

.uaepass .signUpContainer {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 100%;
    background: #88c634;
    background: url(/assets/img/bg-cards/wave-right.svg) 100% 0 no-repeat, linear-gradient(0deg, #151515, #4b4a4a);
    background-size: 300px;
    text-align: center;
    color: #fff;
    min-height: 500px;
    margin-top: 4px
}

@media (max-width:992px) {
    .uaepass .signUpContainer {
        min-height: 214px;
        border-radius: .25rem;
        background-size: 103px
    }
}

.uaepass .signUpContainer:before {
    content: "";
    background: url(/assets/img/bg-cards/wave-right.svg) 100% 0 no-repeat;
    background-size: 300px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    opacity: .7
}

@media (max-width:992px) {
    .uaepass .signUpContainer:before {
        background-size: 103px
    }
}

.uaepass .signUpContainer h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 2.5rem
}

@media (max-width:992px) {
    .uaepass .signUpContainer h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem
    }
}

.uaepass .signUpContainer p {
    font-family: suiss, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 3rem
}

@media (max-width:992px) {
    .uaepass .signUpContainer p {
        font-size: 1rem;
        margin-bottom: 1.5rem
    }
}

.uaepass .signUpContainer .signUpWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 250px
}

@media (max-width:992px) {
    .uaepass .signUpContainer .signUpWrap {
        height: 160px
    }
}

.uaepass .uaepass-login-welcome .proPicCont {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    overflow: hidden;
    margin: 3rem auto 1.5rem
}

.uaepass .uaepass-login-welcome h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.11;
    letter-spacing: 0;
    text-align: center;
    color: #232323
}

.uaepass .uaepass-login-welcome p {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0;
    text-align: center;
    color: #6c6c6c;
    margin-bottom: 3rem
}

.uaepass .btn.btn-default {
    width: 282px;
    height: 3rem;
    line-height: 1;
    border-radius: .25rem;
    padding: 0 1rem;
    letter-spacing: 2.4px;
    font-weight: 700
}

@media (max-width:992px) {
    .uaepass .btn.btn-default {
        width: 90%
    }
}

.uaepass .btn.btn-default.transparent {
    background: transparent;
    border: 1px solid #fff
}

.uaepass .btn.btn-default.med {
    width: 384px
}

@media (max-width:1024px) {
    .uaepass .btn.btn-default.med {
        width: 90%
    }
}

.uaepass .selectPrimAc {
    padding-top: 2rem
}

.uaepass .selectPrimAc h2 {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #151515;
    margin: 0 0 3rem
}

@media (max-width:992px) {
    .uaepass .selectPrimAc a.greenLinkWarrow {
        margin-bottom: 1rem;
        display: block
    }
}

.uaepass .fixfooter {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11
}

@media (min-width:992px) {
    .uaepass .fixfooter {
        height: 96px
    }
}

@media (min-width:992px) {
    .uaepass .fixfooter .btn.btn-default.med {
        max-width: 384px
    }
}

.uaepass .scrollerScreen {
    overflow-x: auto;
    max-height: 400px
}

.uaepass .trackorderlink {
    margin: 1.5rem auto 3rem;
    display: block
}

.uaepass .trackorderlink svg {
    fill: #e00800 !important;
    vertical-align: middle;
    margin-right: .5rem;
    height: 25px;
    width: 21px;
    stroke: #e00800 !important
}

@media (min-width:768px) and (max-width:992px) {
    .pull-none-sm {
        float: none !important
    }
}

@media (max-width:767px) {
    .pull-none-xs {
        float: none !important
    }
}

.psNote {
    text-align: left;
    margin: auto;
    max-width: 384px
}

.psNote p {
    text-align: left !important;
    margin-bottom: 1rem !important
}

@media (max-width:767px) {
    .psNote p {
        padding: 0 1rem !important
    }
}

.psNote a {
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 2px;
    color: #e00800;
    padding-bottom: 1rem;
    display: block
}

a.greenLinkWarrow {
    font-size: .75rem;
    line-height: 1.67;
    letter-spacing: 1.71px;
    color: #e00800
}

a.greenLinkWarrow svg {
    fill: #e00800;
    transform: rotate(-90deg);
    height: .5rem;
    width: .75rem;
    vertical-align: initial
}

.profileDropdown {
    position: relative
}

.profileDropdown .profileImgCont {
    position: relative;
    width: 3rem;
    height: 3rem;
    float: left;
    margin: 0 1rem 0 0
}

.profileDropdown .profileImgCont .greenTick {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    box-shadow: 0 2px 5px 0 hsla(81, 24%, 53%, .5);
    background-color: #e00800
}

.profileDropdown .profileImgCont .greenTick svg {
    width: 8px;
    height: 10px;
    line-height: 16px
}

.profileTileContainer {
    width: 100%
}

.profileTileContainer.singleColm {
    padding-bottom: 6rem
}

.profileTileContainer.singleColm .multi-tiles-wrap {
    display: block
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem {
    padding: 0 1rem
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label {
    -ms-flex-pack: left;
    justify-content: left;
    height: 88px;
    text-align: left;
    text-transform: none;
    max-width: 384px;
    margin: auto
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .mobileNum,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label .mobileNum {
    font-family: suiss, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .15px;
    color: #232323;
    margin-bottom: .5rem
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .proSumm,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label .proSumm {
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #232323
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .profileIcon,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label .profileIcon {
    margin-right: .75rem
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label {
    overflow: hidden
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label:after,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    background: #e00800 url(/assets/img/svg-icons/icon-outline-2-pt-checkmark-checkmark-2-pt-white.svg) 20% 80% no-repeat;
    right: -.75rem;
    top: -.75rem;
    border-radius: 35%;
    background-size: 10px
}

.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label .mobileNum,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label .proSumm,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label .mobileNum,
.profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label .proSumm {
    color: #e00800
}

.profileTileContainer.multicolm .multi-tiles-wrap {
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem {
    width: 33.33%;
    padding: 0 1rem
}

@media (max-width:992px) {
    .profileTileContainer.multicolm .multi-tiles-wrap .tileItem {
        width: 50%
    }
}

@media (max-width:767px) {
    .profileTileContainer.multicolm .multi-tiles-wrap .tileItem {
        width: 100%
    }
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap label {
    -ms-flex-pack: left;
    justify-content: left;
    height: 88px;
    text-align: left;
    text-transform: none
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .mobileNum,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap label .mobileNum {
    font-family: suiss, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .15px;
    color: #232323;
    margin-bottom: .5rem
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .proSumm,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap label .proSumm {
    font-family: suiss, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #232323
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .profileIcon,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap label .profileIcon {
    margin-right: .75rem
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label {
    overflow: hidden
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label:after,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    background: #e00800 url(/assets/img/svg-icons/icon-outline-2-pt-checkmark-checkmark-2-pt-white.svg) 20% 80% no-repeat;
    right: -.75rem;
    top: -.75rem;
    border-radius: 35%;
    background-size: 10px
}

.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label .mobileNum,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label .proSumm,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label .mobileNum,
.profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label .proSumm {
    color: #e00800
}

.docTileContainer {
    width: 100%
}

.docTileContainer.singleColm {
    padding-bottom: 12rem
}

.docTileContainer.singleColm .multi-tiles-wrap {
    display: block;
    padding-top: .5rem
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem {
    padding: 0 1rem
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap,
.docTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap {
    margin-bottom: 1rem
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label,
.docTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label {
    height: 216px;
    text-align: center;
    text-transform: none;
    max-width: 384px;
    margin: auto;
    display: block
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .docImg,
.docTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label .docImg {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    margin: 18px auto 1rem;
    width: 242px;
    height: 150px
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .eidNum,
.docTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label .eidNum {
    font-family: suiss, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15px;
    color: #232323
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label,
.docTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label {
    overflow: hidden
}

.docTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label:after,
.docTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    background: #e00800 url(/assets/img/svg-icons/icon-outline-2-pt-checkmark-checkmark-2-pt-white.svg) 20% 80% no-repeat;
    right: -.75rem;
    top: -.75rem;
    border-radius: 35%;
    background-size: 10px
}

.docTileContainer.singleColm .multi-tiles-wrap .proDocLabel {
    height: 1rem;
    text-align: center;
    text-transform: none;
    max-width: 384px;
    margin: auto;
    display: block;
    margin: 2px auto 1rem
}

.docTileContainer.singleColm .multi-tiles-wrap .proDocLabel p {
    text-align: left !important
}

@media (max-width:767px) {
    .docTileContainer.singleColm .multi-tiles-wrap .proDocLabel p {
        padding: 0 1rem
    }
}

.termCheckbox {
    display: inline-block;
    padding: .25rem ​2.5rem 0 2.5re;
    font-size: 1.25rem
}

@media (min-width:993px) and (max-width:1024px) {
    .termCheckbox {
        padding: 0 1.5rem;
        float: left
    }
}

@media (max-width:992px) {
    .termCheckbox {
        padding: 1rem 1.5rem
    }
}

@media (max-width:767px) {
    .termCheckbox {
        font-size: 1rem;
        letter-spacing: .5px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left;
        margin-bottom: 2rem
    }
}

.termCheckbox a {
    color: #e00800;
    font-weight: 700;
    letter-spacing: .63px
}

@media (max-width:992px) {
    .termCheckbox.checkbox-green-filled {
        margin-top: 0;
        margin-bottom: 0
    }
}

.termCheckbox.checkbox-green-filled .checkbox-inline,
.termCheckbox.checkbox-green-filled .radio-inline {
    padding-left: 2rem
}

@media (max-width:992px) {

    .termCheckbox.checkbox-green-filled .checkbox-inline,
    .termCheckbox.checkbox-green-filled .radio-inline {
        padding-left: 2.5rem
    }
}

.termCheckbox.checkbox-green-filled .checkbox-inline .floating-label:before,
.termCheckbox.checkbox-green-filled .radio-inline .floating-label:before {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: -10px;
    left: -6px;
    border: 1px solid #a8a8a8;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 71%, .5)
}

@media (max-width:992px) {

    .termCheckbox.checkbox-green-filled .checkbox-inline .floating-label:before,
    .termCheckbox.checkbox-green-filled .radio-inline .floating-label:before {
        left: 0
    }
}

.termCheckbox.checkbox-green-filled .checkbox-inline label,
.termCheckbox.checkbox-green-filled .radio-inline label {
    margin-bottom: 0;
    font-family: suiss, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: .86;
    letter-spacing: 0;
    color: #232323
}

@media (min-width:768px) and (max-width:992px) {

    .termCheckbox.checkbox-green-filled .checkbox-inline label,
    .termCheckbox.checkbox-green-filled .radio-inline label {
        line-height: 2.5rem
    }
}

@media (max-width:992px) {

    .termCheckbox.checkbox-green-filled .checkbox-inline label,
    .termCheckbox.checkbox-green-filled .radio-inline label {
        vertical-align: text-top;
        text-align: left
    }
}

.termCheckbox.checkbox-green-filled .checkbox-inline input[type=checkbox]:checked+label:before,
.termCheckbox.checkbox-green-filled .checkbox-inline input[type=radio]:checked+label:before,
.termCheckbox.checkbox-green-filled .radio-inline input[type=checkbox]:checked+label:before,
.termCheckbox.checkbox-green-filled .radio-inline input[type=radio]:checked+label:before {
    background-image: url(/b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2.25rem 2.25rem;
    border: none
}

[lang=ar] [dir=rtl] a.greenLinkWarrow svg {
    transform: rotate(90deg)
}

[lang=ar] [dir=rtl] .profileDropdown .profileImgCont {
    float: right
}

[lang=ar] [dir=rtl] .profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label,
[lang=ar] [dir=rtl] .profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label {
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right
}

[lang=ar] [dir=rtl] .profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .profileIcon,
[lang=ar] [dir=rtl] .profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap label .profileIcon {
    margin-right: 0;
    margin-left: .75rem
}

[lang=ar] [dir=rtl] .profileTileContainer.singleColm .multi-tiles-wrap .tileItem .checkbox-tile-wrap input[type=radio]:checked+label:after,
[lang=ar] [dir=rtl] .profileTileContainer.singleColm .multi-tiles-wrap .tileItem .radio-tile-wrap input[type=radio]:checked+label:after {
    background: #e00800 url(/assets/img/svg-icons/icon-outline-2-pt-checkmark-checkmark-2-pt-white.svg) 80% 80% no-repeat;
    left: -.75rem;
    right: auto
}

[lang=ar] [dir=rtl] .profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label,
[lang=ar] [dir=rtl] .profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap label {
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right
}

[lang=ar] [dir=rtl] .profileTileContainer.multicolm .multi-tiles-wrap .tileItem .checkbox-tile-wrap label .profileIcon,
[lang=ar] [dir=rtl] .profileTileContainer.multicolm .multi-tiles-wrap .tileItem .radio-tile-wrap label .profileIcon {
    margin-right: 0;
    margin-left: .75rem
}

[lang=ar] [dir=rtl] .psNote {
    text-align: right
}

[lang=ar] [dir=rtl] .docTileContainer.singleColm .multi-tiles-wrap .proDocLabel p,
[lang=ar] [dir=rtl] .psNote p {
    text-align: right !important
}

.top-nav-section.push-nav .top-nav-left .links {
    display: -ms-flexbox;
    display: flex
}

.top-nav-section.push-nav .top-nav-left .links .inc-push-meu-icon a {
    padding: 0
}

.top-nav-section.push-nav .top-nav-left .links .inc-push-meu-icon a:hover {
    border-bottom: 0
}

.top-nav-section.push-nav .top-nav-left .links .inc-push-meu-icon svg {
    margin-left: 0;
    stroke: none;
    width: 32px
}

.push-close {
    position: absolute
}

.push-enLogo {
    transition: all .3s ease-in-out;
    transition: .3s;
    transform: translate(0)
}

body {
    transition: all .3s ease-in-out
}

body.push-menu-open {
    margin-top: 56px
}

@media (min-width:992px) {
    body.push-menu-open {
        margin-top: 220px
    }
}

body.push-menu-open .top-nav-section {
    height: 128px
}

@media (min-width:992px) {
    body.push-menu-open .main-mega-menu-desktop .mega-menu-navbar-default {
        top: 128px
    }
}

@media (min-width:992px) {
    body.push-menu-open .main-menu-desktop .navbar-default {
        top: 128px !important
    }
}

body.push-menu-open .push-enLogo {
    transform: translateY(-62px)
}

.push-nav-container {
    background-color: #e00800;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    transition: .3s
}

.push-nav-container.open {
    height: 80px
}

.inc-push-meu-icon {
    background-color: #e00800;
    width: 55px;
    margin-right: 2rem
}

.en-logo-text-wrapper {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 44px;
    overflow: hidden
}

.en-logo-text-wrapper .en-logo-text {
    min-height: 21px;
    width: 146px;
    max-height: 20px
}

.push-nav-menu {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
    height: 80px;
    -ms-flex-align: center;
    align-items: center
}

.push-nav-menu .push-menu-item {
    padding-right: 1.4rem
}

.push-nav-menu .push-menu-item a {
    color: #fff;
    font-family: suiss, Arial, sans-serif;
    text-transform: none;
    font-size: 1rem;
    letter-spacing: normal
}

@keyframes j {
    0% {
        opacity: 0;
        transform: translatex(-100px)
    }

    to {
        opacity: 1;
        transform: translatex(0)
    }
}

@keyframes k {
    0% {
        opacity: 0;
        transform: translatex(100px)
    }

    to {
        opacity: 1;
        transform: translatex(0)
    }
}

.in-left {
    animation-name: j;
    animation-fill-mode: both;
    animation-duration: .5s;
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-duration: .5s;
    animation-delay: .25s
}

html[lang=ar] [dir=rtl] .top-nav-section.push-nav .top-nav-left .links .inc-push-meu-icon {
    margin-left: 2rem;
    margin-right: 0
}

html[lang=ar] [dir=rtl] .top-nav-section.push-nav .top-nav-left .links .inc-push-meu-icon svg {
    margin-left: 0;
    margin-right: 0
}

html[lang=ar] [dir=rtl] .en-logo-text-wrapper {
    margin-left: 0;
    margin-right: 54px
}

html[lang=ar] [dir=rtl] .in-left {
    animation-name: k
}

html[lang=ar] [dir=rtl] .push-nav-menu .push-menu-item {
    padding-right: 0;
    padding-left: 1.4rem
}

html[lang=ar] [dir=rtl] .push-nav-menu .push-menu-item a {
    font-size: 1rem
}

.nav-drill .nav-item.inc-push-meu .nav-link {
    background-color: #e00800 !important;
    padding: 1rem
}

.nav-drill .nav-item.inc-push-meu .nav-link .en-logo-text {
    height: 1rem;
    min-height: 1rem
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content {
    background-color: #e00800;
    z-index: 4
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content .nav-item-heading {
    background-color: #e00800
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content .nav-item:before {
    background-color: transparent;
    border-bottom: 0
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content .nav-item .nav-link {
    background-color: #e00800 !important;
    color: #fff !important
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content .nav-item .nav-link.nav-back-link {
    border-bottom: 1px solid #fff
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content .nav-item .nav-link.nav-back-link .nav-link-icon {
    width: 1rem
}

.nav-drill .nav-item.inc-push-meu .nav-expand-content .nav-item .nav-link.nav-back-link .nav-link-icon path {
    fill: #fff
}

.acc-black {
    color: #fff;
    background-color: #232323
}

.acc-black .bg-light-filler {
    background-color: #232323;
    border-top: 1px solid #fff
}

.acc-black .bg-lighter-filler,
.acc-black .bg-lighty-filler {
    background-color: #232323 !important;
    border-top: 1px solid #fff
}

.acc-black .bg-dark-filler {
    background-color: #232323;
    border-top: 1px solid #fff
}

.acc-black .tags {
    color: #fff
}

.acc-black .tags.default,
.acc-black .tags.primary {
    background-color: #232323
}

.acc-black .select2-search__field {
    background-color: #232323 !important
}

.acc-black .darkerGray {
    color: #fff !important
}

.acc-black .msg-to-book-number,
.acc-black .number-booked {
    color: #fff
}

.acc-black .number-booking {
    background: #232323;
    color: #fff
}

.acc-black .timeisup {
    background-color: #232323
}

.acc-black .customError,
.acc-black .errorMsgText,
.acc-black .showOtpErrorMsg {
    color: #fff
}

.acc-black .config-accordion-ticked .accordion-arrow svg,
.acc-black .current-accordion-wrapper .accordion-arrow svg {
    fill: #fff !important
}

.acc-black .whiteTxt {
    color: #fff !important
}

.acc-black .floating-label-field.floating-label-select label.fixedLabel {
    color: #fff
}

.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge,
.acc-black .whTxt {
    color: #fff !important
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:disabled:checked+label:before,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:disabled:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64_disable.svg);
    border: 1px solid #fff
}

.acc-black .consumer-register-form .form .whiteText.checkbox a,
.acc-black .consumer-register-form .form .whiteText.checkbox label,
.acc-black .uploadDocumentMessage {
    color: #fff
}

.acc-black .range-slider.ui-slider {
    background: #232323
}

.acc-black .range-slider.ui-slider .ui-slider-handle.ui-corner-all.ui-state-default {
    border: 3px solid #fff;
    background: #232323
}

.acc-black .range-slider.ui-slider .ui-slider-range-min {
    background: #232323
}

.acc-black .consumer-register-form .termCheckbox .whiteText.checkbox input[type=checkbox]+label:before {
    border-color: #fff
}

.acc-black .almBlkText,
.acc-black .grayText {
    color: #fff
}

.acc-black .greenLink {
    color: #fff !important;
    text-decoration: none !important
}

.acc-black .greenLink:hover {
    color: #fff
}

.acc-black .promise-to-pay .consumer-register-form .form .row .form-section.inline-checkboxes-wrap {
    border-bottom: 1px solid #fff
}

.acc-black .custom-error.has-error.alert-label {
    color: #fff
}

.acc-black .vDivider {
    border-left: 1px solid #fff
}

.acc-black [lang=ar] [dir=rtl] .vDivider {
    border-right: 1px solid #fff
}

.acc-black img {
    filter: grayscale(100%)
}

.acc-black .accessibility-overlay.modal .modal-content {
    background: #232323
}

.acc-black .accessibility-overlay.modal .modal-content .modal-header {
    border-bottom: 1px solid #fff
}

.acc-black .accessibility-overlay.modal .modal-content .modal-header .close svg g g {
    fill: #fff;
    stroke: #fff;
    stroke-width: 5px
}

.acc-black .accessibility-overlay.modal .modal-content .modal-header .modal-title {
    color: #fff
}

.acc-black .accessibility-overlay.modal .modal-content .modal-body .pop-up-content * {
    color: #fff !important
}

.acc-black .accessibility-overlay.modal .modal-content .btn-text.btn-green:before {
    border-color: #fff
}

.acc-black .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
.acc-black .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    background-color: #232323
}

.acc-black .accessibility-overlay .selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-normal,
.acc-black .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-black .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label,
.acc-black .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-black .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label {
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 0 0 0 #fff
}

.acc-black .top-nav .active>a,
.acc-black .top-nav .active>a:focus,
.acc-black .top-nav .active>a:hover,
.acc-black .top-nav a:focus,
.acc-black .top-nav a:hover {
    background: transparent
}

.acc-black .top-nav svg,
.acc-black .top-nav svg circle,
.acc-black .top-nav svg g,
.acc-black .top-nav svg path,
.acc-black .top-nav svg polygon,
.acc-black .top-nav svg polyline {
    stroke: #fff
}

.acc-black .main-menu-selfcare .main-menu .navbar {
    background-color: #232323;
    border-bottom: 1px solid #fff
}

.acc-black .main-menu-selfcare .main-menu .navbar .navbar-nav>li>.navbar-text,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-right a {
    color: #fff
}

.acc-black .main-menu-selfcare .main-menu .navbar .nav>li>a:focus,
.acc-black .main-menu-selfcare .main-menu .navbar .nav>li>a:hover,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a:focus,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent
}

.acc-black .main-menu-selfcare .main-menu .navbar .account-link.active a,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a {
    color: #fff
}

.acc-black .main-menu-selfcare .main-menu .navbar .account-link:after {
    background-color: #232323
}

.acc-black .main-menu-selfcare .main-menu .navbar .hamburger_icon.open,
.acc-black .main-menu-selfcare .main-menu .navbar .hamburger_icon.open span,
.acc-black .main-menu-selfcare .main-menu .navbar .hamburger_icon span {
    background: #232323
}

.acc-black .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover {
    background: none
}

.acc-black .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover>a,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover>a:hover,
.acc-black .main-menu-selfcare .main-menu .navbar .navbar-right .account-link>a:hover {
    color: #fff !important
}

.acc-black .main-menu-selfcare .main-menu .navbar .navbar-right .account-link.account-link-after>a:after {
    background: #232323
}

.acc-black .footer {
    border-top: 1px solid #fff
}

.acc-black .footer .footer-nav a {
    color: #7a7a7a
}

.acc-black .footer .footer-nav a:after {
    background-color: #fff
}

.acc-black .footer .footer-nav .active a,
.acc-black .footer .footer-nav a:hover {
    color: #fff
}

.acc-black .footer.footer-small .footer-nav-small li a {
    color: #fff;
    border-right: 2px solid #fff
}

.acc-black .footer.footer-small .footer-nav-small li:last-child a {
    border-right: 1px solid #fff
}

.acc-black .footer .etisalat-signature .copyright {
    color: #fff
}

.acc-black .dashboard-pattern {
    background: #232323;
    color: #fff
}

.acc-black .dashboard-text .news-section .news p,
.acc-black .dashboard-text .news-section .seeall,
.acc-black .dashboard-text .news-section span.label,
.acc-black .dashboard-text .news-section span.time,
.acc-black .dashboard-text h4,
.acc-black .dashboard-text span {
    color: #fff
}

.acc-black .dashboard-cards .single-card {
    background-color: #232323 !important;
    border: 1px solid #fff
}

.acc-black .dashboard-cards .single-card * {
    color: #fff !important
}

.acc-black .paginations ul li,
.acc-black .paginations ul li.current,
.acc-black .paginations ul li a {
    color: #fff
}

.acc-black .top-nav {
    background-color: #232323;
    border-bottom: 1px solid;
    border-color: #fff
}

.acc-black .top-nav .active>a,
.acc-black .top-nav .active>a:focus,
.acc-black .top-nav .active>a:hover,
.acc-black .top-nav a,
.acc-black .top-nav a:focus,
.acc-black .top-nav a:hover {
    color: #fff
}

.acc-black .top-nav span.badge-top {
    background-color: #232323;
    color: #fff
}

.acc-black .top-nav-section .top-nav-left .links .active>a,
.acc-black .top-nav-section .top-nav-left .links .active>a:hover,
.acc-black .top-nav-section .top-nav-left .links a:hover {
    color: #fff;
    border-bottom: 2px solid;
    border-color: #fff
}

.acc-black .top-nav-section .links li a svg,
.acc-black .top-nav-section .links li a svg circle,
.acc-black .top-nav-section .links li a svg g,
.acc-black .top-nav-section .links li a svg path,
.acc-black .top-nav-section .links li a svg polygon,
.acc-black .top-nav-section .links li a svg polyline {
    stroke: #fff
}

.acc-black .user-loged-in .logedin-user>a:after {
    border: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0
}

.acc-black .top-nav-section .top-nav-right .links .language-switch-content+svg g {
    fill: #fff
}

.acc-black .main-menu-desktop .navbar-default {
    background-color: #232323;
    border-bottom: 1px solid;
    border-color: #fff
}

.acc-black .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li.active>a,
.acc-black .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a,
.acc-black .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li>a {
    color: #fff
}

.acc-black .sub-account-menu-wrap .sub-account-menu {
    border: 1px solid;
    border-color: #fff;
    background: #232323;
    border-top: 3px solid
}

.acc-black .sub-account-menu-wrap .sub-account-menu a:focus,
.acc-black .sub-account-menu-wrap .sub-account-menu a:hover,
.acc-black .sub-account-menu-wrap .sub-account-menu li.active a,
.acc-black .sub-account-menu-wrap .sub-account-menu li a {
    color: #fff
}

.acc-black .account-link.logedin-user:hover>a {
    color: #fff !important
}

.acc-black .quick-links-section {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    background-color: #232323
}

.acc-black .quick-links-section .quick-links-body .links-item a {
    color: #fff
}

.acc-black .footer-links-logo-section {
    background-color: #232323
}

.acc-black .footer-links-logo-section .copyright,
.acc-black .footer-links-logo-section .footer-links-nav li a {
    color: #fff
}

.acc-black .quick-links-section .quick-links-head svg {
    fill: #fff
}

.acc-black .quick-links-section .quick-links-head .link-title-mob {
    color: #fff
}

.acc-black .social-links-section .social-links-body .links-item svg circle,
.acc-black .social-links-section .social-links-body .links-item svg path,
.acc-black .social-links-section .social-links-body .links-item svg polygon,
.acc-black .social-links-section .social-links-body .links-item svg polyline {
    fill: #fff
}

.acc-black .login-page-section .login-order .termCondition a {
    letter-spacing: 0;
    color: #fff
}

.acc-black .termCondition,
.acc-black .termCondition a,
.acc-black .termCondition a:hover {
    color: #fff !important
}

.acc-black .login-order .floating-label-input {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-black .login-order .floating-label-input label {
    color: #fff
}

.acc-black .login-order .green1-border {
    border-color: #232323 !important
}

.acc-black .login-order .green1-bg {
    background: #232323 !important
}

.acc-black .login-order .gray-bg3 {
    background: #232323
}

.acc-black .login-order .gray-login {
    color: #fff !important
}

.acc-black .login-order .border-top1 {
    border-top: 1px solid #fff
}

.acc-black .login-order .forget1 a {
    color: #fff
}

.acc-black .login-order .forget2 {
    border-bottom: 1px solid #fff
}

.acc-black .login-order .forget2 a,
.acc-black .uaepass.login-page-section .box-border.uaePass-vr h6 {
    color: #fff
}

.acc-black .login-page-section {
    background: #232323
}

.acc-black .login-page-section .login-order .radio label.floating-label,
.acc-black .login-page-section .login-order a:hover {
    color: #fff
}

.acc-black .login-page-section .login-order .gray-login {
    color: #fff !important
}

.acc-black .gray-bg-light {
    background: #232323
}

.acc-black .gray-bg-light .box-border {
    border-left: 1px solid #fff
}

@media (max-width:767px) {
    .acc-black .gray-bg-light .box-border {
        border-top: 1px solid #fff
    }
}

.acc-black .login-blocked p {
    margin-bottom: 2rem;
    color: #fff;
    line-height: 19px
}

.acc-black .login-blocked p.blocked-p2 {
    height: 38px
}

.acc-black .login-blocked p.text-danger {
    color: #fff
}

.acc-black .login-blocked .btn.btn-danger {
    background: #232323
}

.acc-black .login-blocked .btn.btn-danger:hover {
    color: #fff !important
}

.acc-black #individualNormalLoginForm input:-webkit-autofill,
.acc-black #individualNormalLoginForm select:-webkit-autofill,
.acc-black #individualNormalLoginForm textarea:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.acc-black .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio input[type=radio]:checked~label,
.acc-black .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio label,
.acc-black .consumer-register-form .autoEnrolmentfullRegistration.eidVal a.greenLink,
.acc-black .consumer-register-form .autoEnrolmentfullRegistration.eidVal h4 {
    color: #fff
}

.acc-black .uae-Pass-cont h6 {
    background: #232323
}

.acc-black .uae-Pass-cont .grayLine {
    border-top: 1px solid #fff
}

.acc-black .selectedActile {
    background: #232323
}

.acc-black .selectedActile .userprofile-profile-name-clients-parameters,
.acc-black .selectedActile .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #fff
}

.acc-black .or-seprator span {
    border: 1px solid #fff;
    background: #232323
}

.acc-black .new-login-sub-mob .or-seprator label,
.acc-black .or-seprator label {
    background: #232323
}

.acc-black .otp-options .code-sent,
.acc-black .otp-options .code-sent b,
.acc-black .otp-options .label {
    color: #fff
}

.acc-black .clr-white,
.acc-black .otp-options .send-again {
    color: #fff !important
}

.acc-black .help-me {
    color: #fff
}

.acc-black .help-me,
.acc-black .help-me .select2.select2-container .select2-selection--single:after {
    background-color: #232323
}

.acc-black .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.acc-black .help-me .select2.select2-container .select2-selection__arrow b {
    border-color: #fff transparent transparent
}

.acc-black .help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff
}

.acc-black .help-me .select2-dropdown {
    background-color: #232323
}

.acc-black .help-me .select2-results__option {
    color: #fff
}

.acc-black .help-me .select2-results__option--highlighted {
    color: #fff !important
}

.acc-black.business .help-me {
    background-color: #232323
}

.acc-black .qPayRecharge_wrapper .main-text.main-text-I .body-big.show-pipe p,
.acc-black .qPayRecharge_wrapper .main-text h2,
.acc-black .qPayRecharge_wrapper .main-text h3,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .addLabel {
    color: #fff
}

.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow {
    border-top: 1px solid #fff;
    color: #fff
}

.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNum,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNumEdit,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayDueAmount,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNum,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNumEdit,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayDueAmount {
    color: #fff
}

.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .icon-info svg,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .icon-info svg {
    background: #232323
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.qPayAmount .floating-label-input input:valid,
.acc-black .hintLabel,
.acc-black .hintLabel.error,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.newAcadd .hintLabel.error,
.acc-black .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow.newAcadd .hintLabel.error {
    color: #fff
}

.acc-black .bg-dark .btn,
.acc-black .btn {
    color: #fff !important;
    background-color: rgba(35, 35, 35, .2);
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-default.focus,
.acc-black .bg-dark .btn.btn-default:focus,
.acc-black .btn.btn-default.focus,
.acc-black .btn.btn-default:focus {
    color: #fff;
    background-color: rgba(35, 35, 35, .2);
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-default.active,
.acc-black .bg-dark .btn.btn-default:active,
.acc-black .bg-dark .btn.btn-default:hover,
.acc-black .btn.btn-default.active,
.acc-black .btn.btn-default:active,
.acc-black .btn.btn-default:hover,
.open>.dropdown-toggle.acc-black .bg-dark .btn.btn-default,
.open>.dropdown-toggle.acc-black .btn.btn-default {
    color: #fff;
    background-color: #232323;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-default .ink,
.acc-black .btn.btn-default .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.acc-black .bg-dark .btn.btn-green,
.acc-black .btn.btn-green {
    color: #fff;
    background-color: #232323;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-green.focus,
.acc-black .bg-dark .btn.btn-green:focus,
.acc-black .btn.btn-green.focus,
.acc-black .btn.btn-green:focus {
    color: #fff;
    background-color: rgba(35, 35, 35, .2);
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-green.active,
.acc-black .bg-dark .btn.btn-green:active,
.acc-black .bg-dark .btn.btn-green:hover,
.acc-black .btn.btn-green.active,
.acc-black .btn.btn-green:active,
.acc-black .btn.btn-green:hover,
.open>.dropdown-toggle.acc-black .bg-dark .btn.btn-green,
.open>.dropdown-toggle.acc-black .btn.btn-green {
    color: #fff;
    background-color: #232323;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-green .ink,
.acc-black .btn.btn-green .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.acc-black .bg-dark .btn.btn-red,
.acc-black .btn.btn-red {
    color: #fff;
    background-color: #232323;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-red.focus,
.acc-black .bg-dark .btn.btn-red:focus,
.acc-black .btn.btn-red.focus,
.acc-black .btn.btn-red:focus {
    color: #fff;
    background-color: rgba(35, 35, 35, .2);
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-red.active,
.acc-black .bg-dark .btn.btn-red:active,
.acc-black .bg-dark .btn.btn-red:hover,
.acc-black .btn.btn-red.active,
.acc-black .btn.btn-red:active,
.acc-black .btn.btn-red:hover,
.open>.dropdown-toggle.acc-black .bg-dark .btn.btn-red,
.open>.dropdown-toggle.acc-black .btn.btn-red {
    color: #fff;
    background-color: #232323;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-red .ink,
.acc-black .btn.btn-red .ink {
    background-color: #232323;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-primary,
.acc-black .bg-dark .btn.btn-primary.focus,
.acc-black .bg-dark .btn.btn-primary:focus,
.acc-black .btn.btn-primary,
.acc-black .btn.btn-primary.focus,
.acc-black .btn.btn-primary:focus {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-primary.active,
.acc-black .bg-dark .btn.btn-primary:active,
.acc-black .bg-dark .btn.btn-primary:hover,
.acc-black .btn.btn-primary.active,
.acc-black .btn.btn-primary:active,
.acc-black .btn.btn-primary:hover {
    color: #fff;
    background-color: #8c7767;
    border-color: #fff
}

.acc-black .bg-dark .btn.btn-primary .ink,
.acc-black .btn.btn-primary .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.acc-black .bg-dark .btn.btn-text-only,
.acc-black .bg-dark .btn.btn-text-only.darkFont,
.acc-black .btn.btn-text-only,
.acc-black .btn.btn-text-only.darkFont {
    color: #fff
}

.acc-black .bg-dark .btn.disabled,
.acc-black .bg-dark .btn.disabled:hover,
.acc-black .bg-dark .btn[disabled],
.acc-black .bg-dark .btn[disabled]:hover,
.acc-black .btn.disabled,
.acc-black .btn.disabled:hover,
.acc-black .btn[disabled],
.acc-black .btn[disabled]:hover {
    color: #fff;
    background-color: #232323;
    border-color: #fff
}

.acc-blackbody {
    background-color: #232323
}

.acc-black .bg-gray {
    background: #232323
}

.acc-black .bg-white-filler {
    background-color: #232323 !important
}

.acc-black .footer-links-logo-section {
    background: #232323
}

.acc-black .profile-settings-pattern,
.acc-black .userprofile-summary {
    background: #232323;
    background: linear-gradient(135deg, #232323, #6c6c6c 25%, #232323 68%, #232323 100%, #6c6c6c 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#709e18", endColorstr="#bbe545", GradientType=1)
}

.acc-black .account-serv-main .serv-heading-3 h3 {
    color: #fff
}

.acc-black .breadcrumb-wrapper {
    background-color: #232323 !important;
    color: #fff
}

.acc-black .breadcrumb-wrapper .breadcrumb>.active,
.acc-black .breadcrumb-wrapper .breadcrumb>li:after,
.acc-black .breadcrumb-wrapper .breadcrumb>li a {
    color: #fff
}

.acc-black .card-box {
    background: #232323
}

.acc-black .card-box,
.acc-black .postBox a:hover .card-box {
    border: 1px solid #fff
}

.acc-black .card-box .card-box-txt h4,
.acc-black .card-box .card-box-txt p {
    color: #fff
}

.acc-black .card-box .card-box-txt p.deactive-info-txt,
.acc-black .card-box .card-box-txt p.suspended-info-txt,
.acc-black .card-box .plan-primary,
.acc-black .card-box .plan-yellow,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary {
    background: #232323;
    border: 1px solid #fff
}

.acc-black .bg-dark .btn.btn-default.active,
.acc-black .bg-dark .btn.btn-default:active,
.acc-black .bg-dark .btn.btn-default:hover,
.acc-black .btn.btn-default.active,
.acc-black .btn.btn-default:active,
.acc-black .btn.btn-default:hover,
.acc-black .open>.dropdown-toggle.bg-dark .btn.btn-default,
.acc-black .open>.dropdown-toggle.btn.btn-default {
    box-shadow: none !important;
    color: #fff !important;
    background-color: #232323 !important;
    border-color: #fff !important;
    border: 2px solid #fff
}

.acc-black .account-serv-main .service-auto-pay-search h3,
.acc-black .account-serv-main .service-auto-pay-search p,
.acc-black .imp-note p {
    color: #fff
}

.acc-black .postBox.disabled .card-box {
    background: #6C6C6CC
}

.acc-black .postBox.disabled {
    opacity: 1
}

.acc-black .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion {
    background: #232323
}

.acc-black .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price,
.acc-black .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-title h3 {
    color: #fff
}

.acc-black .current-accordion-wrapper .accordion-arrow svg {
    fill: #fff
}

.acc-black .config-accordion-wrapper.config-accordion-ticked .config-accordion {
    background: #232323
}

.acc-black .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status,
.acc-black .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status,
.acc-black .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #232323;
    color: #fff
}

.acc-black .config-accordion-ticked .accordion-arrow svg {
    opacity: 1
}

.acc-black .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-arrow svg,
.acc-black .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-arrow svg,
.acc-black .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #474948 !important
}

.acc-black .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #fff !important
}

.acc-black .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-status {
    color: #232323;
    background: #fff
}

.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #232323
}

.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card {
    background: #232323;
    border: 1px solid #fff
}

.acc-black .auto-load-accordians #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    color: #fff
}

.acc-black .acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover,
.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt h3 {
    color: #232323
}

.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:after {
    border-top-color: #fff;
    bottom: -18px
}

.acc-black #addresses .address-edit-form-box {
    background: #232323
}

.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label,
.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading h4,
.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading p,
.acc-black .auto-load-accordians .content-wrap p {
    color: #fff
}

.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #fff;
    color: #232323
}

.acc-black .limit-check-box input[type=checkbox]+label,
.acc-black .limit-check-box input[type=radio]+label {
    color: #232323;
    background: #232323
}

.acc-black .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #fff
}

.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #232323;
    background: #fff
}

.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover {
    color: #232323
}

.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 2px solid #fff;
    background-image: none !important
}

.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 2px solid #fff;
    background-image: none !important;
    background: #232323
}

.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:after,
.acc-black .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:after {
    border: 1px solid #232323;
    background: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 31px;
    bottom: 31px;
    left: auto;
    content: "";
    border-radius: 50%
}

.acc-black .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-black .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover,
.acc-black .limit-check-box input[type=checkbox]:checked+label,
.acc-black .limit-check-box input[type=radio]:checked+label {
    background: #fff;
    color: #232323
}

.acc-black .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #232323
}

.acc-black .auto-load-accordians .config-accordion-wrapper {
    border-top: 1px solid #fff
}

.acc-black .inner-payment-cards .pay-col .paymnet-card-chk {
    background: #232323;
    border: 1px solid #fff
}

.acc-black .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-num,
.acc-black .paymentMessage p,
.acc-black .paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-name {
    color: #fff
}

.acc-black .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-black .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    background-image: none !important;
    border: 2px solid #fff
}

.acc-black .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:after {
    border: 1px solid #232323;
    background: #fff;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 26px;
    bottom: 26px;
    left: auto;
    content: "";
    border-radius: 50%
}

.acc-black .main-text,
.acc-black .tab-box-wrap label {
    color: #fff;
    background-color: #232323
}

.acc-black .pay-on-text-block .main-text h2,
.acc-black .pay-on-text-block .main-text p {
    color: #fff
}

.acc-black .accounts-wrapper .account-tiles-wrapper {
    border: 1px solid #fff;
    background: #232323
}

.acc-black .accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number,
.acc-black .accounts-wrapper.payment-due h4,
.acc-black .mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name .change-name {
    color: #fff
}

.acc-black .bg-green {
    background: #232323 !important;
    border: 1px solid #fff
}

.acc-black .acc-black-ecare .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-black .acc-black-ecare .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #232323;
    background: #232323
}

.acc-black .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status {
    background: #fff
}

.acc-black .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status svg {
    fill: #232323 !important
}

.acc-black .modal .modal-content {
    background: #232323
}

.acc-black .billOverdue {
    color: #fff
}

.acc-black .action-bar-wrapper .action-bar a.active {
    background: #232323;
    border: 2px solid #fff
}

.acc-black .action-bar-selfcare .action-bar a,
.acc-black .action-bar-selfcare .action-bar a+a,
.acc-black .bills-payments-header .action-bar-wrapper .action-bar a {
    background: #232323
}

.acc-black #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li,
.acc-black #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs h3,
.acc-black #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs p.small-txt,
.acc-black #addresses.mob-services-content .address-edit-form-box p.serv-cmpnt,
.acc-black #addresses.mob-services-content .heading-with-buttons h2,
.acc-black #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
.acc-black #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
.acc-black .account-serv-main .card-box.active-primary .your-phone span,
.acc-black .add-payment-footer .price-info-box .pkg-price-2 span,
.acc-black .add-payment-footer .price-info-box .top-txt-small,
.acc-black .add-payment-footer .price-info-box h3.pkg-price-1,
.acc-black .add-payment-footer.unsub-payment-footer .terms-txt,
.acc-black .alert-msg.warning h3,
.acc-black .bills-payments .news-section li .limit-check-box input[type=radio]+label,
.acc-black .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel:hover,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a:hover,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row a,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row a .plusIcon,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row a:hover,
.acc-black.cancel-service .form-title h4,
.acc-black.cancel-service .text-section p,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown .primary .text .title,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown p,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary,
.acc-black .chat-history-header h4,
.acc-black .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options h5,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]+label,
.acc-black .context-nav-box-wrap .context-nav-box a h5,
.acc-black .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table h6,
.acc-black .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table p,
.acc-black .current-pkg-info-section .text-and-table .text-and-table-table .table-title h4,
.acc-black .current-pkg-info-section .text-and-table .text-and-table-table .table-title p.table-title-p,
.acc-black .custom-select-links .links-div,
.acc-black .custom-select-links ul.links-inner-list li a,
.acc-black .dashboard-cards.alerts-section.see-all-news-section.news-section .label,
.acc-black .dashboard-cards .single-card.dashboard-Low b,
.acc-black .dashboard-cards .single-card.dashboard-Low span:last-child,
.acc-black .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.acc-black .data-table .dataTables_wrapper table.dataTable.data-table-past-bills thead tr th,
.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr.even,
.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr.odd,
.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr td b,
.acc-black .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label,
.acc-black .data-usage-wrap .need-help h5,
.acc-black .data-usage-wrap .need-help p,
.acc-black .data-usage-wrap .pkg-summary-section .pkg-sumr-heading .sumr-time,
.acc-black .data-usage-wrap .pkg-summary-section .smry-circles .circle-card-box>p,
.acc-black .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text p,
.acc-black .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer a,
.acc-black .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.acc-black .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.acc-black .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6,
.acc-black .floating-label-field.compound-control.floating-label-select.extratoviewusage label,
.acc-black .floating-label-field.floating-label-select label.floating-label,
.acc-black .forms-default-settings .consumer-register-form .form-title h3,
.acc-black .forms-default-settings .consumer-register-form .form-title p,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label.selecLabel,
.acc-black .further-assisatnce a span,
.acc-black .heading-center.change-plan-heading h2,
.acc-black .heading-center.change-plan-heading h4,
.acc-black .heading-center h2,
.acc-black .heading-center h4,
.acc-black .heading-with-buttons h2,
.acc-black .help-action-bar label,
.acc-black .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input label,
.acc-black .help-support #getInTouch h2,
.acc-black .help-support .page-nav-wrap.bg-white .page-nav li a:hover,
.acc-black .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name h3,
.acc-black .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number,
.acc-black .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align h3,
.acc-black .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p,
.acc-black .inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active,
.acc-black .main-menu-mobile .menu-account .menu-account-link,
.acc-black .main-menu-mobile .panel-group .panel-collapse .panel-body .item_sub-menu,
.acc-black .main-menu-mobile .panel-group.panel-footer-wraper .panel-languange a,
.acc-black .main-menu-mobile .panel-group .panel-heading .panel-title a,
.acc-black .main-text .h2,
.acc-black .main-text h1,
.acc-black .main-text h2,
.acc-black .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a,
.acc-black .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover,
.acc-black .modal-dialog .add-payment-card p,
.acc-black .modal-md-style .modal-dialog .modal-content .modal-header h5,
.acc-black .news-section .label,
.acc-black .no-data-pack h2,
.acc-black .page-nav-wrap .page-nav a,
.acc-black .pakages-extras .plans-table .pkg-extra-heading h2,
.acc-black .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box p.back-text,
.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price,
.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs,
.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .top-card-txt,
.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6,
.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6 span.tiles-box-number,
.acc-black .pkg-summary-section .pkg-sumr-heading h2,
.acc-black .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2,
.acc-black .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2+span,
.acc-black .pkg-summary-section .smry-circles .circle-card-box h3,
.acc-black .pkges-details-2-table-txt p,
.acc-black .pkgs-addons-methods .heading-with-buttons h2,
.acc-black .plans-table.plans-table-A .tile-table.promo .tile .tiles-box p,
.acc-black .plans-table.plans-table-A .tile-table.promo .tile .tiles-box ul li,
.acc-black .qa-accordain-wrap .viewall,
.acc-black .qa-accordion-content.default,
.acc-black .qa-accordion-toggle,
.acc-black .qa-heading h4,
.acc-black .quickpay_wrapper .swiper-wrapper .swiper-slide h2.heading-bigger,
.acc-black .rt-intercept-bodystyle p,
.acc-black .rt-intercept-btn-close,
.acc-black .rt-intercept-headingstyle p,
.acc-black .section-data-box h4,
.acc-black .section-padding .pkges-details-2-table-txt .table-responsive p,
.acc-black .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td,
.acc-black .see-all-reccords a,
.acc-black .support-hostry-tab h2.b2c-sub-heading,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody tr td,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th,
.acc-black .text-and-table.needMoreHelp-widget>div.table-summary .items>ul a,
.acc-black .text-and-table.needMoreHelp-widget>div.table-summary .items>ul li h3,
.acc-black .text-and-table>div.table-summary .items>ul li,
.acc-black .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row .addSender a,
.acc-black .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6,
.acc-black .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row p,
.acc-black .tiles-box-wrap .tile-with-bkg .tiles-box h4,
.acc-black .tiles-box-wrap .tile-with-bkg .tiles-box p,
.acc-black .tiles-box-wrap .tiles-box.content h4,
.acc-black .trackAcomplain .trackingSearch-style .trackingSearch,
.acc-black .userprofile-summary .account-balance .userprofile-profile-status-column-title,
.acc-black .userprofile-summary .account-balance .userprofile-profile-status-money .amount-sub,
.acc-black .userprofile-summary .account-balance .userprofile-profile-status-money .status-amount,
.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-name h3,
.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-parameters,
.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary,
.acc-black .userprofile-summary .userprofile-summary-middle .user-information-columns a,
.acc-black .white-boxs-section .white-box-col .white-box-headings h3,
.acc-black .white-boxs-section .white-box-col .white-box-headings h3.green-txt,
.acc-black .white-boxs-section .white-box-col .white-box-headings h5,
.acc-black .your-packages .packages-heading h2,
.acc-black .your-packages .single-colunm p .listing-icon-txt {
    color: #fff
}

.acc-black .trackAcomplain .trackingSearch-style .trackingSearch::-webkit-input-placeholder,
.acc-black .trackAcomplain .trackingSearch-style .trackingSearch::placeholder {
    color: #fff
}

.acc-black .add-payment-footer.unsub-payment-footer .terms-txt a,
.acc-black .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-txt h3,
.acc-black .bills-payments .floating-label-input input[type=number],
.acc-black .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b,
.acc-black .dashboard-cards .single-card.dashboard-High h4,
.acc-black .dashboard-cards .single-card.dashboard-High p,
.acc-black .dashboard-cards .single-card.dashboard-High span:last-child,
.acc-black .dashboard-cards .single-card.dashboard-Low p,
.acc-black .dashboard-cards .single-card.dashboard-Mid h4,
.acc-black .dashboard-cards .single-card.dashboard-Mid p,
.acc-black .dashboard-cards .single-card.generic_red p,
.acc-black .dashboard-pattern .seeall,
.acc-black .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__rendered,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields input,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields label,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields textarea,
.acc-black .main-menu-mobile .panel-group.panel-footer-wraper .panel-collapse a,
.acc-black .main-menu-mobile .panel-group.panel-footer-wraper .panel-default a,
.acc-black .picker__day.picker__day--infocus.picker__day--today.picker__day--highlighted,
.acc-black .picker__holder .picker__day--highlighted,
.acc-black .section-padding .action-buttons-wrapper .action-buttons-container a,
.acc-black .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    color: #fff !important
}

.acc-black .pakages-extras {
    background: #232323;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.acc-black .bills-payments .news-section li .limit-check-box input[type=radio]+label,
.acc-black .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label,
.acc-black .custom-select-links ul.links-inner-list,
.acc-black .pkg-summary-section .smry-circles .circle-card-box,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods {
    border: 1px solid #fff
}

.acc-black .material-switch>input[type=checkbox]:checked+label:before,
.acc-black .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch label:before {
    background: #232323;
    opacity: 1;
    border: 2px solid #fff
}

.acc-black .alert_wrapper,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown,
.acc-black .filled.out-of-bundel canvas {
    background: #232323;
    border: 2px solid #fff;
    color: #fff
}

.acc-black .alert_wrapper.login-error,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown.login-error,
.acc-black .filled.out-of-bundel canvas.login-error {
    padding: 1rem
}

.acc-black .white-boxs-section .white-box-col {
    background: #232323;
    color: #fff
}

.acc-black .add-payment-footer,
.acc-black .alert-msg.ceased .alert-bg,
.acc-black .alert-msg.fail .alert-bg,
.acc-black .alert-msg.success .alert-bg,
.acc-black .bg-gray-static,
.acc-black .bg-lighter,
.acc-black .block-promo-sms-wrapper .table-payment-methods-row a .plusIcon,
.acc-black.cancel-service .bg-gray-simple,
.acc-black .custom-select-links ul.links-inner-list,
.acc-black .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr,
.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr.even,
.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr.odd,
.acc-black .help-support .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.acc-black .loader-disable-screen,
.acc-black .main-menu-mobile .menu-account,
.acc-black .main-menu-mobile .panel-group .panel,
.acc-black .main-menu-mobile .panel-group.panel-footer-wraper,
.acc-black .main-menu-mobile .panel-group .panel-heading,
.acc-black .main-menu-mobile.sticky,
.acc-black .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu,
.acc-black .modal-md-style .modal-dialog,
.acc-black .plans-table.plans-table-A .tile-table .tile .tiles-box,
.acc-black .plans-table .tile-table .tile:hover .read-more,
.acc-black .row-context-nav>.container-fluid,
.acc-black .tab-box-wrap .swiper-slide,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr:nth-child(2n),
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods thead tr,
.acc-black .trackAcomplain .trackingSearch-style .trackingSearch {
    background: #232323
}

.acc-black .alert-msg.warning .alert-bg {
    background-color: #232323
}

.acc-black .bills-payments .floating-label-input input[type=number]:focus,
.acc-black .bills-payments .floating-label-input input[type=text],
.acc-black .bills-payments .floating-label-input input[type=text]:focus,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    border-bottom: 1px solid #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card,
.acc-black .context-nav-box-wrap .context-nav-box,
.acc-black .help-action-bar.further-assisatnce.bg-plain-grey {
    background: #232323;
    border: 1px solid #fff
}

.acc-black #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img,
.acc-black .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label:before,
.acc-black .trackBtn button {
    background: #232323;
    border: 2px solid #fff
}

.acc-black #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img svg g {
    fill: #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card:hover {
    border: 1px solid #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    bottom: -17px
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .address-edit-form-box .container-fluid,
.acc-black .tile-card__back,
.acc-black .tile-card__front,
.acc-black .trackAcomplain .trackingSearch-style .trackingSearch {
    border: 1px solid #fff
}

.acc-black #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg,
.acc-black #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg g {
    stroke: #fff
}

.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .read-more {
    background: #232323 !important;
    border-top: 1px solid #fff
}

.acc-black .plans-table .tile-table .tile .tiles-box #read-more-triangle-img {
    display: none
}

.acc-black .context-nav-box-wrap .context-nav-box:after,
.acc-black .context-nav-box-wrap .context-nav-box h5:after,
.acc-black .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover,
.acc-black .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label:hover,
.acc-black .history-status li span.status:after,
.acc-black .picker__holder .picker__day--highlighted,
.acc-black .plans-table.plans-table-A .tile-table.promo .tile .tiles-box .tiles-box-list .tiles-box-line .progress .progress-bar,
.acc-black .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover,
.acc-black .tab-box-wrap label.checkedClass,
.acc-black .tab-box-wrap label.checkedClass:hover,
.acc-black .tab-box-wrap label:hover,
.acc-black .tiles-box-wrap .tile-with-bkg .tiles-box:after,
.acc-black .tiles-box-wrap .tiles-box p:before,
.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #fff
}

.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-black .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-black .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover,
.acc-black .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box:after {
    background-color: #fff !important
}

.acc-black .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover,
.acc-black .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label,
.acc-black .tab-box-wrap label.checkedClass,
.acc-black .tab-box-wrap label.checkedClass:hover,
.acc-black .tab-box-wrap label:hover {
    color: #232323
}

.acc-black .data-usage-wrap .need-help {
    background: #232323;
    border-top: 1px solid #fff
}

.acc-black .current-pkg-info-section,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day,
.acc-black .help-support .userprofile-summary,
.acc-black .main-menu-mobile .panel-group.panel-footer-wraper .panel .panel-heading,
.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary,
.acc-black table.dataTable thead tr th {
    background: #232323 !important
}

.acc-black .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.acc-black .smalltext,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge,
.acc-black .text-green {
    color: #fff !important
}

.acc-black .alert-msg.warning .alert-bg .errorIcon .iconItem svg,
.acc-black .your-packages .single-colunm p .listing-icon svg {
    fill: #fff
}

.acc-black .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg,
.acc-black .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg g {
    fill: #fff !important
}

.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-parameters svg g {
    stroke: #fff !important
}

.acc-black .action-buttons-wrapper a span svg,
.acc-black .context-nav-box-wrap .context-nav-box .icon-area svg,
.acc-black .further-assisatnce a svg,
.acc-black .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg,
.acc-black .main-menu-mobile .menu-account .menu-account-link svg,
.acc-black .text-and-table.needMoreHelp-widget .icon-area svg {
    stroke: #fff;
    filter: brightness(500)
}

.acc-black .action-buttons-wrapper a span svg g,
.acc-black .context-nav-box-wrap .context-nav-box .icon-area svg g,
.acc-black .further-assisatnce a svg g,
.acc-black .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg g,
.acc-black .main-menu-mobile .menu-account .menu-account-link svg g,
.acc-black .text-and-table.needMoreHelp-widget .icon-area svg g {
    stroke: #fff !important
}

.acc-black .profile-settings-pattern .main-text {
    background-color: transparent
}

.acc-black .help-support .page-nav-wrap.bg-white .page-nav li a.active,
.acc-black .help-support .page-nav-wrap.bg-white .page-nav li a:hover {
    border-bottom: 4px solid #fff !important
}

.acc-black .qa-heading .smaller li .limit-check-box input[type=radio]+label {
    color: #fff;
    border: 1px solid #fff
}

.acc-black .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover {
    color: #232323 !important;
    border: 1px solid #fff
}

.acc-black .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
    border-color: #fff !important;
    color: #fff !important
}

.acc-black .qa-heading .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #fff !important;
    color: #232323 !important;
    background: #fff !important
}

.acc-black .bills-payments .accept-and-continue-footer,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown ul li {
    border-top: 1px solid #fff
}

.acc-black .tiles-box-wrap .tile-with-bkg:hover div.cover:after {
    background-color: rgba(0, 0, 0, .8)
}

.acc-black .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label,
.acc-black .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list li .limit-check-box input[type=radio]:checked+label,
.acc-black .support-hostry-tab .smaller li .limit-check-box input[type=radio]:checked+label {
    color: #232323 !important
}

.acc-black .alert-msg.fail h3,
.acc-black .alert-msg.success h3,
.acc-black .alert-msg.warning h3 {
    color: #fff
}

.acc-black .alert-msg.fail .alert-bg,
.acc-black .alert-msg.success .alert-bg,
.acc-black .alert-msg.warning .alert-bg {
    border: 1px solid #fff
}

.acc-black .tab-box-wrap .tab-box-label {
    border-bottom: 2px solid #fff
}

.acc-black .main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion:after {
    border: solid #fff;
    border-width: 0 1px 1px 0
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tile,
.acc-black .bg-cards .device-card.tile-table .tile-card .tile,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tile,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tile,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tile,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tile,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tile,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tile,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tile {
    background-color: #232323
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title {
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #6c6c6c, #3d3434);
    border: 1px solid #fff;
    width: 100%
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .special-offer,
.acc-black .bg-cards .device-card.tile-table .tile-card .special-offer,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .special-offer,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .special-offer,
.acc-black .bg-cards .plan-card.tile-table .tile-card .special-offer,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer,
.acc-black .bg-cards .product-grid.tile-table .tile-card .special-offer,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .special-offer {
    background-color: #232323;
    color: #fff
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.acc-black .bg-cards .device-card.tile-table .tile-card .smile-points,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.acc-black .bg-cards .plan-card.tile-table .tile-card .smile-points,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.acc-black .bg-cards .product-grid.tile-table .tile-card .smile-points,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .smile-points {
    background: #232323;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number {
    color: #fff
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before {
    background-color: #aeaf89
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before {
    background-color: #595783
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .device-card.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .device-card.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .device-card.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .plan-card.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .plan-card.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .plan-card.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .product-grid.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .product-grid.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .product-grid.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .detail-price-new,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .detail-price-new .from,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .bottom-text {
    color: #fff
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card .read-more,
.acc-black .bg-cards .device-card.tile-table .tile-card .read-more,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.acc-black .bg-cards .plan-card.tile-table .tile-card .read-more,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.acc-black .bg-cards .product-grid.tile-table .tile-card .read-more,
.acc-black .bg-cards .product-home-card.tile-table .tile-card .read-more {
    background-color: #232323;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 0 10px 10px
}

.acc-black .bg-cards .device-card-selection.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .device-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .device-card.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .device-card.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .plan-card.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .product-grid.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list,
.acc-black .bg-cards .product-home-card.tile-table .tile-card:hover .smile-points,
.acc-black .bg-cards .product-home-card.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.acc-black .bg-cards .device-card-selection.offer .tile-card .price,
.acc-black .bg-cards .device-card-selection.offer .tile-card .smile-points,
.acc-black .bg-cards .device-card-selection.offer .tile-card small,
.acc-black .bg-cards .device-card.offer .tile-card .price,
.acc-black .bg-cards .device-card.offer .tile-card .smile-points,
.acc-black .bg-cards .device-card.offer .tile-card small,
.acc-black .bg-cards .device-multi-card-selection.offer .tile-card .price,
.acc-black .bg-cards .device-multi-card-selection.offer .tile-card .smile-points,
.acc-black .bg-cards .device-multi-card-selection.offer .tile-card small,
.acc-black .bg-cards .device-single-card-selection.offer .tile-card .price,
.acc-black .bg-cards .device-single-card-selection.offer .tile-card .smile-points,
.acc-black .bg-cards .device-single-card-selection.offer .tile-card small,
.acc-black .bg-cards .plan-card.offer .tile-card .price,
.acc-black .bg-cards .plan-card.offer .tile-card .smile-points,
.acc-black .bg-cards .plan-card.offer .tile-card small,
.acc-black .bg-cards .plan-multi-card-selection.offer .tile-card .price,
.acc-black .bg-cards .plan-multi-card-selection.offer .tile-card .smile-points,
.acc-black .bg-cards .plan-multi-card-selection.offer .tile-card small,
.acc-black .bg-cards .plan-single-card-selection.offer .tile-card .price,
.acc-black .bg-cards .plan-single-card-selection.offer .tile-card .smile-points,
.acc-black .bg-cards .plan-single-card-selection.offer .tile-card small,
.acc-black .bg-cards .product-grid.offer .tile-card .price,
.acc-black .bg-cards .product-grid.offer .tile-card .smile-points,
.acc-black .bg-cards .product-grid.offer .tile-card small,
.acc-black .bg-cards .product-home-card.offer .tile-card .price,
.acc-black .bg-cards .product-home-card.offer .tile-card .smile-points,
.acc-black .bg-cards .product-home-card.offer .tile-card small {
    color: #fff
}

.acc-black .bg-cards .device-card-selection.offer .tile-card .read-more,
.acc-black .bg-cards .device-card.offer .tile-card .read-more,
.acc-black .bg-cards .device-multi-card-selection.offer .tile-card .read-more,
.acc-black .bg-cards .device-single-card-selection.offer .tile-card .read-more,
.acc-black .bg-cards .plan-card.offer .tile-card .read-more,
.acc-black .bg-cards .plan-multi-card-selection.offer .tile-card .read-more,
.acc-black .bg-cards .plan-single-card-selection.offer .tile-card .read-more,
.acc-black .bg-cards .product-grid.offer .tile-card .read-more,
.acc-black .bg-cards .product-home-card.offer .tile-card .read-more {
    background-color: #232323
}

.acc-black .bg-cards .device-card-selection.offer .tile-card .before-price-container,
.acc-black .bg-cards .device-card.offer .tile-card .before-price-container,
.acc-black .bg-cards .device-multi-card-selection.offer .tile-card .before-price-container,
.acc-black .bg-cards .device-single-card-selection.offer .tile-card .before-price-container,
.acc-black .bg-cards .plan-card.offer .tile-card .before-price-container,
.acc-black .bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container,
.acc-black .bg-cards .plan-single-card-selection.offer .tile-card .before-price-container,
.acc-black .bg-cards .product-grid.offer .tile-card .before-price-container,
.acc-black .bg-cards .product-home-card.offer .tile-card .before-price-container {
    background-color: #232323;
    color: #fff
}

.acc-black .callback-singleButton.callback-green {
    background: #232323
}

.acc-black .callback-singleButton a {
    background: #232323;
    border: 1px solid #fff
}

.acc-black .callback-singleButton .allback-singleButton-title {
    color: #fff
}

.acc-black .profile-settings-pattern {
    background: #232323;
    background: linear-gradient(135deg, #232323, #6c6c6c 25%, #232323 68%, #232323 100%, #6c6c6c 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#709e18", endColorstr="#bbe545", GradientType=1)
}

.acc-black .profile-settings-pattern:before {
    filter: grayscale(1)
}

.acc-black .profile-settings-pattern .main-text-profile-settings {
    background-color: transparent
}

.acc-black .action-bar-selfcare .action-bar a {
    color: #fff
}

.acc-black .action-bar-selfcare .action-bar a.active:active,
.acc-black .action-bar-wrapper .action-bar a.active {
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: #232323
}

.acc-black h2.b2c-sub-heading {
    color: #fff;
    border-bottom: 2px solid #fff
}

.acc-black .help-me .profile-setting-mask .overlay-image {
    filter: grayscale(1)
}

.acc-black .forms-default-settings .consumer-register-form .form-title h3,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .forgot-label,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .hint,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section label,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section label.control-label {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:focus input:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:hover,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:focus,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:hover,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border-color: #fff;
    -webkit-text-fill-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted input {
    color: #fff;
    border-bottom: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span svg * {
    stroke: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:-moz-read-only {
    border-color: #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:read-only {
    border-color: #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus {
    border-color: #fff;
    border-bottom: 2px solid #fff !important;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-ms-input-placeholder,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-webkit-input-placeholder,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::placeholder {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-moz-placeholder {
    color: #333
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=radio]+label:before {
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=radio]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=checkbox]+label:before {
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input {
    border-bottom: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input.valid {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_orange_64.svg);
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly] {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #fff !important;
    border-bottom: 1px dashed #fff;
    color: #fff;
    text-shadow: 0 0 0 #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea {
    border: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only:focus {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only:focus {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus {
    border-color: #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:valid,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:-moz-read-only {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:read-only {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:-moz-read-only {
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:read-only {
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus {
    outline: none;
    border-color: #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:valid {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker input.valid {
    background-image: none
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg * {
    stroke: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    background: #232323
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header {
    border-bottom: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:hover {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before {
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before * {
    fill: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:hover {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before * {
    fill: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day:hover {
    background: #232323;
    color: #fff;
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__weekday {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled:hover {
    background: #232323;
    color: #fff;
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:focus {
    border-bottom: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-left: 0;
    background-color: #232323;
    border: 1px solid #fff;
    padding: 5px
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li {
    border-bottom: 1px solid #fff;
    color: #fff !important
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:last-child {
    border-bottom: none !important
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    color: #fff !important
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected=true],
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:hover.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_dark_16.svg);
    color: #fff !important;
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    background-size: 16px;
    fill: #fff;
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b * {
    fill: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    filter: brightness(500);
    background-size: 16px;
    fill: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b * {
    fill: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted select {
    color: #fff;
    border-bottom: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span svg * {
    stroke: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:valid {
    border-color: #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly] {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.disabled select:not(.datepicker),
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select.disabled:not(.datepicker),
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled:not(.datepicker) {
    -webkit-autofill: #fff !important;
    border-bottom: 2px dotted #fff;
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up_red.svg) no-repeat;
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down_red.svg) no-repeat;
    filter: brightness(500)
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio {
    color: #fff
}

@media (min-width:992px) and (min-width:414px) {

    .acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]:checked+label:before,
    .acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]:checked+label:before {
        background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
    }
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox label,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only label {
    color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate .btn-request-token:hover .outside-icon svg {
    fill: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card {
    background: #232323;
    border: 1px solid #fff
}

.acc-black #information .action-buttons-wrapper .action-buttons-container a,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card p {
    color: #fff
}

.acc-black .action-buttons-wrapper a span svg {
    fill: #232323
}

.acc-black .box-newsletters p,
.acc-black .newsletters-wrapper .box-newsletters h4,
.acc-black .note-applies p {
    color: #fff
}

.acc-black .box-newsletters p a {
    color: #fff !important
}

.acc-black .box-newsletters .material-switch label:before {
    background: #fff
}

.acc-black #interests .page-nav-wrap .page-nav a {
    color: #fff
}

.acc-black .help-me .media-interests .media-interests-col .media-interests-box {
    background: #232323;
    border: 1px solid #fff
}

.acc-black .help-me .media-interests .media-interests-col .media-interests-box .icon-area svg g * {
    stroke: #fff
}

.acc-black .help-me .media-interests .media-interests-col .media-interests-box h5:after,
.acc-black .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt:before {
    background-color: #fff
}

.acc-black .help-me .media-interests .media-interests-col .media-interests-box a h5 {
    color: #fff
}

.acc-black .help-me .media-interests .media-interests-col .media-interests-box.hover,
.acc-black .help-me .media-interests .media-interests-col .media-interests-box:hover {
    background-color: #232323
}

.acc-black .help-me .media-interests .media-interests-col .media-interests-box.hover a .icon-area svg *,
.acc-black .help-me .media-interests .media-interests-col .media-interests-box:hover a .icon-area svg * {
    stroke: #fff
}

.acc-black .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li.active a {
    color: #fff
}

.acc-black #interests .page-nav-wrap.affix {
    background-color: #232323;
    border: 1px solid #fff
}

.acc-black .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li a:hover {
    color: #fff;
    border-bottom: 4px solid #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    background-color: #232323;
    border: 1px solid #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    color: #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .btn.address-primary,
.acc-black .profile-settings-addresses .view-card:hover {
    border: 1px solid #fff !important
}

.acc-black .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
    color: #fff
}

.acc-black .business-register-form svg g *,
.acc-black .consumer-register-form svg g * {
    stroke: #fff
}

.acc-black #addresses .address-cancel {
    color: #fff
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    border-top: 15px solid #fff
}

.acc-black .help-me.profile-payment-methods .table-payment-methods thead tr {
    background-color: #232323
}

.acc-black .bills-payments .news-section input[type=checkbox]:checked+label:before,
.acc-black .help-me.profile-payment-methods .table-payment-methods tbody tr td,
.acc-black .help-me.profile-payment-methods .table-payment-methods thead tr th {
    color: #fff;
    border: 1px solid #fff !important;
    background-color: #232323
}

.acc-black .help-me.profile-payment-methods .table-payment-methods thead tr th span svg g * {
    stroke: #fff
}

.acc-black .help-me.profile-payment-methods .table-payment-methods tbody tr td span svg {
    filter: brightness(500)
}

.acc-black .help-me.profile-payment-methods .table-payment-methods tbody tr td span svg g * {
    stroke: #fff
}

.acc-black .help-me.profile-payment-methods .note-paragraph p {
    color: #fff
}

.acc-black .renew-id-modal {
    background: #232323
}

.acc-black .renew-id-modal .modal-dialog .modal-content .modal-header .close svg {
    stroke: #fff
}

.acc-black .renew-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    filter: brightness(500)
}

.acc-black .renew-id-modal .modal-dialog .modal-content .main-title h5 {
    color: #fff
}

.acc-black .renew-id-modal .modal-dialog .modal-content .main-title {
    border-bottom: 2px solid #fff
}

.acc-black .renew-id-modal .modal-dialog .modal-content .modal-body .main-text h3,
.acc-black .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.blackText,
.acc-black .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p a.greenText {
    color: #fff
}

.acc-black .bulk-tile-eid {
    background: #232323
}

.acc-black .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload h5 {
    color: #fff
}

.acc-black .bulk-tile-eid .card-box {
    min-height: 60px
}

.acc-black .update-id-modal .modal-dialog .modal-content {
    background: #232323
}

.acc-black .update-id-modal .modal-dialog .modal-content .modal-header .close svg {
    stroke: #fff
}

.acc-black .update-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    filter: brightness(500)
}

.acc-black .update-id-modal .modal-dialog .modal-content .main-title {
    border-bottom: 2px solid #fff
}

.acc-black .update-id-modal .modal-dialog .modal-content .main-title h5 {
    color: #fff
}

.acc-black .submenu-dropdown {
    background-color: #232323;
    border: 1px solid #fff
}

.acc-black .custom-select-links .links-div,
.acc-black .has-menu .submenu-dropdown li {
    border-bottom: 1px solid #fff
}

.acc-black .submenu-dropdown ul li a:hover {
    color: #fff !important
}

.acc-black .custom-select-links .links-div.collapsed:before {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down-white.svg) no-repeat
}

.acc-black .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-black .circle-check-radio input[type=radio]:checked+label:before,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:before,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:before,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>');
    border: 2px solid #fff
}

.acc-black .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:after,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:after,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:after,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:after {
    background: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:after,
.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:after {
    left: 8px
}

.acc-black .circle-check-radio input[type=checkbox]:checked+label:after,
.acc-black .circle-check-radio input[type=radio]:checked+label:after {
    background: #fff
}

.acc-black .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]:checked+label:before,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-black .bg-plain-grey {
    background-color: #232323 !important;
    background: #232323 !important
}

.acc-black .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b,
.acc-black .pkgs-addons-methods .heading-with-buttons p {
    color: #fff
}

.acc-black .bills-payments .floating-label-input input:disabled {
    color: #fff;
    border-bottom: 1px dashed #fff !important
}

.acc-black .bills-payments .outside-icon.tooltipped svg g *,
.acc-black .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text span span g *,
.acc-black .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text span g *,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td svg g * {
    stroke: #fff
}

.acc-black .pagination-all .pagination-list li.active a,
.acc-black .pagination-all .pagination-list li.active span,
.acc-black .pagination-all .pagination-list li a,
.acc-black .pagination-all .pagination-list li span {
    color: #fff
}

.acc-black .pagination-all .pagination-list li a:hover {
    background: #232323;
    color: #fff
}

.acc-black .bills-payments .floating-label-input input[type=text],
.acc-black .heading-with-buttons-small h2,
.acc-black .heading-with-buttons-small p,
.acc-black .pagination-all .pagination-list li.see-all a {
    color: #fff
}

.acc-black .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-icon svg g * {
    stroke: #fff
}

.acc-black .added-bill-payment-section .address-edit-form-box .card-edit-inner-heading h4,
.acc-black .added-bill-payment-section .address-edit-form-box .pay-balance-with-box h4,
.acc-black .added-bill-payment-section .address-edit-form-box .points-pay-box p,
.acc-black .points-bar.filters .points-bar-col-1 h4,
.acc-black .points-bar.filters h4 {
    color: #fff
}

.acc-black .filters #ex1Slider .slider-track,
.acc-black .filters #ex2Slider .slider-track {
    background: #fff
}

.acc-black .filters #ex1Slider .slider-track .slider-handle,
.acc-black .filters #ex2Slider .slider-track .slider-handle {
    background: #232323
}

.acc-black .bills-payments .floating-label-input.new-amount label,
.acc-black .bills-payments .recharge-amount.pay-other-recharge p,
.acc-black .points-bar.filters h4.color-green {
    color: #fff
}

.acc-black .filters #ex1Slider .slider-selection,
.acc-black .filters #ex2Slider .slider-selection,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    background: #fff
}

.acc-black .request-credit-tab .request-for-credits-form .save-section p,
.acc-black .termstext {
    color: #fff
}

.acc-black .data-table .dataTables_wrapper table {
    background-color: #232323;
    border: 1px solid #fff
}

.acc-black .text-success {
    color: #fff
}

.acc-black .text-danger {
    color: #fff !important
}

.acc-black .pagination-all .page-total {
    color: #fff
}

.acc-black .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.even,
.acc-black .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd {
    background-color: #232323
}

.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg {
    filter: brightness(500)
}

.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg g * {
    stroke: #fff
}

.acc-black .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.shown,
.acc-black .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    background-color: #232323 !important
}

.acc-black .data-table .dataTables_wrapper table.dataTable tbody tr td span {
    color: #fff
}

.acc-black .bills-payments .breakdown-bill-table tr td,
.acc-black .breakdown-bill-table tr td label {
    color: #fff !important
}

.acc-black .data-table h2,
.acc-black .progress-bar-new-wrapper span,
.acc-black .progress-bar-new-wrapper span small,
.acc-black .progress-bar-new div span label.total {
    color: #fff
}

.acc-black .progress-bar-new div span label.total:before {
    border-top: 1px solid #fff
}

.acc-black .bills-payments .payment-history-tab .datefilter p,
.acc-black .progress-bar-new-wrapper .rental-charge-text label {
    color: #fff
}

.acc-black .progress-bar-new div span {
    background-color: #232323 !important
}

.acc-black .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span,
.acc-black .progress-bar-new-wrapper .calls-text label,
.acc-black .progress-bar-new-wrapper .data-text label,
.acc-black .progress-bar-new-wrapper .one-time-text label {
    color: #fff
}

.acc-black .bills-payments .floating-label-input input[type=number]:focus,
.acc-black .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span {
    color: #fff !important
}

.acc-black .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]+label:before,
.acc-black .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]+label:before,
.acc-black .form .checkbox label:before,
.acc-black .form .radio label:before {
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:focus input:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:hover,
.acc-black .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:focus,
.acc-black .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:hover,
.acc-black .forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill,
.acc-black .forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.acc-black input:-webkit-autofill,
.acc-black select:-webkit-autofill,
.acc-black textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #232323 inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.acc-black .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a,
.acc-black .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover {
    color: #fff
}

.acc-black .form .radio input[type=radio]:checked~label:before,
.acc-black input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64-white.svg)
}

.acc-black .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b,
.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    color: #232323 !important
}

.acc-black .bills-payments .floating-label-input input+.custom-error,
.acc-black .dashboard-cards .single-card.dashboard-Mid b,
.acc-black .dashboard-cards .single-card.dashboard-Mid span:last-child {
    color: #fff !important
}

.acc-black .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
    color: #fff !important;
    border-bottom: 1px solid #fff !important
}

.acc-black .support-hostry-tab.track-your-complaint .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #fff !important;
    color: #232323 !important
}

.acc-black .accessibility-overlay.modal .modal-content .modal-header .close svg {
    stroke: #fff;
    fill: #fff
}

.acc-black .selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-large,
.acc-black .userprofile-summary .account-balance .userprofile-profile-status-container,
.acc-black table.dataTable.no-footer,
.acc-black table.dataTable tbody td,
.acc-black table.dataTable tbody th,
.acc-black table.dataTable thead td,
.acc-black table.dataTable thead th {
    border-color: #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    fill: #fff !important;
    stroke: #fff !important
}

.acc-black .change-user .userprofile-profile-name-clients-name .change-name svg g {
    stroke: #fff !important
}

.acc-black .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table {
    border-bottom: 1px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form-title.faceIDtrigger {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.acc-black .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    border-color: #fff !important
}

.acc-black div#RTInterceptPopup {
    background: #232323;
    color: #fff;
    border: 1px solid #fff
}

.acc-black .rt-intercept-acceptbtnstyle,
.acc-black .rt-intercept-declinebtnstyle {
    background-color: #232323;
    border: 1px solid #fff;
    color: #fff
}

.acc-black .account-serv-main .serv-heading-3 {
    border-bottom: 1px solid #fff
}

.acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    border-color: #fff !important
}

.acc-black .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-black .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr:first-child td {
    border-bottom: 1px solid #fff
}

.acc-black .dashboard-text .user-dp {
    border: 5px solid #fff;
    filter: grayscale(0)
}

.acc-black .data-usage-wrap .usage-stats {
    border-top: 2px solid #fff
}

.acc-black .modal-dialog .add-payment-card-btns {
    border-top: 1px solid #fff
}

.acc-black .main-menu .navbar .navbar-right .sub-account-menu {
    border-top: 5px solid #fff
}

.acc-black .account-serv-main {
    border-top: 1px solid #fff
}

.acc-black .data-usage-wrap .call-usage-tab .white-row-set .white-col-set:first-child {
    border-right: 2px solid #fff
}

.acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover {
    background: #fff;
    color: #232323 !important;
    border-color: #fff
}

.acc-black .data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child {
    border-left: 2px solid #fff
}

.acc-black .modal-md-style .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #fff
}

.acc-black .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.acc-black .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.acc-black .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    border-bottom: 1px dotted #fff;
    color: #fff
}

.acc-black .modal-md-style .modal-dialog .modal-content .modal-header {
    border-bottom: 2px solid #fff
}

.acc-black .modal-md-style .modal-dialog .modal-content .modal-header .close svg {
    stroke: #fff
}

.acc-black .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label {
    border-color: #fff
}

.acc-black .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label {
    color: #fff;
    border-color: #fff
}

.acc-black .icon-error svg {
    fill: #fff !important
}

.acc-black #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    border: 1px solid #fff !important
}

.acc-black .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label,
.acc-black .data-usage-wrap .bill-list li:first-child .limit-check-box input[type=radio]+label {
    border: 1px solid #fff
}

.acc-black .popup-heading-inner,
.acc-black .set-limit-form .bill-inner-box h5 {
    color: #fff
}

.acc-black .auto-search-ico {
    background: #232323
}

.acc-black .alert-msg.fail h3 {
    color: #fff
}

.acc-black .alert-msg .alert-bg,
.acc-black .picker__holder .picker__day--highlighted {
    border: 1px solid #fff
}

.acc-black .picker__holder .picker__day--today:before {
    border-top-color: #fff
}

.acc-black .picker__holder {
    background: #232323;
    color: #fff
}

.acc-black .picker--focused .picker__day--disabled,
.acc-black .picker__day--disabled,
.acc-black .picker__day--disabled:hover,
.acc-black .picker__holder .picker__day--outfocus:hover {
    color: #fff;
    background: #232323;
    border-color: #fff
}

.acc-black .picker__day.picker__day--infocus.picker__day--today.picker__day--highlighted,
.acc-black .picker__holder .picker__day--highlighted,
.acc-black .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    color: #fff !important
}

.acc-black .picker__holder .picker__day--infocus:hover {
    background: #232323;
    color: #fff !important
}

.acc-black .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox,
.acc-black .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox.w-o-t-bx a,
.acc-black .extra-terms-data ol li,
.acc-black .form .floating-label-input>select,
.acc-black .form .floating-label-input input,
.acc-black .form .floating-label-input input:disabled~label,
.acc-black .form .floating-label-input input:focus~label,
.acc-black .form .floating-label-input input:required:valid~label,
.acc-black .form .floating-label-input input[readonly]~label,
.acc-black .form .floating-label-input label.floating-label,
.acc-black .form .floating-label-input select.selected~label,
.acc-black .form .floating-label-input textarea,
.acc-black .form .floating-label-select>select,
.acc-black .form .floating-label-select input,
.acc-black .form .floating-label-select input:disabled~label,
.acc-black .form .floating-label-select input:focus~label,
.acc-black .form .floating-label-select input:required:valid~label,
.acc-black .form .floating-label-select input[readonly]~label,
.acc-black .form .floating-label-select label.floating-label,
.acc-black .form .floating-label-select select.selected~label,
.acc-black .form .floating-label-select textarea,
.acc-black .picker__holder .picker__day--highlighted,
.acc-black .picker__holder .picker__header .picker__month,
.acc-black .picker__holder .picker__header .picker__year,
.acc-black .picker__holder .picker__weekday {
    color: #fff
}

.acc-black .floating-input .floating-label-input input {
    border-bottom: 1px solid #fff
}

.acc-black .picker__holder .picker__header .picker__nav--next:before,
.acc-black .picker__holder .picker__header .picker__nav--prev:before {
    border-right-color: #fff
}

.acc-black .picker__nav--next:hover,
.acc-black .picker__nav--prev:hover {
    background: #232323
}

.acc-black .breadcrumb-wrapper .container-fluid {
    background: #232323 !important
}

.acc-black .picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #fff
}

.acc-black ::placeholder {
    color: #fff;
    opacity: 1
}

.acc-black :-ms-input-placeholder,
.acc-black ::-ms-input-placeholder {
    color: #fff
}

@media (min-width:768px) {
    .acc-black .profile-settings-pattern .action-bar-wrapper .action-bar a+a.active {
        border: 2px solid #fff !important
    }

    .acc-black .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
        border-right-color: #fff
    }

    .acc-black .userprofile-summary .action-bar-wrapper .action-bar a.active+a {
        border: 0 solid #fff !important
    }

    .acc-black .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
        background: #232323 !important
    }

    .acc-black .action-bar-wrapper .action-bar a.active {
        border-right-color: #232323;
        border: 2px solid #fff !important
    }

    .acc-black .userprofile-summary .action-bar-wrapper.action-bar-selfcare .action-bar a.active+a {
        border-right: 0 solid #232323 !important
    }

    .acc-black .userprofile-summary .action-bar-wrapper.action-bar-selfcare .action-bar a.active {
        border: 2px solid #fff !important
    }
}

@media (max-width:992px) {
    .acc-black .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
        border-bottom: 1px solid #fff !important
    }

    .acc-black .main-menu-selfcare .main-menu .navbar .hamburger_icon.open {
        border-bottom: 1px solid #fff
    }

    .acc-black .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b,
    .acc-black .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
        color: #232323 !important
    }

    .acc-black .main-menu-selfcare .main-menu .navbar .hamburger_icon span {
        background: #fff;
        border: 2px solid #fff
    }

    .acc-black .loggedin.sub_menu_mobile #accordion_menu .panel-title {
        border-color: #fff;
        background: #232323;
        color: #fff
    }

    .acc-black .loggedin.sub_menu_mobile #accordion_menu .panel-title.collapsed,
    .acc-black .loggedin.sub_menu_mobile #accordion_menu .panel-title a,
    .acc-black .loggedin.sub_menu_mobile .menu_account .bg_white_menu,
    .acc-black .loggedin.sub_menu_mobile .menu_account .space_white_menu {
        color: #fff;
        background: #232323
    }

    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a,
    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu,
    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu,
    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed,
    .acc-black .bills-payments .floating-label-input input+.custom-error,
    .acc-black .loggedin.sub_menu_mobile .link-black_menu {
        color: #fff
    }

    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg g {
        stroke: #fff
    }

    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list,
    .acc-black .loggedin.sub_menu_mobile .bg_bottom_accordion,
    .acc-black .menu_account {
        background: #232323
    }

    .acc-black div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion svg {
        fill: #fff
    }

    .acc-black div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed .arrow_accordion svg {
        transform: rotate(0deg);
        fill: #fff
    }

    .acc-black .loggedin.sub_menu_mobile .bg_button {
        background: hsla(0, 0%, 100%, .2)
    }

    .acc-black #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg {
        stroke: #fff
    }

    .acc-black .main-mega-menu-desktop .hamburger .line {
        background: #fff
    }

    .acc-black .nav-link svg,
    .acc-black .nav-link svg g path,
    .acc-black a.mega-menu-link svg,
    .acc-black a.mega-menu-link svg g {
        stroke: #fff !important
    }

    .acc-black .accessibility-overlay.modal .modal-content .modal-header .back:after {
        border: solid #fff;
        border-width: 0 1px 1px 0
    }
}

.acc-black .dashboard-cards .single-card.all_ok_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/all_ok_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.blocked_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/blocked_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.credit_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/credit_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.credit_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/credit_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.creditcard_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/creditcard_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.creditcard_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/creditcard_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.customer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/customer_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.ebill_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/ebill_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.ebill_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/ebill_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.ebill_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/ebill_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.eid_back {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_back.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.eid_front {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_front.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.eid_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.eid_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.generic_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/generic_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.generic_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/generic_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.generic_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/generic_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.order_cancel_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/order_cancel_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.order_issue_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/order_issue_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.order_update_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/order_update_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.orders_r4p_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/orders_r4p_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.orders_r4p_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/orders_r4p_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.elife_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/elife_icon.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.password_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/password_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.password_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/password_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.payments_good_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/payments_good_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.roaming_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/roaming_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.roaming_offer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/roaming_offer_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.roaming_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/roaming_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.service_gadgets_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_gadgets_orange.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.service_infrastructure_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_infrastructure_orange.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.service_plan_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_plan_orange.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.service_products_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_products_orange.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.services_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/services_orange.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.smiles_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/smiles_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.smiles_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/smiles_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.smiles_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/smiles_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.support_ticket_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/support_ticket_green.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.usage_balance_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/usage_balance_yellow.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.usage_expiring_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/usage_expiring_red.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_account_blocked@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.Id-expired {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_emiratesID_expired_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.balance-out {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_nocredit_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.expire-time {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_roaming_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.points-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.profile {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_creditcard_expired_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.order-canceled {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_red@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.smiles-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.password-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_password_expiring_yellow@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.unpaid-bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_unpaid@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.points-expiring-month {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.balance-low {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_credit_yellow@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.roaming {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.order-pickup {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_pickup_yellow@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.ebill-availabel {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_available@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.order-updated-success {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_green@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.power-pack {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newMobService@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.smiles-redeemable {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_green@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.updated-tickets {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_ticket_updated@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.support {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_new_message@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.e-wallet {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newService@2x.png) 100% 100% no-repeat
}

.acc-black .dashboard-cards .single-card.etisalat,
.acc-black .dashboard-cards .single-card.orders {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.acc-black .uaepassB {
    display: none
}

.acc-black .uaepassB.black {
    display: block
}

.acc-black .colored {
    display: none
}

.acc-black .page-nav-wrap .dropdown-toggle .current-dropdown-label {
    color: #fff
}

.acc-black .page-nav-wrap .dropdown-toggle #dropdown-menu-arrow-img,
.acc-black .page-nav-wrap .page-nav .dropdown-close-button #close-menu-arrow-img {
    fill: #fff
}

.acc-black .page-nav-wrap .dropdown-toggle {
    border-bottom: 1px solid #fff
}

@media (max-width:767px) {
    .acc-black .page-nav-wrap .page-nav.dropdown-menu {
        background: #232323;
        background-color: #232323 !important
    }
}

.acc-black .page-nav-wrap .page-nav .dropdown-close-button {
    border-bottom: 4px solid #fff
}

.acc-black .page-nav-wrap .page-nav .dropdown-close-button a {
    border-top: 1px solid #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default {
    background-color: #232323
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
    color: #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li:hover:after {
    border-bottom: 3px solid #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li:hover>a {
    color: #fff !important
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .nav>li>a:focus,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .nav>li>a:hover {
    background-color: #232323
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap.mega-dropdown {
    background: #232323;
    border: 1px solid #fff;
    border-top: 0
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li.sub-menu-heading,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li a,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li p {
    color: #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .menu-items-footer .sub-menu {
    border-top: 1px solid #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .menu-items-footer .sub-menu li a {
    color: #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form .input-field>label {
    color: #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:focus {
    background-color: #232323 !important;
    -webkit-box-shadow: 0 0 0 100px #232323 inset !important
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill:focus,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill:hover,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill:focus,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill:hover,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill:focus,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill:hover {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn {
    color: #fff;
    border: 1px solid #fff
}

.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default.active,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default:active,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default:hover,
.acc-black .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .open>.dropdown-toggle.btn.btn-default {
    background: #232323
}

.acc-black .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #fff
}

.acc-black .menu-promotion-wrapper.support {
    background: #232323
}

.acc-black .menu-promotion-wrapper.support .sub-menu-heading,
.acc-black .menu-promotion-wrapper.support p {
    color: #fff
}

.acc-black .nav-drill {
    background: #232323
}

.acc-black .nav-item.highlighted .nav-expand-content ul .nav-item .nav-link,
.acc-black .nav-item.highlighted .nav-link {
    background-color: #232323 !important
}

.acc-black .nav-link {
    background: #232323;
    color: #fff
}

.acc-black .nav-link .nav-link-arrow path {
    fill: #fff
}

.acc-black .nav-quick-links>.nav-link {
    color: #fff
}

.acc-black .nav-footer {
    background: #232323
}

.acc-black .nav-lang,
.acc-black .nav-site-switch {
    color: #fff
}

.acc-black .nav-expand .nav-expand-content {
    background-color: #232323
}

.acc-black .nav-expand .nav-expand-content .nav-back-link {
    background-color: #232323 !important
}

.acc-black .nav-expand .nav-expand-content .nav-link {
    background-color: #232323 !important;
    color: #fff !important
}

.acc-black .nav-expand .nav-expand-content .menu-brand-wrapper {
    background-color: #232323
}

.acc-black .nav-expand .nav-expand-content .menu-brand-wrapper .menu-brand-item {
    border: 1px solid #fff;
    background-color: #232323
}

.acc-black .nav-expand .nav-expand-footer .nav-link {
    background-color: #232323 !important;
    color: #fff
}

.acc-black .nav-expand .nav-expand-footer .nav-link-arrow {
    opacity: 1
}

.acc-black .nav-expand .nav-expand-footer .nav-link-arrow path {
    fill: #fff
}

.acc-black .nav-item-heading {
    background-color: #232323
}

.acc-black .nav-item-heading a {
    color: #fff
}

.acc-black .nav-item-heading .nav-link-arrow path {
    fill: #fff
}

.acc-black .sub-menu-wrap .form.wst-form .input-field>label,
.acc-black .sub-menu-wrap .form.wst-form input:valid~label {
    color: #fff
}

.acc-black .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.acc-black .sub-menu-wrap .form.wst-form input:focus {
    background-color: #232323 !important;
    -webkit-box-shadow: 0 0 0 100px #232323 inset !important
}

.acc-black .sub-menu-wrap .btn {
    color: #fff;
    border: 1px solid #fff
}

.acc-black .form input:-webkit-autofill,
.acc-black .form input:-webkit-autofill:focus,
.acc-black .form input:-webkit-autofill:hover,
.acc-black .form select:-webkit-autofill,
.acc-black .form select:-webkit-autofill:focus,
.acc-black .form select:-webkit-autofill:hover,
.acc-black .form textarea:-webkit-autofill,
.acc-black .form textarea:-webkit-autofill:focus,
.acc-black .form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #232323 inset;
    transition: background-color 5000s ease-in-out 0s
}

[lang=ar] [dir=rtl].acc-black {
    color: #fff;
    background-color: #232323
}

[lang=ar] [dir=rtl].acc-black .uaepassB {
    display: none
}

[lang=ar] [dir=rtl].acc-black .uaepassB.black {
    display: block
}

[lang=ar] [dir=rtl].acc-black .circle-check-radio input[type=checkbox]:checked+label:after,
[lang=ar] [dir=rtl].acc-black .circle-check-radio input[type=radio]:checked+label:after {
    right: auto;
    left: 22px
}

[lang=ar] [dir=rtl].acc-black .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    background: #232323
}

[lang=ar] [dir=rtl].acc-black .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
    border: 2px solid #fff !important
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.dashboard-High h4,
[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.dashboard-High p,
[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.dashboard-Low p {
    color: #fff !important
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.all_ok_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/all_ok_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.blocked_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/blocked_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.credit_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/credit_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.credit_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/credit_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.creditcard_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/creditcard_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.creditcard_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/creditcard_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.customer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/customer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.ebill_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.ebill_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.ebill_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.eid_back {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_back_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.eid_front {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_front_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.eid_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.eid_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.generic_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/generic_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.generic_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/generic_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.generic_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/generic_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.order_cancel_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/order_cancel_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.order_issue_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/order_issue_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.order_update_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/order_update_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.elife_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/elife_icon.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.orders_r4p_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/orders_r4p_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.orders_r4p_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/orders_r4p_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.password_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/password_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.password_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/password_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.payments_good_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/payments_good_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.roaming_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.roaming_offer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_offer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.roaming_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.service_gadgets_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_gadgets_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.service_infrastructure_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_infrastructure_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.service_plan_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_plan_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.service_products_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_products_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.services_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/services_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.smiles_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.smiles_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.smiles_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.support_ticket_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/support_ticket_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.usage_balance_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/usage_balance_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.usage_expiring_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/usage_expiring_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_account_blocked@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.Id-expired {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_emiratesID_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.balance-out {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_nocredit_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.expire-time {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_roaming_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.points-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.profile {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_creditcard_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.order-canceled {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.smiles-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.password-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_password_expiring_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.unpaid-bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_unpaid@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.points-expiring-month {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.balance-low {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_credit_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.roaming {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.order-pickup {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_pickup_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.ebill-availabel {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_available@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.order-updated-success {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.power-pack {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newMobService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.smiles-redeemable {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.updated-tickets {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_ticket_updated@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.support {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_new_message@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.e-wallet {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.etisalat,
[lang=ar] [dir=rtl].acc-black .dashboard-cards .single-card.orders {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

.acc-blue {
    color: #fff;
    background-color: #3a5797
}

.acc-blue .bg-light-filler {
    background-color: #3a5797;
    border-top: 1px solid #fff
}

.acc-blue .bg-lighter-filler,
.acc-blue .bg-lighty-filler {
    background-color: #3a5797 !important;
    border-top: 1px solid #fff
}

.acc-blue .bg-dark-filler {
    background-color: #3a5797;
    border-top: 1px solid #fff
}

.acc-blue .tags {
    color: #fff
}

.acc-blue .tags.default,
.acc-blue .tags.primary {
    background-color: #3a5797
}

.acc-blue .select2-search__field {
    background-color: #3a5797 !important
}

.acc-blue .darkerGray {
    color: #fff !important
}

.acc-blue .msg-to-book-number,
.acc-blue .number-booked {
    color: #fff
}

.acc-blue .number-booking {
    background: #3a5797;
    color: #fff
}

.acc-blue .timeisup {
    background-color: #3a5797
}

.acc-blue .customError,
.acc-blue .errorMsgText,
.acc-blue .showOtpErrorMsg {
    color: #fff
}

.acc-blue .config-accordion-ticked .accordion-arrow svg,
.acc-blue .current-accordion-wrapper .accordion-arrow svg {
    fill: #fff !important
}

.acc-blue .whiteTxt {
    color: #fff !important
}

.acc-blue .floating-label-field.floating-label-select label.fixedLabel {
    color: #fff
}

.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge,
.acc-blue .whTxt {
    color: #fff !important
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:disabled:checked+label:before,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:disabled:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64_disable.svg);
    border: 1px solid #fff
}

.acc-blue .consumer-register-form .form .whiteText.checkbox a,
.acc-blue .consumer-register-form .form .whiteText.checkbox label,
.acc-blue .uploadDocumentMessage {
    color: #fff
}

.acc-blue .range-slider.ui-slider {
    background: #3a5797
}

.acc-blue .range-slider.ui-slider .ui-slider-handle.ui-corner-all.ui-state-default {
    border: 3px solid #fff;
    background: #3a5797
}

.acc-blue .range-slider.ui-slider .ui-slider-range-min {
    background: #3a5797
}

.acc-blue .consumer-register-form .termCheckbox .whiteText.checkbox input[type=checkbox]+label:before {
    border-color: #fff
}

.acc-blue .almBlkText,
.acc-blue .grayText {
    color: #fff
}

.acc-blue .greenLink {
    color: #fff !important;
    text-decoration: none !important
}

.acc-blue .greenLink:hover {
    color: #fff
}

.acc-blue .promise-to-pay .consumer-register-form .form .row .form-section.inline-checkboxes-wrap {
    border-bottom: 1px solid #fff
}

.acc-blue .custom-error.has-error.alert-label {
    color: #fff
}

.acc-blue .vDivider {
    border-left: 1px solid #fff
}

.acc-blue [lang=ar] [dir=rtl] .vDivider {
    border-right: 1px solid #fff
}

.acc-blue img {
    filter: grayscale(100%)
}

.acc-blue .accessibility-overlay.modal .modal-content {
    background: #3a5797
}

.acc-blue .accessibility-overlay.modal .modal-content .modal-header {
    border-bottom: 1px solid #fff
}

.acc-blue .accessibility-overlay.modal .modal-content .modal-header .close svg g g {
    fill: #fff;
    stroke: #fff;
    stroke-width: 5px
}

.acc-blue .accessibility-overlay.modal .modal-content .modal-header .modal-title {
    color: #fff
}

.acc-blue .accessibility-overlay.modal .modal-content .modal-body .pop-up-content * {
    color: #fff !important
}

.acc-blue .accessibility-overlay.modal .modal-content .btn-text.btn-green:before {
    border-color: #fff
}

.acc-blue .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
.acc-blue .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    background-color: #3a5797
}

.acc-blue .accessibility-overlay .selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-normal,
.acc-blue .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-blue .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label,
.acc-blue .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-blue .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label {
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 0 0 0 #fff
}

.acc-blue .top-nav .active>a,
.acc-blue .top-nav .active>a:focus,
.acc-blue .top-nav .active>a:hover,
.acc-blue .top-nav a:focus,
.acc-blue .top-nav a:hover {
    background: transparent
}

.acc-blue .top-nav svg,
.acc-blue .top-nav svg circle,
.acc-blue .top-nav svg g,
.acc-blue .top-nav svg path,
.acc-blue .top-nav svg polygon,
.acc-blue .top-nav svg polyline {
    stroke: #fff
}

.acc-blue .main-menu-selfcare .main-menu .navbar {
    background-color: #3a5797;
    border-bottom: 1px solid #fff
}

.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-nav>li>.navbar-text,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-right a {
    color: #fff
}

.acc-blue .main-menu-selfcare .main-menu .navbar .nav>li>a:focus,
.acc-blue .main-menu-selfcare .main-menu .navbar .nav>li>a:hover,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a:focus,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent
}

.acc-blue .main-menu-selfcare .main-menu .navbar .account-link.active a,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a {
    color: #fff
}

.acc-blue .main-menu-selfcare .main-menu .navbar .account-link:after {
    background-color: #3a5797
}

.acc-blue .main-menu-selfcare .main-menu .navbar .hamburger_icon.open,
.acc-blue .main-menu-selfcare .main-menu .navbar .hamburger_icon.open span,
.acc-blue .main-menu-selfcare .main-menu .navbar .hamburger_icon span {
    background: #3a5797
}

.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover {
    background: none
}

.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover>a,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover>a:hover,
.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-right .account-link>a:hover {
    color: #fff !important
}

.acc-blue .main-menu-selfcare .main-menu .navbar .navbar-right .account-link.account-link-after>a:after {
    background: #3a5797
}

.acc-blue .footer {
    border-top: 1px solid #fff
}

.acc-blue .footer .footer-nav a {
    color: #7a7a7a
}

.acc-blue .footer .footer-nav a:after {
    background-color: #fff
}

.acc-blue .footer .footer-nav .active a,
.acc-blue .footer .footer-nav a:hover {
    color: #fff
}

.acc-blue .footer.footer-small .footer-nav-small li a {
    color: #fff;
    border-right: 2px solid #fff
}

.acc-blue .footer.footer-small .footer-nav-small li:last-child a {
    border-right: 1px solid #fff
}

.acc-blue .footer .etisalat-signature .copyright {
    color: #fff
}

.acc-blue .dashboard-pattern {
    background: #3a5797;
    color: #fff
}

.acc-blue .dashboard-text .news-section .news p,
.acc-blue .dashboard-text .news-section .seeall,
.acc-blue .dashboard-text .news-section span.label,
.acc-blue .dashboard-text .news-section span.time,
.acc-blue .dashboard-text h4,
.acc-blue .dashboard-text span {
    color: #fff
}

.acc-blue .dashboard-cards .single-card {
    background-color: #3a5797 !important;
    border: 1px solid #fff
}

.acc-blue .dashboard-cards .single-card * {
    color: #fff !important
}

.acc-blue .paginations ul li,
.acc-blue .paginations ul li.current,
.acc-blue .paginations ul li a {
    color: #fff
}

.acc-blue .top-nav {
    background-color: #3a5797;
    border-bottom: 1px solid;
    border-color: #fff
}

.acc-blue .top-nav .active>a,
.acc-blue .top-nav .active>a:focus,
.acc-blue .top-nav .active>a:hover,
.acc-blue .top-nav a,
.acc-blue .top-nav a:focus,
.acc-blue .top-nav a:hover {
    color: #fff
}

.acc-blue .top-nav span.badge-top {
    background-color: #3a5797;
    color: #fff
}

.acc-blue .top-nav-section .top-nav-left .links .active>a,
.acc-blue .top-nav-section .top-nav-left .links .active>a:hover,
.acc-blue .top-nav-section .top-nav-left .links a:hover {
    color: #fff;
    border-bottom: 2px solid;
    border-color: #fff
}

.acc-blue .top-nav-section .links li a svg,
.acc-blue .top-nav-section .links li a svg circle,
.acc-blue .top-nav-section .links li a svg g,
.acc-blue .top-nav-section .links li a svg path,
.acc-blue .top-nav-section .links li a svg polygon,
.acc-blue .top-nav-section .links li a svg polyline {
    stroke: #fff
}

.acc-blue .user-loged-in .logedin-user>a:after {
    border: solid;
    border-color: #fff;
    border-width: 0 1px 1px 0
}

.acc-blue .top-nav-section .top-nav-right .links .language-switch-content+svg g {
    fill: #fff
}

.acc-blue .main-menu-desktop .navbar-default {
    background-color: #3a5797;
    border-bottom: 1px solid;
    border-color: #fff
}

.acc-blue .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li.active>a,
.acc-blue .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a,
.acc-blue .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li>a {
    color: #fff
}

.acc-blue .sub-account-menu-wrap .sub-account-menu {
    border: 1px solid;
    border-color: #fff;
    background: #3a5797;
    border-top: 3px solid
}

.acc-blue .sub-account-menu-wrap .sub-account-menu a:focus,
.acc-blue .sub-account-menu-wrap .sub-account-menu a:hover,
.acc-blue .sub-account-menu-wrap .sub-account-menu li.active a,
.acc-blue .sub-account-menu-wrap .sub-account-menu li a {
    color: #fff
}

.acc-blue .account-link.logedin-user:hover>a {
    color: #fff !important
}

.acc-blue .quick-links-section {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    background-color: #3a5797
}

.acc-blue .quick-links-section .quick-links-body .links-item a {
    color: #fff
}

.acc-blue .footer-links-logo-section {
    background-color: #3a5797
}

.acc-blue .footer-links-logo-section .copyright,
.acc-blue .footer-links-logo-section .footer-links-nav li a {
    color: #fff
}

.acc-blue .quick-links-section .quick-links-head svg {
    fill: #fff
}

.acc-blue .quick-links-section .quick-links-head .link-title-mob {
    color: #fff
}

.acc-blue .social-links-section .social-links-body .links-item svg circle,
.acc-blue .social-links-section .social-links-body .links-item svg path,
.acc-blue .social-links-section .social-links-body .links-item svg polygon,
.acc-blue .social-links-section .social-links-body .links-item svg polyline {
    fill: #fff
}

.acc-blue .login-page-section .login-order .termCondition a {
    letter-spacing: 0;
    color: #fff
}

.acc-blue .termCondition,
.acc-blue .termCondition a,
.acc-blue .termCondition a:hover {
    color: #fff !important
}

.acc-blue .login-order .floating-label-input {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-blue .login-order .floating-label-input label {
    color: #fff
}

.acc-blue .login-order .green1-border {
    border-color: #3a5797 !important
}

.acc-blue .login-order .green1-bg {
    background: #3a5797 !important
}

.acc-blue .login-order .gray-bg3 {
    background: #3a5797
}

.acc-blue .login-order .gray-login {
    color: #fff !important
}

.acc-blue .login-order .border-top1 {
    border-top: 1px solid #fff
}

.acc-blue .login-order .forget1 a {
    color: #fff
}

.acc-blue .login-order .forget2 {
    border-bottom: 1px solid #fff
}

.acc-blue .login-order .forget2 a,
.acc-blue .uaepass.login-page-section .box-border.uaePass-vr h6 {
    color: #fff
}

.acc-blue .login-page-section {
    background: #3a5797
}

.acc-blue .login-page-section .login-order .radio label.floating-label,
.acc-blue .login-page-section .login-order a:hover {
    color: #fff
}

.acc-blue .login-page-section .login-order .gray-login {
    color: #fff !important
}

.acc-blue .gray-bg-light {
    background: #3a5797
}

.acc-blue .gray-bg-light .box-border {
    border-left: 1px solid #fff
}

@media (max-width:767px) {
    .acc-blue .gray-bg-light .box-border {
        border-top: 1px solid #fff
    }
}

.acc-blue .login-blocked p {
    margin-bottom: 2rem;
    color: #fff;
    line-height: 19px
}

.acc-blue .login-blocked p.blocked-p2 {
    height: 38px
}

.acc-blue .login-blocked p.text-danger {
    color: #fff
}

.acc-blue .login-blocked .btn.btn-danger {
    background: #3a5797
}

.acc-blue .login-blocked .btn.btn-danger:hover {
    color: #fff !important
}

.acc-blue #individualNormalLoginForm input:-webkit-autofill,
.acc-blue #individualNormalLoginForm select:-webkit-autofill,
.acc-blue #individualNormalLoginForm textarea:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.acc-blue .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio input[type=radio]:checked~label,
.acc-blue .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio label,
.acc-blue .consumer-register-form .autoEnrolmentfullRegistration.eidVal a.greenLink,
.acc-blue .consumer-register-form .autoEnrolmentfullRegistration.eidVal h4 {
    color: #fff
}

.acc-blue .uae-Pass-cont h6 {
    background: #3a5797
}

.acc-blue .uae-Pass-cont .grayLine {
    border-top: 1px solid #fff
}

.acc-blue .selectedActile {
    background: #3a5797
}

.acc-blue .selectedActile .userprofile-profile-name-clients-parameters,
.acc-blue .selectedActile .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #fff
}

.acc-blue .or-seprator span {
    border: 1px solid #fff;
    background: #3a5797
}

.acc-blue .new-login-sub-mob .or-seprator label,
.acc-blue .or-seprator label {
    background: #3a5797
}

.acc-blue .otp-options .code-sent,
.acc-blue .otp-options .code-sent b,
.acc-blue .otp-options .label {
    color: #fff
}

.acc-blue .clr-white,
.acc-blue .otp-options .send-again {
    color: #fff !important
}

.acc-blue .help-me {
    color: #fff
}

.acc-blue .help-me,
.acc-blue .help-me .select2.select2-container .select2-selection--single:after {
    background-color: #3a5797
}

.acc-blue .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.acc-blue .help-me .select2.select2-container .select2-selection__arrow b {
    border-color: #fff transparent transparent
}

.acc-blue .help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff
}

.acc-blue .help-me .select2-dropdown {
    background-color: #3a5797
}

.acc-blue .help-me .select2-results__option {
    color: #fff
}

.acc-blue .help-me .select2-results__option--highlighted {
    color: #fff !important
}

.acc-blue.business .help-me {
    background-color: #3a5797
}

.acc-blue .qPayRecharge_wrapper .main-text.main-text-I .body-big.show-pipe p,
.acc-blue .qPayRecharge_wrapper .main-text h2,
.acc-blue .qPayRecharge_wrapper .main-text h3,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .addLabel {
    color: #fff
}

.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow {
    border-top: 1px solid #fff;
    color: #fff
}

.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNum,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNumEdit,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayDueAmount,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNum,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNumEdit,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayDueAmount {
    color: #fff
}

.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .icon-info svg,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .icon-info svg {
    background: #3a5797
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.qPayAmount .floating-label-input input:valid,
.acc-blue .hintLabel,
.acc-blue .hintLabel.error,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.newAcadd .hintLabel.error,
.acc-blue .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow.newAcadd .hintLabel.error {
    color: #fff
}

.acc-blue .bg-dark .btn,
.acc-blue .btn {
    color: #fff !important;
    background-color: rgba(58, 87, 151, .2);
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-default.focus,
.acc-blue .bg-dark .btn.btn-default:focus,
.acc-blue .btn.btn-default.focus,
.acc-blue .btn.btn-default:focus {
    color: #fff;
    background-color: rgba(58, 87, 151, .2);
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-default.active,
.acc-blue .bg-dark .btn.btn-default:active,
.acc-blue .bg-dark .btn.btn-default:hover,
.acc-blue .btn.btn-default.active,
.acc-blue .btn.btn-default:active,
.acc-blue .btn.btn-default:hover,
.open>.dropdown-toggle.acc-blue .bg-dark .btn.btn-default,
.open>.dropdown-toggle.acc-blue .btn.btn-default {
    color: #fff;
    background-color: #3a5797;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-default .ink,
.acc-blue .btn.btn-default .ink {
    background-color: #2c4272;
    border-color: #334c85
}

.acc-blue .bg-dark .btn.btn-green,
.acc-blue .btn.btn-green {
    color: #fff;
    background-color: #3a5797;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-green.focus,
.acc-blue .bg-dark .btn.btn-green:focus,
.acc-blue .btn.btn-green.focus,
.acc-blue .btn.btn-green:focus {
    color: #fff;
    background-color: rgba(58, 87, 151, .2);
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-green.active,
.acc-blue .bg-dark .btn.btn-green:active,
.acc-blue .bg-dark .btn.btn-green:hover,
.acc-blue .btn.btn-green.active,
.acc-blue .btn.btn-green:active,
.acc-blue .btn.btn-green:hover,
.open>.dropdown-toggle.acc-blue .bg-dark .btn.btn-green,
.open>.dropdown-toggle.acc-blue .btn.btn-green {
    color: #fff;
    background-color: #3a5797;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-green .ink,
.acc-blue .btn.btn-green .ink {
    background-color: #2c4272;
    border-color: #334c85
}

.acc-blue .bg-dark .btn.btn-red,
.acc-blue .btn.btn-red {
    color: #fff;
    background-color: #3a5797;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-red.focus,
.acc-blue .bg-dark .btn.btn-red:focus,
.acc-blue .btn.btn-red.focus,
.acc-blue .btn.btn-red:focus {
    color: #fff;
    background-color: rgba(58, 87, 151, .2);
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-red.active,
.acc-blue .bg-dark .btn.btn-red:active,
.acc-blue .bg-dark .btn.btn-red:hover,
.acc-blue .btn.btn-red.active,
.acc-blue .btn.btn-red:active,
.acc-blue .btn.btn-red:hover,
.open>.dropdown-toggle.acc-blue .bg-dark .btn.btn-red,
.open>.dropdown-toggle.acc-blue .btn.btn-red {
    color: #fff;
    background-color: #3a5797;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-red .ink,
.acc-blue .btn.btn-red .ink {
    background-color: #3a5797;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-primary,
.acc-blue .bg-dark .btn.btn-primary.focus,
.acc-blue .bg-dark .btn.btn-primary:focus,
.acc-blue .btn.btn-primary,
.acc-blue .btn.btn-primary.focus,
.acc-blue .btn.btn-primary:focus {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-primary.active,
.acc-blue .bg-dark .btn.btn-primary:active,
.acc-blue .bg-dark .btn.btn-primary:hover,
.acc-blue .btn.btn-primary.active,
.acc-blue .btn.btn-primary:active,
.acc-blue .btn.btn-primary:hover {
    color: #fff;
    background-color: #8c7767;
    border-color: #fff
}

.acc-blue .bg-dark .btn.btn-primary .ink,
.acc-blue .btn.btn-primary .ink {
    background-color: #2c4272;
    border-color: #334c85
}

.acc-blue .bg-dark .btn.btn-text-only,
.acc-blue .bg-dark .btn.btn-text-only.darkFont,
.acc-blue .btn.btn-text-only,
.acc-blue .btn.btn-text-only.darkFont {
    color: #fff
}

.acc-blue .bg-dark .btn.disabled,
.acc-blue .bg-dark .btn.disabled:hover,
.acc-blue .bg-dark .btn[disabled],
.acc-blue .bg-dark .btn[disabled]:hover,
.acc-blue .btn.disabled,
.acc-blue .btn.disabled:hover,
.acc-blue .btn[disabled],
.acc-blue .btn[disabled]:hover {
    color: #fff;
    background-color: #3a5797;
    border-color: #fff
}

.acc-bluebody {
    background-color: #3a5797
}

.acc-blue .bg-gray {
    background: #3a5797
}

.acc-blue .bg-white-filler {
    background-color: #3a5797 !important
}

.acc-blue .footer-links-logo-section {
    background: #3a5797
}

.acc-blue .profile-settings-pattern,
.acc-blue .userprofile-summary {
    background: #3a5797;
    background: linear-gradient(135deg, #3a5797, #6C6C6 C6 25%, #3a5797 68%, #3a5797 100%, #6C6C6 C6 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#709e18", endColorstr="#bbe545", GradientType=1)
}

.acc-blue .account-serv-main .serv-heading-3 h3 {
    color: #fff
}

.acc-blue .breadcrumb-wrapper {
    background-color: #3a5797 !important;
    color: #fff
}

.acc-blue .breadcrumb-wrapper .breadcrumb>.active,
.acc-blue .breadcrumb-wrapper .breadcrumb>li:after,
.acc-blue .breadcrumb-wrapper .breadcrumb>li a {
    color: #fff
}

.acc-blue .card-box {
    background: #3a5797
}

.acc-blue .card-box,
.acc-blue .postBox a:hover .card-box {
    border: 1px solid #fff
}

.acc-blue .card-box .card-box-txt h4,
.acc-blue .card-box .card-box-txt p {
    color: #fff
}

.acc-blue .card-box .card-box-txt p.deactive-info-txt,
.acc-blue .card-box .card-box-txt p.suspended-info-txt,
.acc-blue .card-box .plan-primary,
.acc-blue .card-box .plan-yellow,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue .bg-dark .btn.btn-default.active,
.acc-blue .bg-dark .btn.btn-default:active,
.acc-blue .bg-dark .btn.btn-default:hover,
.acc-blue .btn.btn-default.active,
.acc-blue .btn.btn-default:active,
.acc-blue .btn.btn-default:hover,
.acc-blue .open>.dropdown-toggle.bg-dark .btn.btn-default,
.acc-blue .open>.dropdown-toggle.btn.btn-default {
    box-shadow: none !important;
    color: #fff !important;
    background-color: #3a5797 !important;
    border-color: #fff !important;
    border: 2px solid #fff
}

.acc-blue .account-serv-main .service-auto-pay-search h3,
.acc-blue .account-serv-main .service-auto-pay-search p,
.acc-blue .imp-note p {
    color: #fff
}

.acc-blue .postBox.disabled .card-box {
    background: #6c6c6c
}

.acc-blue .postBox.disabled {
    opacity: 1
}

.acc-blue .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion {
    background: #3a5797
}

.acc-blue .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price,
.acc-blue .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-title h3 {
    color: #fff
}

.acc-blue .current-accordion-wrapper .accordion-arrow svg {
    fill: #fff
}

.acc-blue .config-accordion-wrapper.config-accordion-ticked .config-accordion {
    background: #3a5797
}

.acc-blue .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status,
.acc-blue .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status,
.acc-blue .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #3a5797;
    color: #fff
}

.acc-blue .config-accordion-ticked .accordion-arrow svg {
    opacity: 1
}

.acc-blue .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-arrow svg,
.acc-blue .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-arrow svg,
.acc-blue .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #474948 !important
}

.acc-blue .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #fff !important
}

.acc-blue .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-status {
    color: #3a5797;
    background: #fff
}

.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #3a5797
}

.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue .auto-load-accordians #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    color: #fff
}

.acc-blue .acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover,
.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt h3 {
    color: #3a5797
}

.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:after {
    border-top-color: #fff;
    bottom: -18px
}

.acc-blue #addresses .address-edit-form-box {
    background: #3a5797
}

.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label,
.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading h4,
.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading p,
.acc-blue .auto-load-accordians .content-wrap p {
    color: #fff
}

.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #fff;
    color: #3a5797
}

.acc-blue .limit-check-box input[type=checkbox]+label,
.acc-blue .limit-check-box input[type=radio]+label {
    color: #3a5797;
    background: #3a5797
}

.acc-blue .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #fff
}

.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #3a5797;
    background: #fff
}

.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover {
    color: #3a5797
}

.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 2px solid #fff;
    background-image: none !important
}

.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 2px solid #fff;
    background-image: none !important;
    background: #3a5797
}

.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:after,
.acc-blue .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:after {
    border: 1px solid #3a5797;
    background: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 31px;
    bottom: 31px;
    left: auto;
    content: "";
    border-radius: 50%
}

.acc-blue .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-blue .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover,
.acc-blue .limit-check-box input[type=checkbox]:checked+label,
.acc-blue .limit-check-box input[type=radio]:checked+label {
    background: #fff;
    color: #3a5797
}

.acc-blue .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #3a5797
}

.acc-blue .auto-load-accordians .config-accordion-wrapper {
    border-top: 1px solid #fff
}

.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-num,
.acc-blue .paymentMessage p,
.acc-blue .paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-name {
    color: #fff
}

.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    background-image: none !important;
    border: 2px solid #fff
}

.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:after {
    border: 1px solid #3a5797;
    background: #fff;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 26px;
    bottom: 26px;
    left: auto;
    content: "";
    border-radius: 50%
}

.acc-blue .main-text,
.acc-blue .tab-box-wrap label {
    color: #fff;
    background-color: #3a5797
}

.acc-blue .pay-on-text-block .main-text h2,
.acc-blue .pay-on-text-block .main-text p {
    color: #fff
}

.acc-blue .accounts-wrapper .account-tiles-wrapper {
    border: 1px solid #fff;
    background: #3a5797
}

.acc-blue .accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number,
.acc-blue .accounts-wrapper.payment-due h4,
.acc-blue .mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name .change-name {
    color: #fff
}

.acc-blue .bg-green {
    background: #3a5797 !important;
    border: 1px solid #fff
}

.acc-blue .acc-black-ecare .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-blue .acc-black-ecare .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #3a5797;
    background: #3a5797
}

.acc-blue .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status {
    background: #fff
}

.acc-blue .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status svg {
    fill: #3a5797 !important
}

.acc-blue .modal .modal-content {
    background: #3a5797
}

.acc-blue .billOverdue {
    color: #fff
}

.acc-blue .action-bar-wrapper .action-bar a.active {
    background: #3a5797;
    border: 2px solid #fff
}

.acc-blue .action-bar-selfcare .action-bar a,
.acc-blue .action-bar-selfcare .action-bar a+a,
.acc-blue .bills-payments-header .action-bar-wrapper .action-bar a {
    background: #3a5797
}

.acc-blue #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li,
.acc-blue #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs h3,
.acc-blue #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs p.small-txt,
.acc-blue #addresses.mob-services-content .address-edit-form-box p.serv-cmpnt,
.acc-blue #addresses.mob-services-content .heading-with-buttons h2,
.acc-blue #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
.acc-blue #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
.acc-blue .account-serv-main .card-box.active-primary .your-phone span,
.acc-blue .add-payment-footer .price-info-box .pkg-price-2 span,
.acc-blue .add-payment-footer .price-info-box .top-txt-small,
.acc-blue .add-payment-footer .price-info-box h3.pkg-price-1,
.acc-blue .add-payment-footer.unsub-payment-footer .terms-txt,
.acc-blue .alert-msg.warning h3,
.acc-blue .bills-payments .news-section li .limit-check-box input[type=radio]+label,
.acc-blue .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel:hover,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a:hover,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row a,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row a .plusIcon,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row a:hover,
.acc-blue.cancel-service .form-title h4,
.acc-blue.cancel-service .text-section p,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown .primary .text .title,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown p,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary,
.acc-blue .chat-history-header h4,
.acc-blue .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options h5,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]+label,
.acc-blue .context-nav-box-wrap .context-nav-box a h5,
.acc-blue .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table h6,
.acc-blue .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table p,
.acc-blue .current-pkg-info-section .text-and-table .text-and-table-table .table-title h4,
.acc-blue .current-pkg-info-section .text-and-table .text-and-table-table .table-title p.table-title-p,
.acc-blue .custom-select-links .links-div,
.acc-blue .custom-select-links ul.links-inner-list li a,
.acc-blue .dashboard-cards.alerts-section.see-all-news-section.news-section .label,
.acc-blue .dashboard-cards .single-card.dashboard-Low b,
.acc-blue .dashboard-cards .single-card.dashboard-Low span:last-child,
.acc-blue .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.acc-blue .data-table .dataTables_wrapper table.dataTable.data-table-past-bills thead tr th,
.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr.even,
.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr.odd,
.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr td b,
.acc-blue .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label,
.acc-blue .data-usage-wrap .need-help h5,
.acc-blue .data-usage-wrap .need-help p,
.acc-blue .data-usage-wrap .pkg-summary-section .pkg-sumr-heading .sumr-time,
.acc-blue .data-usage-wrap .pkg-summary-section .smry-circles .circle-card-box>p,
.acc-blue .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text p,
.acc-blue .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer a,
.acc-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.acc-blue .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.acc-blue .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6,
.acc-blue .floating-label-field.compound-control.floating-label-select.extratoviewusage label,
.acc-blue .floating-label-field.floating-label-select label.floating-label,
.acc-blue .forms-default-settings .consumer-register-form .form-title h3,
.acc-blue .forms-default-settings .consumer-register-form .form-title p,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label.selecLabel,
.acc-blue .further-assisatnce a span,
.acc-blue .heading-center.change-plan-heading h2,
.acc-blue .heading-center.change-plan-heading h4,
.acc-blue .heading-center h2,
.acc-blue .heading-center h4,
.acc-blue .heading-with-buttons h2,
.acc-blue .help-action-bar label,
.acc-blue .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input label,
.acc-blue .help-support #getInTouch h2,
.acc-blue .help-support .page-nav-wrap.bg-white .page-nav li a:hover,
.acc-blue .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name h3,
.acc-blue .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number,
.acc-blue .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align h3,
.acc-blue .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p,
.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active,
.acc-blue .main-menu-mobile .menu-account .menu-account-link,
.acc-blue .main-menu-mobile .panel-group .panel-collapse .panel-body .item_sub-menu,
.acc-blue .main-menu-mobile .panel-group.panel-footer-wraper .panel-languange a,
.acc-blue .main-menu-mobile .panel-group .panel-heading .panel-title a,
.acc-blue .main-text .h2,
.acc-blue .main-text h1,
.acc-blue .main-text h2,
.acc-blue .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a,
.acc-blue .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover,
.acc-blue .modal-dialog .add-payment-card p,
.acc-blue .modal-md-style .modal-dialog .modal-content .modal-header h5,
.acc-blue .news-section .label,
.acc-blue .no-data-pack h2,
.acc-blue .page-nav-wrap .page-nav a,
.acc-blue .pakages-extras .plans-table .pkg-extra-heading h2,
.acc-blue .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box p.back-text,
.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price,
.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs,
.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .top-card-txt,
.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6,
.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6 span.tiles-box-number,
.acc-blue .pkg-summary-section .pkg-sumr-heading h2,
.acc-blue .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2,
.acc-blue .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2+span,
.acc-blue .pkg-summary-section .smry-circles .circle-card-box h3,
.acc-blue .pkges-details-2-table-txt p,
.acc-blue .pkgs-addons-methods .heading-with-buttons h2,
.acc-blue .plans-table.plans-table-A .tile-table.promo .tile .tiles-box p,
.acc-blue .plans-table.plans-table-A .tile-table.promo .tile .tiles-box ul li,
.acc-blue .qa-accordain-wrap .viewall,
.acc-blue .qa-accordion-content.default,
.acc-blue .qa-accordion-toggle,
.acc-blue .qa-heading h4,
.acc-blue .quickpay_wrapper .swiper-wrapper .swiper-slide h2.heading-bigger,
.acc-blue .rt-intercept-bodystyle p,
.acc-blue .rt-intercept-btn-close,
.acc-blue .rt-intercept-headingstyle p,
.acc-blue .section-data-box h4,
.acc-blue .section-padding .pkges-details-2-table-txt .table-responsive p,
.acc-blue .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td,
.acc-blue .see-all-reccords a,
.acc-blue .support-hostry-tab h2.b2c-sub-heading,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody tr td,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th,
.acc-blue .text-and-table.needMoreHelp-widget>div.table-summary .items>ul a,
.acc-blue .text-and-table.needMoreHelp-widget>div.table-summary .items>ul li h3,
.acc-blue .text-and-table>div.table-summary .items>ul li,
.acc-blue .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row .addSender a,
.acc-blue .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6,
.acc-blue .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row p,
.acc-blue .tiles-box-wrap .tile-with-bkg .tiles-box h4,
.acc-blue .tiles-box-wrap .tile-with-bkg .tiles-box p,
.acc-blue .tiles-box-wrap .tiles-box.content h4,
.acc-blue .trackAcomplain .trackingSearch-style .trackingSearch,
.acc-blue .userprofile-summary .account-balance .userprofile-profile-status-column-title,
.acc-blue .userprofile-summary .account-balance .userprofile-profile-status-money .amount-sub,
.acc-blue .userprofile-summary .account-balance .userprofile-profile-status-money .status-amount,
.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-name h3,
.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-parameters,
.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary,
.acc-blue .userprofile-summary .userprofile-summary-middle .user-information-columns a,
.acc-blue .white-boxs-section .white-box-col .white-box-headings h3,
.acc-blue .white-boxs-section .white-box-col .white-box-headings h3.green-txt,
.acc-blue .white-boxs-section .white-box-col .white-box-headings h5,
.acc-blue .your-packages .packages-heading h2,
.acc-blue .your-packages .single-colunm p .listing-icon-txt {
    color: #fff
}

.acc-blue .trackAcomplain .trackingSearch-style .trackingSearch::-webkit-input-placeholder,
.acc-blue .trackAcomplain .trackingSearch-style .trackingSearch::placeholder {
    color: #fff
}

.acc-blue .add-payment-footer.unsub-payment-footer .terms-txt a,
.acc-blue .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-txt h3,
.acc-blue .bills-payments .floating-label-input input[type=number],
.acc-blue .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b,
.acc-blue .dashboard-cards .single-card.dashboard-High h4,
.acc-blue .dashboard-cards .single-card.dashboard-High p,
.acc-blue .dashboard-cards .single-card.dashboard-High span:last-child,
.acc-blue .dashboard-cards .single-card.dashboard-Low p,
.acc-blue .dashboard-cards .single-card.dashboard-Mid h4,
.acc-blue .dashboard-cards .single-card.dashboard-Mid p,
.acc-blue .dashboard-cards .single-card.generic_red p,
.acc-blue .dashboard-pattern .seeall,
.acc-blue .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__rendered,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields input,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields label,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields textarea,
.acc-blue .main-menu-mobile .panel-group.panel-footer-wraper .panel-collapse a,
.acc-blue .main-menu-mobile .panel-group.panel-footer-wraper .panel-default a,
.acc-blue .picker__day.picker__day--infocus.picker__day--today.picker__day--highlighted,
.acc-blue .picker__holder .picker__day--highlighted,
.acc-blue .section-padding .action-buttons-wrapper .action-buttons-container a,
.acc-blue .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    color: #fff !important
}

.acc-blue .pakages-extras {
    background: #3a5797;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.acc-blue .bills-payments .news-section li .limit-check-box input[type=radio]+label,
.acc-blue .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label,
.acc-blue .custom-select-links ul.links-inner-list,
.acc-blue .pkg-summary-section .smry-circles .circle-card-box,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods {
    border: 1px solid #fff
}

.acc-blue .material-switch>input[type=checkbox]:checked+label:before,
.acc-blue .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch label:before {
    background: #3a5797;
    opacity: 1;
    border: 2px solid #fff
}

.acc-blue .alert_wrapper,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown,
.acc-blue .filled.out-of-bundel canvas {
    background: #3a5797;
    border: 2px solid #fff;
    color: #fff
}

.acc-blue .alert_wrapper.login-error,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown.login-error,
.acc-blue .filled.out-of-bundel canvas.login-error {
    padding: 1rem
}

.acc-blue .white-boxs-section .white-box-col {
    background: #3a5797;
    color: #fff
}

.acc-blue .add-payment-footer,
.acc-blue .alert-msg.ceased .alert-bg,
.acc-blue .alert-msg.fail .alert-bg,
.acc-blue .alert-msg.success .alert-bg,
.acc-blue .bg-gray-static,
.acc-blue .bg-lighter,
.acc-blue .block-promo-sms-wrapper .table-payment-methods-row a .plusIcon,
.acc-blue.cancel-service .bg-gray-simple,
.acc-blue .custom-select-links ul.links-inner-list,
.acc-blue .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr,
.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr.even,
.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr.odd,
.acc-blue .help-support .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.acc-blue .loader-disable-screen,
.acc-blue .main-menu-mobile .menu-account,
.acc-blue .main-menu-mobile .panel-group .panel,
.acc-blue .main-menu-mobile .panel-group.panel-footer-wraper,
.acc-blue .main-menu-mobile .panel-group .panel-heading,
.acc-blue .main-menu-mobile.sticky,
.acc-blue .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu,
.acc-blue .modal-md-style .modal-dialog,
.acc-blue .plans-table.plans-table-A .tile-table .tile .tiles-box,
.acc-blue .plans-table .tile-table .tile:hover .read-more,
.acc-blue .row-context-nav>.container-fluid,
.acc-blue .tab-box-wrap .swiper-slide,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr:nth-child(2n),
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods thead tr,
.acc-blue .trackAcomplain .trackingSearch-style .trackingSearch {
    background: #3a5797
}

.acc-blue .alert-msg.warning .alert-bg {
    background-color: #3a5797
}

.acc-blue .bills-payments .floating-label-input input[type=number]:focus,
.acc-blue .bills-payments .floating-label-input input[type=text],
.acc-blue .bills-payments .floating-label-input input[type=text]:focus,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    border-bottom: 1px solid #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card,
.acc-blue .context-nav-box-wrap .context-nav-box,
.acc-blue .help-action-bar.further-assisatnce.bg-plain-grey {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img,
.acc-blue .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label:before,
.acc-blue .trackBtn button {
    background: #3a5797;
    border: 2px solid #fff
}

.acc-blue #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img svg g {
    fill: #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card:hover {
    border: 1px solid #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    bottom: -17px
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .address-edit-form-box .container-fluid,
.acc-blue .tile-card__back,
.acc-blue .tile-card__front,
.acc-blue .trackAcomplain .trackingSearch-style .trackingSearch {
    border: 1px solid #fff
}

.acc-blue #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg,
.acc-blue #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg g {
    stroke: #fff
}

.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .read-more {
    background: #3a5797 !important;
    border-top: 1px solid #fff
}

.acc-blue .plans-table .tile-table .tile .tiles-box #read-more-triangle-img {
    display: none
}

.acc-blue .context-nav-box-wrap .context-nav-box:after,
.acc-blue .context-nav-box-wrap .context-nav-box h5:after,
.acc-blue .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover,
.acc-blue .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label:hover,
.acc-blue .history-status li span.status:after,
.acc-blue .picker__holder .picker__day--highlighted,
.acc-blue .plans-table.plans-table-A .tile-table.promo .tile .tiles-box .tiles-box-list .tiles-box-line .progress .progress-bar,
.acc-blue .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover,
.acc-blue .tab-box-wrap label.checkedClass,
.acc-blue .tab-box-wrap label.checkedClass:hover,
.acc-blue .tab-box-wrap label:hover,
.acc-blue .tiles-box-wrap .tile-with-bkg .tiles-box:after,
.acc-blue .tiles-box-wrap .tiles-box p:before,
.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #fff
}

.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-blue .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-blue .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover,
.acc-blue .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box:after {
    background-color: #fff !important
}

.acc-blue .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover,
.acc-blue .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label,
.acc-blue .tab-box-wrap label.checkedClass,
.acc-blue .tab-box-wrap label.checkedClass:hover,
.acc-blue .tab-box-wrap label:hover {
    color: #3a5797
}

.acc-blue .data-usage-wrap .need-help {
    background: #3a5797;
    border-top: 1px solid #fff
}

.acc-blue .current-pkg-info-section,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day,
.acc-blue .help-support .userprofile-summary,
.acc-blue .main-menu-mobile .panel-group.panel-footer-wraper .panel .panel-heading,
.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary,
.acc-blue table.dataTable thead tr th {
    background: #3a5797 !important
}

.acc-blue .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.acc-blue .smalltext,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge,
.acc-blue .text-green {
    color: #fff !important
}

.acc-blue .alert-msg.warning .alert-bg .errorIcon .iconItem svg,
.acc-blue .your-packages .single-colunm p .listing-icon svg {
    fill: #fff
}

.acc-blue .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg,
.acc-blue .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg g {
    fill: #fff !important
}

.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-parameters svg g {
    stroke: #fff !important
}

.acc-blue .action-buttons-wrapper a span svg,
.acc-blue .context-nav-box-wrap .context-nav-box .icon-area svg,
.acc-blue .further-assisatnce a svg,
.acc-blue .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg,
.acc-blue .main-menu-mobile .menu-account .menu-account-link svg,
.acc-blue .text-and-table.needMoreHelp-widget .icon-area svg {
    stroke: #fff;
    filter: brightness(500)
}

.acc-blue .action-buttons-wrapper a span svg g,
.acc-blue .context-nav-box-wrap .context-nav-box .icon-area svg g,
.acc-blue .further-assisatnce a svg g,
.acc-blue .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg g,
.acc-blue .main-menu-mobile .menu-account .menu-account-link svg g,
.acc-blue .text-and-table.needMoreHelp-widget .icon-area svg g {
    stroke: #fff !important
}

.acc-blue .profile-settings-pattern .main-text {
    background-color: transparent
}

.acc-blue .help-support .page-nav-wrap.bg-white .page-nav li a.active,
.acc-blue .help-support .page-nav-wrap.bg-white .page-nav li a:hover {
    border-bottom: 4px solid #fff !important
}

.acc-blue .qa-heading .smaller li .limit-check-box input[type=radio]+label {
    color: #fff;
    border: 1px solid #fff
}

.acc-blue .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover {
    color: #3a5797 !important;
    border: 1px solid #fff
}

.acc-blue .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
    border-color: #fff !important;
    color: #fff !important
}

.acc-blue .qa-heading .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #fff !important;
    color: #3a5797 !important;
    background: #fff !important
}

.acc-blue .bills-payments .accept-and-continue-footer,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown ul li {
    border-top: 1px solid #fff
}

.acc-blue .tiles-box-wrap .tile-with-bkg:hover div.cover:after {
    background-color: rgba(0, 0, 0, .8)
}

.acc-blue .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label,
.acc-blue .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list li .limit-check-box input[type=radio]:checked+label,
.acc-blue .support-hostry-tab .smaller li .limit-check-box input[type=radio]:checked+label {
    color: #3a5797 !important
}

.acc-blue .alert-msg.fail h3,
.acc-blue .alert-msg.success h3,
.acc-blue .alert-msg.warning h3 {
    color: #fff
}

.acc-blue .alert-msg.fail .alert-bg,
.acc-blue .alert-msg.success .alert-bg,
.acc-blue .alert-msg.warning .alert-bg {
    border: 1px solid #fff
}

.acc-blue .tab-box-wrap .tab-box-label {
    border-bottom: 2px solid #fff
}

.acc-blue .main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion:after {
    border: solid #fff;
    border-width: 0 1px 1px 0
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tile,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tile,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tile,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tile,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tile,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tile,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tile,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tile,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tile {
    background-color: #3a5797
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title {
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #6C6C6 C6, #3d3434);
    border: 1px solid #fff;
    width: 100%
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .device-card.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .special-offer,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .special-offer {
    background-color: #3a5797;
    color: #fff
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .device-card.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .smile-points,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .smile-points {
    background: #3a5797;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number {
    color: #fff
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before {
    background-color: #aeaf89
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before {
    background-color: #595783
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .device-card.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .device-card.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .device-card.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .detail-price-new,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .detail-price-new .from,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .bottom-text {
    color: #fff
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card .read-more,
.acc-blue .bg-cards .device-card.tile-table .tile-card .read-more,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.acc-blue .bg-cards .plan-card.tile-table .tile-card .read-more,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.acc-blue .bg-cards .product-grid.tile-table .tile-card .read-more,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card .read-more {
    background-color: #3a5797;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 0 10px 10px
}

.acc-blue .bg-cards .device-card-selection.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .device-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .device-card.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .device-card.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .plan-card.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .product-grid.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card:hover .smile-points,
.acc-blue .bg-cards .product-home-card.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.acc-blue .bg-cards .device-card-selection.offer .tile-card .price,
.acc-blue .bg-cards .device-card-selection.offer .tile-card .smile-points,
.acc-blue .bg-cards .device-card-selection.offer .tile-card small,
.acc-blue .bg-cards .device-card.offer .tile-card .price,
.acc-blue .bg-cards .device-card.offer .tile-card .smile-points,
.acc-blue .bg-cards .device-card.offer .tile-card small,
.acc-blue .bg-cards .device-multi-card-selection.offer .tile-card .price,
.acc-blue .bg-cards .device-multi-card-selection.offer .tile-card .smile-points,
.acc-blue .bg-cards .device-multi-card-selection.offer .tile-card small,
.acc-blue .bg-cards .device-single-card-selection.offer .tile-card .price,
.acc-blue .bg-cards .device-single-card-selection.offer .tile-card .smile-points,
.acc-blue .bg-cards .device-single-card-selection.offer .tile-card small,
.acc-blue .bg-cards .plan-card.offer .tile-card .price,
.acc-blue .bg-cards .plan-card.offer .tile-card .smile-points,
.acc-blue .bg-cards .plan-card.offer .tile-card small,
.acc-blue .bg-cards .plan-multi-card-selection.offer .tile-card .price,
.acc-blue .bg-cards .plan-multi-card-selection.offer .tile-card .smile-points,
.acc-blue .bg-cards .plan-multi-card-selection.offer .tile-card small,
.acc-blue .bg-cards .plan-single-card-selection.offer .tile-card .price,
.acc-blue .bg-cards .plan-single-card-selection.offer .tile-card .smile-points,
.acc-blue .bg-cards .plan-single-card-selection.offer .tile-card small,
.acc-blue .bg-cards .product-grid.offer .tile-card .price,
.acc-blue .bg-cards .product-grid.offer .tile-card .smile-points,
.acc-blue .bg-cards .product-grid.offer .tile-card small,
.acc-blue .bg-cards .product-home-card.offer .tile-card .price,
.acc-blue .bg-cards .product-home-card.offer .tile-card .smile-points,
.acc-blue .bg-cards .product-home-card.offer .tile-card small {
    color: #fff
}

.acc-blue .bg-cards .device-card-selection.offer .tile-card .read-more,
.acc-blue .bg-cards .device-card.offer .tile-card .read-more,
.acc-blue .bg-cards .device-multi-card-selection.offer .tile-card .read-more,
.acc-blue .bg-cards .device-single-card-selection.offer .tile-card .read-more,
.acc-blue .bg-cards .plan-card.offer .tile-card .read-more,
.acc-blue .bg-cards .plan-multi-card-selection.offer .tile-card .read-more,
.acc-blue .bg-cards .plan-single-card-selection.offer .tile-card .read-more,
.acc-blue .bg-cards .product-grid.offer .tile-card .read-more,
.acc-blue .bg-cards .product-home-card.offer .tile-card .read-more {
    background-color: #3a5797
}

.acc-blue .bg-cards .device-card-selection.offer .tile-card .before-price-container,
.acc-blue .bg-cards .device-card.offer .tile-card .before-price-container,
.acc-blue .bg-cards .device-multi-card-selection.offer .tile-card .before-price-container,
.acc-blue .bg-cards .device-single-card-selection.offer .tile-card .before-price-container,
.acc-blue .bg-cards .plan-card.offer .tile-card .before-price-container,
.acc-blue .bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container,
.acc-blue .bg-cards .plan-single-card-selection.offer .tile-card .before-price-container,
.acc-blue .bg-cards .product-grid.offer .tile-card .before-price-container,
.acc-blue .bg-cards .product-home-card.offer .tile-card .before-price-container {
    background-color: #3a5797;
    color: #fff
}

.acc-blue .callback-singleButton.callback-green {
    background: #3a5797
}

.acc-blue .callback-singleButton a {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue .callback-singleButton .allback-singleButton-title {
    color: #fff
}

.acc-blue .profile-settings-pattern {
    background: #3a5797;
    background: linear-gradient(135deg, #3a5797, #6C6C6 C6 25%, #3a5797 68%, #3a5797 100%, #6C6C6 C6 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#709e18", endColorstr="#bbe545", GradientType=1)
}

.acc-blue .profile-settings-pattern:before {
    filter: grayscale(1)
}

.acc-blue .profile-settings-pattern .main-text-profile-settings {
    background-color: transparent
}

.acc-blue .action-bar-selfcare .action-bar a {
    color: #fff
}

.acc-blue .action-bar-selfcare .action-bar a.active:active,
.acc-blue .action-bar-wrapper .action-bar a.active {
    color: #fff !important;
    border-top: 2px solid #fff;
    background-color: #3a5797
}

.acc-blue h2.b2c-sub-heading {
    color: #fff;
    border-bottom: 2px solid #fff
}

.acc-blue .help-me .profile-setting-mask .overlay-image {
    filter: grayscale(1)
}

.acc-blue .forms-default-settings .consumer-register-form .form-title h3,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .forgot-label,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .hint,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section label,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section label.control-label {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:focus input:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:hover,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:focus,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:hover,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border-color: #fff;
    -webkit-text-fill-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted input {
    color: #fff;
    border-bottom: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span svg * {
    stroke: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:-moz-read-only {
    border-color: #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:read-only {
    border-color: #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus {
    border-color: #fff;
    border-bottom: 2px solid #fff !important;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-ms-input-placeholder,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-webkit-input-placeholder,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::placeholder {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-moz-placeholder {
    color: #333
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=radio]+label:before {
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=radio]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=checkbox]+label:before {
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input {
    border-bottom: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input.valid {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_orange_64.svg);
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly] {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #fff !important;
    border-bottom: 1px dashed #fff;
    color: #fff;
    text-shadow: 0 0 0 #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea {
    border: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only:focus {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only:focus {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus {
    border-color: #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:valid,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:-moz-read-only {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:read-only {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:-moz-read-only {
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:read-only {
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus {
    outline: none;
    border-color: #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:valid {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker input.valid {
    background-image: none
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg * {
    stroke: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    background: #3a5797
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header {
    border-bottom: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:hover {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before {
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before * {
    fill: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:hover {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before * {
    fill: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day:hover {
    background: #3a5797;
    color: #fff;
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__weekday {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled:hover {
    background: #3a5797;
    color: #fff;
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:focus {
    border-bottom: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-left: 0;
    background-color: #3a5797;
    border: 1px solid #fff;
    padding: 5px
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li {
    border-bottom: 1px solid #fff;
    color: #fff !important
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:last-child {
    border-bottom: none !important
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    color: #fff !important
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected=true],
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:hover.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_dark_16.svg);
    color: #fff !important;
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    background-size: 16px;
    fill: #fff;
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b * {
    fill: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    filter: brightness(500);
    background-size: 16px;
    fill: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b * {
    fill: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted select {
    color: #fff;
    border-bottom: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span svg * {
    stroke: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:valid {
    border-color: #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly] {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.disabled select:not(.datepicker),
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select.disabled:not(.datepicker),
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled:not(.datepicker) {
    -webkit-autofill: #fff !important;
    border-bottom: 2px dotted #fff;
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up_red.svg) no-repeat;
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down_red.svg) no-repeat;
    filter: brightness(500)
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio {
    color: #fff
}

@media (min-width:992px) and (min-width:414px) {

    .acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]:checked+label:before,
    .acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]:checked+label:before {
        background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
    }
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox label,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only label {
    color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate .btn-request-token:hover .outside-icon svg {
    fill: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue #information .action-buttons-wrapper .action-buttons-container a,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card p {
    color: #fff
}

.acc-blue .action-buttons-wrapper a span svg {
    fill: #3a5797
}

.acc-blue .box-newsletters p,
.acc-blue .newsletters-wrapper .box-newsletters h4,
.acc-blue .note-applies p {
    color: #fff
}

.acc-blue .box-newsletters p a {
    color: #fff !important
}

.acc-blue .box-newsletters .material-switch label:before {
    background: #fff
}

.acc-blue #interests .page-nav-wrap .page-nav a {
    color: #fff
}

.acc-blue .help-me .media-interests .media-interests-col .media-interests-box {
    background: #3a5797;
    border: 1px solid #fff
}

.acc-blue .help-me .media-interests .media-interests-col .media-interests-box .icon-area svg g * {
    stroke: #fff
}

.acc-blue .help-me .media-interests .media-interests-col .media-interests-box h5:after,
.acc-blue .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt:before {
    background-color: #fff
}

.acc-blue .help-me .media-interests .media-interests-col .media-interests-box a h5 {
    color: #fff
}

.acc-blue .help-me .media-interests .media-interests-col .media-interests-box.hover,
.acc-blue .help-me .media-interests .media-interests-col .media-interests-box:hover {
    background-color: #3a5797
}

.acc-blue .help-me .media-interests .media-interests-col .media-interests-box.hover a .icon-area svg *,
.acc-blue .help-me .media-interests .media-interests-col .media-interests-box:hover a .icon-area svg * {
    stroke: #fff
}

.acc-blue .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li.active a {
    color: #fff
}

.acc-blue #interests .page-nav-wrap.affix {
    background-color: #3a5797;
    border: 1px solid #fff
}

.acc-blue .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li a:hover {
    color: #fff;
    border-bottom: 4px solid #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    background-color: #3a5797;
    border: 1px solid #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    color: #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .btn.address-primary,
.acc-blue .profile-settings-addresses .view-card:hover {
    border: 1px solid #fff !important
}

.acc-blue .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
    color: #fff
}

.acc-blue .business-register-form svg g *,
.acc-blue .consumer-register-form svg g * {
    stroke: #fff
}

.acc-blue #addresses .address-cancel {
    color: #fff
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    border-top: 15px solid #fff
}

.acc-blue .help-me.profile-payment-methods .table-payment-methods thead tr {
    background-color: #3a5797
}

.acc-blue .bills-payments .news-section input[type=checkbox]:checked+label:before,
.acc-blue .help-me.profile-payment-methods .table-payment-methods tbody tr td,
.acc-blue .help-me.profile-payment-methods .table-payment-methods thead tr th {
    color: #fff;
    border: 1px solid #fff !important;
    background-color: #3a5797
}

.acc-blue .help-me.profile-payment-methods .table-payment-methods thead tr th span svg g * {
    stroke: #fff
}

.acc-blue .help-me.profile-payment-methods .table-payment-methods tbody tr td span svg {
    filter: brightness(500)
}

.acc-blue .help-me.profile-payment-methods .table-payment-methods tbody tr td span svg g * {
    stroke: #fff
}

.acc-blue .help-me.profile-payment-methods .note-paragraph p {
    color: #fff
}

.acc-blue .renew-id-modal {
    background: #3a5797
}

.acc-blue .renew-id-modal .modal-dialog .modal-content .modal-header .close svg {
    stroke: #fff
}

.acc-blue .renew-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    filter: brightness(500)
}

.acc-blue .renew-id-modal .modal-dialog .modal-content .main-title h5 {
    color: #fff
}

.acc-blue .renew-id-modal .modal-dialog .modal-content .main-title {
    border-bottom: 2px solid #fff
}

.acc-blue .renew-id-modal .modal-dialog .modal-content .modal-body .main-text h3,
.acc-blue .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.blackText,
.acc-blue .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p a.greenText {
    color: #fff
}

.acc-blue .bulk-tile-eid {
    background: #3a5797
}

.acc-blue .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload h5 {
    color: #fff
}

.acc-blue .bulk-tile-eid .card-box {
    min-height: 60px
}

.acc-blue .update-id-modal .modal-dialog .modal-content {
    background: #3a5797
}

.acc-blue .update-id-modal .modal-dialog .modal-content .modal-header .close svg {
    stroke: #fff
}

.acc-blue .update-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    filter: brightness(500)
}

.acc-blue .update-id-modal .modal-dialog .modal-content .main-title {
    border-bottom: 2px solid #fff
}

.acc-blue .update-id-modal .modal-dialog .modal-content .main-title h5 {
    color: #fff
}

.acc-blue .submenu-dropdown {
    background-color: #3a5797;
    border: 1px solid #fff
}

.acc-blue .custom-select-links .links-div,
.acc-blue .has-menu .submenu-dropdown li {
    border-bottom: 1px solid #fff
}

.acc-blue .submenu-dropdown ul li a:hover {
    color: #fff !important
}

.acc-blue .custom-select-links .links-div.collapsed:before {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down-white.svg) no-repeat
}

.acc-blue .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-blue .circle-check-radio input[type=radio]:checked+label:before,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:before,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:before,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>');
    border: 2px solid #fff
}

.acc-blue .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:after,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:after,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:after,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:after {
    background: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:after,
.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:after {
    left: 8px
}

.acc-blue .circle-check-radio input[type=checkbox]:checked+label:after,
.acc-blue .circle-check-radio input[type=radio]:checked+label:after {
    background: #fff
}

.acc-blue .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]:checked+label:before,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-blue .bg-plain-grey {
    background-color: #3a5797 !important;
    background: #3a5797 !important
}

.acc-blue .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b,
.acc-blue .pkgs-addons-methods .heading-with-buttons p {
    color: #fff
}

.acc-blue .bills-payments .floating-label-input input:disabled {
    color: #fff;
    border-bottom: 1px dashed #fff !important
}

.acc-blue .bills-payments .outside-icon.tooltipped svg g *,
.acc-blue .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text span span g *,
.acc-blue .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text span g *,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td svg g * {
    stroke: #fff
}

.acc-blue .pagination-all .pagination-list li.active a,
.acc-blue .pagination-all .pagination-list li.active span,
.acc-blue .pagination-all .pagination-list li a,
.acc-blue .pagination-all .pagination-list li span {
    color: #fff
}

.acc-blue .pagination-all .pagination-list li a:hover {
    background: #3a5797;
    color: #fff
}

.acc-blue .bills-payments .floating-label-input input[type=text],
.acc-blue .heading-with-buttons-small h2,
.acc-blue .heading-with-buttons-small p,
.acc-blue .pagination-all .pagination-list li.see-all a {
    color: #fff
}

.acc-blue .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-icon svg g * {
    stroke: #fff
}

.acc-blue .added-bill-payment-section .address-edit-form-box .card-edit-inner-heading h4,
.acc-blue .added-bill-payment-section .address-edit-form-box .pay-balance-with-box h4,
.acc-blue .added-bill-payment-section .address-edit-form-box .points-pay-box p,
.acc-blue .points-bar.filters .points-bar-col-1 h4,
.acc-blue .points-bar.filters h4 {
    color: #fff
}

.acc-blue .filters #ex1Slider .slider-track,
.acc-blue .filters #ex2Slider .slider-track {
    background: #fff
}

.acc-blue .filters #ex1Slider .slider-track .slider-handle,
.acc-blue .filters #ex2Slider .slider-track .slider-handle {
    background: #3a5797
}

.acc-blue .bills-payments .floating-label-input.new-amount label,
.acc-blue .bills-payments .recharge-amount.pay-other-recharge p,
.acc-blue .points-bar.filters h4.color-green {
    color: #fff
}

.acc-blue .filters #ex1Slider .slider-selection,
.acc-blue .filters #ex2Slider .slider-selection,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    background: #fff
}

.acc-blue .request-credit-tab .request-for-credits-form .save-section p,
.acc-blue .termstext {
    color: #fff
}

.acc-blue .data-table .dataTables_wrapper table {
    background-color: #3a5797;
    border: 1px solid #fff
}

.acc-blue .text-success {
    color: #fff
}

.acc-blue .text-danger {
    color: #fff !important
}

.acc-blue .pagination-all .page-total {
    color: #fff
}

.acc-blue .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.even,
.acc-blue .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd {
    background-color: #3a5797
}

.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg {
    filter: brightness(500)
}

.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg g * {
    stroke: #fff
}

.acc-blue .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.shown,
.acc-blue .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    background-color: #3a5797 !important
}

.acc-blue .data-table .dataTables_wrapper table.dataTable tbody tr td span {
    color: #fff
}

.acc-blue .bills-payments .breakdown-bill-table tr td,
.acc-blue .breakdown-bill-table tr td label {
    color: #fff !important
}

.acc-blue .data-table h2,
.acc-blue .progress-bar-new-wrapper span,
.acc-blue .progress-bar-new-wrapper span small,
.acc-blue .progress-bar-new div span label.total {
    color: #fff
}

.acc-blue .progress-bar-new div span label.total:before {
    border-top: 1px solid #fff
}

.acc-blue .bills-payments .payment-history-tab .datefilter p,
.acc-blue .progress-bar-new-wrapper .rental-charge-text label {
    color: #fff
}

.acc-blue .progress-bar-new div span {
    background-color: #3a5797 !important
}

.acc-blue .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span,
.acc-blue .progress-bar-new-wrapper .calls-text label,
.acc-blue .progress-bar-new-wrapper .data-text label,
.acc-blue .progress-bar-new-wrapper .one-time-text label {
    color: #fff
}

.acc-blue .bills-payments .floating-label-input input[type=number]:focus,
.acc-blue .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span {
    color: #fff !important
}

.acc-blue .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]+label:before,
.acc-blue .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]+label:before,
.acc-blue .form .checkbox label:before,
.acc-blue .form .radio label:before {
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:focus input:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:hover,
.acc-blue .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:focus,
.acc-blue .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:hover,
.acc-blue .forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill,
.acc-blue .forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.acc-blue input:-webkit-autofill,
.acc-blue select:-webkit-autofill,
.acc-blue textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #3a5797 inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.acc-blue .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a,
.acc-blue .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover {
    color: #fff
}

.acc-blue .form .radio input[type=radio]:checked~label:before,
.acc-blue input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64-white.svg)
}

.acc-blue .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b,
.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    color: #3a5797 !important
}

.acc-blue .bills-payments .floating-label-input input+.custom-error,
.acc-blue .dashboard-cards .single-card.dashboard-Mid b,
.acc-blue .dashboard-cards .single-card.dashboard-Mid span:last-child {
    color: #fff !important
}

.acc-blue .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
    color: #fff !important;
    border-bottom: 1px solid #fff !important
}

.acc-blue .support-hostry-tab.track-your-complaint .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #fff !important;
    color: #3a5797 !important
}

.acc-blue .accessibility-overlay.modal .modal-content .modal-header .close svg {
    stroke: #fff;
    fill: #fff
}

.acc-blue .selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-large,
.acc-blue .userprofile-summary .account-balance .userprofile-profile-status-container,
.acc-blue table.dataTable.no-footer,
.acc-blue table.dataTable tbody td,
.acc-blue table.dataTable tbody th,
.acc-blue table.dataTable thead td,
.acc-blue table.dataTable thead th {
    border-color: #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    fill: #fff !important;
    stroke: #fff !important
}

.acc-blue .change-user .userprofile-profile-name-clients-name .change-name svg g {
    stroke: #fff !important
}

.acc-blue .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table {
    border-bottom: 1px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form-title.faceIDtrigger {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.acc-blue .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    border-color: #fff !important
}

.acc-blue div#RTInterceptPopup {
    background: #3a5797;
    color: #fff;
    border: 1px solid #fff
}

.acc-blue .rt-intercept-acceptbtnstyle,
.acc-blue .rt-intercept-declinebtnstyle {
    background-color: #3a5797;
    border: 1px solid #fff;
    color: #fff
}

.acc-blue .account-serv-main .serv-heading-3 {
    border-bottom: 1px solid #fff
}

.acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    border-color: #fff !important
}

.acc-blue .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    border-bottom: 1px solid #fff;
    color: #fff
}

.acc-blue .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr:first-child td {
    border-bottom: 1px solid #fff
}

.acc-blue .dashboard-text .user-dp {
    border: 5px solid #fff;
    filter: grayscale(0)
}

.acc-blue .data-usage-wrap .usage-stats {
    border-top: 2px solid #fff
}

.acc-blue .modal-dialog .add-payment-card-btns {
    border-top: 1px solid #fff
}

.acc-blue .main-menu .navbar .navbar-right .sub-account-menu {
    border-top: 5px solid #fff
}

.acc-blue .account-serv-main {
    border-top: 1px solid #fff
}

.acc-blue .data-usage-wrap .call-usage-tab .white-row-set .white-col-set:first-child {
    border-right: 2px solid #fff
}

.acc-blue .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover {
    background: #fff;
    color: #3a5797 !important;
    border-color: #fff
}

.acc-blue .data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child {
    border-left: 2px solid #fff
}

.acc-blue .modal-md-style .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #fff
}

.acc-blue .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.acc-blue .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.acc-blue .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    border-bottom: 1px dotted #fff;
    color: #fff
}

.acc-blue .modal-md-style .modal-dialog .modal-content .modal-header {
    border-bottom: 2px solid #fff
}

.acc-blue .modal-md-style .modal-dialog .modal-content .modal-header .close svg {
    stroke: #fff
}

.acc-blue .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label {
    border-color: #fff
}

.acc-blue .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label {
    color: #fff;
    border-color: #fff
}

.acc-blue .icon-error svg {
    fill: #fff !important
}

.acc-blue #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    border: 1px solid #fff !important
}

.acc-blue .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label,
.acc-blue .data-usage-wrap .bill-list li:first-child .limit-check-box input[type=radio]+label {
    border: 1px solid #fff
}

.acc-blue .popup-heading-inner,
.acc-blue .set-limit-form .bill-inner-box h5 {
    color: #fff
}

.acc-blue .auto-search-ico {
    background: #3a5797
}

.acc-blue .alert-msg.fail h3 {
    color: #fff
}

.acc-blue .alert-msg .alert-bg,
.acc-blue .picker__holder .picker__day--highlighted {
    border: 1px solid #fff
}

.acc-blue .picker__holder .picker__day--today:before {
    border-top-color: #fff
}

.acc-blue .picker__holder {
    background: #3a5797;
    color: #fff
}

.acc-blue .picker--focused .picker__day--disabled,
.acc-blue .picker__day--disabled,
.acc-blue .picker__day--disabled:hover,
.acc-blue .picker__holder .picker__day--outfocus:hover {
    color: #fff;
    background: #3a5797;
    border-color: #fff
}

.acc-blue .picker__day.picker__day--infocus.picker__day--today.picker__day--highlighted,
.acc-blue .picker__holder .picker__day--highlighted,
.acc-blue .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    color: #fff !important
}

.acc-blue .picker__holder .picker__day--infocus:hover {
    background: #3a5797;
    color: #fff !important
}

.acc-blue .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox,
.acc-blue .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox.w-o-t-bx a,
.acc-blue .extra-terms-data ol li,
.acc-blue .form .floating-label-input>select,
.acc-blue .form .floating-label-input input,
.acc-blue .form .floating-label-input input:disabled~label,
.acc-blue .form .floating-label-input input:focus~label,
.acc-blue .form .floating-label-input input:required:valid~label,
.acc-blue .form .floating-label-input input[readonly]~label,
.acc-blue .form .floating-label-input label.floating-label,
.acc-blue .form .floating-label-input select.selected~label,
.acc-blue .form .floating-label-input textarea,
.acc-blue .form .floating-label-select>select,
.acc-blue .form .floating-label-select input,
.acc-blue .form .floating-label-select input:disabled~label,
.acc-blue .form .floating-label-select input:focus~label,
.acc-blue .form .floating-label-select input:required:valid~label,
.acc-blue .form .floating-label-select input[readonly]~label,
.acc-blue .form .floating-label-select label.floating-label,
.acc-blue .form .floating-label-select select.selected~label,
.acc-blue .form .floating-label-select textarea,
.acc-blue .picker__holder .picker__day--highlighted,
.acc-blue .picker__holder .picker__header .picker__month,
.acc-blue .picker__holder .picker__header .picker__year,
.acc-blue .picker__holder .picker__weekday {
    color: #fff
}

.acc-blue .floating-input .floating-label-input input {
    border-bottom: 1px solid #fff
}

.acc-blue .picker__holder .picker__header .picker__nav--next:before,
.acc-blue .picker__holder .picker__header .picker__nav--prev:before {
    border-right-color: #fff
}

.acc-blue .picker__nav--next:hover,
.acc-blue .picker__nav--prev:hover {
    background: #3a5797
}

.acc-blue .breadcrumb-wrapper .container-fluid {
    background: #3a5797 !important
}

.acc-blue .picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #fff
}

.acc-blue ::placeholder {
    color: #fff;
    opacity: 1
}

.acc-blue :-ms-input-placeholder,
.acc-blue ::-ms-input-placeholder {
    color: #fff
}

@media (min-width:768px) {
    .acc-blue .profile-settings-pattern .action-bar-wrapper .action-bar a+a.active {
        border: 2px solid #fff !important
    }

    .acc-blue .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
        border-right-color: #fff
    }

    .acc-blue .userprofile-summary .action-bar-wrapper .action-bar a.active+a {
        border: 0 solid #fff !important
    }

    .acc-blue .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
        background: #3a5797 !important
    }

    .acc-blue .action-bar-wrapper .action-bar a.active {
        border-right-color: #3a5797;
        border: 2px solid #fff !important
    }

    .acc-blue .userprofile-summary .action-bar-wrapper.action-bar-selfcare .action-bar a.active+a {
        border-right: 0 solid #3a5797 !important
    }

    .acc-blue .userprofile-summary .action-bar-wrapper.action-bar-selfcare .action-bar a.active {
        border: 2px solid #fff !important
    }
}

@media (max-width:992px) {
    .acc-blue .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
        border-bottom: 1px solid #fff !important
    }

    .acc-blue .main-menu-selfcare .main-menu .navbar .hamburger_icon.open {
        border-bottom: 1px solid #fff
    }

    .acc-blue .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b,
    .acc-blue .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
        color: #3a5797 !important
    }

    .acc-blue .main-menu-selfcare .main-menu .navbar .hamburger_icon span {
        background: #fff;
        border: 2px solid #fff
    }

    .acc-blue .loggedin.sub_menu_mobile #accordion_menu .panel-title {
        border-color: #fff;
        background: #3a5797;
        color: #fff
    }

    .acc-blue .loggedin.sub_menu_mobile #accordion_menu .panel-title.collapsed,
    .acc-blue .loggedin.sub_menu_mobile #accordion_menu .panel-title a,
    .acc-blue .loggedin.sub_menu_mobile .menu_account .bg_white_menu,
    .acc-blue .loggedin.sub_menu_mobile .menu_account .space_white_menu {
        color: #fff;
        background: #3a5797
    }

    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a,
    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu,
    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu,
    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed,
    .acc-blue .bills-payments .floating-label-input input+.custom-error,
    .acc-blue .loggedin.sub_menu_mobile .link-black_menu {
        color: #fff
    }

    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg g {
        stroke: #fff
    }

    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list,
    .acc-blue .loggedin.sub_menu_mobile .bg_bottom_accordion,
    .acc-blue .menu_account {
        background: #3a5797
    }

    .acc-blue div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion svg {
        fill: #fff
    }

    .acc-blue div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed .arrow_accordion svg {
        transform: rotate(0deg);
        fill: #fff
    }

    .acc-blue .loggedin.sub_menu_mobile .bg_button {
        background: hsla(0, 0%, 100%, .2)
    }

    .acc-blue #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg {
        stroke: #fff
    }

    .acc-blue .main-mega-menu-desktop .hamburger .line {
        background: #fff
    }

    .acc-blue .nav-link svg,
    .acc-blue .nav-link svg g path,
    .acc-blue a.mega-menu-link svg,
    .acc-blue a.mega-menu-link svg g {
        stroke: #fff !important
    }

    .acc-blue .accessibility-overlay.modal .modal-content .modal-header .back:after {
        border: solid #fff;
        border-width: 0 1px 1px 0
    }
}

.acc-blue .dashboard-cards .single-card.all_ok_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/all_ok_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.blocked_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/blocked_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.credit_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/credit_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.credit_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/credit_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.creditcard_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/creditcard_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.creditcard_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/creditcard_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.customer_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/customer_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.ebill_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/ebill_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.ebill_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/ebill_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.ebill_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/ebill_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.eid_back {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/eid_back.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.eid_front {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/eid_front.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.eid_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/eid_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.eid_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/eid_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.generic_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/generic_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.generic_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/generic_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.generic_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/generic_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.order_cancel_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/order_cancel_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.order_issue_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/order_issue_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.order_update_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/order_update_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.orders_r4p_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/orders_r4p_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.orders_r4p_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/orders_r4p_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.elife_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/elife_icon.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.password_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/password_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.password_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/password_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.payments_good_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/payments_good_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.roaming_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/roaming_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.roaming_offer_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/roaming_offer_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.roaming_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/roaming_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.service_gadgets_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/service_gadgets_orange.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.service_infrastructure_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/service_infrastructure_orange.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.service_plan_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/service_plan_orange.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.service_products_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/service_products_orange.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.services_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/services_orange.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.smiles_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/smiles_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.smiles_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/smiles_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.smiles_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/smiles_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.support_ticket_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/support_ticket_green.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.usage_balance_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/usage_balance_yellow.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.usage_expiring_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/usage_expiring_red.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.bills {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_account_blocked@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.Id-expired {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_emiratesID_expired_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.balance-out {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_nocredit_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.expire-time {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_roaming_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.points-expiring {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.profile {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_creditcard_expired_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.order-canceled {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_red@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.smiles-expiring {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.password-expiring {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_password_expiring_yellow@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.unpaid-bills {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_unpaid@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.points-expiring-month {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.balance-low {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_credit_yellow@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.roaming {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.order-pickup {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_pickup_yellow@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.ebill-availabel {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_available@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.order-updated-success {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_green@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.power-pack {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newMobService@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.smiles-redeemable {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_green@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.updated-tickets {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_ticket_updated@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.support {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_new_message@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.e-wallet {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newService@2x.png) 100% 100% no-repeat
}

.acc-blue .dashboard-cards .single-card.etisalat,
.acc-blue .dashboard-cards .single-card.orders {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.acc-blue .uaepassB {
    display: none
}

.acc-blue .uaepassB.blue {
    display: block
}

.acc-blue .colored {
    display: none
}

.acc-blue .page-nav-wrap .dropdown-toggle .current-dropdown-label {
    color: #fff
}

.acc-blue .page-nav-wrap .dropdown-toggle #dropdown-menu-arrow-img,
.acc-blue .page-nav-wrap .page-nav .dropdown-close-button #close-menu-arrow-img {
    fill: #fff
}

.acc-blue .page-nav-wrap .dropdown-toggle {
    border-bottom: 1px solid #fff
}

@media (max-width:767px) {
    .acc-blue .page-nav-wrap .page-nav.dropdown-menu {
        background: #3a5797;
        background-color: #3a5797 !important
    }
}

.acc-blue .page-nav-wrap .page-nav .dropdown-close-button {
    border-bottom: 4px solid #fff
}

.acc-blue .page-nav-wrap .page-nav .dropdown-close-button a {
    border-top: 1px solid #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default {
    background-color: #3a5797
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
    color: #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li:hover:after {
    border-bottom: 3px solid #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li:hover>a {
    color: #fff !important
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .nav>li>a:focus,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .nav>li>a:hover {
    background-color: #3a5797
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap.mega-dropdown {
    background: #3a5797;
    border: 1px solid #fff;
    border-top: 0
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li.sub-menu-heading,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li a,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li p {
    color: #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .menu-items-footer .sub-menu {
    border-top: 1px solid #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .menu-items-footer .sub-menu li a {
    color: #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form .input-field>label {
    color: #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:focus {
    background-color: #3a5797 !important;
    -webkit-box-shadow: 0 0 0 100px #3a5797 inset !important
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill:focus,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill:hover,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill:focus,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill:hover,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill:focus,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill:hover {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn {
    color: #fff;
    border: 1px solid #fff
}

.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default.active,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default:active,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default:hover,
.acc-blue .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .open>.dropdown-toggle.btn.btn-default {
    background: #3a5797
}

.acc-blue .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #fff
}

.acc-blue .menu-promotion-wrapper.support {
    background: #3a5797
}

.acc-blue .menu-promotion-wrapper.support .sub-menu-heading,
.acc-blue .menu-promotion-wrapper.support p {
    color: #fff
}

.acc-blue .nav-drill {
    background: #3a5797
}

.acc-blue .nav-item.highlighted .nav-expand-content ul .nav-item .nav-link,
.acc-blue .nav-item.highlighted .nav-link {
    background-color: #3a5797 !important
}

.acc-blue .nav-link {
    background: #3a5797;
    color: #fff
}

.acc-blue .nav-link .nav-link-arrow path {
    fill: #fff
}

.acc-blue .nav-quick-links>.nav-link {
    color: #fff
}

.acc-blue .nav-footer {
    background: #3a5797
}

.acc-blue .nav-lang,
.acc-blue .nav-site-switch {
    color: #fff
}

.acc-blue .nav-expand .nav-expand-content {
    background-color: #3a5797
}

.acc-blue .nav-expand .nav-expand-content .nav-back-link {
    background-color: #3a5797 !important
}

.acc-blue .nav-expand .nav-expand-content .nav-link {
    background-color: #3a5797 !important;
    color: #fff !important
}

.acc-blue .nav-expand .nav-expand-content .menu-brand-wrapper {
    background-color: #3a5797
}

.acc-blue .nav-expand .nav-expand-content .menu-brand-wrapper .menu-brand-item {
    border: 1px solid #fff;
    background-color: #3a5797
}

.acc-blue .nav-expand .nav-expand-footer .nav-link {
    background-color: #3a5797 !important;
    color: #fff
}

.acc-blue .nav-expand .nav-expand-footer .nav-link-arrow {
    opacity: 1
}

.acc-blue .nav-expand .nav-expand-footer .nav-link-arrow path {
    fill: #fff
}

.acc-blue .nav-item-heading {
    background-color: #3a5797
}

.acc-blue .nav-item-heading a {
    color: #fff
}

.acc-blue .nav-item-heading .nav-link-arrow path {
    fill: #fff
}

.acc-blue .sub-menu-wrap .form.wst-form .input-field>label,
.acc-blue .sub-menu-wrap .form.wst-form input:valid~label {
    color: #fff
}

.acc-blue .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.acc-blue .sub-menu-wrap .form.wst-form input:focus {
    background-color: #3a5797 !important;
    -webkit-box-shadow: 0 0 0 100px #3a5797 inset !important
}

.acc-blue .sub-menu-wrap .btn {
    color: #fff;
    border: 1px solid #fff
}

.acc-blue .form input:-webkit-autofill,
.acc-blue .form input:-webkit-autofill:focus,
.acc-blue .form input:-webkit-autofill:hover,
.acc-blue .form select:-webkit-autofill,
.acc-blue .form select:-webkit-autofill:focus,
.acc-blue .form select:-webkit-autofill:hover,
.acc-blue .form textarea:-webkit-autofill,
.acc-blue .form textarea:-webkit-autofill:focus,
.acc-blue .form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #3a5797 inset;
    transition: background-color 5000s ease-in-out 0s
}

[lang=ar] [dir=rtl].acc-blue {
    color: #fff;
    background-color: #3a5797
}

[lang=ar] [dir=rtl].acc-blue .uaepassB {
    display: none
}

[lang=ar] [dir=rtl].acc-blue .uaepassB.blue {
    display: block
}

[lang=ar] [dir=rtl].acc-blue .circle-check-radio input[type=checkbox]:checked+label:after,
[lang=ar] [dir=rtl].acc-blue .circle-check-radio input[type=radio]:checked+label:after {
    right: auto;
    left: 22px
}

[lang=ar] [dir=rtl].acc-blue .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    background: #3a5797
}

[lang=ar] [dir=rtl].acc-blue .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
    border: 2px solid #fff !important
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.dashboard-High h4,
[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.dashboard-High p,
[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.dashboard-Low p {
    color: #fff !important
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.all_ok_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/all_ok_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.blocked_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/blocked_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.credit_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/credit_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.credit_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/credit_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.creditcard_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/creditcard_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.creditcard_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/creditcard_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.customer_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/customer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.ebill_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.ebill_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.ebill_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.eid_back {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/eid_back_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.eid_front {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/eid_front_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.eid_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/eid_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.eid_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/eid_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.generic_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/generic_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.generic_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/generic_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.generic_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/generic_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.order_cancel_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/order_cancel_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.order_issue_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/order_issue_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.order_update_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/order_update_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.elife_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/en/gray/elife_icon.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.orders_r4p_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/orders_r4p_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.orders_r4p_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/orders_r4p_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.password_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/password_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.password_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/password_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.payments_good_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/payments_good_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.roaming_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.roaming_offer_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_offer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.roaming_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.service_gadgets_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/service_gadgets_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.service_infrastructure_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/service_infrastructure_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.service_plan_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/service_plan_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.service_products_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/service_products_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.services_orange {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/services_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.smiles_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.smiles_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.smiles_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.support_ticket_green {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/support_ticket_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.usage_balance_yellow {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/usage_balance_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.usage_expiring_red {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/ar/gray/usage_expiring_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.bills {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_account_blocked@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.Id-expired {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_emiratesID_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.balance-out {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_nocredit_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.expire-time {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_roaming_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.points-expiring {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.profile {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_creditcard_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.order-canceled {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.smiles-expiring {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.password-expiring {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_password_expiring_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.unpaid-bills {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_unpaid@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.points-expiring-month {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.balance-low {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_credit_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.roaming {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.order-pickup {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_pickup_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.ebill-availabel {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_available@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.order-updated-success {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.power-pack {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newMobService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.smiles-redeemable {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.updated-tickets {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_ticket_updated@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.support {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_new_message@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.e-wallet {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.etisalat,
[lang=ar] [dir=rtl].acc-blue .dashboard-cards .single-card.orders {
    background: #3a5797 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

.acc-yellow {
    color: #ff0;
    background-color: #232323
}

.acc-yellow .bg-light-filler {
    background-color: #232323;
    border-top: 1px solid #ff0
}

.acc-yellow .bg-lighter-filler,
.acc-yellow .bg-lighty-filler {
    background-color: #232323 !important;
    border-top: 1px solid #ff0
}

.acc-yellow .bg-dark-filler {
    background-color: #232323;
    border-top: 1px solid #ff0
}

.acc-yellow .tags {
    color: #ff0
}

.acc-yellow .tags.default,
.acc-yellow .tags.primary {
    background-color: #232323
}

.acc-yellow .select2-search__field {
    background-color: #232323 !important
}

.acc-yellow .darkerGray {
    color: #ff0 !important
}

.acc-yellow .msg-to-book-number,
.acc-yellow .number-booked {
    color: #ff0
}

.acc-yellow .number-booking {
    background: #232323;
    color: #ff0
}

.acc-yellow .timeisup {
    background-color: #232323
}

.acc-yellow .customError,
.acc-yellow .errorMsgText,
.acc-yellow .showOtpErrorMsg {
    color: #ff0
}

.acc-yellow .config-accordion-ticked .accordion-arrow svg,
.acc-yellow .current-accordion-wrapper .accordion-arrow svg {
    fill: #ff0 !important
}

.acc-yellow .whiteTxt {
    color: #ff0 !important
}

.acc-yellow .floating-label-field.floating-label-select label.fixedLabel {
    color: #ff0
}

.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge,
.acc-yellow .whTxt {
    color: #ff0 !important
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:disabled:checked+label:before,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:disabled:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64_disable.svg);
    border: 1px solid #ff0
}

.acc-yellow .consumer-register-form .form .whiteText.checkbox a,
.acc-yellow .consumer-register-form .form .whiteText.checkbox label,
.acc-yellow .uploadDocumentMessage {
    color: #ff0
}

.acc-yellow .range-slider.ui-slider {
    background: #232323
}

.acc-yellow .range-slider.ui-slider .ui-slider-handle.ui-corner-all.ui-state-default {
    border: 3px solid #ff0;
    background: #232323
}

.acc-yellow .range-slider.ui-slider .ui-slider-range-min {
    background: #232323
}

.acc-yellow .consumer-register-form .termCheckbox .whiteText.checkbox input[type=checkbox]+label:before {
    border-color: #ff0
}

.acc-yellow .almBlkText,
.acc-yellow .grayText {
    color: #ff0
}

.acc-yellow .greenLink {
    color: #ff0 !important;
    text-decoration: none !important
}

.acc-yellow .greenLink:hover {
    color: #ff0
}

.acc-yellow .promise-to-pay .consumer-register-form .form .row .form-section.inline-checkboxes-wrap {
    border-bottom: 1px solid #ff0
}

.acc-yellow .custom-error.has-error.alert-label {
    color: #ff0
}

.acc-yellow .vDivider {
    border-left: 1px solid #ff0
}

.acc-yellow [lang=ar] [dir=rtl] .vDivider {
    border-right: 1px solid #ff0
}

.acc-yellow img {
    filter: grayscale(100%)
}

.acc-yellow .accessibility-overlay.modal .modal-content {
    background: #232323
}

.acc-yellow .accessibility-overlay.modal .modal-content .modal-header {
    border-bottom: 1px solid #ff0
}

.acc-yellow .accessibility-overlay.modal .modal-content .modal-header .close svg g g {
    fill: #ff0;
    stroke: #ff0;
    stroke-width: 5px
}

.acc-yellow .accessibility-overlay.modal .modal-content .modal-header .modal-title {
    color: #ff0
}

.acc-yellow .accessibility-overlay.modal .modal-content .modal-body .pop-up-content * {
    color: #ff0 !important
}

.acc-yellow .accessibility-overlay.modal .modal-content .btn-text.btn-green:before {
    border-color: #ff0
}

.acc-yellow .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
.acc-yellow .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    background-color: #232323
}

.acc-yellow .accessibility-overlay .selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-normal,
.acc-yellow .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-yellow .accessibility-overlay .selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label,
.acc-yellow .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.acc-yellow .accessibility-overlay .selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label {
    color: #ff0;
    border: 1px solid #ff0;
    text-shadow: 0 0 0 #ff0
}

.acc-yellow .top-nav .active>a,
.acc-yellow .top-nav .active>a:focus,
.acc-yellow .top-nav .active>a:hover,
.acc-yellow .top-nav a:focus,
.acc-yellow .top-nav a:hover {
    background: transparent
}

.acc-yellow .top-nav svg,
.acc-yellow .top-nav svg circle,
.acc-yellow .top-nav svg g,
.acc-yellow .top-nav svg path,
.acc-yellow .top-nav svg polygon,
.acc-yellow .top-nav svg polyline {
    stroke: #ff0
}

.acc-yellow .main-menu-selfcare .main-menu .navbar {
    background-color: #232323;
    border-bottom: 1px solid #ff0
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-nav>li>.navbar-text,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-nav>li>a,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-right a {
    color: #ff0
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .nav>li>a:focus,
.acc-yellow .main-menu-selfcare .main-menu .navbar .nav>li>a:hover,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a:focus,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a:hover {
    color: #ff0;
    background-color: transparent
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .account-link.active a,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-nav>.active>a {
    color: #ff0
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .account-link:after {
    background-color: #232323
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .hamburger_icon.open,
.acc-yellow .main-menu-selfcare .main-menu .navbar .hamburger_icon.open span,
.acc-yellow .main-menu-selfcare .main-menu .navbar .hamburger_icon span {
    background: #232323
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover {
    background: none
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover>a,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-right .account-link:hover>a:hover,
.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-right .account-link>a:hover {
    color: #ff0 !important
}

.acc-yellow .main-menu-selfcare .main-menu .navbar .navbar-right .account-link.account-link-after>a:after {
    background: #232323
}

.acc-yellow .footer {
    border-top: 1px solid #ff0
}

.acc-yellow .footer .footer-nav a {
    color: #7a7a7a
}

.acc-yellow .footer .footer-nav a:after {
    background-color: #ff0
}

.acc-yellow .footer .footer-nav .active a,
.acc-yellow .footer .footer-nav a:hover {
    color: #ff0
}

.acc-yellow .footer.footer-small .footer-nav-small li a {
    color: #ff0;
    border-right: 2px solid #ff0
}

.acc-yellow .footer.footer-small .footer-nav-small li:last-child a {
    border-right: 1px solid #ff0
}

.acc-yellow .footer .etisalat-signature .copyright {
    color: #ff0
}

.acc-yellow .dashboard-pattern {
    background: #232323;
    color: #ff0
}

.acc-yellow .dashboard-text .news-section .news p,
.acc-yellow .dashboard-text .news-section .seeall,
.acc-yellow .dashboard-text .news-section span.label,
.acc-yellow .dashboard-text .news-section span.time,
.acc-yellow .dashboard-text h4,
.acc-yellow .dashboard-text span {
    color: #ff0
}

.acc-yellow .dashboard-cards .single-card {
    background-color: #232323 !important;
    border: 1px solid #ff0
}

.acc-yellow .dashboard-cards .single-card * {
    color: #ff0 !important
}

.acc-yellow .paginations ul li,
.acc-yellow .paginations ul li.current,
.acc-yellow .paginations ul li a {
    color: #ff0
}

.acc-yellow .top-nav {
    background-color: #232323;
    border-bottom: 1px solid;
    border-color: #ff0
}

.acc-yellow .top-nav .active>a,
.acc-yellow .top-nav .active>a:focus,
.acc-yellow .top-nav .active>a:hover,
.acc-yellow .top-nav a,
.acc-yellow .top-nav a:focus,
.acc-yellow .top-nav a:hover {
    color: #ff0
}

.acc-yellow .top-nav span.badge-top {
    background-color: #232323;
    color: #ff0
}

.acc-yellow .top-nav-section .top-nav-left .links .active>a,
.acc-yellow .top-nav-section .top-nav-left .links .active>a:hover,
.acc-yellow .top-nav-section .top-nav-left .links a:hover {
    color: #ff0;
    border-bottom: 2px solid;
    border-color: #ff0
}

.acc-yellow .top-nav-section .links li a svg,
.acc-yellow .top-nav-section .links li a svg circle,
.acc-yellow .top-nav-section .links li a svg g,
.acc-yellow .top-nav-section .links li a svg path,
.acc-yellow .top-nav-section .links li a svg polygon,
.acc-yellow .top-nav-section .links li a svg polyline {
    stroke: #ff0
}

.acc-yellow .user-loged-in .logedin-user>a:after {
    border: solid;
    border-color: #ff0;
    border-width: 0 1px 1px 0
}

.acc-yellow .top-nav-section .top-nav-right .links .language-switch-content+svg g {
    fill: #ff0
}

.acc-yellow .main-menu-desktop .navbar-default {
    background-color: #232323;
    border-bottom: 1px solid;
    border-color: #ff0
}

.acc-yellow .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li.active>a,
.acc-yellow .main-menu-desktop .navbar-default .navbar-links .nav.navbar-nav>li>a,
.acc-yellow .main-menu-desktop .navbar-default .user-loged-in ul.navbar-right>li>a {
    color: #ff0
}

.acc-yellow .sub-account-menu-wrap .sub-account-menu {
    border: 1px solid;
    border-color: #ff0;
    background: #232323;
    border-top: 3px solid
}

.acc-yellow .sub-account-menu-wrap .sub-account-menu a:focus,
.acc-yellow .sub-account-menu-wrap .sub-account-menu a:hover,
.acc-yellow .sub-account-menu-wrap .sub-account-menu li.active a,
.acc-yellow .sub-account-menu-wrap .sub-account-menu li a {
    color: #ff0
}

.acc-yellow .account-link.logedin-user:hover>a {
    color: #ff0 !important
}

.acc-yellow .quick-links-section {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ff0;
    background-color: #232323
}

.acc-yellow .quick-links-section .quick-links-body .links-item a {
    color: #ff0
}

.acc-yellow .footer-links-logo-section {
    background-color: #232323
}

.acc-yellow .footer-links-logo-section .copyright,
.acc-yellow .footer-links-logo-section .footer-links-nav li a {
    color: #ff0
}

.acc-yellow .quick-links-section .quick-links-head svg {
    fill: #ff0
}

.acc-yellow .quick-links-section .quick-links-head .link-title-mob {
    color: #ff0
}

.acc-yellow .social-links-section .social-links-body .links-item svg circle,
.acc-yellow .social-links-section .social-links-body .links-item svg path,
.acc-yellow .social-links-section .social-links-body .links-item svg polygon,
.acc-yellow .social-links-section .social-links-body .links-item svg polyline {
    fill: #ff0
}

.acc-yellow .login-page-section .login-order .termCondition a {
    letter-spacing: 0;
    color: #ff0
}

.acc-yellow .termCondition,
.acc-yellow .termCondition a,
.acc-yellow .termCondition a:hover {
    color: #ff0 !important
}

.acc-yellow .login-order .floating-label-input {
    border-bottom: 1px solid #ff0;
    color: #ff0
}

.acc-yellow .login-order .floating-label-input label {
    color: #ff0
}

.acc-yellow .login-order .green1-border {
    border-color: #232323 !important
}

.acc-yellow .login-order .green1-bg {
    background: #232323 !important
}

.acc-yellow .login-order .gray-bg3 {
    background: #232323
}

.acc-yellow .login-order .gray-login {
    color: #ff0 !important
}

.acc-yellow .login-order .border-top1 {
    border-top: 1px solid #ff0
}

.acc-yellow .login-order .forget1 a {
    color: #ff0
}

.acc-yellow .login-order .forget2 {
    border-bottom: 1px solid #ff0
}

.acc-yellow .login-order .forget2 a,
.acc-yellow .uaepass.login-page-section .box-border.uaePass-vr h6 {
    color: #ff0
}

.acc-yellow .login-page-section {
    background: #232323
}

.acc-yellow .login-page-section .login-order .radio label.floating-label,
.acc-yellow .login-page-section .login-order a:hover {
    color: #ff0
}

.acc-yellow .login-page-section .login-order .gray-login {
    color: #ff0 !important
}

.acc-yellow .gray-bg-light {
    background: #232323
}

.acc-yellow .gray-bg-light .box-border {
    border-left: 1px solid #ff0
}

@media (max-width:767px) {
    .acc-yellow .gray-bg-light .box-border {
        border-top: 1px solid #ff0
    }
}

.acc-yellow .login-blocked p {
    margin-bottom: 2rem;
    color: #ff0;
    line-height: 19px
}

.acc-yellow .login-blocked p.blocked-p2 {
    height: 38px
}

.acc-yellow .login-blocked p.text-danger {
    color: #ff0
}

.acc-yellow .login-blocked .btn.btn-danger {
    background: #232323
}

.acc-yellow .login-blocked .btn.btn-danger:hover {
    color: #ff0 !important
}

.acc-yellow #individualNormalLoginForm input:-webkit-autofill,
.acc-yellow #individualNormalLoginForm select:-webkit-autofill,
.acc-yellow #individualNormalLoginForm textarea:-webkit-autofill {
    background-color: #ff0 !important;
    -webkit-box-shadow: 0 0 0 1000px #ff0 inset !important
}

.acc-yellow .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio input[type=radio]:checked~label,
.acc-yellow .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options .radio label,
.acc-yellow .consumer-register-form .autoEnrolmentfullRegistration.eidVal a.greenLink,
.acc-yellow .consumer-register-form .autoEnrolmentfullRegistration.eidVal h4 {
    color: #ff0
}

.acc-yellow .uae-Pass-cont h6 {
    background: #232323
}

.acc-yellow .uae-Pass-cont .grayLine {
    border-top: 1px solid #ff0
}

.acc-yellow .selectedActile {
    background: #232323
}

.acc-yellow .selectedActile .userprofile-profile-name-clients-parameters,
.acc-yellow .selectedActile .userprofile-profile-name-clients-parameters .user-profile-number {
    color: #ff0
}

.acc-yellow .or-seprator span {
    border: 1px solid #ff0;
    background: #232323
}

.acc-yellow .new-login-sub-mob .or-seprator label,
.acc-yellow .or-seprator label {
    background: #232323
}

.acc-yellow .otp-options .code-sent,
.acc-yellow .otp-options .code-sent b,
.acc-yellow .otp-options .label {
    color: #ff0
}

.acc-yellow .clr-white,
.acc-yellow .otp-options .send-again {
    color: #ff0 !important
}

.acc-yellow .help-me {
    color: #ff0
}

.acc-yellow .help-me,
.acc-yellow .help-me .select2.select2-container .select2-selection--single:after {
    background-color: #232323
}

.acc-yellow .help-me .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #ff0
}

.acc-yellow .help-me .select2.select2-container .select2-selection__arrow b {
    border-color: #ff0 transparent transparent
}

.acc-yellow .help-me .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ff0
}

.acc-yellow .help-me .select2-dropdown {
    background-color: #232323
}

.acc-yellow .help-me .select2-results__option {
    color: #ff0
}

.acc-yellow .help-me .select2-results__option--highlighted {
    color: #ff0 !important
}

.acc-yellow.business .help-me {
    background-color: #232323
}

.acc-yellow .qPayRecharge_wrapper .main-text.main-text-I .body-big.show-pipe p,
.acc-yellow .qPayRecharge_wrapper .main-text h2,
.acc-yellow .qPayRecharge_wrapper .main-text h3,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .addLabel {
    color: #ff0
}

.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow {
    border-top: 1px solid #ff0;
    color: #ff0
}

.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNum,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayAccountNum .accountNumEdit,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .qPayDueAmount,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNum,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayAccountNum .accountNumEdit,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .qPayDueAmount {
    color: #ff0
}

.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow .icon-info svg,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow .icon-info svg {
    background: #232323
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.qPayAmount .floating-label-input input:valid,
.acc-yellow .hintLabel,
.acc-yellow .hintLabel.error,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayPostpaidFLow.newAcadd .hintLabel.error,
.acc-yellow .qPayRecharge_wrapper .qucikPayAccountWrap .qPayRechargeFLow.newAcadd .hintLabel.error {
    color: #ff0
}

.acc-yellow .bg-dark .btn,
.acc-yellow .btn {
    color: #ff0 !important;
    background-color: rgba(35, 35, 35, .2);
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-default.focus,
.acc-yellow .bg-dark .btn.btn-default:focus,
.acc-yellow .btn.btn-default.focus,
.acc-yellow .btn.btn-default:focus {
    color: #ff0;
    background-color: rgba(35, 35, 35, .2);
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-default.active,
.acc-yellow .bg-dark .btn.btn-default:active,
.acc-yellow .bg-dark .btn.btn-default:hover,
.acc-yellow .btn.btn-default.active,
.acc-yellow .btn.btn-default:active,
.acc-yellow .btn.btn-default:hover,
.open>.dropdown-toggle.acc-yellow .bg-dark .btn.btn-default,
.open>.dropdown-toggle.acc-yellow .btn.btn-default {
    color: #ff0;
    background-color: #232323;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-default .ink,
.acc-yellow .btn.btn-default .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.acc-yellow .bg-dark .btn.btn-green,
.acc-yellow .btn.btn-green {
    color: #ff0;
    background-color: #232323;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-green.focus,
.acc-yellow .bg-dark .btn.btn-green:focus,
.acc-yellow .btn.btn-green.focus,
.acc-yellow .btn.btn-green:focus {
    color: #ff0;
    background-color: rgba(35, 35, 35, .2);
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-green.active,
.acc-yellow .bg-dark .btn.btn-green:active,
.acc-yellow .bg-dark .btn.btn-green:hover,
.acc-yellow .btn.btn-green.active,
.acc-yellow .btn.btn-green:active,
.acc-yellow .btn.btn-green:hover,
.open>.dropdown-toggle.acc-yellow .bg-dark .btn.btn-green,
.open>.dropdown-toggle.acc-yellow .btn.btn-green {
    color: #ff0;
    background-color: #232323;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-green .ink,
.acc-yellow .btn.btn-green .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.acc-yellow .bg-dark .btn.btn-red,
.acc-yellow .btn.btn-red {
    color: #ff0;
    background-color: #232323;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-red.focus,
.acc-yellow .bg-dark .btn.btn-red:focus,
.acc-yellow .btn.btn-red.focus,
.acc-yellow .btn.btn-red:focus {
    color: #ff0;
    background-color: rgba(35, 35, 35, .2);
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-red.active,
.acc-yellow .bg-dark .btn.btn-red:active,
.acc-yellow .bg-dark .btn.btn-red:hover,
.acc-yellow .btn.btn-red.active,
.acc-yellow .btn.btn-red:active,
.acc-yellow .btn.btn-red:hover,
.open>.dropdown-toggle.acc-yellow .bg-dark .btn.btn-red,
.open>.dropdown-toggle.acc-yellow .btn.btn-red {
    color: #ff0;
    background-color: #232323;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-red .ink,
.acc-yellow .btn.btn-red .ink {
    background-color: #232323;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-primary,
.acc-yellow .bg-dark .btn.btn-primary.focus,
.acc-yellow .bg-dark .btn.btn-primary:focus,
.acc-yellow .btn.btn-primary,
.acc-yellow .btn.btn-primary.focus,
.acc-yellow .btn.btn-primary:focus {
    color: #ff0;
    background-color: rgba(255, 255, 0, .2);
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-primary.active,
.acc-yellow .bg-dark .btn.btn-primary:active,
.acc-yellow .bg-dark .btn.btn-primary:hover,
.acc-yellow .btn.btn-primary.active,
.acc-yellow .btn.btn-primary:active,
.acc-yellow .btn.btn-primary:hover {
    color: #ff0;
    background-color: #8c7767;
    border-color: #ff0
}

.acc-yellow .bg-dark .btn.btn-primary .ink,
.acc-yellow .btn.btn-primary .ink {
    background-color: #0a0a0a;
    border-color: #161616
}

.acc-yellow .bg-dark .btn.btn-text-only,
.acc-yellow .bg-dark .btn.btn-text-only.darkFont,
.acc-yellow .btn.btn-text-only,
.acc-yellow .btn.btn-text-only.darkFont {
    color: #ff0
}

.acc-yellow .bg-dark .btn.disabled,
.acc-yellow .bg-dark .btn.disabled:hover,
.acc-yellow .bg-dark .btn[disabled],
.acc-yellow .bg-dark .btn[disabled]:hover,
.acc-yellow .btn.disabled,
.acc-yellow .btn.disabled:hover,
.acc-yellow .btn[disabled],
.acc-yellow .btn[disabled]:hover {
    color: #ff0;
    background-color: #232323;
    border-color: #ff0
}

.acc-yellowbody {
    background-color: #232323
}

.acc-yellow .bg-gray {
    background: #232323
}

.acc-yellow .bg-white-filler {
    background-color: #232323 !important
}

.acc-yellow .footer-links-logo-section {
    background: #232323
}

.acc-yellow .profile-settings-pattern,
.acc-yellow .userprofile-summary {
    background: #232323;
    background: linear-gradient(135deg, #232323, #6C6C6 C6 25%, #232323 68%, #232323 100%, #6C6C6 C6 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#709e18", endColorstr="#bbe545", GradientType=1)
}

.acc-yellow .account-serv-main .serv-heading-3 h3 {
    color: #ff0
}

.acc-yellow .breadcrumb-wrapper {
    background-color: #232323 !important;
    color: #ff0
}

.acc-yellow .breadcrumb-wrapper .breadcrumb>.active,
.acc-yellow .breadcrumb-wrapper .breadcrumb>li:after,
.acc-yellow .breadcrumb-wrapper .breadcrumb>li a {
    color: #ff0
}

.acc-yellow .card-box {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow .postBox a:hover .card-box {
    border: 1px solid #ff0
}

.acc-yellow .card-box .card-box-txt h4,
.acc-yellow .card-box .card-box-txt p {
    color: #ff0
}

.acc-yellow .card-box .card-box-txt p.deactive-info-txt,
.acc-yellow .card-box .card-box-txt p.suspended-info-txt,
.acc-yellow .card-box .plan-primary,
.acc-yellow .card-box .plan-yellow,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow .bg-dark .btn.btn-default.active,
.acc-yellow .bg-dark .btn.btn-default:active,
.acc-yellow .bg-dark .btn.btn-default:hover,
.acc-yellow .btn.btn-default.active,
.acc-yellow .btn.btn-default:active,
.acc-yellow .btn.btn-default:hover,
.acc-yellow .open>.dropdown-toggle.bg-dark .btn.btn-default,
.acc-yellow .open>.dropdown-toggle.btn.btn-default {
    box-shadow: none !important;
    color: #ff0 !important;
    background-color: #232323 !important;
    border-color: #ff0 !important;
    border: 2px solid #ff0
}

.acc-yellow .account-serv-main .service-auto-pay-search h3,
.acc-yellow .account-serv-main .service-auto-pay-search p,
.acc-yellow .imp-note p {
    color: #ff0
}

.acc-yellow .postBox.disabled .card-box {
    background: #6c6c6c
}

.acc-yellow .postBox.disabled {
    opacity: 1
}

.acc-yellow .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion {
    background: #232323
}

.acc-yellow .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-price .detail-info-wrap-pricetag .main-part .price,
.acc-yellow .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-title h3 {
    color: #ff0
}

.acc-yellow .current-accordion-wrapper .accordion-arrow svg {
    fill: #ff0
}

.acc-yellow .config-accordion-wrapper.config-accordion-ticked .config-accordion {
    background: #232323
}

.acc-yellow .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-status,
.acc-yellow .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-status,
.acc-yellow .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-status {
    background-color: #232323;
    color: #ff0
}

.acc-yellow .config-accordion-ticked .accordion-arrow svg {
    opacity: 1
}

.acc-yellow .config-accordion-wrapper.config-accordion-disabled-behaviour.config-accordion-ticked .config-accordion .accordion-arrow svg,
.acc-yellow .config-accordion-wrapper.config-accordion-disabled-behaviour .config-accordion .accordion-arrow svg,
.acc-yellow .config-accordion-wrapper.config-accordion-disabled.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #474948 !important
}

.acc-yellow .config-accordion-wrapper.config-accordion-ticked .config-accordion .accordion-arrow svg {
    fill: #ff0 !important
}

.acc-yellow .auto-load-accordians .config-accordion-wrapper .config-accordion .accordion-status {
    color: #232323;
    background: #ff0
}

.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 1px solid #232323
}

.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt h3 {
    color: #ff0
}

.acc-yellow .acc-black .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover,
.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt h3 {
    color: #232323
}

.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card:after {
    border-top-color: #ff0;
    bottom: -18px
}

.acc-yellow #addresses .address-edit-form-box {
    background: #232323
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label,
.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading h4,
.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading p,
.acc-yellow .auto-load-accordians .content-wrap p {
    color: #ff0
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover {
    background-color: #ff0;
    color: #232323
}

.acc-yellow .limit-check-box input[type=checkbox]+label,
.acc-yellow .limit-check-box input[type=radio]+label {
    color: #232323;
    background: #232323
}

.acc-yellow .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #ff0
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #232323;
    background: #ff0
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover {
    color: #232323
}

.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 2px solid #ff0;
    background-image: none !important
}

.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:before,
.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:before {
    border: 2px solid #ff0;
    background-image: none !important;
    background: #232323
}

.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=checkbox]+label:after,
.acc-yellow .unsub-payment-section.added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.card-pay-etisalat.address-open .view-card .view-card-txt .circle-check-radio input[type=radio]+label:after {
    border: 1px solid #232323;
    background: #ff0;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 31px;
    bottom: 31px;
    left: auto;
    content: "";
    border-radius: 50%
}

.acc-yellow .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-yellow .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover,
.acc-yellow .limit-check-box input[type=checkbox]:checked+label,
.acc-yellow .limit-check-box input[type=radio]:checked+label {
    background: #ff0;
    color: #232323
}

.acc-yellow .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label {
    color: #232323
}

.acc-yellow .auto-load-accordians .config-accordion-wrapper {
    border-top: 1px solid #ff0
}

.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-num,
.acc-yellow .paymentMessage p,
.acc-yellow .paymnet-confirmation .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-name {
    color: #ff0
}

.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    background-image: none !important;
    border: 2px solid #ff0
}

.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:after {
    border: 1px solid #232323;
    background: #ff0;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 26px;
    bottom: 26px;
    left: auto;
    content: "";
    border-radius: 50%
}

.acc-yellow .main-text,
.acc-yellow .tab-box-wrap label {
    color: #ff0;
    background-color: #232323
}

.acc-yellow .pay-on-text-block .main-text h2,
.acc-yellow .pay-on-text-block .main-text p {
    color: #ff0
}

.acc-yellow .accounts-wrapper .account-tiles-wrapper {
    border: 1px solid #ff0;
    background: #232323
}

.acc-yellow .accounts-wrapper .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number,
.acc-yellow .accounts-wrapper.payment-due h4,
.acc-yellow .mobile-data-user .userprofile-summary .userprofile-summary-middle .user-info .userprofile-profile-name-clients-name .change-name {
    color: #ff0
}

.acc-yellow .bg-green {
    background: #232323 !important;
    border: 1px solid #ff0
}

.acc-yellow .acc-black-ecare .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-yellow .acc-black-ecare .inner-payment-cards .pay-col .paymnet-card-chk .circle-check-radio input[type=radio]:checked+label:before {
    border: 1px solid #232323;
    background: #232323
}

.acc-yellow .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status {
    background: #ff0
}

.acc-yellow .config-accordion-wrapper.config-accordion-completed.config-accordion-ticked .config-accordion .accordion-status svg {
    fill: #232323 !important
}

.acc-yellow .modal .modal-content {
    background: #232323
}

.acc-yellow .billOverdue {
    color: #ff0
}

.acc-yellow .action-bar-wrapper .action-bar a.active {
    background: #232323;
    border: 2px solid #ff0
}

.acc-yellow .action-bar-selfcare .action-bar a,
.acc-yellow .action-bar-selfcare .action-bar a+a,
.acc-yellow .bills-payments-header .action-bar-wrapper .action-bar a {
    background: #232323
}

.acc-yellow #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li,
.acc-yellow #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs h3,
.acc-yellow #addresses.mob-services-content .address-edit-form-box .post-inner-heaiddngs p.small-txt,
.acc-yellow #addresses.mob-services-content .address-edit-form-box p.serv-cmpnt,
.acc-yellow #addresses.mob-services-content .heading-with-buttons h2,
.acc-yellow #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
.acc-yellow #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p,
.acc-yellow .account-serv-main .card-box.active-primary .your-phone span,
.acc-yellow .add-payment-footer .price-info-box .pkg-price-2 span,
.acc-yellow .add-payment-footer .price-info-box .top-txt-small,
.acc-yellow .add-payment-footer .price-info-box h3.pkg-price-1,
.acc-yellow .add-payment-footer.unsub-payment-footer .terms-txt,
.acc-yellow .alert-msg.warning h3,
.acc-yellow .bills-payments .news-section li .limit-check-box input[type=radio]+label,
.acc-yellow .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a.cancel:hover,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row .table-responsive table.table-payment-methods td .actionButtons a:hover,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row a,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row a .plusIcon,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row a:hover,
.acc-yellow.cancel-service .form-title h4,
.acc-yellow.cancel-service .text-section p,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown .primary .text .title,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown p,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text .number .user-profile-primary,
.acc-yellow .chat-history-header h4,
.acc-yellow .consumer-register-form .autoEnrolmentfullRegistration.eidVal .otp-options h5,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]+label,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]+label,
.acc-yellow .context-nav-box-wrap .context-nav-box a h5,
.acc-yellow .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table h6,
.acc-yellow .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table p,
.acc-yellow .current-pkg-info-section .text-and-table .text-and-table-table .table-title h4,
.acc-yellow .current-pkg-info-section .text-and-table .text-and-table-table .table-title p.table-title-p,
.acc-yellow .custom-select-links .links-div,
.acc-yellow .custom-select-links ul.links-inner-list li a,
.acc-yellow .dashboard-cards.alerts-section.see-all-news-section.news-section .label,
.acc-yellow .dashboard-cards .single-card.dashboard-Low b,
.acc-yellow .dashboard-cards .single-card.dashboard-Low span:last-child,
.acc-yellow .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.acc-yellow .data-table .dataTables_wrapper table.dataTable.data-table-past-bills thead tr th,
.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr.even,
.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr.odd,
.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr td b,
.acc-yellow .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label,
.acc-yellow .data-usage-wrap .need-help h5,
.acc-yellow .data-usage-wrap .need-help p,
.acc-yellow .data-usage-wrap .pkg-summary-section .pkg-sumr-heading .sumr-time,
.acc-yellow .data-usage-wrap .pkg-summary-section .smry-circles .circle-card-box>p,
.acc-yellow .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text p,
.acc-yellow .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .white-box-footer a,
.acc-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.acc-yellow .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.acc-yellow .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6,
.acc-yellow .floating-label-field.compound-control.floating-label-select.extratoviewusage label,
.acc-yellow .floating-label-field.floating-label-select label.floating-label,
.acc-yellow .forms-default-settings .consumer-register-form .form-title h3,
.acc-yellow .forms-default-settings .consumer-register-form .form-title p,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection .select2-selection__rendered,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label.selecLabel,
.acc-yellow .further-assisatnce a span,
.acc-yellow .heading-center.change-plan-heading h2,
.acc-yellow .heading-center.change-plan-heading h4,
.acc-yellow .heading-center h2,
.acc-yellow .heading-center h4,
.acc-yellow .heading-with-buttons h2,
.acc-yellow .help-action-bar label,
.acc-yellow .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input label,
.acc-yellow .help-support #getInTouch h2,
.acc-yellow .help-support .page-nav-wrap.bg-white .page-nav li a:hover,
.acc-yellow .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name h3,
.acc-yellow .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-number,
.acc-yellow .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align h3,
.acc-yellow .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt .v-align p,
.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk.pay-card-active,
.acc-yellow .main-menu-mobile .menu-account .menu-account-link,
.acc-yellow .main-menu-mobile .panel-group .panel-collapse .panel-body .item_sub-menu,
.acc-yellow .main-menu-mobile .panel-group.panel-footer-wraper .panel-languange a,
.acc-yellow .main-menu-mobile .panel-group .panel-heading .panel-title a,
.acc-yellow .main-text .h2,
.acc-yellow .main-text h1,
.acc-yellow .main-text h2,
.acc-yellow .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a,
.acc-yellow .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover,
.acc-yellow .modal-dialog .add-payment-card p,
.acc-yellow .modal-md-style .modal-dialog .modal-content .modal-header h5,
.acc-yellow .news-section .label,
.acc-yellow .no-data-pack h2,
.acc-yellow .page-nav-wrap .page-nav a,
.acc-yellow .pakages-extras .plans-table .pkg-extra-heading h2,
.acc-yellow .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .tiles-box p.back-text,
.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price,
.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .main-part .price-specs,
.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .detail-info-wrap-pricetag .detail-price-new .top-card-txt,
.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6,
.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .tiles-box-list .tiles-box-line h6 span.tiles-box-number,
.acc-yellow .pkg-summary-section .pkg-sumr-heading h2,
.acc-yellow .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2,
.acc-yellow .pkg-summary-section .smry-circles .circle-card-box .circle-wrap .circle-content h2+span,
.acc-yellow .pkg-summary-section .smry-circles .circle-card-box h3,
.acc-yellow .pkges-details-2-table-txt p,
.acc-yellow .pkgs-addons-methods .heading-with-buttons h2,
.acc-yellow .plans-table.plans-table-A .tile-table.promo .tile .tiles-box p,
.acc-yellow .plans-table.plans-table-A .tile-table.promo .tile .tiles-box ul li,
.acc-yellow .qa-accordain-wrap .viewall,
.acc-yellow .qa-accordion-content.default,
.acc-yellow .qa-accordion-toggle,
.acc-yellow .qa-heading h4,
.acc-yellow .quickpay_wrapper .swiper-wrapper .swiper-slide h2.heading-bigger,
.acc-yellow .rt-intercept-bodystyle p,
.acc-yellow .rt-intercept-btn-close,
.acc-yellow .rt-intercept-headingstyle p,
.acc-yellow .section-data-box h4,
.acc-yellow .section-padding .pkges-details-2-table-txt .table-responsive p,
.acc-yellow .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td,
.acc-yellow .see-all-reccords a,
.acc-yellow .support-hostry-tab h2.b2c-sub-heading,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods.bpPaybills.payBillsTable tbody tr td,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td:first-child,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods thead tr th,
.acc-yellow .text-and-table.needMoreHelp-widget>div.table-summary .items>ul a,
.acc-yellow .text-and-table.needMoreHelp-widget>div.table-summary .items>ul li h3,
.acc-yellow .text-and-table>div.table-summary .items>ul li,
.acc-yellow .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row .addSender a,
.acc-yellow .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row h6,
.acc-yellow .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .data-form-row p,
.acc-yellow .tiles-box-wrap .tile-with-bkg .tiles-box h4,
.acc-yellow .tiles-box-wrap .tile-with-bkg .tiles-box p,
.acc-yellow .tiles-box-wrap .tiles-box.content h4,
.acc-yellow .trackAcomplain .trackingSearch-style .trackingSearch,
.acc-yellow .userprofile-summary .account-balance .userprofile-profile-status-column-title,
.acc-yellow .userprofile-summary .account-balance .userprofile-profile-status-money .amount-sub,
.acc-yellow .userprofile-summary .account-balance .userprofile-profile-status-money .status-amount,
.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-name h3,
.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-parameters,
.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary,
.acc-yellow .userprofile-summary .userprofile-summary-middle .user-information-columns a,
.acc-yellow .white-boxs-section .white-box-col .white-box-headings h3,
.acc-yellow .white-boxs-section .white-box-col .white-box-headings h3.green-txt,
.acc-yellow .white-boxs-section .white-box-col .white-box-headings h5,
.acc-yellow .your-packages .packages-heading h2,
.acc-yellow .your-packages .single-colunm p .listing-icon-txt {
    color: #ff0
}

.acc-yellow .trackAcomplain .trackingSearch-style .trackingSearch::-webkit-input-placeholder,
.acc-yellow .trackAcomplain .trackingSearch-style .trackingSearch::placeholder {
    color: #ff0
}

.acc-yellow .add-payment-footer.unsub-payment-footer .terms-txt a,
.acc-yellow .added-bill-payment-section #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card-txt h3,
.acc-yellow .bills-payments .floating-label-input input[type=number],
.acc-yellow .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b,
.acc-yellow .dashboard-cards .single-card.dashboard-High h4,
.acc-yellow .dashboard-cards .single-card.dashboard-High p,
.acc-yellow .dashboard-cards .single-card.dashboard-High span:last-child,
.acc-yellow .dashboard-cards .single-card.dashboard-Low p,
.acc-yellow .dashboard-cards .single-card.dashboard-Mid h4,
.acc-yellow .dashboard-cards .single-card.dashboard-Mid p,
.acc-yellow .dashboard-cards .single-card.generic_red p,
.acc-yellow .dashboard-pattern .seeall,
.acc-yellow .floating-label-field.floating-label-select .select2-container .select2-selection .select2-selection__rendered,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields .alert-label,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields input,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields label,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-error-fields textarea,
.acc-yellow .main-menu-mobile .panel-group.panel-footer-wraper .panel-collapse a,
.acc-yellow .main-menu-mobile .panel-group.panel-footer-wraper .panel-default a,
.acc-yellow .picker__day.picker__day--infocus.picker__day--today.picker__day--highlighted,
.acc-yellow .picker__holder .picker__day--highlighted,
.acc-yellow .section-padding .action-buttons-wrapper .action-buttons-container a,
.acc-yellow .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    color: #ff0 !important
}

.acc-yellow .pakages-extras {
    background: #232323;
    border-top: 1px solid #ff0;
    border-bottom: 1px solid #ff0
}

.acc-yellow .bills-payments .news-section li .limit-check-box input[type=radio]+label,
.acc-yellow .bills-payments .news-section li:first-child .limit-check-box input[type=radio]+label,
.acc-yellow .custom-select-links ul.links-inner-list,
.acc-yellow .pkg-summary-section .smry-circles .circle-card-box,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods {
    border: 1px solid #ff0
}

.acc-yellow .material-switch>input[type=checkbox]:checked+label:before,
.acc-yellow .text-with-switch .forms-default-settings .consumer-register-form .form.modified-form .box-newsletters .material-switch label:before {
    background: #232323;
    opacity: 1;
    border: 2px solid #ff0
}

.acc-yellow .alert_wrapper,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown,
.acc-yellow .filled.out-of-bundel canvas {
    background: #232323;
    border: 2px solid #ff0;
    color: #ff0
}

.acc-yellow .alert_wrapper.login-error,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown.login-error,
.acc-yellow .filled.out-of-bundel canvas.login-error {
    padding: 1rem
}

.acc-yellow .white-boxs-section .white-box-col {
    background: #232323;
    color: #ff0
}

.acc-yellow .add-payment-footer,
.acc-yellow .alert-msg.ceased .alert-bg,
.acc-yellow .alert-msg.fail .alert-bg,
.acc-yellow .alert-msg.success .alert-bg,
.acc-yellow .bg-gray-static,
.acc-yellow .bg-lighter,
.acc-yellow .block-promo-sms-wrapper .table-payment-methods-row a .plusIcon,
.acc-yellow.cancel-service .bg-gray-simple,
.acc-yellow .custom-select-links ul.links-inner-list,
.acc-yellow .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr,
.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr.even,
.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr.odd,
.acc-yellow .help-support .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td,
.acc-yellow .loader-disable-screen,
.acc-yellow .main-menu-mobile .menu-account,
.acc-yellow .main-menu-mobile .panel-group .panel,
.acc-yellow .main-menu-mobile .panel-group.panel-footer-wraper,
.acc-yellow .main-menu-mobile .panel-group .panel-heading,
.acc-yellow .main-menu-mobile.sticky,
.acc-yellow .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu,
.acc-yellow .modal-md-style .modal-dialog,
.acc-yellow .plans-table.plans-table-A .tile-table .tile .tiles-box,
.acc-yellow .plans-table .tile-table .tile:hover .read-more,
.acc-yellow .row-context-nav>.container-fluid,
.acc-yellow .tab-box-wrap .swiper-slide,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr:nth-child(2n),
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods thead tr,
.acc-yellow .trackAcomplain .trackingSearch-style .trackingSearch {
    background: #232323
}

.acc-yellow .alert-msg.warning .alert-bg {
    background-color: #232323
}

.acc-yellow .bills-payments .floating-label-input input[type=number]:focus,
.acc-yellow .bills-payments .floating-label-input input[type=text],
.acc-yellow .bills-payments .floating-label-input input[type=text]:focus,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    border-bottom: 1px solid #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card,
.acc-yellow .context-nav-box-wrap .context-nav-box,
.acc-yellow .help-action-bar.further-assisatnce.bg-plain-grey {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img,
.acc-yellow .eLife-landline-services .forms-default-settings .consumer-register-form .form.modified-form .form-section .box-newsletters .material-switch label:before,
.acc-yellow .trackBtn button {
    background: #232323;
    border: 2px solid #ff0
}

.acc-yellow #addresses.mob-services-content .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-img svg g {
    fill: #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card:hover {
    border: 1px solid #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    bottom: -17px
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .address-edit-form-box .container-fluid,
.acc-yellow .tile-card__back,
.acc-yellow .tile-card__front,
.acc-yellow .trackAcomplain .trackingSearch-style .trackingSearch {
    border: 1px solid #ff0
}

.acc-yellow #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg,
.acc-yellow #addresses.mob-services-content .address-edit-form-box .cmp-icons ul li .icon-cmp svg g {
    stroke: #ff0
}

.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box .read-more {
    background: #232323 !important;
    border-top: 1px solid #ff0
}

.acc-yellow .plans-table .tile-table .tile .tiles-box #read-more-triangle-img {
    display: none
}

.acc-yellow .context-nav-box-wrap .context-nav-box:after,
.acc-yellow .context-nav-box-wrap .context-nav-box h5:after,
.acc-yellow .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover,
.acc-yellow .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label:hover,
.acc-yellow .history-status li span.status:after,
.acc-yellow .picker__holder .picker__day--highlighted,
.acc-yellow .plans-table.plans-table-A .tile-table.promo .tile .tiles-box .tiles-box-list .tiles-box-line .progress .progress-bar,
.acc-yellow .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover,
.acc-yellow .tab-box-wrap label.checkedClass,
.acc-yellow .tab-box-wrap label.checkedClass:hover,
.acc-yellow .tab-box-wrap label:hover,
.acc-yellow .tiles-box-wrap .tile-with-bkg .tiles-box:after,
.acc-yellow .tiles-box-wrap .tiles-box p:before,
.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #ff0
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-yellow .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label:hover,
.acc-yellow .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]:checked+label:hover,
.acc-yellow .pakages-extras .plans-table .row-tiles-table .tile-table.promo .tile-card .tile .tiles-box:after {
    background-color: #ff0 !important
}

.acc-yellow .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label:hover,
.acc-yellow .data-usage-wrap .bill-list li .limit-check-box input[type=radio]:checked+label,
.acc-yellow .tab-box-wrap label.checkedClass,
.acc-yellow .tab-box-wrap label.checkedClass:hover,
.acc-yellow .tab-box-wrap label:hover {
    color: #232323
}

.acc-yellow .data-usage-wrap .need-help {
    background: #232323;
    border-top: 1px solid #ff0
}

.acc-yellow .current-pkg-info-section,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day,
.acc-yellow .help-support .userprofile-summary,
.acc-yellow .main-menu-mobile .panel-group.panel-footer-wraper .panel .panel-heading,
.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary,
.acc-yellow table.dataTable thead tr th {
    background: #232323 !important
}

.acc-yellow .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.acc-yellow .smalltext,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge,
.acc-yellow .text-green {
    color: #ff0 !important
}

.acc-yellow .alert-msg.warning .alert-bg .errorIcon .iconItem svg,
.acc-yellow .your-packages .single-colunm p .listing-icon svg {
    fill: #ff0
}

.acc-yellow .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg,
.acc-yellow .pakages-extras .plans-table.plans-table-A .tile-table.promo .tile .tile-card__back .flip-icon svg g {
    fill: #ff0 !important
}

.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-parameters svg g {
    stroke: #ff0 !important
}

.acc-yellow .action-buttons-wrapper a span svg,
.acc-yellow .context-nav-box-wrap .context-nav-box .icon-area svg,
.acc-yellow .further-assisatnce a svg,
.acc-yellow .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg,
.acc-yellow .main-menu-mobile .menu-account .menu-account-link svg,
.acc-yellow .text-and-table.needMoreHelp-widget .icon-area svg {
    stroke: #ff0;
    filter: brightness(500)
}

.acc-yellow .action-buttons-wrapper a span svg g,
.acc-yellow .context-nav-box-wrap .context-nav-box .icon-area svg g,
.acc-yellow .further-assisatnce a svg g,
.acc-yellow .help-support .userprofile-summary .user-info .userprofile-profile-name-clients-name svg g,
.acc-yellow .main-menu-mobile .menu-account .menu-account-link svg g,
.acc-yellow .text-and-table.needMoreHelp-widget .icon-area svg g {
    stroke: #ff0 !important
}

.acc-yellow .profile-settings-pattern .main-text {
    background-color: transparent
}

.acc-yellow .help-support .page-nav-wrap.bg-white .page-nav li a.active,
.acc-yellow .help-support .page-nav-wrap.bg-white .page-nav li a:hover {
    border-bottom: 4px solid #ff0 !important
}

.acc-yellow .qa-heading .smaller li .limit-check-box input[type=radio]+label {
    color: #ff0;
    border: 1px solid #ff0
}

.acc-yellow .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label:hover {
    color: #232323 !important;
    border: 1px solid #ff0
}

.acc-yellow .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list label {
    border-color: #ff0 !important;
    color: #ff0 !important
}

.acc-yellow .qa-heading .smaller li .limit-check-box input[type=radio]:checked+label {
    border-color: #ff0 !important;
    color: #232323 !important;
    background: #ff0 !important
}

.acc-yellow .bills-payments .accept-and-continue-footer,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown ul li {
    border-top: 1px solid #ff0
}

.acc-yellow .tiles-box-wrap .tile-with-bkg:hover div.cover:after {
    background-color: rgba(0, 0, 0, .8)
}

.acc-yellow .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label,
.acc-yellow .support-hostry-tab .forms-default-settings .consumer-register-form .form.modified-form .form-section .bill-list li .limit-check-box input[type=radio]:checked+label,
.acc-yellow .support-hostry-tab .smaller li .limit-check-box input[type=radio]:checked+label {
    color: #232323 !important
}

.acc-yellow .alert-msg.fail h3,
.acc-yellow .alert-msg.success h3,
.acc-yellow .alert-msg.warning h3 {
    color: #ff0
}

.acc-yellow .alert-msg.fail .alert-bg,
.acc-yellow .alert-msg.success .alert-bg,
.acc-yellow .alert-msg.warning .alert-bg {
    border: 1px solid #ff0
}

.acc-yellow .tab-box-wrap .tab-box-label {
    border-bottom: 2px solid #ff0
}

.acc-yellow .main-menu-mobile .panel-group .panel-heading .panel-title .arrow_accordion:after {
    border: solid #ff0;
    border-width: 0 1px 1px 0
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tile,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tile,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tile,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tile,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tile,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tile,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tile,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tile,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tile {
    background-color: #232323
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title {
    background: url(../img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #6C6C6 C6, #3d3434);
    border: 1px solid #ff0;
    width: 100%
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .special-offer,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .special-offer {
    background-color: #232323;
    color: #ff0
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .smile-points,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .smile-points {
    background: #232323;
    color: #ff0;
    border: 1px solid #ff0;
    border-bottom: 0
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list {
    border-left: 1px solid #ff0;
    border-right: 1px solid #ff0
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number {
    color: #ff0
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.silver-number:before {
    background-color: #aeaf89
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList li.platinum-number:before {
    background-color: #595783
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .tiles-box-list .bottom-text,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .detail-price-new,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .detail-price-new .from,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .bottom-text {
    color: #ff0
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .device-card.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card .read-more,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card .read-more {
    background-color: #232323;
    color: #ff0;
    border: 1px solid #ff0;
    border-radius: 0 0 10px 10px
}

.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .device-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .device-card.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .device-card.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .plan-card.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card:hover .smile-points,
.acc-yellow .bg-cards .product-home-card.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #ff0;
    border-right: 1px solid #ff0
}

.acc-yellow .bg-cards .device-card-selection.offer .tile-card .price,
.acc-yellow .bg-cards .device-card-selection.offer .tile-card .smile-points,
.acc-yellow .bg-cards .device-card-selection.offer .tile-card small,
.acc-yellow .bg-cards .device-card.offer .tile-card .price,
.acc-yellow .bg-cards .device-card.offer .tile-card .smile-points,
.acc-yellow .bg-cards .device-card.offer .tile-card small,
.acc-yellow .bg-cards .device-multi-card-selection.offer .tile-card .price,
.acc-yellow .bg-cards .device-multi-card-selection.offer .tile-card .smile-points,
.acc-yellow .bg-cards .device-multi-card-selection.offer .tile-card small,
.acc-yellow .bg-cards .device-single-card-selection.offer .tile-card .price,
.acc-yellow .bg-cards .device-single-card-selection.offer .tile-card .smile-points,
.acc-yellow .bg-cards .device-single-card-selection.offer .tile-card small,
.acc-yellow .bg-cards .plan-card.offer .tile-card .price,
.acc-yellow .bg-cards .plan-card.offer .tile-card .smile-points,
.acc-yellow .bg-cards .plan-card.offer .tile-card small,
.acc-yellow .bg-cards .plan-multi-card-selection.offer .tile-card .price,
.acc-yellow .bg-cards .plan-multi-card-selection.offer .tile-card .smile-points,
.acc-yellow .bg-cards .plan-multi-card-selection.offer .tile-card small,
.acc-yellow .bg-cards .plan-single-card-selection.offer .tile-card .price,
.acc-yellow .bg-cards .plan-single-card-selection.offer .tile-card .smile-points,
.acc-yellow .bg-cards .plan-single-card-selection.offer .tile-card small,
.acc-yellow .bg-cards .product-grid.offer .tile-card .price,
.acc-yellow .bg-cards .product-grid.offer .tile-card .smile-points,
.acc-yellow .bg-cards .product-grid.offer .tile-card small,
.acc-yellow .bg-cards .product-home-card.offer .tile-card .price,
.acc-yellow .bg-cards .product-home-card.offer .tile-card .smile-points,
.acc-yellow .bg-cards .product-home-card.offer .tile-card small {
    color: #ff0
}

.acc-yellow .bg-cards .device-card-selection.offer .tile-card .read-more,
.acc-yellow .bg-cards .device-card.offer .tile-card .read-more,
.acc-yellow .bg-cards .device-multi-card-selection.offer .tile-card .read-more,
.acc-yellow .bg-cards .device-single-card-selection.offer .tile-card .read-more,
.acc-yellow .bg-cards .plan-card.offer .tile-card .read-more,
.acc-yellow .bg-cards .plan-multi-card-selection.offer .tile-card .read-more,
.acc-yellow .bg-cards .plan-single-card-selection.offer .tile-card .read-more,
.acc-yellow .bg-cards .product-grid.offer .tile-card .read-more,
.acc-yellow .bg-cards .product-home-card.offer .tile-card .read-more {
    background-color: #232323
}

.acc-yellow .bg-cards .device-card-selection.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .device-card.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .device-multi-card-selection.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .device-single-card-selection.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .plan-card.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .plan-single-card-selection.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .product-grid.offer .tile-card .before-price-container,
.acc-yellow .bg-cards .product-home-card.offer .tile-card .before-price-container {
    background-color: #232323;
    color: #ff0
}

.acc-yellow .callback-singleButton.callback-green {
    background: #232323
}

.acc-yellow .callback-singleButton a {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow .callback-singleButton .allback-singleButton-title {
    color: #ff0
}

.acc-yellow .profile-settings-pattern {
    background: #232323;
    background: linear-gradient(135deg, #232323, #6C6C6 C6 25%, #232323 68%, #232323 100%, #6C6C6 C6 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#709e18", endColorstr="#bbe545", GradientType=1)
}

.acc-yellow .profile-settings-pattern:before {
    filter: grayscale(1)
}

.acc-yellow .profile-settings-pattern .main-text-profile-settings {
    background-color: transparent
}

.acc-yellow .action-bar-selfcare .action-bar a {
    color: #ff0
}

.acc-yellow .action-bar-selfcare .action-bar a.active:active,
.acc-yellow .action-bar-wrapper .action-bar a.active {
    color: #ff0 !important;
    border-top: 2px solid #ff0;
    background-color: #232323
}

.acc-yellow h2.b2c-sub-heading {
    color: #ff0;
    border-bottom: 2px solid #ff0
}

.acc-yellow .help-me .profile-setting-mask .overlay-image {
    filter: grayscale(1)
}

.acc-yellow .forms-default-settings .consumer-register-form .form-title h3,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .forgot-label,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .hint,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section label,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section label.control-label {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:focus input:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-webkit-autofill:hover,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:focus,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input select:-webkit-autofill:hover,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border-color: #ff0;
    -webkit-text-fill-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted input {
    color: #ff0;
    border-bottom: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.has-accepted span svg * {
    stroke: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.valid {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:-moz-read-only {
    border-color: #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.datepicker:read-only {
    border-color: #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:focus {
    border-color: #ff0;
    border-bottom: 2px solid #ff0 !important;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:valid {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:-ms-input-placeholder,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-webkit-input-placeholder,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::placeholder {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input::-moz-placeholder {
    color: #333
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=radio]+label:before {
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=radio]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=checkbox]+label:before {
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input {
    border-bottom: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.promo-code-field input.valid {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_check_circle_orange_64.svg);
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input[readonly] {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    background-color: transparent !important;
    -webkit-autofill: #ff0 !important;
    border-bottom: 1px dashed #ff0;
    color: #ff0;
    text-shadow: 0 0 0 #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea {
    border: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:-moz-read-only:focus {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea.floating-label-textarea-view textarea:read-only:focus {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:focus {
    border-color: #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea:valid,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:-moz-read-only {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:read-only {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:-moz-read-only {
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea.datepicker:read-only {
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:focus {
    outline: none;
    border-color: #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-textarea textarea:valid {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker input.valid {
    background-image: none
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .inner-icon svg * {
    stroke: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder {
    background: #232323
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header {
    border-bottom: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:hover {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before {
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--next:before * {
    fill: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:hover {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before * {
    fill: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header select {
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day:hover {
    background: #232323;
    color: #ff0;
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__weekday {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--disabled:hover {
    background: #232323;
    color: #ff0;
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-selection:focus {
    border-bottom: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-left: 0;
    background-color: #232323;
    border: 1px solid #ff0;
    padding: 5px
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li {
    border-bottom: 1px solid #ff0;
    color: #ff0 !important
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:last-child {
    border-bottom: none !important
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
    color: #ff0 !important
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected=true],
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul li:hover.select2-results__option--highlighted {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_checked_dark_16.svg);
    color: #ff0 !important;
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up.svg) no-repeat;
    background-size: 16px;
    fill: #ff0;
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b * {
    fill: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down.svg) no-repeat;
    filter: brightness(500);
    background-size: 16px;
    fill: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select .select2-container .select2-selection__arrow b * {
    fill: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted select {
    color: #ff0;
    border-bottom: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-accepted span svg * {
    stroke: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select {
    border-bottom: 1px solid #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:focus,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:valid {
    border-color: #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select[readonly] {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.disabled select:not(.datepicker),
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select.disabled:not(.datepicker),
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select select:disabled:not(.datepicker) {
    -webkit-autofill: #ff0 !important;
    border-bottom: 2px dotted #ff0;
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select label {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container.select2-container--default.select2-container--open .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_up_red.svg) no-repeat;
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-select.has-error-fields .select2-container .select2-selection__arrow b {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down_red.svg) no-repeat;
    filter: brightness(500)
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio {
    color: #ff0
}

@media (min-width:992px) and (min-width:414px) {

    .acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=radio]:checked+label:before,
    .acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=radio]:checked+label:before {
        background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
    }
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox label,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .view-only label {
    color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .floating-label-input.btn-upload-salary-certificate .btn-request-token:hover .outside-icon svg {
    fill: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow #information .action-buttons-wrapper .action-buttons-container a,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .smiles-newsletter-card p {
    color: #ff0
}

.acc-yellow .action-buttons-wrapper a span svg {
    fill: #232323
}

.acc-yellow .box-newsletters p,
.acc-yellow .newsletters-wrapper .box-newsletters h4,
.acc-yellow .note-applies p {
    color: #ff0
}

.acc-yellow .box-newsletters p a {
    color: #ff0 !important
}

.acc-yellow .box-newsletters .material-switch label:before {
    background: #ff0
}

.acc-yellow #interests .page-nav-wrap .page-nav a {
    color: #ff0
}

.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box {
    background: #232323;
    border: 1px solid #ff0
}

.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box .icon-area svg g * {
    stroke: #ff0
}

.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box h5:after,
.acc-yellow .img-overlay-txt-boxs .img-overlay-box-col .img-overlay-txt-box-data .img-overlay-txt:before {
    background-color: #ff0
}

.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box a h5 {
    color: #ff0
}

.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box.hover,
.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box:hover {
    background-color: #232323
}

.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box.hover a .icon-area svg *,
.acc-yellow .help-me .media-interests .media-interests-col .media-interests-box:hover a .icon-area svg * {
    stroke: #ff0
}

.acc-yellow .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li.active a {
    color: #ff0
}

.acc-yellow #interests .page-nav-wrap.affix {
    background-color: #232323;
    border: 1px solid #ff0
}

.acc-yellow .page-nav-wrap.prf-nav-wrap #page-nav.page-nav-menu-wrap .nav-tabs li a:hover {
    color: #ff0;
    border-bottom: 4px solid #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    background-color: #232323;
    border: 1px solid #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt h3,
.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt p {
    color: #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card .view-card-txt .btn.address-primary,
.acc-yellow .profile-settings-addresses .view-card:hover {
    border: 1px solid #ff0 !important
}

.acc-yellow .help-me .consumer-register-form .form .form-address-bottom .address-del-btn {
    color: #ff0
}

.acc-yellow .business-register-form svg g *,
.acc-yellow .consumer-register-form svg g * {
    stroke: #ff0
}

.acc-yellow #addresses .address-cancel {
    color: #ff0
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box.address-open .view-card:after {
    border-top: 15px solid #ff0
}

.acc-yellow .help-me.profile-payment-methods .table-payment-methods thead tr {
    background-color: #232323
}

.acc-yellow .bills-payments .news-section input[type=checkbox]:checked+label:before,
.acc-yellow .help-me.profile-payment-methods .table-payment-methods tbody tr td,
.acc-yellow .help-me.profile-payment-methods .table-payment-methods thead tr th {
    color: #ff0;
    border: 1px solid #ff0 !important;
    background-color: #232323
}

.acc-yellow .help-me.profile-payment-methods .table-payment-methods thead tr th span svg g * {
    stroke: #ff0
}

.acc-yellow .help-me.profile-payment-methods .table-payment-methods tbody tr td span svg {
    filter: brightness(500)
}

.acc-yellow .help-me.profile-payment-methods .table-payment-methods tbody tr td span svg g * {
    stroke: #ff0
}

.acc-yellow .help-me.profile-payment-methods .note-paragraph p {
    color: #ff0
}

.acc-yellow .renew-id-modal {
    background: #232323
}

.acc-yellow .renew-id-modal .modal-dialog .modal-content .modal-header .close svg {
    stroke: #ff0
}

.acc-yellow .renew-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    filter: brightness(500)
}

.acc-yellow .renew-id-modal .modal-dialog .modal-content .main-title h5 {
    color: #ff0
}

.acc-yellow .renew-id-modal .modal-dialog .modal-content .main-title {
    border-bottom: 2px solid #ff0
}

.acc-yellow .renew-id-modal .modal-dialog .modal-content .modal-body .main-text h3,
.acc-yellow .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p.blackText,
.acc-yellow .renew-id-modal .modal-dialog .modal-content .modal-body .main-text p a.greenText {
    color: #ff0
}

.acc-yellow .bulk-tile-eid {
    background: #232323
}

.acc-yellow .renew-id-modal .modal-dialog .modal-content .modal-body .main-text .eid-upload h5 {
    color: #ff0
}

.acc-yellow .bulk-tile-eid .card-box {
    min-height: 60px
}

.acc-yellow .update-id-modal .modal-dialog .modal-content {
    background: #232323
}

.acc-yellow .update-id-modal .modal-dialog .modal-content .modal-header .close svg {
    stroke: #ff0
}

.acc-yellow .update-id-modal .modal-dialog .modal-content .modal-header .modal-arrow-dismiss {
    filter: brightness(500)
}

.acc-yellow .update-id-modal .modal-dialog .modal-content .main-title {
    border-bottom: 2px solid #ff0
}

.acc-yellow .update-id-modal .modal-dialog .modal-content .main-title h5 {
    color: #ff0
}

.acc-yellow .submenu-dropdown {
    background-color: #232323;
    border: 1px solid #ff0
}

.acc-yellow .custom-select-links .links-div,
.acc-yellow .has-menu .submenu-dropdown li {
    border-bottom: 1px solid #ff0
}

.acc-yellow .submenu-dropdown ul li a:hover {
    color: #ff0 !important
}

.acc-yellow .custom-select-links .links-div.collapsed:before {
    background: url(../../../b2c/assets/img/self-care-profile/Icon_arrow_down-white.svg) no-repeat
}

.acc-yellow .circle-check-radio input[type=checkbox]:checked+label:before,
.acc-yellow .circle-check-radio input[type=radio]:checked+label:before,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:before,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:before,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:before,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>');
    border: 2px solid #ff0
}

.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]:checked+label:after,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]:checked+label:after,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:after,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:after {
    background: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .checkbox input[type=checkbox]:checked+label:after,
.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section.horizontal-checkboxes .radio input[type=checkbox]:checked+label:after {
    left: 8px
}

.acc-yellow .circle-check-radio input[type=checkbox]:checked+label:after,
.acc-yellow .circle-check-radio input[type=radio]:checked+label:after {
    background: #ff0
}

.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=checkbox]:checked+label:before,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .radio input[type=checkbox]:checked+label:before {
    background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g fill-rule="evenodd" fill="none" stroke-width="3" stroke="none" id="icon_checkbox_radio_selected"> <g> <g> <g fill="%23FFFFFF" transform="translate(4.000000, 4.000000)"> <circle id="Oval" cx="28" cy="28" r="28"/> </g> <g transform="translate(20.000000, 20.000000)" stroke-linecap="round" stroke-width="3" stroke="%23100000" stroke-linejoin="round"> <polyline id="Line" points="22.5 4.5 9.70414858 19.62 1.5 11.6285446"/> </g> </g> </g> </g> </svg>')
}

.acc-yellow .bg-plain-grey {
    background-color: #232323 !important;
    background: #232323 !important
}

.acc-yellow .bills-payments .table-payment-methods-row .table-responsive table.table-payment-methods tr td b,
.acc-yellow .pkgs-addons-methods .heading-with-buttons p {
    color: #ff0
}

.acc-yellow .bills-payments .floating-label-input input:disabled {
    color: #ff0;
    border-bottom: 1px dashed #ff0 !important
}

.acc-yellow .bills-payments .outside-icon.tooltipped svg g *,
.acc-yellow .change-user .userprofile-profile-name-clients-name .user-dropdown ul li .text span span g *,
.acc-yellow .data-usage-wrap .usage-stats .white-row-set .white-col-set .white-box-col .usage-text span g *,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td svg g * {
    stroke: #ff0
}

.acc-yellow .pagination-all .pagination-list li.active a,
.acc-yellow .pagination-all .pagination-list li.active span,
.acc-yellow .pagination-all .pagination-list li a,
.acc-yellow .pagination-all .pagination-list li span {
    color: #ff0
}

.acc-yellow .pagination-all .pagination-list li a:hover {
    background: #232323;
    color: #ff0
}

.acc-yellow .bills-payments .floating-label-input input[type=text],
.acc-yellow .heading-with-buttons-small h2,
.acc-yellow .heading-with-buttons-small p,
.acc-yellow .pagination-all .pagination-list li.see-all a {
    color: #ff0
}

.acc-yellow .inner-payment-cards .pay-col .paymnet-card-chk .pay-card-icon svg g * {
    stroke: #ff0
}

.acc-yellow .added-bill-payment-section .address-edit-form-box .card-edit-inner-heading h4,
.acc-yellow .added-bill-payment-section .address-edit-form-box .pay-balance-with-box h4,
.acc-yellow .added-bill-payment-section .address-edit-form-box .points-pay-box p,
.acc-yellow .points-bar.filters .points-bar-col-1 h4,
.acc-yellow .points-bar.filters h4 {
    color: #ff0
}

.acc-yellow .filters #ex1Slider .slider-track,
.acc-yellow .filters #ex2Slider .slider-track {
    background: #ff0
}

.acc-yellow .filters #ex1Slider .slider-track .slider-handle,
.acc-yellow .filters #ex2Slider .slider-track .slider-handle {
    background: #232323
}

.acc-yellow .bills-payments .floating-label-input.new-amount label,
.acc-yellow .bills-payments .recharge-amount.pay-other-recharge p,
.acc-yellow .points-bar.filters h4.color-green {
    color: #ff0
}

.acc-yellow .filters #ex1Slider .slider-selection,
.acc-yellow .filters #ex2Slider .slider-selection,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    background: #ff0
}

.acc-yellow .request-credit-tab .request-for-credits-form .save-section p,
.acc-yellow .termstext {
    color: #ff0
}

.acc-yellow .data-table .dataTables_wrapper table {
    background-color: #232323;
    border: 1px solid #ff0
}

.acc-yellow .text-success {
    color: #ff0
}

.acc-yellow .text-danger {
    color: #ff0 !important
}

.acc-yellow .pagination-all .page-total {
    color: #ff0
}

.acc-yellow .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.even,
.acc-yellow .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.odd {
    background-color: #232323
}

.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg {
    filter: brightness(500)
}

.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr td span.inner-icon svg g * {
    stroke: #ff0
}

.acc-yellow .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr.shown,
.acc-yellow .bills-payments .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    background-color: #232323 !important
}

.acc-yellow .data-table .dataTables_wrapper table.dataTable tbody tr td span {
    color: #ff0
}

.acc-yellow .bills-payments .breakdown-bill-table tr td,
.acc-yellow .breakdown-bill-table tr td label {
    color: #ff0 !important
}

.acc-yellow .data-table h2,
.acc-yellow .progress-bar-new-wrapper span,
.acc-yellow .progress-bar-new-wrapper span small,
.acc-yellow .progress-bar-new div span label.total {
    color: #ff0
}

.acc-yellow .progress-bar-new div span label.total:before {
    border-top: 1px solid #ff0
}

.acc-yellow .bills-payments .payment-history-tab .datefilter p,
.acc-yellow .progress-bar-new-wrapper .rental-charge-text label {
    color: #ff0
}

.acc-yellow .progress-bar-new div span {
    background-color: #232323 !important
}

.acc-yellow .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span,
.acc-yellow .progress-bar-new-wrapper .calls-text label,
.acc-yellow .progress-bar-new-wrapper .data-text label,
.acc-yellow .progress-bar-new-wrapper .one-time-text label {
    color: #ff0
}

.acc-yellow .bills-payments .floating-label-input input[type=number]:focus,
.acc-yellow .payment-history .table-payment-methods-row .table-responsive table.table-payment-methods tr td span {
    color: #ff0 !important
}

.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .checkbox input[type=radio]+label:before,
.acc-yellow .consumer-register-form .form.modified-form .row>.form-section .radio input[type=radio]+label:before,
.acc-yellow .form .checkbox label:before,
.acc-yellow .form .radio label:before {
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:focus input:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .login-form input:-webkit-autofill:hover,
.acc-yellow .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:focus,
.acc-yellow .forms-default-settings .consumer-register-form .login-form select:-webkit-autofill:hover,
.acc-yellow .forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill,
.acc-yellow .forms-default-settings .consumer-register-form .login-form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.acc-yellow input:-webkit-autofill,
.acc-yellow select:-webkit-autofill,
.acc-yellow textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #232323 inset !important;
    transition: background-color 5000s ease-in-out 0s
}

.acc-yellow .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a,
.acc-yellow .menu-order .navbar .navbar-right .sub-account-menu-wrap.sub-account-menu-wrap-list .sub-account-menu li a:hover {
    color: #ff0
}

.acc-yellow .form .radio input[type=radio]:checked~label:before,
.acc-yellow input[type=checkbox]:checked+label:before {
    background-image: url(../../../b2c/assets/img/self-care-profile/icon_checkbox_radio_selected_dark_64-white.svg)
}

.acc-yellow .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b,
.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
    color: #232323 !important
}

.acc-yellow .bills-payments .floating-label-input input+.custom-error,
.acc-yellow .dashboard-cards .single-card.dashboard-Mid b,
.acc-yellow .dashboard-cards .single-card.dashboard-Mid span:last-child {
    color: #ff0 !important
}

.acc-yellow .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
    color: #ff0 !important;
    border-bottom: 1px solid #ff0 !important
}

.acc-yellow .support-hostry-tab.track-your-complaint .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    background-color: #ff0 !important;
    color: #232323 !important
}

.acc-yellow .accessibility-overlay.modal .modal-content .modal-header .close svg {
    stroke: #ff0;
    fill: #ff0
}

.acc-yellow .selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-large,
.acc-yellow .userprofile-summary .account-balance .userprofile-profile-status-container,
.acc-yellow table.dataTable.no-footer,
.acc-yellow table.dataTable tbody td,
.acc-yellow table.dataTable tbody th,
.acc-yellow table.dataTable thead td,
.acc-yellow table.dataTable thead th {
    border-color: #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__wrap .picker__header .picker__nav--prev:before {
    fill: #ff0 !important;
    stroke: #ff0 !important
}

.acc-yellow .change-user .userprofile-profile-name-clients-name .change-name svg g {
    stroke: #ff0 !important
}

.acc-yellow .current-pkg-info-section .text-and-table .text-and-table-table .row-text-table {
    border-bottom: 1px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form-title.faceIDtrigger {
    border-top: 1px solid #ff0;
    border-bottom: 1px solid #ff0
}

.acc-yellow .data-table .dataTables_wrapper table.dataTable.data-table-past-bills tbody tr td {
    border-color: #ff0 !important
}

.acc-yellow div#RTInterceptPopup {
    background: #232323;
    color: #ff0;
    border: 1px solid #ff0
}

.acc-yellow .rt-intercept-acceptbtnstyle,
.acc-yellow .rt-intercept-declinebtnstyle {
    background-color: #232323;
    border: 1px solid #ff0;
    color: #ff0
}

.acc-yellow .account-serv-main .serv-heading-3 {
    border-bottom: 1px solid #ff0
}

.acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td {
    border-color: #ff0 !important
}

.acc-yellow .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr td {
    border-bottom: 1px solid #ff0;
    color: #ff0
}

.acc-yellow .section-padding .pkges-details-2-table-txt .table-responsive table.table-with-borders tr:first-child td {
    border-bottom: 1px solid #ff0
}

.acc-yellow .dashboard-text .user-dp {
    border: 5px solid #ff0;
    filter: grayscale(0)
}

.acc-yellow .data-usage-wrap .usage-stats {
    border-top: 2px solid #ff0
}

.acc-yellow .modal-dialog .add-payment-card-btns {
    border-top: 1px solid #ff0
}

.acc-yellow .main-menu .navbar .navbar-right .sub-account-menu {
    border-top: 5px solid #ff0
}

.acc-yellow .account-serv-main {
    border-top: 1px solid #ff0
}

.acc-yellow .data-usage-wrap .call-usage-tab .white-row-set .white-col-set:first-child {
    border-right: 2px solid #ff0
}

.acc-yellow .forms-default-settings .consumer-register-form .form.modified-form .form-section .floating-label-input.floating-label-datepicker .picker .picker__holder .picker__day--highlighted:hover {
    background: #ff0;
    color: #232323 !important;
    border-color: #ff0
}

.acc-yellow .data-usage-wrap .usage-stats .white-row-set .white-col-set:last-child {
    border-left: 2px solid #ff0
}

.acc-yellow .modal-md-style .consumer-register-form .form.modified-form .form-section .floating-label-input input {
    border-bottom: 1px solid #ff0
}

.acc-yellow .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input.disabled input:not(.datepicker),
.acc-yellow .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input.disabled:not(.datepicker),
.acc-yellow .help-me .consumer-register-form .form.modified-form .form-section .floating-label-input input:disabled:not(.datepicker) {
    border-bottom: 1px dotted #ff0;
    color: #ff0
}

.acc-yellow .modal-md-style .modal-dialog .modal-content .modal-header {
    border-bottom: 2px solid #ff0
}

.acc-yellow .modal-md-style .modal-dialog .modal-content .modal-header .close svg {
    stroke: #ff0
}

.acc-yellow .auto-load-accordians #addresses .view-address-row .address-edit-form-box .card-edit-inner-heading .bill-inner-box li .limit-check-box input[type=radio]+label {
    border-color: #ff0
}

.acc-yellow .auto-load-accordians .content-wrap .bill-inner-box li .limit-check-box input[type=radio]+label {
    color: #ff0;
    border-color: #ff0
}

.acc-yellow .icon-error svg {
    fill: #ff0 !important
}

.acc-yellow #addresses .view-address-row .view-addresses-cards .view-card-box .view-card {
    border: 1px solid #ff0 !important
}

.acc-yellow .data-usage-wrap .bill-list li .limit-check-box input[type=radio]+label,
.acc-yellow .data-usage-wrap .bill-list li:first-child .limit-check-box input[type=radio]+label {
    border: 1px solid #ff0
}

.acc-yellow .popup-heading-inner,
.acc-yellow .set-limit-form .bill-inner-box h5 {
    color: #ff0
}

.acc-yellow .auto-search-ico {
    background: #232323
}

.acc-yellow .alert-msg.fail h3 {
    color: #ff0
}

.acc-yellow .alert-msg .alert-bg,
.acc-yellow .picker__holder .picker__day--highlighted {
    border: 1px solid #ff0
}

.acc-yellow .picker__holder .picker__day--today:before {
    border-top-color: #ff0
}

.acc-yellow .picker__holder {
    background: #232323;
    color: #ff0
}

.acc-yellow .picker--focused .picker__day--disabled,
.acc-yellow .picker__day--disabled,
.acc-yellow .picker__day--disabled:hover,
.acc-yellow .picker__holder .picker__day--outfocus:hover {
    color: #ff0;
    background: #232323;
    border-color: #ff0
}

.acc-yellow .picker__day.picker__day--infocus.picker__day--today.picker__day--highlighted,
.acc-yellow .picker__holder .picker__day--highlighted,
.acc-yellow .userprofile-summary .user-info .userprofile-profile-name-clients-parameters .user-profile-primary {
    color: #ff0 !important
}

.acc-yellow .picker__holder .picker__day--infocus:hover {
    background: #232323;
    color: #ff0 !important
}

.acc-yellow .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox,
.acc-yellow .buttons-left.form.form-section.confirm-to-continue.termWithCheckbox.w-o-t-bx a,
.acc-yellow .extra-terms-data ol li,
.acc-yellow .form .floating-label-input>select,
.acc-yellow .form .floating-label-input input,
.acc-yellow .form .floating-label-input input:disabled~label,
.acc-yellow .form .floating-label-input input:focus~label,
.acc-yellow .form .floating-label-input input:required:valid~label,
.acc-yellow .form .floating-label-input input[readonly]~label,
.acc-yellow .form .floating-label-input label.floating-label,
.acc-yellow .form .floating-label-input select.selected~label,
.acc-yellow .form .floating-label-input textarea,
.acc-yellow .form .floating-label-select>select,
.acc-yellow .form .floating-label-select input,
.acc-yellow .form .floating-label-select input:disabled~label,
.acc-yellow .form .floating-label-select input:focus~label,
.acc-yellow .form .floating-label-select input:required:valid~label,
.acc-yellow .form .floating-label-select input[readonly]~label,
.acc-yellow .form .floating-label-select label.floating-label,
.acc-yellow .form .floating-label-select select.selected~label,
.acc-yellow .form .floating-label-select textarea,
.acc-yellow .picker__holder .picker__day--highlighted,
.acc-yellow .picker__holder .picker__header .picker__month,
.acc-yellow .picker__holder .picker__header .picker__year,
.acc-yellow .picker__holder .picker__weekday {
    color: #ff0
}

.acc-yellow .floating-input .floating-label-input input {
    border-bottom: 1px solid #ff0
}

.acc-yellow .picker__holder .picker__header .picker__nav--next:before,
.acc-yellow .picker__holder .picker__header .picker__nav--prev:before {
    border-right-color: #ff0
}

.acc-yellow .picker__nav--next:hover,
.acc-yellow .picker__nav--prev:hover {
    background: #232323
}

.acc-yellow .breadcrumb-wrapper .container-fluid {
    background: #232323 !important
}

.acc-yellow .picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #ff0
}

.acc-yellow ::placeholder {
    color: #ff0;
    opacity: 1
}

.acc-yellow :-ms-input-placeholder,
.acc-yellow ::-ms-input-placeholder {
    color: #ff0
}

@media (min-width:768px) {
    .acc-yellow .profile-settings-pattern .action-bar-wrapper .action-bar a+a.active {
        border: 2px solid #ff0 !important
    }

    .acc-yellow .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
        border-right-color: #ff0
    }

    .acc-yellow .userprofile-summary .action-bar-wrapper .action-bar a.active+a {
        border: 0 solid #ff0 !important
    }

    .acc-yellow .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
        background: #232323 !important
    }

    .acc-yellow .action-bar-wrapper .action-bar a.active {
        border-right-color: #232323;
        border: 2px solid #ff0 !important
    }

    .acc-yellow .userprofile-summary .action-bar-wrapper.action-bar-selfcare .action-bar a.active+a {
        border-right: 0 solid #232323 !important
    }

    .acc-yellow .userprofile-summary .action-bar-wrapper.action-bar-selfcare .action-bar a.active {
        border: 2px solid #ff0 !important
    }
}

@media (max-width:992px) {
    .acc-yellow .data-table .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td .form-group.has-error-fields input.has-error {
        border-bottom: 1px solid #ff0 !important
    }

    .acc-yellow .main-menu-selfcare .main-menu .navbar .hamburger_icon.open {
        border-bottom: 1px solid #ff0
    }

    .acc-yellow .bills-payments .news-section li .limit-check-box input[type=radio]:checked+label b,
    .acc-yellow .table-payment-methods-row .table-responsive table.table-payment-methods tbody tr td span.badge {
        color: #232323 !important
    }

    .acc-yellow .main-menu-selfcare .main-menu .navbar .hamburger_icon span {
        background: #ff0;
        border: 2px solid #ff0
    }

    .acc-yellow .loggedin.sub_menu_mobile #accordion_menu .panel-title {
        border-color: #ff0;
        background: #232323;
        color: #ff0
    }

    .acc-yellow .loggedin.sub_menu_mobile #accordion_menu .panel-title.collapsed,
    .acc-yellow .loggedin.sub_menu_mobile #accordion_menu .panel-title a,
    .acc-yellow .loggedin.sub_menu_mobile .menu_account .bg_white_menu,
    .acc-yellow .loggedin.sub_menu_mobile .menu_account .space_white_menu {
        color: #ff0;
        background: #232323
    }

    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list li a,
    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu,
    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu,
    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed,
    .acc-yellow .bills-payments .floating-label-input input+.custom-error,
    .acc-yellow .loggedin.sub_menu_mobile .link-black_menu {
        color: #ff0
    }

    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg g {
        stroke: #ff0
    }

    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 #login-menu-inner .login-sub.login-sub-mob ul.menu-inner-list,
    .acc-yellow .loggedin.sub_menu_mobile .bg_bottom_accordion,
    .acc-yellow .menu_account {
        background: #232323
    }

    .acc-yellow div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu .arrow_accordion svg {
        fill: #ff0
    }

    .acc-yellow div.sub_menu_mobile .menu_account .bg_white_menu .link-black_menu.link-has-menu.collapsed .arrow_accordion svg {
        transform: rotate(0deg);
        fill: #ff0
    }

    .acc-yellow .loggedin.sub_menu_mobile .bg_button {
        background: hsla(0, 0%, 100%, .2)
    }

    .acc-yellow #store_locator_mobile_link.sub_menu_mobile.sub_menu_mobile_new-1 .menu_account .bg_white_menu .link-black_menu>svg {
        stroke: #ff0
    }

    .acc-yellow .main-mega-menu-desktop .hamburger .line {
        background: #ff0
    }

    .acc-yellow .nav-link svg,
    .acc-yellow .nav-link svg g path,
    .acc-yellow a.mega-menu-link svg,
    .acc-yellow a.mega-menu-link svg g {
        stroke: #ff0 !important
    }

    .acc-yellow .accessibility-overlay.modal .modal-content .modal-header .back:after {
        border: solid #ff0;
        border-width: 0 1px 1px 0
    }
}

.acc-yellow .dashboard-cards .single-card.all_ok_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/all_ok_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.blocked_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/blocked_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.credit_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/credit_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.credit_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/credit_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.creditcard_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/creditcard_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.creditcard_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/creditcard_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.customer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/customer_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.ebill_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/ebill_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.ebill_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/ebill_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.ebill_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/ebill_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.eid_back {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_back.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.eid_front {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_front.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.eid_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.eid_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/eid_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.generic_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/generic_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.generic_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/generic_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.generic_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/generic_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.order_cancel_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/order_cancel_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.order_issue_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/order_issue_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.order_update_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/order_update_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.orders_r4p_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/orders_r4p_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.orders_r4p_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/orders_r4p_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.elife_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/elife_icon.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.password_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/password_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.password_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/password_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.payments_good_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/payments_good_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.roaming_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/roaming_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.roaming_offer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/roaming_offer_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.roaming_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/roaming_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.service_gadgets_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_gadgets_orange.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.service_infrastructure_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_infrastructure_orange.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.service_plan_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_plan_orange.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.service_products_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/service_products_orange.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.services_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/services_orange.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.smiles_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/smiles_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.smiles_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/smiles_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.smiles_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/smiles_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.support_ticket_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/support_ticket_green.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.usage_balance_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/usage_balance_yellow.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.usage_expiring_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/usage_expiring_red.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_account_blocked@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.Id-expired {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_emiratesID_expired_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.balance-out {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_nocredit_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.expire-time {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_roaming_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.points-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.profile {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_creditcard_expired_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.order-canceled {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_red@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.smiles-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.password-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_password_expiring_yellow@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.unpaid-bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_unpaid@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.points-expiring-month {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.balance-low {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_credit_yellow@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.roaming {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.order-pickup {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_pickup_yellow@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.ebill-availabel {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_available@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.order-updated-success {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_green@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.power-pack {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newMobService@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.smiles-redeemable {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_green@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.updated-tickets {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_ticket_updated@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.support {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_new_message@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.e-wallet {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newService@2x.png) 100% 100% no-repeat
}

.acc-yellow .dashboard-cards .single-card.etisalat,
.acc-yellow .dashboard-cards .single-card.orders {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 100% 100% no-repeat
}

.acc-yellow .uaepassB {
    display: none
}

.acc-yellow .uaepassB.yellow {
    display: block
}

.acc-yellow .colored {
    display: none
}

.acc-yellow .page-nav-wrap .dropdown-toggle .current-dropdown-label {
    color: #ff0
}

.acc-yellow .page-nav-wrap .dropdown-toggle #dropdown-menu-arrow-img,
.acc-yellow .page-nav-wrap .page-nav .dropdown-close-button #close-menu-arrow-img {
    fill: #ff0
}

.acc-yellow .page-nav-wrap .dropdown-toggle {
    border-bottom: 1px solid #ff0
}

@media (max-width:767px) {
    .acc-yellow .page-nav-wrap .page-nav.dropdown-menu {
        background: #232323;
        background-color: #232323 !important
    }
}

.acc-yellow .page-nav-wrap .page-nav .dropdown-close-button {
    border-bottom: 4px solid #ff0
}

.acc-yellow .page-nav-wrap .page-nav .dropdown-close-button a {
    border-top: 1px solid #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default {
    background-color: #232323
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
    color: #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li:hover:after {
    border-bottom: 3px solid #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li:hover>a {
    color: #ff0 !important
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .nav>li>a:focus,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .nav>li>a:hover {
    background-color: #232323
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap.mega-dropdown {
    background: #232323;
    border: 1px solid #ff0;
    border-top: 0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li.sub-menu-heading,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li a,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .sub-menu li p {
    color: #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .menu-items-footer .sub-menu {
    border-top: 1px solid #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .menu-items-footer .sub-menu li a {
    color: #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form .input-field>label {
    color: #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:focus {
    background-color: #232323 !important;
    -webkit-box-shadow: 0 0 0 100px #232323 inset !important
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill:focus,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form input:-webkit-autofill:hover,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill:focus,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form select:-webkit-autofill:hover,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill:focus,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .form.wst-form textarea:-webkit-autofill:hover {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn {
    color: #ff0;
    border: 1px solid #ff0
}

.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default.active,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default:active,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .btn.btn-default:hover,
.acc-yellow .main-mega-menu-desktop .mega-menu-navbar-default .sub-menu-wrap .open>.dropdown-toggle.btn.btn-default {
    background: #232323
}

.acc-yellow .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #ff0
}

.acc-yellow .menu-promotion-wrapper.support {
    background: #232323
}

.acc-yellow .menu-promotion-wrapper.support .sub-menu-heading,
.acc-yellow .menu-promotion-wrapper.support p {
    color: #ff0
}

.acc-yellow .nav-drill {
    background: #232323
}

.acc-yellow .nav-item.highlighted .nav-expand-content ul .nav-item .nav-link,
.acc-yellow .nav-item.highlighted .nav-link {
    background-color: #232323 !important
}

.acc-yellow .nav-link {
    background: #232323;
    color: #ff0
}

.acc-yellow .nav-link .nav-link-arrow path {
    fill: #ff0
}

.acc-yellow .nav-quick-links>.nav-link {
    color: #ff0
}

.acc-yellow .nav-footer {
    background: #232323
}

.acc-yellow .nav-lang,
.acc-yellow .nav-site-switch {
    color: #ff0
}

.acc-yellow .nav-expand .nav-expand-content {
    background-color: #232323
}

.acc-yellow .nav-expand .nav-expand-content .nav-back-link {
    background-color: #232323 !important
}

.acc-yellow .nav-expand .nav-expand-content .nav-link {
    background-color: #232323 !important;
    color: #ff0 !important
}

.acc-yellow .nav-expand .nav-expand-content .menu-brand-wrapper {
    background-color: #232323
}

.acc-yellow .nav-expand .nav-expand-content .menu-brand-wrapper .menu-brand-item {
    border: 1px solid #ff0;
    background-color: #232323
}

.acc-yellow .nav-expand .nav-expand-footer .nav-link {
    background-color: #232323 !important;
    color: #ff0
}

.acc-yellow .nav-expand .nav-expand-footer .nav-link-arrow {
    opacity: 1
}

.acc-yellow .nav-expand .nav-expand-footer .nav-link-arrow path {
    fill: #ff0
}

.acc-yellow .nav-item-heading {
    background-color: #232323
}

.acc-yellow .nav-item-heading a {
    color: #ff0
}

.acc-yellow .nav-item-heading .nav-link-arrow path {
    fill: #ff0
}

.acc-yellow .sub-menu-wrap .form.wst-form .input-field>label,
.acc-yellow .sub-menu-wrap .form.wst-form input:valid~label {
    color: #ff0
}

.acc-yellow .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.acc-yellow .sub-menu-wrap .form.wst-form input:focus {
    background-color: #232323 !important;
    -webkit-box-shadow: 0 0 0 100px #232323 inset !important
}

.acc-yellow .sub-menu-wrap .btn {
    color: #ff0;
    border: 1px solid #ff0
}

.acc-yellow .form input:-webkit-autofill,
.acc-yellow .form input:-webkit-autofill:focus,
.acc-yellow .form input:-webkit-autofill:hover,
.acc-yellow .form select:-webkit-autofill,
.acc-yellow .form select:-webkit-autofill:focus,
.acc-yellow .form select:-webkit-autofill:hover,
.acc-yellow .form textarea:-webkit-autofill,
.acc-yellow .form textarea:-webkit-autofill:focus,
.acc-yellow .form textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #ff0;
    -webkit-box-shadow: 0 0 0 1000px #232323 inset;
    transition: background-color 5000s ease-in-out 0s
}

.uaepassB {
    display: none
}

[lang=ar] [dir=rtl].acc-yellow {
    color: #ff0;
    background-color: #232323
}

[lang=ar] [dir=rtl].acc-yellow .uaepassB {
    display: none
}

[lang=ar] [dir=rtl].acc-yellow .uaepassB.yellow {
    display: block
}

[lang=ar] [dir=rtl].acc-yellow .circle-check-radio input[type=checkbox]:checked+label:after,
[lang=ar] [dir=rtl].acc-yellow .circle-check-radio input[type=radio]:checked+label:after {
    right: auto;
    left: 22px
}

[lang=ar] [dir=rtl].acc-yellow .pkgs-addons-methods .table-payment-methods-row .table-responsive table.table-payment-methods thead tr {
    background: #232323
}

[lang=ar] [dir=rtl].acc-yellow .profile-settings-pattern .action-bar-wrapper .action-bar a.active {
    border: 2px solid #ff0 !important
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.dashboard-High h4,
[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.dashboard-High p,
[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.dashboard-Low p {
    color: #ff0 !important
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.all_ok_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/all_ok_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.blocked_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/blocked_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.credit_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/credit_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.credit_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/credit_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.creditcard_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/creditcard_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.creditcard_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/creditcard_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.customer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/customer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.ebill_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.ebill_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.ebill_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/ebill_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.eid_back {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_back_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.eid_front {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_front_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.eid_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.eid_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/eid_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.generic_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/generic_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.generic_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/generic_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.generic_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/generic_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.order_cancel_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/order_cancel_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.order_issue_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/order_issue_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.order_update_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/order_update_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.elife_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/en/gray/elife_icon.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.orders_r4p_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/orders_r4p_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.orders_r4p_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/orders_r4p_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.password_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/password_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.password_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/password_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.payments_good_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/payments_good_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.roaming_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.roaming_offer_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_offer_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.roaming_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/roaming_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.service_gadgets_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_gadgets_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.service_infrastructure_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_infrastructure_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.service_plan_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_plan_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.service_products_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/service_products_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.services_orange {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/services_orange_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.smiles_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.smiles_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.smiles_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/smiles_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.support_ticket_green {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/support_ticket_green_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.usage_balance_yellow {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/usage_balance_yellow_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.usage_expiring_red {
    background: #232323 url(../../../b2c/assets/img/dashboard/ar/gray/usage_expiring_red_ar.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_account_blocked@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.Id-expired {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_emiratesID_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.balance-out {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_nocredit_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.postpaid-balnce-alert {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.expire-time {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_roaming_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.points-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.profile {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_creditcard_expired_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.order-canceled {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_red@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.smiles-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.password-expiring {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_password_expiring_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.unpaid-bills {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_unpaid@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.points-expiring-month {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.balance-low {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_prepaid_credit_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.roaming {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.order-pickup {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_pickup_yellow@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.ebill-availabel {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_bill_available@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.order-updated-success {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_usage_order_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.power-pack {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newMobService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.smiles-redeemable {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_smiles_green@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.updated-tickets {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_ticket_updated@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.support {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_support_new_message@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.e-wallet {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_newService@2x.png) 0 100% no-repeat
}

[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.etisalat,
[lang=ar] [dir=rtl].acc-yellow .dashboard-cards .single-card.orders {
    background: #232323 url(../../../b2c/assets/img/dashboard/gray/dashboard_img_generic_green@2x.png) 0 100% no-repeat
}

.config-section-wrap {
    background: #fff;
    min-height: 56px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    transition: all .25s ease-in-out;
    max-height: 78px;
    position: relative;
    z-index: 10
}

.config-section-wrap>.container>.row>.col-xs-12.col-md-3 {
    display: none
}

@media (min-width:1366px) {
    .config-section-wrap>.container>.row>.col-xs-12.col-md-3 {
        display: block
    }
}

@media (min-width:992px) {
    .config-section-wrap {
        min-height: 90px;
        max-height: 90px
    }

    .config-section-wrap.tabs {
        background: #fff;
        min-height: 56px;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
        transition: all .25s ease-in-out;
        max-height: 78px;
        position: relative;
        z-index: 8
    }
}

@media (min-width:992px) and (min-width:992px) {
    .config-section-wrap.tabs {
        min-height: 90px;
        max-height: 90px
    }

    .config-section-wrap.tabs.tabs {
        max-height: none
    }
}

@media (max-width:991px) {
    .config-section-wrap .row .col-xs-12.col-md-9 {
        padding: 0
    }
}

.config-section-wrap .simplebar-track.horizontal {
    display: none
}

.config-section-wrap.add-links {
    height: 56px
}

@media (max-width:991px) {
    .config-section-wrap.add-links {
        margin-top: 100px
    }

    .config-section-wrap.add-links.m-top-24 {
        margin-top: 16px !important
    }
}

.config-section-wrap.add-links>.container {
    position: relative
}

.config-section-wrap.add-links .links-wrapper {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 9
}

@media (max-width:991px) {
    .config-section-wrap.add-links .links-wrapper {
        width: 100%;
        top: -134px;
        position: relative
    }

    .config-section-wrap.add-links .links-wrapper.fixed {
        position: fixed;
        top: auto !important;
        right: 0;
        z-index: 9;
        bottom: 0;
        padding: 0 1rem
    }

    .config-section-wrap.add-links .links-wrapper .hero-links-secton>.container-fluid>.row>.col-xs-12 {
        padding: 0
    }
}

@media (max-width:991px) {
    .config-section-wrap.add-links.add-links-with-span {
        margin-top: 120px
    }
}

@media (max-width:991px) {
    .config-section-wrap.add-links.add-links-with-span .links-wrapper {
        top: -160px
    }
}

.config-section-wrap .nav-tabs {
    border: 0
}

.config-section-wrap .nav-tabs>li>a {
    border: 0;
    border-bottom: 4px solid transparent
}

@media (max-width:991px) {
    .config-section-wrap .nav-tabs>li>a {
        border-bottom: 2px solid transparent
    }
}

.config-section-wrap .nav-tabs a:hover {
    border-color: #fff
}

.config-section-wrap .page-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 56px;
    height: 56px;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media (min-width:992px) {
    .config-section-wrap .page-nav {
        display: block;
        height: auto
    }
}

.config-section-wrap .page-nav ::-webkit-scrollbar {
    display: none
}

.config-section-wrap .page-nav .swiper-slide,
.config-section-wrap .page-nav li {
    display: inline-block;
    width: auto !important
}

@media (min-width:992px) {

    .config-section-wrap .page-nav .swiper-slide,
    .config-section-wrap .page-nav li {
        min-height: 90px
    }
}

.config-section-wrap .page-nav .swiper-slide a,
.config-section-wrap .page-nav li a {
    padding: 0 1rem;
    display: block;
    font-size: 12px;
    padding-bottom: 10px;
    font-family: suiss, Arial, sans-serif;
    color: #232323;
    cursor: pointer;
    letter-spacing: .25px;
    text-transform: uppercase
}

@media (min-width:992px) {

    .config-section-wrap .page-nav .swiper-slide a,
    .config-section-wrap .page-nav li a {
        padding: 0 1.5rem;
        font-family: suiss, Arial, sans-serif;
        line-height: 90px;
        height: 90px;
        font-size: 1.25rem;
        text-transform: none
    }
}

.config-section-wrap .page-nav .swiper-slide a:hover,
.config-section-wrap .page-nav li a:hover {
    color: #e00800
}

.config-section-wrap .page-nav .swiper-slide.active a,
.config-section-wrap .page-nav li.active a {
    border-bottom: 2px solid #e00800;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #e00800
}

@media (min-width:992px) {

    .config-section-wrap .page-nav .swiper-slide.active a,
    .config-section-wrap .page-nav li.active a {
        border-bottom: 4px solid #e00800;
        color: #e00800
    }
}

.config-section-wrap .page-nav li {
    padding-right: 1.4rem
}

.config-section-wrap .config-section-main-label-top {
    color: #909192;
    font-size: 12px;
    font-family: suiss, Arial, sans-serif;
    margin: 0;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
    top: 20px;
    line-height: 22px;
    letter-spacing: 1px
}

@media (min-width:992px) {
    .config-section-wrap .config-section-main-label-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 20px;
        height: 90px;
        margin: 0;
        top: 0
    }
}

@media (max-width:991px) {
    .hero-image-section.hero-image-add~.config-section-wrap {
        margin-top: 70px
    }
}

@media (max-width:991px) {
    .hero-image-section.hero-image-add~.config-section-wrap~.config-section-wrap {
        margin-top: 0
    }
}

@media (max-width:991px) {
    .hero-image-section.hero-image-add~.config-section-wrap.add-links {
        margin-top: -168px
    }
}

.fixed-config-section {
    margin-top: 0 !important
}

.fixed-config-section .top-nav-section.top-nav {
    display: none
}

.fixed-config-section .navbar-default {
    top: 0
}

.fixed-config-section .affix {
    top: 56px;
    width: 100%
}

a:focus {
    outline: none
}

[lang=ar] [dir=rtl] .config-section-wrap.add-links .links-wrapper {
    left: 0;
    right: auto
}

[lang=ar] [dir=rtl] .config-section-wrap.caramel .page-nav li {
    float: right
}

.arena-pro-cloud-devices-wrapper .bg-cards {
    position: relative
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table {
    width: 100%;
    padding-left: .5rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table.product-grid,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table.product-grid {
    border: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card {
    width: 100%;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tile,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tile {
    position: relative;
    background-color: #fff;
    text-align: left
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box {
    position: relative
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5em
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-title .catagory {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-title h2 {
    margin: 0;
    font-size: 1.75em;
    max-height: 2.6em;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList {
    padding: 0;
    margin-top: 16px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-title ul.colorList li {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -999999px;
    border-radius: 10px;
    margin-right: 5px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .special-offer {
    position: absolute;
    top: 0;
    font-size: .75rem;
    font-family: suiss, Arial, sans-serif;
    background-color: #232323;
    letter-spacing: .25px;
    color: #fff;
    line-height: .75rem;
    font-weight: 500;
    left: .875rem;
    padding: 8px 10px;
    border-radius: 0 0 4px 4px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .smile-points {
    padding: .5rem 1.5rem;
    font-size: 1rem;
    background: rgba(114, 158, 25, .1);
    color: #e00800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 1.5rem 1rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list .bottom-text {
    color: #6c6c6c;
    font-size: .75rem;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 33px;
    line-height: 2
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .detail-info-wrap-pricetag,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .detail-info-wrap-pricetag {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .detail-price-new .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .detail-price-new .price {
    font-size: 1.75rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .detail-price-new .from,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .detail-price-new .from {
    font-family: suiss, Arial, sans-serif;
    color: #6c6c6c;
    position: absolute;
    top: -20px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .read-more {
    text-align: center;
    background-color: #e00800;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 4px;
    padding: .85rem 1rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card small {
    font-size: .875rem;
    font-family: suiss, Arial, sans-serif
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card small,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card .price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card small {
    color: #232323
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card .read-more {
    background-color: #232323
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card .before-price-container {
    background-color: #232323;
    letter-spacing: .5px;
    color: #fff;
    margin-right: 4px;
    border-radius: 20px;
    padding: 2px 7px;
    font-size: .75rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card .before-price-container .before-price,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card .before-price-container .before-price {
    text-decoration: line-through
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card .bottom-text,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card .bottom-text {
    padding-top: 5px
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 101%;
    padding-right: 1.75em;
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list {
    min-height: 490px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card .tiles-box-title {
    background: #e9e9df;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #0a0a0a, #e9e9df)
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card:hover .tiles-box-list {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .premium .plan-card .tile-card .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .product {
    height: 260px;
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #fff
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .product .product-img,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .product .product-img,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .product .product-img {
    max-height: 100%;
    max-width: 100%;
    padding: 24px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title {
    height: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title .catagory {
    color: #848789;
    margin-bottom: 8px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list {
    padding-top: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card:hover .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .tiles-box-title {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .product {
    border-top: 1px solid #e00800
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card:hover .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card:hover .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card:hover .tiles-box-title {
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card:hover .product {
    border-top: 1px solid #232323
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-card .swiper-container,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection .swiper-container,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection .swiper-container {
    padding-left: .5rem;
    padding-right: .5rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox],
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio],
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox],
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio],
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox],
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio],
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox],
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio],
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox],
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio],
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox],
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile label {
    border-radius: 50%;
    cursor: pointer;
    bottom: 95px;
    position: absolute;
    right: 20px;
    z-index: 1;
    height: 30px;
    width: 30px;
    margin: 0;
    border: 1px solid #b5b5b5;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile .product {
    border-top: 1px solid #e00800
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile .smile-points {
    border-bottom: 1px solid #e00800
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile label:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile label {
    background-color: #e00800;
    border-color: #e00800;
    box-shadow: 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile label {
    border: 1px solid #e00800;
    box-shadow: inset 0 2px 5px 0 hsla(81, 24%, 53%, .5)
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 6px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 12px;
    top: 45%
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile label:after {
    height: 11.25px;
    width: 11.25px;
    background-color: #e00800;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50%
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=checkbox]:checked+.tile label:after,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile label:after {
    opacity: 1
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .read-more,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .read-more {
    display: none
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .smile-points {
    border: 1px solid #f7f8f4;
    border-top: 0;
    border-radius: 0 0 10px 10px
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card:hover .smile-points {
    border-bottom: 1px solid #e00800
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile label {
    bottom: 42px
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile label,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile label {
    bottom: 36px
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title {
    border-left: 0 !important;
    border-right: 0 !important;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-title {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .product {
    height: 225px;
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .product:before,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .product:before,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .product:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #e00800;
    background: url(.) 0 0 no-repeat;
    background: url(.) 0 0 no-repeat, linear-gradient(135deg, hsla(0, 0%, 56%, .3), hsla(0, 0%, 56%, .3))
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .product .product-img,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .product .product-img,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .product .product-img {
    width: 100%;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .product .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .product .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .product .tiles-box-title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: left
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .product .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .product .tiles-box-title .catagory,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .product .tiles-box-title .catagory {
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 12px;
    font-family: suiss, Arial, sans-serif;
    color: #fff;
    opacity: 1
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .product .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .product .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .product .tiles-box-title h2 {
    color: #fff;
    z-index: 2
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list {
    min-height: 364px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .view-channel-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list {
    color: #e00800;
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .view-channel-list i,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list i,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list i {
    font-size: 21px;
    margin-right: 10px
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .view-channel-list img,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .view-channel-list svg,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list img,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list svg,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list img,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list .view-channel-list svg {
    stroke: #e00800;
    height: 24px;
    width: 24px;
    vertical-align: middle
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .smile-points {
    border-left: 1px solid #f7f8f4;
    border-right: 1px solid #f7f8f4
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 101%;
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #0a0a0a, #e00800)
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-list {
    height: 119px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card {
    margin-bottom: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 100%;
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list {
    height: 75px;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

@media (min-width:992px) {
    .arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list {
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    .arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
    color: #e00800;
    font-size: 1.5rem;
    line-height: 1.5rem
}

@media (min-width:1439px) {
    .arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
        font-size: 2rem;
        line-height: 2rem
    }
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part small {
    text-transform: lowercase
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-list .bottom-text {
    text-transform: none;
    letter-spacing: 0;
    line-height: 17px
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .product-grid.tile-table .tile-card:hover .tiles-box-list {
    border-left: 1px solid #e00800;
    border-right: 1px solid #e00800;
    transition: all .5s ease-in-out
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card {
    margin-bottom: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .product {
    height: 180px;
    max-width: 270px;
    position: relative;
    overflow: hidden
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .product,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card:hover .product,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card:hover .smile-points,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card:hover .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card:hover .tiles-box-title {
    border: 0
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-title {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 1.5rem 1rem
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-title h2 {
    font-size: 1rem;
    font-weight: 900
}

@media (min-width:992px) {
    .arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-list {
        padding: 0 1rem
    }
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
    color: #e00800;
    font-size: 1.5rem;
    line-height: 1.5rem
}

@media (min-width:1439px) {
    .arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
        font-size: 2rem;
        line-height: 2rem
    }
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-list .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part small {
    text-transform: lowercase
}

.arena-pro-cloud-devices-wrapper .bg-cards.compareGrid .device-card.tile-table .tile-card .tiles-box-list .bottom-text {
    text-transform: none;
    letter-spacing: 0;
    line-height: 17px
}

.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-next,
.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-prev {
    display: block;
    width: 1.125rem;
    height: 1.75rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    transform: translateY(-50%)
}

.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-next svg,
.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-prev svg {
    width: 100%;
    height: 100%;
    stroke: #b2b2b2;
    stroke-width: 8px
}

.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-next {
    right: -3rem !important
}

.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-prev {
    left: -3rem !important
}

.arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .swiper-button-disabled {
    display: none
}

.arena-pro-cloud-devices-wrapper .bg-cards .swiper-slide {
    background: transparent
}

.arena-pro-cloud-devices-wrapper .bg-cards.destroyed .swiper-slide {
    width: 300px
}

.arena-pro-cloud-devices-wrapper .bg-cards.destroyed .table-swiper-button-next,
.arena-pro-cloud-devices-wrapper .bg-cards.destroyed .table-swiper-button-prev {
    display: none
}

.arena-pro-cloud-devices-wrapper .bg-cards.postpaidlisting .plan-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards.postpaidlisting .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards.postpaidlisting .plan-single-card-selection.tile-table .tile-card .tiles-box-list {
    min-height: 636px
}

.arena-pro-cloud-devices-wrapper .bg-cards.postpaidlisting .tile-table.plan-card .detail-info-wrap-pricetag {
    padding-top: 24px
}

.arena-pro-cloud-devices-wrapper .swiper-container-horizontal .swiper-scrollbar {
    background-color: #f0f0ea;
    left: 1%;
    bottom: 3px;
    width: 98%;
    opacity: 1 !important;
    z-index: 1;
    height: 4px
}

.arena-pro-cloud-devices-wrapper .swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #e00800
}

.arena-pro-cloud-devices-wrapper .frequently-bought img {
    width: 100%
}

.arena-pro-cloud-devices-wrapper .frequently-bought .catagory {
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #232323;
    font-weight: 400;
    margin-bottom: 10px
}

.arena-pro-cloud-devices-wrapper .frequently-bought h2 {
    font-family: suiss, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    font-size: 1.75em;
    text-transform: capitalize;
    max-height: 2.6em;
    overflow: hidden;
    letter-spacing: 0;
    margin-bottom: 10px
}

.arena-pro-cloud-devices-wrapper .frequently-bought .bottom-text {
    color: #232323
}

.arena-pro-cloud-devices-wrapper .frequently-bought .tiles-box-list:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -60px;
    bottom: 100px;
    background: url(../../../b2c/assets/img/buy-get/icons/svg/icon-big-plus.svg)
}

.arena-pro-cloud-devices-wrapper .plan-cards .row-tiles-table .table-swiper-button-next,
.arena-pro-cloud-devices-wrapper .plan-cards .row-tiles-table .table-swiper-button-prev {
    display: block;
    width: 1.125rem;
    height: 2.25rem;
    position: absolute;
    bottom: 50%;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

@media (max-width:991px) {

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card {
        margin-bottom: 22px
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-title h2 {
        font-size: 1.5rem
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .smile-points {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #f7f8f4
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card:hover .smile-points {
        border-bottom: 1px solid #e00800
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .read-more {
        display: none
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card-selection.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.offer .tile-card:hover .smile-points {
        border-bottom: 1px solid #232323
    }

    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-multi-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-single-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-card.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-multi-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-single-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-grid.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-card.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-multi-card-selection.tile-table .tile-card .read-more,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-single-card-selection.tile-table .tile-card .read-more {
        display: block !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-multi-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-single-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-card.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-multi-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-single-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-grid.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-card.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-multi-card-selection.tile-table .tile-card .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-single-card-selection.tile-table .tile-card .smile-points {
        border-radius: 0 !important;
        border-bottom: 0 !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-card.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-multi-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-single-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .device-single-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-card.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-card.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-multi-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-single-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .plan-single-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-grid.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-grid.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-card.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-card.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-multi-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-multi-card-selection.tile-table .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-single-card-selection.tile-table.offer .tile-card:hover .smile-points,
    .arena-pro-cloud-devices-wrapper .bg-cards.keepbtn .product-home-single-card-selection.tile-table .tile-card:hover .smile-points {
        border-bottom: 0 !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card .tiles-box-list {
        border-radius: 0 0 10px 10px;
        border-bottom: 1px solid #f7f8f4
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .product-grid.tile-table .tile-card:hover .tiles-box-list {
        border-bottom: 1px solid #e00800
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .device-card.tile-table .tile-card .product,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-multi-card-selection.tile-table .tile-card .product,
    .arena-pro-cloud-devices-wrapper .bg-cards .device-single-card-selection.tile-table .tile-card .product {
        height: 260px
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title {
        padding: 12px !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .plan-card.tile-table .tile-card .special-offer,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table .tile-card .special-offer,
    .arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table .tile-card .special-offer {
        left: .75rem;
        font-size: 8px
    }
}

@media (max-width:768px) {
    .arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-next {
        right: 1rem !important
    }

    .arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-prev {
        left: 1rem !important
    }

    .arena-pro-cloud-devices-wrapper .frequently-bought .tiles-box-list {
        margin-bottom: 50px
    }

    .arena-pro-cloud-devices-wrapper .frequently-bought .tiles-box-list:after {
        content: "";
        position: absolute;
        background: url(../../../b2c/assets/img/buy-get/icons/svg/icon-big-plus.svg);
        width: 60px;
        height: 60px;
        right: 160px;
        bottom: -60px;
        background-position: top
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid thead tr th {
    width: 25%;
    padding-right: 0;
    padding-left: 1.5625rem
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid thead tr th:first-child {
    vertical-align: top
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid thead tr th:last-child {
    padding-right: 0;
    padding-left: 1.5625rem
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr {
        margin-bottom: .75rem
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td {
    padding: 1.3rem 1rem;
    vertical-align: middle
}

@media (min-width:992px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td {
        text-align: center
    }
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td {
        font-size: .875rem;
        padding: .5rem;
        vertical-align: middle
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td .number {
    font-size: 1.375rem
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td .number {
        font-size: .875rem
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td label {
    font-size: 1rem;
    font-weight: 400;
    margin: 0
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td label {
        font-size: .75rem;
        margin: 0;
        font-weight: 900;
        color: #232323;
        font-family: suiss, Arial, sans-serif;
        border-bottom: 1px solid #9e9e9e;
        display: block;
        padding-bottom: .5rem;
        text-transform: uppercase
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td:first-child {
    padding: 1.3rem 1rem;
    text-align: left
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td:first-child {
        padding: .625rem
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td:last-child {
    padding: 1.3rem 1rem
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td:last-child {
        padding: .625rem
    }
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tbody tr td:before {
        content: attr(data-label);
        display: block;
        font-size: .875rem;
        letter-spacing: 0;
        font-family: suiss, Arial, sans-serif;
        color: #232323;
        text-transform: none;
        vertical-align: middle;
        line-height: 1.5rem;
        text-align: left;
        width: 50%;
        float: left;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        color: #9e9e9e
    }
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tfoot tr td {
    padding: 0 0 0 1.5625rem
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tfoot tr td .read-more {
    text-align: center;
    background-color: #e00800;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 4px;
    padding: .85em 1em;
    height: 52px !important;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    line-height: 32px
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tfoot tr td .read-more.rounded {
    border-radius: 10px
}

.arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tfoot tr td:last-child {
    padding: 0 0 0 1.5625rem
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper table.table-striped.compareTableGrid tfoot tr td:last-child {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1rem
    }
}

.arena-pro-cloud-devices-wrapper .swatch {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px
}

.arena-pro-cloud-devices-wrapper .swatch.silver {
    background-color: #d8d8d8
}

.arena-pro-cloud-devices-wrapper .swatch.gold {
    background-color: #d4af37
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked,
.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label,
.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label .strong,
.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked)+label .strong {
    font-weight: 900;
    font-size: .875rem;
    line-height: .875rem;
    font-family: suiss, Arial, sans-serif
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label .subDetail,
.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked)+label .subDetail {
    font-size: 12px;
    line-height: 12px;
    color: #6c6c6c
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label:before,
.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label:after,
.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #e00800;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    transition: all .2s ease
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label:before {
    border-color: #e00800;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .25)
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.arena-pro-cloud-devices-wrapper .compareForm [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-single-home-card.tile-table .tile-card {
    margin-bottom: 22px
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-title h2,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-single-home-card.tile-table .tile-card .smile-points,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-single-home-card.tile-table .tile-card .tiles-box-list,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-single-home-card.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-single-home-card.tile-table .tile-card .tiles-box-title h2 {
    text-align: right
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card .tile-card .special-offer,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card .tile-card .special-offer {
    right: .875rem;
    left: auto
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card .tile-card .before-price-container,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card .tile-card .before-price-container {
    margin-left: 4px;
    margin-right: 0;
    float: right
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(280deg, #232323, #e00800)
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.offer .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.offer .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.offer .tile-card .tiles-box-title {
    background: #e9e9df;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(280deg, #151515, #e9e9df)
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .premium .plan-card.tile-table .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .premium .plan-multi-card-selection.tile-table .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .premium .plan-single-card-selection.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(45deg, #232323, #157d75)
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card label,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card label,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card label,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card label,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-multi-card-selection.tile-table .tile-card label,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-single-card-selection.tile-table .tile-card label {
    left: 20px;
    right: auto
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #e00800, #0a0a0a)
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards.compareGrid .product-grid.tile-table .tile-card .tiles-box-title .detail-info-wrap.detail-info-wrap-pricetag .detail-price-new .main-part .price {
    margin-right: 0;
    margin-left: 4px
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid thead tr th,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid thead tr th:last-child {
    padding-right: 1.5625rem;
    padding-left: 0
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tbody tr td {
    text-align: center
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tbody tr td:first-child {
    text-align: right
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tbody tr td:last-child {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tbody tr td:before {
        text-align: right;
        float: right
    }
}

@media (max-width:991px) {
    .arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tbody tr td label {
        text-align: right
    }
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tfoot tr td,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] table.table-striped.compareTableGrid tfoot tr td:last-child {
    padding-right: 1.5625rem;
    padding-left: 0
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .swatch {
    margin-right: 0;
    margin-left: 5px
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .compareForm [type=radio]:checked,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .compareForm [type=radio]:not(:checked) {
    left: auto;
    right: -9999px
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] ul.featureList li.silver-number:before {
    margin-left: 5px;
    margin-right: auto
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-card.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-multi-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .device-single-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-grid.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-multi-card-selection.tile-table .tile-card small,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-single-card-selection.tile-table .tile-card small {
    font-size: .875rem;
    font-family: suiss, Arial, sans-serif
}

.arena-pro-cloud-devices-wrapper ul.featureList {
    padding: 0;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    height: 100%;
    position: relative;
    overflow: hidden
}

.arena-pro-cloud-devices-wrapper ul.featureList:after {
    content: "";
    clear: both;
    display: table
}

.arena-pro-cloud-devices-wrapper ul.featureList li {
    font-size: 1.25rem;
    line-height: 26px;
    padding-bottom: .825rem;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6c6c6c
}

.arena-pro-cloud-devices-wrapper ul.featureList li b,
.arena-pro-cloud-devices-wrapper ul.featureList li strong {
    color: #232323
}

.arena-pro-cloud-devices-wrapper ul.featureList li.silver-number {
    font-size: inherit;
    color: #7e7f7f
}

.arena-pro-cloud-devices-wrapper ul.featureList li.silver-number:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #aeaf89;
    display: inline-block;
    border-radius: 50px;
    margin-right: 5px
}

.arena-pro-cloud-devices-wrapper ul.featureList li.platinum-number:before {
    background-color: #595783
}

.arena-pro-cloud-devices-wrapper .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list ul.featureList,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table .tile-card .tiles-box-list ul.featureList,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table .tile-card .tiles-box-list ul.featureList {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    height: 235px
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .product-home-card.tile-table .tile-card .tiles-box-list .view-channel-list i {
    margin-right: 0;
    margin-left: 10px
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-card.postpaid.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.postpaid.tile-table .tile-card .tiles-box-title,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.postpaid.tile-table .tile-card .tiles-box-title {
    height: 10em;
    max-height: 146px;
    position: relative;
    color: #fff;
    width: 101%;
    padding-right: 1.75em;
    background: #630e92;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat, linear-gradient(45deg, #630e92, #232323)
}

.arena-pro-cloud-devices-wrapper .bg-cards .plan-multi-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .plan-single-card-selection.tile-table input[type=checkbox]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-multi-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list,
.arena-pro-cloud-devices-wrapper .bg-cards .product-home-single-card-selection.tile-table input[type=radio]:checked+.tile .tiles-box-list {
    border-bottom: 1px solid #e00800
}

.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-card.postpaid.tile-table .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-multi-card-selection.postpaid.tile-table .tiles-box-title,
.arena-pro-cloud-devices-wrapper [lang=ar] [dir=rtl] .bg-cards .plan-single-card-selection.postpaid.tile-table .tiles-box-title {
    background: #e00800;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat;
    background: url(../../../b2c/assets/img/bg-cards/plan-cards-illustration_flip.svg) 0 0 no-repeat, linear-gradient(280deg, #232323, #630e92)
}

.arena-pro-cloud-devices-wrapper .arena-pro-cloud-devices .swiper-wrapper .swiper-slide {
    text-align: left
}

@media (min-width:992px) {
    .arena-pro-cloud-devices-wrapper .arena-pro-cloud-devices.arena-pro-static .swiper-wrapper {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .arena-pro-cloud-devices-wrapper .arena-pro-cloud-devices.arena-pro-static .swiper-wrapper .swiper-slide {
        width: auto !important;
        max-width: 282px !important;
        min-width: 282px !important
    }

    .arena-pro-cloud-devices-wrapper .arena-pro-cloud-devices .swiper-wrapper .swiper-slide {
        text-align: left
    }
}

.arena-pro-cloud-devices-wrapper .detail-info-wrap-pricetag .detail-price-new {
    margin: 0
}

@media (max-width:992px) {

    .arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-next,
    .arena-pro-cloud-devices-wrapper .bg-cards .row-tiles-table .table-swiper-button-prev {
        display: none
    }
}

.btn-default.round {
    border-radius: 50px;
    height: 44px;
    line-height: 44px;
    min-height: 44px;
    text-transform: none
}

.stepTrackWrapper {
    width: 100%;
    height: 76px;
    padding: 17px 70px 16px 17px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4) -47%, hsla(75, 43%, 95%, .4)), linear-gradient(180deg, #fff, #fff);
    border-bottom: 1px solid #f0f0ea;
    position: relative
}

.stepTrackWrapper .stepTrackCont {
    width: 46px;
    height: 46px;
    float: left;
    margin-right: 1rem
}

.stepTrackWrapper .stepTrackInfo {
    float: left;
    padding-top: 3px
}

.stepTrackWrapper .stepTrackInfo h3 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    color: #151515
}

.stepTrackWrapper .stepTrackInfo p {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: .15px;
    color: #6c6c6c
}

.stepTrackWrapper:before {
    right: 0;
    background: url(/assets/img/bg-cards/plan-cards-illustration.svg) right 0 no-repeat;
    background-size: contain;
    transform: scaleY(-1);
    content: "";
    position: absolute;
    width: 100%;
    height: 76px;
    top: 0;
    opacity: .4;
    z-index: 0
}

.facialRecog .registration-complete {
    text-align: center;
    margin: 3rem
}

.facialRecog .registration-complete .registration-complete-icon svg {
    max-height: 80px
}

.facialRecog .registration-complete .message {
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #232323
}

.facialRecog .registration-complete .message small {
    font-size: .75rem;
    line-height: 1
}

.facialRecog .bodyContent {
    padding: 1rem
}

.facialRecog .bodyContent h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: normal;
    color: #232323
}

.stickyFooter {
    padding: 1rem;
    text-align: left;
    background: #f0f0ea;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.stickyFooter a {
    color: #e00800;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .28px;
    font-weight: 700;
    text-decoration: underline
}

.stickyFooter .termNcondition {
    font-size: .75rem;
    color: #6c6c6c;
    margin-bottom: 0;
    padding-top: 0
}

.stickyFooter .termNcondition.checkbox-green-filled .checkbox-inline,
.stickyFooter .termNcondition.checkbox-green-filled .radio-inline {
    margin-bottom: 0;
    padding-left: 1rem
}

.stickyFooter .termNcondition.checkbox-green-filled .checkbox-inline .floating-label:before,
.stickyFooter .termNcondition.checkbox-green-filled .checkbox-inline .termNcondition.checkbox-green-filled .radio-inline .floating-label:before,
.stickyFooter .termNcondition.checkbox-green-filled .radio-inline .floating-label:before,
.stickyFooter .termNcondition.checkbox-green-filled .radio-inline .termNcondition.checkbox-green-filled .radio-inline .floating-label:before {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: -.75rem
}

.stickyFooter .termNcondition a {
    text-decoration: underline
}

.baseHalf.term-condition .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.baseHalf.term-condition .modal-content .modal-header {
    padding: 0
}

.baseHalf.term-condition .modal-content .modal-header .close {
    right: .5rem;
    top: 35%
}

.baseHalf.term-condition .modal-content .modal-header .close svg {
    width: .75rem;
    height: .75rem;
    stroke: #232323
}

.baseHalf.term-condition .modal-content .modal-body {
    max-height: 500px;
    overflow-y: auto;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0;
    color: #6c6c6c
}

.baseHalf.term-condition .modal-content .modal-body h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #232323;
    margin-bottom: 1rem
}

.baseHalf.term-condition .modal-content .modal-body a {
    color: #e00800
}

.baseHalf.term-condition .modal-content .main-title {
    border-bottom: 1px solid #e2e1da;
    padding: 1.5rem 0;
    margin-block: .75rem
}

.baseHalf.term-condition .modal-content .main-title h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #232323;
    text-transform: none;
    font-family: suiss, Arial, sans-serif
}

.baseHalf.term-condition .modal-content .modal-footer {
    padding: 1rem 0
}

.baseHalf.term-condition .modal-content .btnCont {
    padding: 0;
    margin: 0
}

.discType ul {
    list-style-type: disc;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.imageContWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.imageContWrap .picUpload {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.imageContWrap .backDrop {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/svg-icons/capture-image.svg) no-repeat;
    background-position: 0 60px;
    background-size: cover
}

@media (min-width:768px) {
    .imageContWrap .backDrop {
        background-position: 0 0
    }
}

.imageContWrap.loading .backDrop {
    background: url(/assets/img/svg-icons/capture-image-loading.svg) no-repeat;
    background-position: 0 60px;
    background-size: cover
}

.imageContWrap.done .backDrop {
    background: url(/assets/img/svg-icons/capture-image-done.svg) no-repeat;
    background-position: 0 60px;
    background-size: cover
}

.imageControls {
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding-top: 5.5rem
}

@media (min-width:768px) {
    .imageControls {
        padding-top: 7.5rem
    }
}

.imageControls .infoIcon {
    left: 1.5rem;
    text-align: center
}

.imageControls .close,
.imageControls .infoIcon {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px
}

.imageControls .close {
    right: 1.5rem
}

.imageControls .close svg {
    fill: #fff
}

.imageControls p {
    text-align: center;
    color: #fff;
    width: 60%;
    margin: auto;
    margin-top: 62vh
}

@media (min-width:768px) {
    .imageControls p {
        margin-top: 80vh
    }
}

[lang=ar] [dir=rtl] .baseHalf.term-condition .modal-content .modal-header .close {
    left: .5rem;
    right: auto
}

[lang=ar] [dir=rtl] .imageControls .infoIcon {
    left: auto;
    right: 1.5rem
}

[lang=ar] [dir=rtl] .imageControls .close {
    left: 1.5rem;
    right: auto
}

[lang=ar] [dir=rtl] .stepTrackWrapper {
    text-align: right;
    padding: 17px 17px 16px 70px
}

[lang=ar] [dir=rtl] .stepTrackWrapper .stepTrackCont {
    float: right;
    margin-right: 0;
    margin-left: 1rem
}

[lang=ar] [dir=rtl] .stepTrackWrapper .stepTrackInfo {
    float: right;
    text-align: right
}

[lang=ar] [dir=rtl] .stepTrackWrapper:before {
    background: url(/assets/img/bg-cards/plan-cards-illustration.svg) 100% 0 no-repeat;
    background-size: contain;
    transform: scaleX(-1)
}

.circleProgBar svg.radial-progress {
    height: auto;
    max-width: 46px;
    padding: 0;
    transform: rotate(-90deg);
    width: 100%;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1))
}

.circleProgBar svg.radial-progress circle {
    fill: transparent;
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 3px
}

.circleProgBar svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
    stroke: #e00800
}

.circleProgBar svg.radial-progress text {
    fill: #232323;
    text-anchor: middle;
    font-family: suiss, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #232323
}

.circleProgBar svg.radial-progress:nth-of-type(6n+1) circle.incomplete {
    stroke: #e7e7e7
}

@media (max-width:991px) {
    .search-5-0-wrap .search-wrap-dekstop {
        display: none
    }
}

.search-5-0-wrap .search-wrap {
    position: absolute;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 60px;
    left: 64.5%;
    transform: translateX(-49%);
    transition: all .7s ease;
    width: 130px
}

@media (min-width:1248px) {
    .search-5-0-wrap .search-wrap {
        width: 154px
    }
}

.search-5-0-wrap .search-wrap.active {
    width: 100%;
    left: 50%
}

.search-5-0-wrap .search-wrap.active .search-input-box {
    width: calc(100% - 60px);
    border-color: #e00800
}

.search-5-0-wrap .search-wrap.active .icon-close {
    opacity: 1
}

.search-5-0-wrap .search-wrap.active .search-input-box .mic-icon {
    opacity: 1;
    pointer-events: auto
}

.search-5-0-wrap .search-wrap.active .search-input-box .mic-icon.disable {
    opacity: .5
}

.search-5-0-wrap .search-wrap .search-input-box {
    background: #f0f0ea;
    border-radius: 24px;
    padding-left: 45px;
    padding-right: 10px;
    height: 48px;
    border: 1px solid #f0f0ea;
    background-color: #f7f8f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    font-family: suiss, Arial, sans-serif
}

.search-5-0-wrap .search-wrap .search-input-box form {
    width: 100%;
    position: relative;
    top: 2px
}

.search-5-0-wrap .search-wrap .search-input-box form .clearSearch {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99
}

@media (max-width:768px) {
    .search-5-0-wrap .search-wrap .search-input-box form .clearSearch {
        right: 55px
    }
}

.search-5-0-wrap .search-wrap .search-input-box form input {
    background: transparent;
    border: 0;
    width: 90%;
    padding: 0;
    outline: none;
    font-size: 14px;
    letter-spacing: .2px
}

@media (max-width:991px) {
    .search-5-0-wrap .search-wrap .search-input-box form input {
        width: 72%
    }
}

.search-5-0-wrap .search-wrap .search-input-box form input::placeholder {
    color: #6c6c6c;
    font-weight: 500
}

.search-5-0-wrap .search-wrap .search-input-box form input:focus {
    border: 0;
    box-shadow: none
}

.search-5-0-wrap .search-wrap .search-input-box .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex
}

.search-5-0-wrap .search-wrap .search-input-box .mic-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    z-index: 10
}

.search-5-0-wrap .search-wrap .search-input-box .mic-icon:before {
    left: -20px;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #edeee6;
    content: "";
    position: absolute
}

.search-5-0-wrap .icon-close {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0
}

.search-5-0-wrap .icon-close:before {
    left: -18px;
    top: -8px;
    width: 1px;
    height: 40px;
    background-color: #edeee6;
    content: "";
    position: absolute
}

.search-5-0-wrap input:-webkit-autofill,
.search-5-0-wrap input:-webkit-autofill:active,
.search-5-0-wrap input:-webkit-autofill:focus,
.search-5-0-wrap input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f7f8f5 inset !important
}

.search-popup.hero-banner-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:767px) {
    .search-popup.hero-banner-modal .modal-dialog {
        height: 100%;
        width: 100%
    }
}

.search-popup.hero-banner-modal .modal-content {
    max-width: 792px;
    height: 385px;
    padding: 48px 40px 32px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: none;
    margin: 0 auto
}

@media (max-width:767px) {
    .search-popup.hero-banner-modal .modal-content {
        height: 100%;
        border-radius: 0;
        padding: 64px 16px 0
    }
}

.search-popup.hero-banner-modal .modal-content .mic-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    bottom: 80px;
    border-radius: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease
}

.search-popup.hero-banner-modal .modal-content .mic-box.mic-box-active {
    bottom: 58px;
    width: 142px;
    height: 142px;
    background-color: #f0f0ea;
    animation: l 1.5s infinite cubic-bezier(.25, .58, 1, 1)
}

.search-popup.hero-banner-modal .modal-content .mic-box.off {
    opacity: 0
}

.search-popup.hero-banner-modal .modal-content p {
    color: #232323;
    font-size: 16px;
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    bottom: 32px;
    width: 100%;
    text-align: center
}

.search-popup.hero-banner-modal .modal-content p.active {
    opacity: 1
}

.search-popup.hero-banner-modal .modal-content .icon-close {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px
}

.search-popup.hero-banner-modal .modal-content .icon-close svg {
    width: 16px;
    height: 16px
}

.search-popup.hero-banner-modal .modal-content .popup-title {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #232323;
    margin: 0
}

@media (max-width:767px) {
    .search-popup.hero-banner-modal .modal-content .popup-title {
        font-size: 16px
    }
}

@keyframes l {
    0% {
        transform: translateX(-50%) scale(.96);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
    }

    70% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 0 0 20px transparent
    }

    to {
        transform: translateX(-50%) scale(.98);
        box-shadow: 0 0 0 0 transparent
    }
}

.hero-banner-modal.search-popup~.modal-backdrop.fade.in {
    background: #000;
    opacity: .2
}

@media (max-width:767px) {
    .hero-banner-modal.search-popup~.modal-backdrop.fade.in {
        display: none
    }
}

.nav-wrap .mobile-search-icon {
    position: absolute;
    right: 40px
}

.nav-wrap .mobile-search-icon .popup-close-blk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px 22px;
    box-shadow: none;
    margin-bottom: 0
}

.nav-wrap .mobile-search-icon .popup-close-blk svg {
    width: 16px;
    height: 16px
}

.nav-wrap .mobile-search-icon .popup-close-blk h2 {
    color: #232323;
    font-size: 20px;
    font-family: suiss, Arial, sans-serif;
    margin: 0;
    text-transform: capitalize
}

.nav-wrap .mobile-search-icon .search-5-0 {
    padding-top: 0
}

.nav-wrap .mobile-search-icon .nav-item {
    list-style-type: none
}

.nav-wrap .mobile-search-icon .nav-item a,
.nav-wrap .mobile-search-icon .nav-item a svg {
    padding: 0
}

.nav-wrap .mobile-search-icon .nav-item .nav-expand-content {
    position: fixed;
    top: 0;
    z-index: 99
}

.nav-wrap .mobile-search-icon .nav-item .nav-expand-content .nav-back-link {
    display: none
}

@media (max-width:991px) {
    .tabs-expansion-title-wrap {
        padding: 0 16px
    }
}

.tabs-expansion-title-wrap h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.21;
    letter-spacing: normal;
    color: #232323;
    margin-bottom: 24px
}

@media (min-width:992px) {
    .tabs-expansion-title-wrap h2 {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 52px
    }
}

.tabs-expand-table table {
    width: 100%
}

@media (min-width:992px) {

    .tabs-expand-table table.two-col tbody tr td,
    .tabs-expand-table table.two-col thead tr th {
        width: 50%
    }

    .tabs-expand-table table.three-col tbody tr td,
    .tabs-expand-table table.three-col thead tr th {
        width: 33%
    }

    .tabs-expand-table table.four-col tbody tr td,
    .tabs-expand-table table.four-col thead tr th {
        width: 25%
    }

    .tabs-expand-table table.five-col tbody tr td,
    .tabs-expand-table table.five-col thead tr th {
        width: 20%
    }
}

.tabs-expand-table table thead tr th {
    padding: 0 !important;
    font-size: 12px;
    letter-spacing: 2px;
    color: #232323;
    text-transform: uppercase;
    vertical-align: bottom;
    line-height: 16px;
    padding-bottom: 16px !important
}

@media (min-width:992px) {
    .tabs-expand-table table thead tr th {
        padding-right: 16px !important
    }
}

@media screen and (max-width:991px) {
    .tabs-expand-table table thead {
        display: none
    }
}

.tabs-expand-table table tbody tr {
    background: transparent !important
}

@media screen and (max-width:991px) {
    .tabs-expand-table table tbody tr {
        display: block;
        margin-bottom: 16px
    }
}

.tabs-expand-table table tbody tr td {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #6c6c6c;
    vertical-align: top;
    padding: 0 !important
}

@media screen and (max-width:991px) {
    .tabs-expand-table table tbody tr td {
        display: block;
        width: 100%
    }

    .tabs-expand-table table tbody tr td:before {
        content: attr(data-label);
        display: block;
        font-size: .75rem;
        letter-spacing: 2px;
        color: #232323;
        text-transform: uppercase;
        vertical-align: bottom;
        line-height: 2rem;
        font-weight: 400
    }
}

@media (min-width:992px) {
    .tabs-expand-table table tbody tr td {
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 16px !important;
        padding-right: 16px !important
    }

    .tabs-expand-table table tbody tr td:last-child {
        padding-right: 0 !important
    }
}

.no-head thead {
    display: none
}

.no-head tbody tr td:first-child {
    font-weight: 700
}

.no-head tbody tr td:before {
    display: none !important
}

.search-5-0 .tabs-expansion-section {
    border-radius: 4px;
    padding: 40px 0;
    position: relative
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section {
        padding: 80px 0 60px
    }
}

@media (max-width:991px) {
    .search-5-0 .tabs-expansion-section:after {
        content: "";
        background: url(/en/system/wst/assets/img/fr-icons/background-pattern-en.png) no-repeat;
        background-size: contain;
        height: 130px;
        position: absolute;
        width: 122px;
        z-index: 0;
        right: 0;
        top: 0;
        background-size: 122px;
        display: none
    }
}

.search-5-0 .tabs-expansion-section.with-bg {
    background-color: #f0f0ea
}

.search-5-0 .tabs-expansion-section.with-bg .desktop-body,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed:active,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed:focus,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed:hover,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a:active,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a:focus,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a:hover .nav-view-wrapp.panel>a {
    background-color: #fff
}

.search-5-0 .tabs-expansion-section.with-bg .desktop-head,
.search-5-0 .tabs-expansion-section.with-bg .learn-more-wrap,
.search-5-0 .tabs-expansion-section.with-bg .nav-view-wrapp.panel>a.collapsed {
    background: #f0f0ea
}

@media (max-width:767px) {
    .search-5-0 .tabs-expansion-section .container {
        padding: 0;
        width: 100%
    }
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel {
    border: 0;
    box-shadow: none;
    position: relative;
    z-index: 9
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #232323;
    padding: 18px 0;
    padding-left: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff
}

@media (min-width:992px) {

    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a,
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
        font-size: 16px;
        line-height: 24px;
        color: #232323;
        padding: 0;
        padding-left: 1.5rem
    }
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
    width: 24px;
    height: 24px;
    margin-right: 1rem
}

@media (min-width:992px) {

    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active,
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
        margin-right: 1.5rem
    }
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active {
    display: block
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
    display: none
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed img,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed svg,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a img,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a svg {
    width: 24px;
    height: 24px
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:focus,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:hover,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:active,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:focus,
.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:hover {
    background-color: #f0f0ea;
    color: #e00800
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    font-weight: 400 !important
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active {
    display: none !important
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active {
    display: block !important
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a {
    font-weight: 700;
    color: #e00800;
    background-color: #f0f0ea;
    transition: all .3s ease
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a {
        font-weight: 400;
        color: #e00800
    }
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active {
    display: block
}

.search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active {
    display: none
}

@media (max-width:991px) {
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:before {
        border: solid #b2b2b2;
        border-width: 0 1px 1px 0;
        padding: 3.5px;
        content: "";
        position: absolute;
        line-height: 1;
        transform: translateY(-50%) rotate(45deg);
        transition: all .3s ease-in-out;
        right: 18px;
        z-index: 1;
        top: 50%
    }
}

@media (max-width:991px) {
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:before {
        transform: translateY(-50%) rotate(-135deg)
    }
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:after {
        border: solid #e00800;
        border-width: 2px;
        height: 28px;
        border-radius: 4px;
        content: "";
        position: absolute;
        line-height: 1;
        left: 0;
        z-index: 1
    }
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:after {
        display: none
    }
}

.search-5-0 .tabs-expansion-section .learn-more-wrap {
    padding: 24px 16px 0;
    background-color: #fff
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .learn-more-wrap {
        padding: 37px 0 0
    }
}

.search-5-0 .tabs-expansion-section .learn-more-wrap .btn-text {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 1.6px
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .learn-more-wrap .btn-text {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: 2px
    }
}

@media (max-width:991px) {
    .search-5-0 .tabs-expansion-section .desktop-head .learn-more-wrap {
        display: none
    }
}

.search-5-0 .tabs-expansion-section .mobile-head {
    background-color: #f0f0ea
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .mobile-head {
        width: 100%;
        min-height: 340px
    }

    .search-5-0 .tabs-expansion-section .mobile-head .learn-more-wrap {
        display: none
    }
}

.search-5-0 .tabs-expansion-section .panel {
    margin: 0
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .desktop-layout {
        display: -ms-flexbox;
        display: flex
    }

    .search-5-0 .tabs-expansion-section .desktop-layout .desktop-head>a {
        width: 408px;
        padding-right: 24px
    }
}

.search-5-0 .tabs-expansion-section .desktop-body {
    padding: 16px 16px 24px
}

@media (min-width:992px) {
    .search-5-0 .tabs-expansion-section .desktop-body {
        padding: 36px
    }
}

@media (max-width:991px) {
    .search-5-0 .tabs-expansion-section .desktop-body {
        background-color: #f0f0ea
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section:after {
        content: "";
        background: url(/en/system/wst/assets/img/fr-icons/background-pattern-ar.png) no-repeat;
        right: auto;
        left: 0;
        background-size: 122px;
        display: none
    }
}

[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:before {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:after {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .active,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .active,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed .non-active,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed img,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed svg,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a .non-active,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a img,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a svg {
    margin-right: 0;
    margin-left: 16px
}

[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a,
[lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
    padding-right: 16px
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .search-5-0 .tabs-expansion-section .desktop-layout .desktop-head>a {
        padding-right: 24px !important
    }

    [lang=ar] [dir=rtl] .tabs-expand-table table tbody tr td,
    [lang=ar] [dir=rtl] .tabs-expand-table table thead tr th {
        padding-right: 0 !important;
        padding-left: 16px !important
    }
}

.search-5-0-wrap .search-wrap-dekstop .search-5-0.open {
    top: 90px;
    padding: 32px 40px
}

.search-5-0-wrap .search-5-0 {
    font-family: suiss, Arial, sans-serif;
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    text-transform: none
}

.search-5-0-wrap .search-5-0.open {
    left: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%
}

.search-5-0-wrap .search-5-0 .search-wrap.mobile {
    display: none
}

@media (max-width:991px) {
    .search-5-0-wrap .search-5-0 .search-wrap.mobile {
        display: block;
        position: relative;
        height: auto;
        margin-bottom: 32px;
        transform: none;
        width: 100%;
        left: auto
    }

    .search-5-0-wrap .search-5-0 .search-wrap.mobile .search-input-box {
        padding-left: 40px;
        width: 100% !important
    }

    .search-5-0-wrap .search-5-0 .search-wrap.mobile .search-input-box .mic-icon {
        opacity: 1;
        pointer-events: auto;
        right: 12px
    }

    .search-5-0-wrap .search-5-0 .search-wrap.mobile .search-input-box .mic-icon.disable {
        opacity: .5
    }

    .search-5-0-wrap .search-5-0 .search-wrap.mobile .search-input-box .mic-icon:before {
        left: -10px
    }
}

.search-5-0-wrap .search-5-0 .input-field.search-field.cms-search:after,
.search-5-0-wrap .search-5-0 .input-field.search-field:after {
    background-image: none !important
}

.search-5-0-wrap .search-5-0 .search-form {
    padding: 2.5rem 2.5rem 0
}

.search-5-0-wrap .search-5-0 .form ::-webkit-input-placeholder {
    color: #6c6c6c
}

.search-5-0-wrap .search-5-0 .form ::-moz-placeholder {
    color: #6c6c6c
}

.search-5-0-wrap .search-5-0 .form ::-ms-input-placeholder {
    color: #6c6c6c
}

.search-5-0-wrap .search-5-0 .form ::placeholder {
    color: #6c6c6c
}

.search-5-0-wrap .search-5-0 .form .search-field {
    margin-bottom: 1rem
}

.search-5-0-wrap .search-5-0 .form .search-field:before {
    content: " ";
    position: absolute;
    background-image: url(/en/system/wst/assets/img/fr-icons/icon-search-dualtone.svg) !important;
    background-repeat: no-repeat;
    background-position: 100% !important;
    background-size: 24px 24px !important;
    width: 24px;
    height: 24px;
    top: 14px;
    left: 0;
    z-index: 2
}

.search-5-0-wrap .search-5-0 .form .search-field .search-input {
    text-indent: 2.5rem;
    height: 3rem;
    font-size: 16px
}

.search-5-0-wrap .search-5-0 .form .search-field .clearSearch {
    position: absolute;
    background-image: url(/en/system/wst/assets/img/fr-icons/icon-close-dualtone.svg) !important;
    background-repeat: no-repeat;
    background-position: 100% !important;
    background-size: 24px 24px !important;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 10px;
    z-index: 2;
    cursor: pointer
}

@media (max-width:992px) {
    .search-5-0-wrap .search-5-0 {
        padding: 1rem;
        display: block;
        box-shadow: none
    }

    .search-5-0-wrap .search-5-0 .search-form,
    .search-5-0-wrap .search-5-0 .search-items-wrapper,
    .search-5-0-wrap .search-5-0 .wst-form {
        padding: 0
    }

    .search-5-0-wrap .search-5-0 .form .search-field {
        margin-bottom: 0
    }

    .search-5-0-wrap .search-5-0 .form .search-field:before {
        top: 10px;
        z-index: 2
    }

    .search-5-0-wrap .search-5-0 .form .search-input {
        height: auto
    }

    .search-5-0-wrap .search-5-0 .search-items {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-5-0-wrap .search-5-0 .search-items .list-item-heading {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 800;
        letter-spacing: 0;
        margin-bottom: 0
    }

    .search-5-0-wrap .search-5-0 .search-items .recent {
        margin-top: .7rem;
        margin-bottom: 0
    }

    .search-5-0-wrap .search-5-0 .search-items .recent .list-item {
        padding: 1rem 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        font-size: .875rem
    }

    .search-5-0-wrap .search-5-0 .search-items .recent .list-item:after {
        content: " ";
        position: absolute;
        background-image: url(/en/system/wst/assets/img/fr-icons/icon-arrow-goto.svg) !important;
        background-repeat: no-repeat;
        background-position: 100% !important;
        background-size: 12px 12px !important;
        width: 12px;
        height: 12px;
        top: 24px;
        right: 18px
    }

    .search-5-0-wrap .search-5-0 .search-items .quick-links ul {
        white-space: nowrap;
        overflow: scroll
    }

    .search-5-0-wrap .search-5-0 .search-items .quick-links ul::-webkit-scrollbar {
        display: none
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper::-webkit-scrollbar {
        display: none
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper .tile {
        width: 100%;
        height: auto;
        overflow: visible;
        margin: 16px 0 0;
        padding: 0
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper .tile .cover {
        display: none
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper .tile .tile-content-wrapp {
        position: relative;
        background: none;
        height: auto;
        padding: 0;
        box-shadow: none
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper .tile .tile-content-wrapp .content {
        position: relative;
        bottom: 0
    }

    .search-5-0-wrap .search-5-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
        font-family: suiss, Arial, sans-serif;
        color: #232323;
        font-size: .875rem;
        white-space: nowrap;
        margin-bottom: 0;
        line-height: 22.4px
    }

    .search-5-0-wrap .search-5-0 .menu-brand-wrapper {
        background-color: #fff
    }
}

.search-5-0-wrap .quick-links.support,
.search-items-wrapper-5-0.result-default-view .search-items-wrapper .quick-links:not(.support) {
    display: none
}

.search-items-wrapper-5-0 .search-items-wrapper,
.search-items-wrapper-5-0 .search-items-wrapper.recent-wrapper {
    padding: 0
}

.search-items-wrapper-5-0 .recent {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

.search-items-wrapper-5-0 .recent .list-item-heading {
    color: #232323;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    min-width: 127px
}

.search-items-wrapper-5-0 .recent .recentItemList .list-item {
    display: inline-block;
    margin-left: 16px;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    color: #e00800;
    font-weight: 700
}

@media (max-width:991px) {
    .search-items-wrapper-5-0 .recent {
        margin: 0 -12px 36px 0;
        display: block
    }

    .search-items-wrapper-5-0 .recent .list-item-heading {
        margin-bottom: 16px;
        font-size: 14px
    }

    .search-items-wrapper-5-0 .recent .recentItemList {
        overflow: scroll;
        width: 100%;
        white-space: nowrap
    }

    .search-items-wrapper-5-0 .recent .recentItemList::-webkit-scrollbar {
        display: none
    }

    .search-items-wrapper-5-0 .recent .recentItemList .list-item {
        margin: 0 16px 0 0 !important;
        font-size: 14px
    }
}

.search-items-wrapper-5-0.result-default-view .search-items-wrapper {
    padding: 2rem 0
}

@media (max-width:991px) {
    .search-items-wrapper-5-0.result-default-view .search-items-wrapper {
        padding: 1rem 0
    }
}

.search-items-wrapper-5-0 .search-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-items-wrapper-5-0 .search-items .list {
    min-width: 25%
}

.search-items-wrapper-5-0 .search-items .list.support ul li a {
    padding-left: 32px
}

.search-items-wrapper-5-0 .search-items .list.support ul li a img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

@media (max-width:991px) {
    .search-items-wrapper-5-0 .search-items .list.support ul li a {
        margin-bottom: 28px
    }
}

@media (max-width:991px) {
    .search-items-wrapper-5-0 .search-items .list {
        margin-bottom: 32px
    }
}

.search-items-wrapper-5-0 .search-items .list.assistance ul li a {
    padding-left: 35px
}

.search-items-wrapper-5-0 .search-items .list.trends {
    min-width: 34%
}

.search-items-wrapper-5-0 .search-items .list-item-heading {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem
}

.search-items-wrapper-5-0 .search-items .list-item {
    margin-bottom: 1rem;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px
}

.search-items-wrapper-5-0 .search-items .list-item:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:1240px) and (min-width:992px) {
    .search-items-wrapper-5-0 .search-items .list-item {
        max-width: 250px
    }
}

.search-items-wrapper-5-0 .search-items .list-item a {
    color: #232323;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    position: relative
}

.search-items-wrapper-5-0 .search-items .list-item a svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.search-items-wrapper-5-0 .tiles-wrapper {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem
}

.search-items-wrapper-5-0 .tiles-wrapper .tile {
    position: relative;
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 180px;
    height: 148px;
    margin: .5rem .75rem;
    border-radius: 4px
}

.search-items-wrapper-5-0 .tiles-wrapper .tile:last-of-type {
    margin-inline-end: 0
}

.search-items-wrapper-5-0 .tiles-wrapper .tile>a {
    height: 100%
}

@media screen and (max-width:1240px) and (min-width:992px) {
    .search-items-wrapper-5-0 .tiles-wrapper .tile {
        width: 140px;
        height: 140px
    }
}

.search-items-wrapper-5-0 .tiles-wrapper .tile div.cover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    box-shadow: none
}

.search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp {
    background: linear-gradient(180deg, rgba(34, 85, 97, 0), rgba(75, 66, 59, .9));
    position: absolute;
    max-width: 100%;
    height: 60%;
    width: 100%;
    z-index: 2;
    border-radius: 0;
    padding: .75rem 0;
    bottom: 0;
    top: auto
}

.search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content {
    position: absolute;
    bottom: 8px;
    padding: 0 .75rem
}

.search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    font-family: suiss, Arial, sans-serif;
    color: #fff;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: .25rem
}

.search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 12px;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    padding: 3.5px;
    border-color: #fff
}

@media (max-width:992px) {
    .search-items-wrapper-5-0 {
        display: block;
        box-shadow: none
    }

    .search-items-wrapper-5-0 .search-form,
    .search-items-wrapper-5-0 .search-items-wrapper,
    .search-items-wrapper-5-0 .wst-form {
        padding: 0
    }

    .search-items-wrapper-5-0 .form .search-field {
        margin-bottom: 0
    }

    .search-items-wrapper-5-0 .form .search-field:before {
        top: 10px;
        z-index: 2
    }

    .search-items-wrapper-5-0 .form .search-input {
        height: 2.8rem
    }

    .search-items-wrapper-5-0 .search-items {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-items-wrapper-5-0 .search-items .list-item-heading {
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 0
    }

    .search-items-wrapper-5-0 .search-items .recent {
        margin-top: .7rem;
        margin-bottom: 0
    }

    .search-items-wrapper-5-0 .search-items .recent .list-item {
        padding: 1rem 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        font-size: .875rem;
        max-width: 100%;
        padding-right: 2.5rem
    }

    .search-items-wrapper-5-0 .search-items .recent .list-item:after {
        content: " ";
        position: absolute;
        background-image: url(/en/system/wst/assets/img/fr-icons/icon-arrow-goto.svg) !important;
        background-repeat: no-repeat;
        background-position: 100% !important;
        background-size: 12px 12px !important;
        width: 12px;
        height: 12px;
        top: 24px;
        right: 18px
    }

    .search-items-wrapper-5-0 .search-items .quick-links ul::-webkit-scrollbar {
        display: none
    }

    .search-items-wrapper-5-0 .search-items .quick-links .list-item {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0
    }

    .search-items-wrapper-5-0 .tiles-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }

    .search-items-wrapper-5-0 .tiles-wrapper .tile {
        width: 100%;
        height: auto;
        overflow: visible;
        margin: 16px 0 0;
        padding: 0;
        box-shadow: none
    }

    .search-items-wrapper-5-0 .tiles-wrapper .tile .cover {
        display: none
    }

    .search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp {
        position: relative;
        background: none;
        height: auto;
        padding: 0;
        box-shadow: none
    }

    .search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content {
        position: relative;
        bottom: 0;
        padding: 0
    }

    .search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
        font-family: suiss, Arial, sans-serif;
        color: #232323;
        font-size: .875rem;
        white-space: nowrap;
        margin-bottom: 0;
        line-height: 22.4px;
        font-weight: 400
    }

    .search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
        position: absolute;
        z-index: 9;
        top: 0;
        width: 100%;
        left: 0;
        opacity: 0
    }

    .search-items-wrapper-5-0 .menu-brand-wrapper {
        background-color: #fff
    }
}

.search-result-header-5-0 {
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:767px) {
    .search-result-header-5-0>.container {
        width: 100%
    }
}

.search-result-header-5-0 .search-result-content {
    padding: 48px 0 36px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

@media (max-width:991px) {
    .search-result-header-5-0 .search-result-content {
        padding: 24px 0
    }
}

.search-result-header-5-0 .search-result-content .search-result-headings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width:991px) {
    .search-result-header-5-0 .search-result-content .search-result-headings {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.search-result-header-5-0 .search-result-content .search-result-headings h2 {
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #232323;
    margin: 0
}

@media (max-width:991px) {
    .search-result-header-5-0 .search-result-content .search-result-headings h2 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: .5rem
    }
}

.search-result-header-5-0 .search-result-content .search-result-headings h2 strong {
    font-weight: 700
}

.search-result-header-5-0 .search-result-content .search-result-headings span {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-left: 10px;
    font-family: suiss, Arial, sans-serif
}

.search-result-header-5-0 .search-result-content .search-result-headings span .first-rec,
.search-result-header-5-0 .search-result-content .search-result-headings span .last-rec,
.search-result-header-5-0 .search-result-content .search-result-headings span .total-rec {
    padding: 0 3px
}

@media (max-width:991px) {
    .search-result-header-5-0 .search-result-content .search-result-headings span {
        display: -ms-flexbox;
        display: flex;
        margin-left: 0
    }

    .search-result-header-5-0 .search-result-content .search-result-headings span .first-rec,
    .search-result-header-5-0 .search-result-content .search-result-headings span .last-rec,
    .search-result-header-5-0 .search-result-content .search-result-headings span .total-rec {
        padding: 0 5px
    }
}

.search-result-header-5-0 .search-result-content .search-result-headings .first-rec,
.search-result-header-5-0 .search-result-content .search-result-headings .last-rec,
.search-result-header-5-0 .search-result-content .search-result-headings .total-rec {
    margin-left: 0
}

.search-result-header-5-0.gradient-color {
    background-image: linear-gradient(180deg, #fcfcfa, #f0f0ea);
    min-height: 77px
}

@media (max-width:767px) {
    .search-result-header-5-0.gradient-color {
        width: 100%;
        padding: 2px 0
    }
}

@media (min-width:768px) {
    .search-result-header-5-0.gradient-color {
        min-height: 136px
    }
}

@media (min-width:992px) {
    .search-result-header-5-0.gradient-color {
        min-height: 136px
    }
}

.search-result-header-5-0.gradient-color.gr-purple {
    background-image: linear-gradient(90deg, #0a0a0a 5%, #e00800 155%)
}

.search-result-header-5-0.gradient-color.gr-green {
    background-image: linear-gradient(180deg, #232323 2%, #e00800 145%)
}

.search-result-header-5-0.gradient-color.gr-orange {
    background-image: linear-gradient(180deg, #232323 2%, #9e5419 145%)
}

.search-result-header-5-0.gradient-color.gr-aqua {
    background-image: linear-gradient(180deg, #3d3d3d 2%, #199e94 145%)
}

.search-plans-banner-5-0 {
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.search-plans-banner-5-0 .promo-content {
    padding: 24px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1
}

@media (max-width:767px) {
    .search-plans-banner-5-0 .promo-content {
        padding: 16px
    }
}

.search-plans-banner-5-0 .promo-content h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff
}

@media (max-width:767px) {
    .search-plans-banner-5-0 .promo-content h4 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5px
    }
}

.search-plans-banner-5-0 .promo-content p {
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff
}

@media (max-width:767px) {
    .search-plans-banner-5-0 .promo-content p {
        font-size: 14px;
        line-height: 1.43
    }
}

.search-plans-banner-5-0.with-image {
    position: relative
}

.search-plans-banner-5-0.with-image:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.search-plans-banner-5-0.with-image .promo-img {
    position: relative;
    height: 136px;
    overflow: hidden
}

.search-plans-banner-5-0.with-image .promo-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.search-pagination-5-0 .pages {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 0;
    color: #6c6c6c;
    font-size: 20px
}

.search-pagination-5-0 .pages .current-page,
.search-pagination-5-0 .pages .total-pages {
    padding-left: 5px;
    padding-right: 5px
}

.search-pagination-5-0 .pages-list {
    text-align: right;
    float: right
}

.search-pagination-5-0 .pages-list>.pagination-link {
    width: 48px;
    height: 48px;
    background: #232323;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: bottom
}

.search-pagination-5-0 .pages-list>.pagination-link.prev-page {
    margin-right: 5px
}

.search-pagination-5-0 .pages-list>.pagination-link.next-page {
    margin-left: 5px
}

.search-pagination-5-0 .pages-list>.pagination-link.next-page.disable svg path:first-of-type {
    stroke: #6c6c6c
}

.search-pagination-5-0 .pages-list>.pagination-link.disable {
    background: #cecece
}

.search-pagination-5-0 .pages-list>.pagination-link.disable svg path:last-of-type {
    stroke: #6c6c6c
}

.search-pagination-5-0 .pages-list>.pagination-link svg path:last-of-type {
    stroke: #fff
}

.search-pagination-5-0 .pages-list .pagination-list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.search-pagination-5-0 .pages-list .pagination-list .item-page {
    display: inline-block;
    margin: 0 5px
}

.search-pagination-5-0 .pages-list .pagination-list .item-page.active .pagination-link,
.search-pagination-5-0 .pages-list .pagination-list .item-page:hover .pagination-link {
    background: #f0f0ea;
    color: #232323
}

.search-pagination-5-0 .pages-list .pagination-list .item-page .pagination-link {
    color: #6c6c6c;
    width: 48px;
    height: 48px;
    background: transparent;
    transition: all .3s ease;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.not-found-wrapper-5-0 .search-not-found-5-0 {
    margin: 20px 0 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media (max-width:991px) {
    .not-found-wrapper-5-0 .search-not-found-5-0 {
        padding-bottom: 0;
        margin-bottom: 7px;
        margin-top: 4px !important;
        position: relative
    }
}

.search-not-found-5-0 {
    display: -ms-flexbox;
    display: flex;
    margin: 16px 2.5rem 0;
    padding-bottom: 32px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8
}

@media (max-width:991px) {
    .search-not-found-5-0 {
        margin: 16px 0;
        border-bottom: 0
    }
}

.search-not-found-5-0 .icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 8px;
    background-color: #f6f6f6;
    margin-right: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .search-not-found-5-0 .icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        margin-right: 16px
    }
}

.search-not-found-5-0 .icon svg {
    width: 48px;
    height: 48px
}

@media (max-width:767px) {
    .search-not-found-5-0 .icon svg {
        width: 24px;
        height: 24px
    }
}

.search-not-found-5-0 .text h4 {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 8px;
    margin-top: 0
}

@media (max-width:767px) {
    .search-not-found-5-0 .text h4 {
        font-size: 16px;
        line-height: 1.5
    }
}

.search-not-found-5-0 .text p {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 1rem
}

@media (max-width:767px) {
    .search-not-found-5-0 .text p {
        font-size: 14px;
        line-height: 1.43
    }
}

.search-not-found-5-0 .text .notFoundTerm {
    font-weight: 600
}

.not-found-wrapper-5-0 {
    padding-bottom: 32px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8
}

@media (max-width:991px) {
    .not-found-wrapper-5-0 {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
}

.search-no-result-suggession-5-0 .did-you-mean {
    padding: .6rem 1rem;
    border-radius: 8px;
    background-color: #f0f0ea;
    display: inline-block;
    margin-bottom: 1rem
}

.search-no-result-suggession-5-0 .did-you-mean-result {
    font-weight: 700
}

@media (max-width:991px) {
    .search-no-result-suggession-5-0 {
        padding-left: 0
    }

    .search-no-result-suggession-5-0 .did-you-mean {
        display: block
    }
}

.search-related-keywords {
    display: -ms-flexbox;
    display: flex;
    color: #232323
}

.search-related-keywords-label {
    min-width: 8.5rem;
    margin-right: 8px
}

.search-related-keywords-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-related-keywords-list-item {
    padding: .5rem;
    font-weight: 700
}

@media (max-width:991px) {
    .search-related-keywords {
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px
    }

    .search-related-keywords-list-item {
        padding-left: 0;
        display: inline-block
    }
}

@media (max-width:768px) {
    .search-pagination-5-0 {
        position: relative;
        padding-top: 60px
    }

    .search-pagination-5-0 .pages {
        position: absolute;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        margin-top: 10px;
        font-size: 16px
    }

    .search-pagination-5-0 .pages-list {
        float: none !important;
        display: block;
        text-align: center;
        padding: 0;
        position: static
    }

    .search-pagination-5-0 .pages-list>.pagination-link {
        position: absolute;
        top: 20px;
        width: 36px;
        height: 36px
    }

    .search-pagination-5-0 .pages-list>.pagination-link svg {
        width: 16px
    }

    .search-pagination-5-0 .pages-list>.pagination-link.next-page {
        right: 0
    }

    .search-pagination-5-0 .pagination-list {
        display: block;
        overflow: scroll;
        width: 100%;
        white-space: nowrap
    }

    .search-pagination-5-0 .pagination-list::-webkit-scrollbar {
        display: none
    }

    .search-pagination-5-0 .pagination-list .item-page {
        margin: 0 !important
    }

    .search-pagination-5-0 .pagination-list .item-page .pagination-link {
        width: 36px;
        height: 36px
    }
}

.search-nav-drill {
    width: 100vw
}

.search-5-0 .search-5-0-component {
    padding: 0
}

.search-5-0 .search-5-0-component .tabs-expansion-title-wrap {
    margin: 0
}

.search-5-0 .search-5-0-component .tabs-expansion-title-wrap h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    font-family: suiss, Arial, sans-serif;
    margin: 0 0 16px;
    text-transform: capitalize
}

@media (max-width:991px) {
    .search-5-0 .search-5-0-component .tabs-expansion-title-wrap h4 {
        font-size: 14px;
        margin: 0 0 4px
    }
}

@media (max-width:991px) {
    .search-5-0 .search-5-0-component .tabs-expansion-title-wrap {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

.search-5-0 .search-5-0-component.tabs-expansion-section {
    padding: 0
}

@media (max-width:991px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section:after {
        display: none
    }
}

@media (min-width:992px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head {
        min-width: 384px;
        min-height: 340px;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width:1440px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head {
        max-width: 284px;
        min-width: 284px
    }
}

@media (max-width:992px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head {
        max-width: 100%;
        margin-bottom: 34px
    }
}

.search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head>a {
    width: auto !important;
    padding-left: 0 !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-bottom: 16px
}

@media (max-width:767px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head>a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block !important
    }
}

@media (max-width:991px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head.nav-view-wrapp.panel>a:before {
        border: 0
    }
}

.search-5-0 .search-5-0-component.tabs-expansion-section .desktop-head.nav-view-wrapp.panel>a:after {
    display: none;
    background-color: #e00800
}

.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
    padding: 0;
    width: auto;
    max-width: 100%;
    min-width: calc(100% - 384px);
    background: transparent;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:1440px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 70%;
        min-height: 316px
    }
}

@media (max-width:992px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head {
        width: 100%;
        min-height: auto;
        padding-right: 0;
        padding-left: 0
    }
}

.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head .panel-collapse .results-media .media-body {
    padding-right: 0 !important
}

@media (max-width:767px) {
    .search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head .panel-collapse .results-media .media-body {
        padding-right: 0 !important
    }
}

.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.mobile-head .panel-collapse .results-media.learnmore .action-wrapper .media-action {
    padding-right: 0 !important;
    font-weight: 400
}

.search-5-0 .search-5-0-component.tabs-expansion-section .desktop-body {
    padding: 0
}

.search-5-0 .search-5-0-component.tabs-expansion-section .mobile-head,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:active,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:focus,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a.collapsed:hover,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:active,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:focus,
.search-5-0 .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:hover {
    background-color: #fff
}

.search-5-0-component .results-media {
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid #e2e1da;
    -ms-flex-align: stretch;
    align-items: stretch
}

.search-5-0-component .results-media .explore-more-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:991px) {
    .search-5-0-component .results-media {
        padding: 12px 0
    }

    .search-5-0-component .results-media .explore-more-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100% !important
    }

    .search-5-0-component .results-media .explore-more-wrap.has-img {
        margin-inline-start: 60px
    }
}

.search-5-0-component .results-media.learnmore {
    -ms-flex-align: center;
    align-items: center
}

.search-5-0-component .results-media.learnmore .action-wrapper {
    margin-top: 0
}

.search-5-0-component .results-media.learnmore .action-wrapper .media-action {
    color: #e00800;
    line-height: 22px;
    letter-spacing: 2px;
    font-size: 16px;
    background: transparent;
    display: none
}

.search-5-0-component .results-media .media-object {
    width: 65px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 65px;
    border-radius: 4px
}

.search-5-0-component .results-media .media-body {
    display: block !important;
    width: 100%;
    transition: all .3s ease
}

.search-5-0-component .results-media .media-body a {
    color: inherit
}

.search-5-0-component .results-media .media-body:hover .media-description,
.search-5-0-component .results-media .media-body:hover .media-heading {
    color: #e00800
}

.search-5-0-component .results-media .media-body:hover .media-description .search-old-price-wrapper,
.search-5-0-component .results-media .media-body:hover .media-heading .search-old-price-wrapper {
    background-color: #e00800
}

.search-5-0-component .results-media .media-left {
    padding-right: 1.5rem
}

@media (max-width:991px) {
    .search-5-0-component .results-media .media-left {
        padding-right: 0;
        margin-right: 12px;
        width: 48px;
        height: 48px;
        display: -ms-flexbox;
        display: flex
    }
}

.search-5-0-component .results-media .media-heading {
    font-family: suiss, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #232323;
    width: 100%
}

@media (max-width:991px) {
    .search-5-0-component .results-media .media-heading {
        margin-bottom: 4px;
        font-size: 16px !important
    }
}

.search-5-0-component .results-media .media-description {
    height: 25.2px;
    width: 100%
}

.search-5-0-component .results-media .media-description,
.search-5-0-component .results-media .media-description>p,
.search-5-0-component .results-media .media-description li {
    color: #232323;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0
}

.search-5-0-component .results-media .action-wrapper {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    min-width: auto
}

@media (max-width:991px) {
    .search-5-0-component .results-media .action-wrapper {
        position: static;
        width: auto;
        min-width: auto;
        margin: 0 0 0 10px
    }
}

.search-5-0-component .results-media .media-action {
    color: #232323 !important;
    line-height: 12px;
    letter-spacing: normal;
    background: #e7e7e7;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-top: 16px
}

@media (max-width:991px) {
    .search-5-0-component .results-media .media-action {
        margin-top: 0
    }
}

.search-5-0-component .results-media.learnmore .media-action-learnmore {
    color: #e00800;
    line-height: 22px;
    letter-spacing: 2px;
    font-size: 16px
}

@media (max-width:992px) {
    .results-media {
        padding: 2.5rem 0 1rem;
        position: relative
    }

    .results-media .media-heading {
        margin-bottom: .25rem
    }

    .results-media .media-description {
        font-size: .875rem
    }

    .results-media .media-object {
        width: 48px !important;
        height: 48px !important
    }

    .results-media .action-wrapper {
        position: absolute;
        height: 2rem;
        top: 5px;
        min-width: auto
    }

    .results-media.learnmore .action-wrapper .media-action {
        color: #e00800;
        padding-left: 0 !important;
        font-size: 12px !important;
        line-height: 1.43;
        letter-spacing: 1px !important
    }

    .results-media.addon .media-action,
    .results-media.device .media-action,
    .results-media.elife .media-action,
    .results-media.faq .media-action,
    .results-media.postpaid .media-action,
    .results-media.prepaid .media-action {
        font-size: .625rem;
        padding: 3px 8px;
        border-radius: 10px;
        letter-spacing: 0
    }

    .tabs-expansion-title-wrap {
        padding: 0;
        margin-bottom: 0
    }

    .tabs-expansion-title-wrap h4 {
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0;
        margin: 1.5rem 0 .4rem
    }

    .search-5-0 .tabs-expansion-section .desktop-head {
        min-width: auto
    }

    .search-5-0 .tabs-expansion-section .desktop-body {
        background-color: #fff
    }

    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a {
        padding-left: 0 !important;
        padding: 1rem 0;
        font-size: 14px !important;
        margin: 0
    }

    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a.collapsed {
        padding-left: 0;
        padding: 1rem 0
    }

    .search-5-0 .tabs-expansion-section .nav-view-wrapp.panel>a:before {
        content: " ";
        position: absolute;
        background-image: url(/en/system/wst/assets/img/fr-icons/icon-arrow-goto.svg) !important;
        background-repeat: no-repeat;
        background-position: 100% !important;
        background-size: 12px 12px !important;
        width: 12px;
        height: 12px;
        top: 24px;
        right: 0;
        transform: none !important;
        border: 0
    }
}

.search-not-found-5-0 .text h4 {
    margin: 0 0 8px;
    font-family: suiss, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #232323;
    font-weight: 700
}

@media (max-width:991px) {
    .search-not-found-5-0 .text h4 {
        font-size: 16px
    }
}

.search-not-found-5-0 .text p {
    margin: 0 0 16px;
    font-family: suiss, Arial, sans-serif;
    font-size: 16px;
    color: #6c6c6c
}

@media (max-width:991px) {
    .search-not-found-5-0 .text p {
        font-size: 14px
    }
}

.search-results-wrapper-5-0 {
    padding-top: 40px
}

.search-results-wrapper-5-0 .search-5-0-component .results-media {
    padding: 24px 16px
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media {
        padding: 16px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.featured {
    padding: 24px 16px;
    background: #f0f0ea;
    border: 0;
    border-radius: 16px;
    position: sticky;
    top: 138px;
    z-index: 1
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media.featured {
        margin: 0 -16px;
        border-radius: 0;
        padding: 16px;
        top: 54px
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.featured .learn-more-wrap {
    margin: 0;
    min-width: 180px
}

@media (min-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media.featured .learn-more-wrap {
        margin-inline-start: 24px
    }
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media.featured .learn-more-wrap {
        width: 100% !important;
        text-align: center;
        height: auto;
        margin-top: 16px
    }

    .search-results-wrapper-5-0 .search-5-0-component .results-media.featured .learn-more-wrap .btn-text {
        width: 100% !important
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.featured .learn-more-wrap .btn-text {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #e00800;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-align: center
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.featured .learn-more-wrap .btn-text:before {
    display: none
}

.search-results-wrapper-5-0 .search-5-0-component .results-media .media-right-blk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 110px)
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media .media-right-blk {
        width: calc(100% - 60px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media .media-right-blk .action-wrapper {
        margin: 6px 0 0
    }

    .search-results-wrapper-5-0 .search-5-0-component .results-media .media-right-blk .action-wrapper .media-action {
        margin: 0
    }
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media .search-rm {
        min-width: auto;
        width: auto;
        position: static
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media .media-object {
    width: 86px;
    height: 88px
}

@media (max-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media .media-object {
        width: 48px;
        height: 48px
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media .media-body .media-heading {
    font-size: 20px
}

@media (max-width:767px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media .media-body {
        padding-right: 0
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.learnmore .action-wrapper {
    text-align: right;
    font-size: 16px;
    line-height: 16px;
    margin-right: 15px
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.learnmore .action-wrapper .media-action {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: suiss, Arial, sans-serif;
    color: #e00800;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2px;
    padding: 0 15px 0 0 !important
}

.search-results-wrapper-5-0 .search-5-0-component .results-media.learnmore .action-wrapper .media-action:before {
    right: -5px;
    border: solid #e00800;
    border-width: 0 1px 1px 0;
    padding: 2.7px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s ease-in-out
}

@media (min-width:992px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media.learnmore .action-wrapper .media-action {
        font-size: 16px;
        line-height: 1.38;
        letter-spacing: 2px
    }

    .search-results-wrapper-5-0 .search-5-0-component .results-media.learnmore .action-wrapper .media-action:before {
        border: solid #e00800;
        border-width: 0 1px 1px 0;
        color: #e00800;
        right: -5px;
        padding: 3.7px;
        content: "";
        position: absolute;
        line-height: 1;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        transition: all .3s ease-in-out
    }
}

@media (min-width:991px) {
    .search-results-wrapper-5-0 .search-5-0-component .results-media .learn-more-wrap {
        margin-inline-start: 24px
    }
}

.search-results-wrapper-5-0 .search-5-0-component .results-media .media-description {
    white-space: normal;
    padding-right: 0;
    height: auto
}

.search-results-wrapper-5-0 .search-5-0-component .results-media .media-description>p,
.search-results-wrapper-5-0 .search-5-0-component .results-media .media-description li {
    white-space: normal
}

.search-results-wrapper-5-0 .search-result-loader-5-0 {
    padding-left: 0
}

.search-results-wrapper-5-0 .search-result-loader-5-0 .ph-item {
    padding-right: 0
}

.search-rm {
    min-width: 160px;
    margin-right: 15px;
    text-align: right
}

@media (max-width:992px) {
    .search-rm {
        margin-top: 16px
    }
}

.main-mega-menu-desktop.backdrop-search-5-0 {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.search-promotion-banner-5-0 {
    margin-bottom: -11px
}

.search-promotion-banner-5-0 .menu-promotion-wrapper {
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
    width: 100%;
    max-width: 377px
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper {
    height: 100%;
    min-height: 325px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile {
    position: relative;
    height: 325px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0 0 0 8px
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .limited-offer-5-0 {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 0 4px 4px;
    background-color: #0a0a0a;
    padding: 4px 8px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 24px
}

@media (min-width:768px) {
    .search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .limited-offer-5-0 {
        left: 24px;
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: .25px
    }
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile div.cover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    box-shadow: none
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp {
    background: linear-gradient(180deg, rgba(34, 85, 97, 0), rgba(75, 66, 59, .9));
    position: absolute;
    max-width: 100%;
    height: 60%;
    width: 100%;
    z-index: 2;
    border-radius: 0;
    padding: 2rem;
    bottom: 0;
    top: auto
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content {
    position: absolute;
    bottom: 24px
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1rem
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 14px
}

.search-promotion-banner-5-0 .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    padding: 3.5px;
    border-color: #fff
}

[lang=ar] [dir=rtl] .search-related-keywords-label {
    margin-right: 0;
    margin-left: 8px
}

[lang=ar] [dir=rtl] .search-5-0 .form .search-field .search-input:before {
    right: 10px
}

[lang=ar] [dir=rtl] .search-5-0 .form .search-field .search-input:after {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .search-5-0 .form .search-field .clearSearch {
    left: 10px;
    right: auto
}

[lang=ar] [dir=rtl] .search-5-0 .form .search-field:before {
    right: 0;
    left: auto;
    transform: rotate(80deg)
}

[lang=ar] [dir=rtl] .search-5-0-component .results-media {
    padding: 16px 0 16px 16px
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-5-0-component .results-media {
        padding: 12px 0 !important
    }

    [lang=ar] [dir=rtl] .search-5-0-component .results-media.featured {
        padding: 16px !important
    }
}

[lang=ar] [dir=rtl] .search-5-0-component .results-media .media-left {
    padding-left: 1.5rem;
    padding-right: 0
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-5-0-component .results-media .media-left {
        padding-right: 0;
        margin-left: 12px;
        margin-right: 0
    }
}

@media (max-width:767px) {
    [lang=ar] [dir=rtl] .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a {
        padding-left: 2.5rem !important;
        padding-right: 0 !important
    }
}

[lang=ar] [dir=rtl] .search-5-0-component.tabs-expansion-section .nav-view-wrapp.panel>a:before {
    transform: rotate(-90deg) !important
}

[lang=ar] [dir=rtl] .search-5-0-component .tabs-expansion-title-wrap {
    margin-left: 0
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-5-0-component .tabs-expansion-title-wrap {
        padding-right: 0;
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .search-not-found-5-0 .icon {
    margin-right: 0;
    margin-left: 24px
}

[lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list {
    text-align: left;
    float: left
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list {
        text-align: center
    }

    [lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list .next-page {
        right: auto;
        left: 0
    }
}

[lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list .pagination-list {
    -ms-flex-order: 1;
    order: 1
}

[lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list .prev-page {
    -ms-flex-order: 2;
    order: 2
}

[lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list .next-page,
[lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list .prev-page,
[lang=ar] [dir=rtl] .search-pagination-5-0 .pages-list svg {
    transform: rotate(90deg)
}

[lang=ar] [dir=rtl] .search-result-header-5-0 .search-result-content .search-result-headings>span {
    margin-right: 10px;
    margin-left: 0
}

[lang=ar] [dir=rtl] .search-rm {
    margin-left: 15px;
    margin-right: 0;
    text-align: left !important
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-rm {
        text-align: right !important
    }

    [lang=ar] [dir=rtl] .search-rm .btn-text {
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: 2px
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .tabs-expansion-section.search-5-0-component:after {
    display: none
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .recent {
        margin: 0 0 36px -12px
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .recent .recentItemList .list-item {
    margin-left: 0;
    margin-right: 16px
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .recent .recentItemList .list-item {
        margin: 0 0 0 16px !important
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .search-items .quick-links ul {
        margin-left: 0 !important;
        margin-right: -5px !important
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .search-items .list-item a {
    padding-right: 0 !important;
    font-weight: 300
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .search-items .recent {
    margin-bottom: 1rem
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .search-items .recent .list-item {
        padding-left: 2.5rem !important;
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .search-items .recent .list-item:after {
        right: auto;
        left: 18px;
        transform: rotate(-90deg)
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .tile .tile-content-wrapp .content .btn-text.learn-more {
    padding-right: 0;
    padding-left: 0
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .search-items-wrapper .tile .tile-content-wrapp .content .btn-text.learn-more:before {
    left: -33px;
    right: auto
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .tiles-wrapper {
        margin-left: 0 !important;
        margin-right: -5px !important
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .search-items-wrapper-5-0 .tiles-wrapper .tile .tile-content-wrapp .content h4 {
        font-weight: 300
    }
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .tabs-expansion-section.search-5-0-component .desktop-layout .desktop-head>a {
    padding-right: 0 !important;
    padding-left: 2.5rem !important
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .tabs-expansion-section.search-5-0-component .desktop-layout .nav-view-wrapp .panel-collapse .results-media .media-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[lang=ar] [dir=rtl] .mega-dropdown.search-5-0 .tabs-expansion-section.search-5-0-component .desktop-layout .nav-view-wrapp .panel-collapse .results-media.learnmore .action-wrapper .media-action {
    padding-left: 0 !important;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2px
}

[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .results-media .media-body {
    padding-right: 0;
    padding-left: 40px
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-results-wrapper-5-0 .results-media .media-body {
        padding-left: 0
    }
}

[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .results-media.learnmore .action-wrapper {
    text-align: left;
    margin-right: 0;
    margin-left: 6px
}

[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .results-media.learnmore .action-wrapper .media-action {
    padding-right: 0 !important
}

[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .results-media.learnmore .action-wrapper .media-action:before {
    transform: translateY(-50%) rotate(135deg);
    left: -15px;
    right: auto
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .search-results-wrapper-5-0 .results-media.learnmore .action-wrapper .media-action:before {
        transform: translateY(-50%) rotate(135deg);
        left: -5px;
        right: auto
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-result-loader-5-0 .ph-item {
        padding-right: 0 !important
    }
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-no-result-suggession-5-0 {
        padding-right: 0
    }

    [lang=ar] [dir=rtl] .search-no-result-suggession-5-0 .search-related-keywords-list-item {
        padding-left: .5rem;
        padding-right: 0
    }
}

.search-result-loader-5-0 {
    padding-left: 10px;
    padding-top: 33px
}

@media (max-width:991px) {
    .search-result-loader-5-0 {
        padding-left: 0
    }
}

.search-result-loader-5-0 .ph-item {
    position: relative;
    padding-right: 30px;
    overflow: hidden;
    background-color: #fff
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-item {
        padding-right: 0
    }
}

.search-result-loader-5-0 .ph-item>.row {
    margin-bottom: 22px
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-item>.row {
        margin-bottom: 22px
    }
}

.search-result-loader-5-0.sr-left {
    padding-left: 40px
}

@media (max-width:991px) {
    .search-result-loader-5-0.sr-left {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .search-result-loader-5-0.sr-right .ph-item {
        padding-top: 3rem
    }
}

.search-result-loader-5-0 .ph-item,
.search-result-loader-5-0 .ph-item *,
.search-result-loader-5-0 .ph-item :after,
.search-result-loader-5-0 .ph-item :before {
    box-sizing: border-box
}

.search-result-loader-5-0 .ph-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    animation: m .8s linear infinite;
    content: " ";
    pointer-events: none
}

.search-result-loader-5-0 .ph-fill {
    height: 24px;
    margin-bottom: 7.5px;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea)
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-fill {
        height: 16px
    }
}

.search-result-loader-5-0 .ph-big {
    height: 32px
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-big {
        height: 24px
    }
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-button-wrapper {
        position: absolute;
        top: 0;
        z-index: 9;
        left: 0;
        min-width: 115px;
        height: 18px;
        padding: 0
    }
}

.search-result-loader-5-0 .ph-button {
    height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea)
}

.search-result-loader-5-0 .ph-empty {
    background-color: transparent;
    background-image: none;
    height: 24px
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-empty {
        height: 16px
    }
}

.search-result-loader-5-0 .ph-avatar {
    position: relative;
    width: 62px;
    height: 65px;
    overflow: hidden;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea);
    margin: auto
}

.search-result-loader-5-0 .ph-separator {
    margin: 0 0 27px;
    border-bottom: 1px solid #e2e1da
}

@media (max-width:991px) {
    .search-result-loader-5-0 .ph-separator {
        margin: 0 0 27px
    }
}

.search-result-loader-5-0 .ph-avatar:before {
    display: block;
    padding-top: 100%;
    content: " "
}

.search-result-loader-5-0 .ph-picture {
    width: 100%;
    height: 220px;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #f9f9f7, #f0f0ea)
}

@keyframes m {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

.selector-toggle-container .selector-toggle-title {
    font-size: .785rem;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1rem;
    margin-top: 2.625rem;
    letter-spacing: 2px;
    position: relative
}

.selector-toggle-container .selector-toggle-title strong {
    color: #232323;
    font-weight: 600
}

.selector-toggle-container .selector-toggle-title span {
    padding: 0 5px;
    font-weight: 400
}

.selector-toggle-container .selector-toggle-title a.btn-text span {
    padding: 0 !important
}

.selector-toggle-container.add-on-list .selector-toggle-wapper.onlyone .selector-toggle-item {
    width: 48%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%
}

.selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item,
.selector-toggle-container .swiper-wrapper.onlyone .selector-toggle-item {
    width: 33.333%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item,
.selector-toggle-container .swiper-wrapper .selector-toggle-item {
    text-align: center;
    min-width: 136px;
    -ms-flex-positive: unset;
    flex-grow: unset;
    height: 48px;
    margin: 0
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox],
.selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio],
.selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox],
.selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label,
.selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label,
.selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label {
    color: #e00800;
    border: 1px solid #e00800;
    text-shadow: 0 0 0 #e00800
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label *,
.selector-toggle-container .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label *,
.selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=checkbox]:checked+.selector-feature .selector-feature-label *,
.selector-toggle-container .swiper-wrapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label * {
    color: #e00800
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature {
    padding: 0;
    width: 100%;
    height: 100%
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0;
    color: #6c6c6c;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1rem;
    border: 1px solid #fff;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    transition: all .2s ease;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label:after,
.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label:before,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label:after,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label:before {
    display: none
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label .tab-more-text,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label .tab-more-text {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .8px;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: suiss, Arial, sans-serif
}

.selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .link,
.selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .link {
    padding: 22px 0;
    display: block;
    text-transform: uppercase;
    font-size: .825rem;
    letter-spacing: 1px
}

.selector-toggle-container .selector-toggle-wapper.multi-line label.selector-feature-label,
.selector-toggle-container .swiper-wrapper.multi-line label.selector-feature-label {
    font-weight: 500 !important;
    letter-spacing: 0 !important
}

.selector-toggle-container .selector-toggle-wapper.multi-line label.selector-feature-label strong,
.selector-toggle-container .swiper-wrapper.multi-line label.selector-feature-label strong {
    font-size: 1.5em;
    font-weight: 500
}

.selector-toggle-container .selector-toggle-wapper.multi-line label.selector-feature-label .small,
.selector-toggle-container .swiper-wrapper.multi-line label.selector-feature-label .small {
    font-size: .75em;
    font-weight: 200;
    padding-top: 5px
}

@media (max-width:991px) {
    .selector-toggle-container.acc-font-controller {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem
    }
}

.selector-toggle-container.acc-font-controller .selector-toggle-title {
    margin-top: 0
}

@media (max-width:991px) {
    .selector-toggle-container.acc-font-controller .selector-toggle-title {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.selector-toggle-container.acc-font-controller .selector-toggle-carousel {
    max-width: 175px
}

@media (max-width:991px) {
    .selector-toggle-container.acc-font-controller .selector-toggle-carousel {
        max-width: 350px
    }
}

.selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item {
    margin: 0 .675rem;
    width: auto !important
}

.selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature {
    min-width: 78px
}

.selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-normal {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 2.33px
}

.selector-toggle-container.acc-font-controller .selector-toggle-carousel .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.acc-font-large {
    font-size: 24px !important;
    line-height: .5;
    letter-spacing: 4px
}

.selector-toggle-container-colored .selector-toggle-title {
    font-size: .785rem;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 1.5rem;
    margin-top: 2.4257rem;
    letter-spacing: 2px
}

.selector-toggle-container-colored .selector-toggle-title strong {
    color: #232323;
    font-weight: 600
}

.selector-toggle-container-colored .selector-toggle-wapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item {
    margin: 0 .875rem;
    width: auto;
    height: auto;
    text-align: center
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item input[type=checkbox],
.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label {
    box-shadow: none
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature .selector-feature-label:after {
    opacity: 1;
    transform: scale(1.5);
    box-shadow: none
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item .selector-feature {
    padding: 8px 0
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    margin: 0;
    color: #ddd;
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1rem;
    font-family: suiss, Arial, sans-serif;
    text-align: center;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: #d5d5d5
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    opacity: 0;
    transition: all .25s cubic-bezier(.55, .06, .68, .19)
}

.selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label.with-white:after {
    opacity: 1
}

@media (max-width:991px) {
    .selector-toggle-container-colored.acc-radio-selection {
        margin-bottom: 2.5rem
    }
}

.selector-toggle-container-colored.acc-radio-selection .selector-toggle-title {
    margin-top: 0
}

.selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item {
    margin-left: 8px
}

@media (max-width:991px) {
    .selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item {
        width: auto
    }
}

.selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]+.selector-feature {
    display: -ms-flexbox;
    display: flex
}

.selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]+.selector-feature span,
.selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature span {
    color: #232323;
    margin-left: 1.5rem
}

.number-selector {
    display: -ms-flexbox;
    display: flex
}

.number-selector .selector-feature-label {
    letter-spacing: 0 !important
}

.number-selector .tab-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    font-family: suiss, Arial, sans-serif;
    margin-bottom: .5rem
}

.number-selector .tab-more-text {
    font-family: suiss, Arial, sans-serif;
    line-height: 1;
    font-size: .875rem;
    color: #232323;
    text-shadow: none
}

.number-selector .input-field {
    margin-top: 1rem
}

.search-old-price-wrapper {
    padding: .1rem .5rem;
    background-color: #0a0a0a;
    border-radius: 1rem;
    color: #fff;
    font-size: 12px
}

.search-old-price {
    text-decoration: line-through
}

@media (max-width:991px) {
    .selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item {
        width: 8.7%
    }

    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 33.3333%
    }

    .selector-toggle-container .selector-toggle-title {
        margin-top: 2rem;
        margin-bottom: .5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .selector-toggle-container-colored .selector-toggle-title {
        margin-top: 1.5rem;
        margin-bottom: 1rem
    }
}

@media (max-width:425px) {

    .selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item,
    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item {
        max-width: 33.3333%;
        width: auto
    }

    .selector-toggle-container .selector-toggle-wapper.onlyone .selector-toggle-item .selector-feature-label,
    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature-label,
    .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature-label {
        font-size: .75rem !important
    }

    .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature-label .tab-more-text,
    .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature-label .tab-more-text {
        letter-spacing: .7
    }

    .number-selector {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .number-selector .selector-toggle-item {
        margin: 0 !important
    }

    .select-number-container,
    .selector-toggle-container.add-on-list {
        overflow: visible
    }

    .selector-toggle-container .selector-toggle-carousel.no-swiper .selector-toggle-wapper .selector-toggle-item .selector-feature {
        padding: 8px 0
    }

    .select-number-container .selector-toggle-carousel.no-swiper .swiper-wrapper {
        width: auto;
        margin: 0;
        display: block;
        overflow: visible
    }

    .select-number-container .selector-toggle-carousel.no-swiper .swiper-wrapper .selector-toggle-item {
        width: 100%;
        padding: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0
    }
}

[lang=ar] [dir=rtl] .selector-toggle-container-colored .selector-toggle-wapper .selector-toggle-item:first-child {
    margin-right: 8px
}

[lang=en] [dir=ltr] .selector-toggle-container .selector-toggle-wapper .selector-toggle-item:first-child,
[lang=en] [dir=ltr] .selector-toggle-container .swiper-wrapper .selector-toggle-item:first-child {
    margin-left: 0
}

[lang=ar] [dir=rtl] .selector-toggle-container .selector-toggle-wapper .selector-toggle-item:first-child,
[lang=ar] [dir=rtl] .selector-toggle-container .swiper-wrapper .selector-toggle-item:first-child,
[lang=en] [dir=ltr] .selector-toggle-container .selector-toggle-wapper .selector-toggle-item:last-child,
[lang=en] [dir=ltr] .selector-toggle-container .swiper-wrapper .selector-toggle-item:last-child {
    margin-right: 0
}

[lang=ar] [dir=rtl] .selector-toggle-container .selector-toggle-wapper .selector-toggle-item:last-child,
[lang=ar] [dir=rtl] .selector-toggle-container .swiper-wrapper .selector-toggle-item:last-child {
    margin-left: 0
}

[lang=ar] [dir=rtl] .selector-toggle-container .selector-toggle-wapper .selector-toggle-item .selector-feature .selector-feature-label,
[lang=ar] [dir=rtl] .selector-toggle-container .swiper-wrapper .selector-toggle-item .selector-feature .selector-feature-label {
    font-family: suiss, Arial, sans-serif
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-related-keywords-list-item {
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap:not(.mobile) {
    left: 36%;
    transform: translateX(-51%)
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap:not(.mobile).active {
    left: 50%
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box {
    padding-right: 45px;
    padding-left: 10px
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box form .clearSearch {
    right: auto;
    left: 75px
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box form .clearSearch {
        left: 55px
    }
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box .search-icon {
    right: 18px;
    left: auto
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box .mic-icon {
    left: 18px;
    right: auto
}

[lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box .mic-icon:before {
    left: auto;
    right: -20px
}

@media (max-width:768px) {
    [lang=ar] [dir=rtl] .search-5-0-wrap .search-wrap .search-input-box .mic-icon:before {
        right: -10px
    }
}

[lang=ar] [dir=rtl] .search-5-0-wrap .icon-close {
    right: auto;
    left: 0
}

[lang=ar] [dir=rtl] .search-5-0-wrap .icon-close:before {
    right: -18px;
    left: auto
}

[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .search-5-0-component .results-media,
[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .search-5-0-component .results-media.featured {
    padding: 24px 16px
}

[lang=ar] [dir=rtl] .search-results-wrapper-5-0 .search-5-0-component .results-media .media-right-blk .learn-more-wrap {
    margin-left: 0;
    margin-right: 40px
}

@media (max-width:991px) {
    [lang=ar] [dir=rtl] .search-results-wrapper-5-0 .search-5-0-component .results-media .media-right-blk .learn-more-wrap {
        margin-right: 0
    }
}

[lang=ar] [dir=rtl] .search-items-wrapper-5-0 .search-items .list.support ul li a {
    padding-left: 0;
    padding-right: 32px
}

[lang=ar] [dir=rtl] .search-items-wrapper-5-0 .search-items .list.support ul li a img,
[lang=ar] [dir=rtl] .search-items-wrapper-5-0 .search-items .list.support ul li a svg {
    left: auto;
    right: 0
}

[lang=ar] [dir=rtl] .nav-wrap .mobile-search-icon {
    right: auto;
    left: 40px
}

[lang=ar] [dir=rtl] .selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item {
    margin-left: 0;
    margin-right: 8px
}

[lang=ar] [dir=rtl] .selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]+.selector-feature span,
[lang=ar] [dir=rtl] .selector-toggle-container-colored.acc-radio-selection .selector-toggle-wapper .selector-toggle-item input[type=radio]:checked+.selector-feature span {
    margin-left: 0;
    margin-right: 1.5rem
}

.search-filter-wrap>h2 {
    font-family: suiss, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 4px;
    color: #232323;
    margin: 40px 0 16px
}

@media (max-width:991px) {
    .search-filter-wrap>h2 {
        font-size: .75rem;
        letter-spacing: 2px;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.search-filter-wrap .selector-toggle-container .selector-toggle-carousel {
    overflow: hidden;
    padding: 0 0 12px
}

@media (max-width:425px) {
    .search-filter-wrap .selector-toggle-container .selector-toggle-carousel {
        overflow: visible;
        padding-bottom: 0
    }
}

.main-mega-menu-desktop.backdrop {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.menu-promotion-wrapper .tiles-wrapper {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex
}

.menu-promotion-wrapper .tiles-wrapper .tile {
    position: relative;
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.menu-promotion-wrapper .tiles-wrapper .tile div.cover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    box-shadow: none
}

.menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp {
    background: linear-gradient(180deg, rgba(34, 85, 97, 0), rgba(75, 66, 59, .9));
    position: absolute;
    max-width: 100%;
    height: 60%;
    width: 100%;
    z-index: 2;
    border-radius: 0;
    padding: 2rem;
    bottom: 0;
    top: auto
}

.menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content {
    position: absolute;
    bottom: 24px
}

.menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    color: #fff;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1rem
}

.menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 14px
}

.menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    padding: 3.5px;
    border-color: #fff
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper .tile {
    margin: 0 8px;
    -ms-flex-positive: initial;
    flex-grow: 0;
    height: auto
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper .tile div.cover {
    width: 140px;
    height: 126px;
    margin-bottom: 1rem
}

@media (min-width:1360px) {
    .menu-promotion-wrapper.bottom-text .tiles-wrapper .tile div.cover {
        width: 157px
    }
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper .tile .tile-content-wrapp {
    position: relative;
    background: transparent;
    top: 0;
    max-width: 100%;
    height: auto;
    z-index: 2;
    border-radius: 0;
    padding: 0;
    width: 140px
}

@media (min-width:1360px) {
    .menu-promotion-wrapper.bottom-text .tiles-wrapper .tile .tile-content-wrapp {
        width: 157px
    }
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper .tile .tile-content-wrapp .content {
    position: relative;
    bottom: auto
}

.menu-promotion-wrapper.bottom-text .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-bottom: 0
}

.menu-promotion-wrapper.right-text .menu-items-footer {
    margin-top: 1.5rem
}

.menu-promotion-wrapper.right-text .tiles-wrapper {
    -ms-flex-pack: left;
    justify-content: left;
    padding-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto
}

.menu-promotion-wrapper.right-text .tiles-wrapper .tile {
    margin: 0 18px;
    -ms-flex-positive: initial;
    flex-grow: 0;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    height: auto;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu-promotion-wrapper.right-text .tiles-wrapper .tile div.cover {
    width: 90px;
    height: 80px
}

@media (min-width:1360px) {
    .menu-promotion-wrapper.right-text .tiles-wrapper .tile div.cover {
        width: 100px
    }
}

.menu-promotion-wrapper.right-text .tiles-wrapper .tile .tile-content-wrapp {
    position: relative;
    top: 0;
    max-width: 100%;
    height: auto;
    z-index: 2;
    border-radius: 0;
    padding: 0;
    width: 110px;
    padding-left: 1rem;
    background: transparent
}

@media (min-width:1360px) {
    .menu-promotion-wrapper.right-text .tiles-wrapper .tile .tile-content-wrapp {
        width: 152px
    }
}

.menu-promotion-wrapper.right-text .tiles-wrapper .tile .tile-content-wrapp .content {
    position: relative;
    bottom: auto
}

.menu-promotion-wrapper.right-text .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    font-family: suiss, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #6c6c6c;
    margin-bottom: 0
}

.sub-menu-wrap.mega-dropdown.with-single .menu-promotion-wrapper .tiles-wrapper {
    min-height: 325px
}

.sub-menu-wrap.mega-dropdown.with-two .menu-promotion-wrapper .tiles-wrapper {
    min-height: 277px
}

.sub-menu-wrap.mega-dropdown.with-two .menu-items-wrapper,
.sub-menu-wrap.mega-dropdown.with-two .menu-promotion-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: 50%
}

.sub-menu-wrap.mega-dropdown.with-two .menu-promotion-wrapper {
    margin: 1.5rem 0;
    margin-right: 1.5rem
}

.sub-menu-wrap.mega-dropdown.with-two .tiles-wrapper .tile {
    margin-left: 1rem
}

.sub-menu-wrap.mega-dropdown.with-two .tiles-wrapper .tile .tile-content-wrapp,
.sub-menu-wrap.mega-dropdown.with-two .tiles-wrapper .tile div.cover {
    border-radius: 8px
}

.sub-menu-wrap.mega-dropdown.with-three .menu-items-wrapper,
.sub-menu-wrap.mega-dropdown.with-three .menu-promotion-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: 50%
}

.sub-menu-wrap.mega-dropdown.with-three .menu-top {
    display: -ms-flexbox;
    display: flex
}

.sub-menu-wrap.mega-dropdown.with-three .tiles-wrapper .tile .tile-content-wrapp,
.sub-menu-wrap.mega-dropdown.with-three .tiles-wrapper .tile div.cover {
    border-radius: 4px
}

.sub-menu-wrap.mega-dropdown.with-six .menu-items-wrapper,
.sub-menu-wrap.mega-dropdown.with-six .menu-promotion-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: 50%
}

.sub-menu-wrap.mega-dropdown.with-six .menu-top {
    display: -ms-flexbox;
    display: flex
}

.sub-menu-wrap.mega-dropdown.with-six .tiles-wrapper .tile .tile-content-wrapp,
.sub-menu-wrap.mega-dropdown.with-six .tiles-wrapper .tile div.cover {
    border-radius: 4px
}

.search-5-0-wrap .main-mega-menu-desktop {
    z-index: 99 !important
}

.search-5-0-wrap .main-mega-menu-desktop .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default {
    top: 0;
    position: fixed;
    height: 56px;
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);
    transition: all .25s ease-in-out;
    z-index: 12
}

@media (min-width:992px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default {
        height: 90px;
        top: 48px
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .mega-menu-navbar {
    border: 0;
    margin-bottom: 0
}

@media (min-width:992px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container {
        display: -ms-flexbox;
        display: flex
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    transition: all .25s ease-in-out
}

@media (min-width:992px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
        padding-right: 0
    }
}

@media (min-width:1440px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
        height: 90px;
        padding-right: 0
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a {
    width: 110px;
    transition: all .25s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

@media (min-width:992px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a {
        width: 140px;
        transition: all .25s ease-in-out
    }
}

@media (min-width:1248px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a {
        width: 174px;
        transition: all .25s ease-in-out
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a svg {
    width: 110px;
    height: auto
}

@media (min-width:992px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a svg {
        width: 140px;
        transition: all .25s ease-in-out
    }
}

@media (min-width:1248px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header a svg {
        width: 174px;
        transition: all .25s ease-in-out
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items {
    font-family: suiss, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .4s ease
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.search-active>li {
    pointer-events: none
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.fade {
    opacity: 0
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li {
    position: inherit
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link a {
    height: 90px;
    line-height: 90px
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
    padding: 0;
    padding-right: 8px;
    padding-left: 8px;
    transition: all .25s ease-in-out;
    color: #6c6c6c;
    cursor: pointer;
    font-size: .85rem;
    padding-top: 3px
}

@media (min-width:1440px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
        min-width: auto;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 1rem;
        padding-top: 3px;
        text-align: center
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a:hover {
    color: #6c6c6c
}

@media (-ms-high-contrast:none) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
        font-size: 14px;
        padding-right: 1rem
    }

    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a ::-ms-backdrop {
        font-size: 14px;
        padding-right: 1rem
    }
}

@media (-ms-high-contrast:none) and (min-width:1248px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li>a {
        font-size: 16px;
        padding-right: 23px
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.active>a {
    color: #e00800;
    background-color: transparent
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link>a {
    min-width: auto;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link:before {
    content: "";
    width: 1px;
    height: 35px;
    border: 1px solid #edeee6;
    position: absolute;
    top: 28px;
    z-index: 2
}

@media (min-width:768px) {
    .search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav {
        margin: 0 !important
    }
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right li:last-child a {
    padding-right: 0
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right .sub-menu-wrap .sub-menu {
    max-width: 290px
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right .menu-items-footer .sub-menu {
    max-width: 100%
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:after {
    border-bottom: 3px solid transparent;
    display: block;
    content: "";
    width: auto;
    z-index: 0;
    height: 3px;
    position: relative
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover>a {
    color: #e00800 !important
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap,
.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-single,
.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-two {
    display: -ms-flexbox !important;
    display: flex !important
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-six,
.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover a+.sub-menu-wrap.mega-dropdown.with-three {
    display: block !important
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover:after {
    border-bottom: 3px solid #e00800
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li:hover .sub-account-menu-wrap {
    display: block !important
}

.search-5-0-wrap .main-mega-menu-desktop .mega-menu-navbar-default .navbar-nav>li.icon-link:hover:after {
    border-bottom: 3px solid transparent
}

.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap {
    position: absolute;
    display: none;
    font-family: suiss, Arial, sans-serif;
    top: 90px
}

.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    min-width: 254px;
    border-top: 4px solid #e00800;
    padding: .8rem 1.5rem;
    padding-top: 27px;
    padding-bottom: 2rem;
    margin-left: 0
}

.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu li {
    margin-bottom: 1.5rem
}

.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu li:last-child {
    margin-bottom: 0
}

.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu li a {
    font-size: .875rem;
    -ms-flex-pack: left;
    justify-content: left;
    display: block;
    color: #232323;
    height: auto !important;
    line-height: 1.43 !important;
    letter-spacing: .5px;
    text-transform: capitalize
}

.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu li.active a,
.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu li a:focus,
.search-5-0-wrap .main-mega-menu-desktop .search-5-0-wrap .sub-account-menu-wrap .sub-account-menu li a:hover {
    color: #e00800
}

.search-5-0-wrap .main-mega-menu-desktop .hamburger {
    float: right
}

@media (min-width:992px) {
    .search-5-0-wrap .main-mega-menu-desktop .hamburger {
        float: none
    }
}

.search-5-0-wrap .main-mega-menu-desktop .hamburger .line {
    width: 20px;
    height: 1px;
    background-color: #2b2e2c;
    display: block;
    margin: 6px auto;
    transition: all .3s ease-in-out
}

.search-5-0-wrap .main-mega-menu-desktop .hamburger:hover {
    cursor: pointer
}

.search-5-0-wrap .main-mega-menu-desktop .hamburger.is-active .line:nth-child(2) {
    opacity: 0
}

.search-5-0-wrap .main-mega-menu-desktop .hamburger.is-active .line:first-child {
    transform: translateY(7px) rotate(45deg)
}

.search-5-0-wrap .main-mega-menu-desktop .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.search-5-0-wrap .sub-menu-wrap {
    font-family: suiss, Arial, sans-serif;
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    text-transform: none;
    top: 90px;
    left: -204px;
    width: 1200px
}

@media (max-width:1248px) {
    .search-5-0-wrap .sub-menu-wrap {
        width: 952px;
        left: -188px
    }
}

.search-5-0-wrap .sub-menu-wrap .menu-items-footer .sub-menu,
.search-5-0-wrap .sub-menu-wrap .menu-items-footer .sub-menu li {
    margin: 0
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    min-width: 170px;
    max-width: 224px;
    border-top: 3px solid #e00800;
    padding: 0 1.5rem
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu.brands {
    min-width: 280px;
    max-width: 385px !important
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li {
    margin-bottom: 12px
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li:last-child {
    padding-bottom: 0
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li a {
    font-size: .875rem;
    -ms-flex-pack: left;
    justify-content: left;
    display: block;
    color: #232323;
    line-height: 1.43;
    letter-spacing: .5px
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li.active a,
.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li a:focus,
.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li a:hover {
    color: #e00800
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li.sub-menu-heading {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #232323
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li.sub-menu-heading a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    margin-bottom: .5rem
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu li p {
    font-size: .75rem;
    font-weight: 400;
    color: #232323;
    line-height: 1.33;
    margin: 0
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu.trending {
    max-width: 100%
}

.search-5-0-wrap .sub-menu-wrap .search-5-0-wrap .sub-menu.trending .menu-brand-item {
    width: 164px;
    height: 148px
}

.search-5-0-wrap .sub-menu-wrap.mega-dropdown {
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

.search-5-0-wrap .sub-menu-wrap.mega-dropdown .sub-menu {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-top: 0;
    padding: 2rem;
    margin-bottom: 0
}

.search-5-0-wrap .sub-menu-wrap .menu-items-wrapper {
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    padding: 0 .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-5-0-wrap .sub-menu-wrap .menu-items {
    display: -ms-flexbox;
    display: flex
}

.search-5-0-wrap .sub-menu-wrap .menu-items-footer {
    padding: 0 2rem;
    margin-top: auto
}

.search-5-0-wrap .sub-menu-wrap .menu-items-footer .sub-menu {
    max-width: 100%;
    padding: 0;
    border-top: 1px solid #ebebeb
}

.search-5-0-wrap .sub-menu-wrap .menu-items-footer .sub-menu li {
    display: inline-block;
    padding: 1.5rem 1.2rem
}

.search-5-0-wrap .sub-menu-wrap .menu-items-footer .sub-menu li:first-child {
    padding-left: 0
}

.search-5-0-wrap .sub-menu-wrap .menu-items-footer .sub-menu li a {
    color: #9fa0a1;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: .75rem;
    line-height: 1.33
}

.search-5-0-wrap .sub-menu-wrap .menu-promotion-wrapper {
    -ms-flex: 3 1 auto;
    flex: 3 1 auto;
    width: 100%;
    max-width: 377px
}

.search-5-0-wrap .sub-menu-wrap .menu-promotion-wrapper.support {
    padding: 2rem 1.5rem;
    background-color: #f0f0ea;
    min-height: 325px
}

.search-5-0-wrap .sub-menu-wrap .menu-promotion-wrapper.support .sub-menu-heading {
    font-weight: 700;
    color: #232323;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    line-height: 1.2
}

.search-5-0-wrap .sub-menu-wrap .menu-promotion-wrapper.support p {
    font-size: .75rem;
    font-weight: 400;
    color: #232323;
    line-height: 1.33
}

.search-5-0-wrap .sub-menu-wrap .menu-promotion-wrapper.support .menu-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.search-5-0-wrap .sub-menu-wrap .menu-promotion-wrapper.support .menu-form>p {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.search-5-0-wrap .sub-menu-wrap .menu-brand-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .7rem
}

.search-5-0-wrap .sub-menu-wrap .menu-brand-wrapper .menu-brand-item {
    width: 96px;
    height: 90px;
    border-radius: 4px;
    border: 1px solid #e3e5f1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px
}

.search-5-0-wrap .sub-menu-wrap .menu-brand-wrapper .menu-brand-item:hover {
    border-color: #e00800
}

.search-5-0-wrap .sub-menu-wrap .menu-brand-wrapper .menu-brand-item img {
    width: 80px;
    height: 74px;
    -o-object-fit: contain;
    object-fit: contain
}

.search-5-0-wrap .sub-menu-wrap.brands-menu .menu-promotion-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.search-5-0-wrap .sub-menu-wrap .search-wrapper {
    padding: 2rem
}

.search-5-0-wrap .sub-menu-wrap .search-wrapper .search-group,
.search-5-0-wrap .sub-menu-wrap .search-wrapper .search-group select {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #333
}

.search-5-0-wrap .sub-menu-wrap .search-wrapper .search-group .form-control,
.search-5-0-wrap .sub-menu-wrap .search-wrapper .search-group select .form-control {
    box-shadow: none;
    border: 0
}

.search-5-0-wrap .sub-menu-wrap .form.wst-form input:-internal-autofill-selected,
.search-5-0-wrap .sub-menu-wrap .form.wst-form input:focus {
    background-color: #f0f0ea !important;
    -webkit-box-shadow: 0 0 0 100px #f0f0ea inset !important
}

.search-5-0-wrap .sub-menu-wrap .form.wst-form input:valid~label {
    color: #232323;
    transform: translateY(-10px) scale(.8);
    transform-origin: 0 0;
    font-size: 1rem;
    z-index: 2
}

.search-5-0-wrap .sub-menu-wrap .form.wst-form .form-group {
    margin-bottom: 1.5rem
}

.search-5-0-wrap .sub-menu-wrap .form.wst-form .input-field {
    position: relative;
    margin-top: .5rem
}

.search-5-0-wrap .sub-menu-wrap .form.wst-form .input-field>label {
    color: #232323;
    font-size: .88rem;
    left: 0;
    font-weight: 400;
    letter-spacing: 0;
    top: 0;
    line-height: 24px;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0 100%;
    text-align: initial;
    transform: translateY(10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

.search-5-0-wrap .sub-menu-wrap .form input:not([type]),
.search-5-0-wrap .sub-menu-wrap .form input[type=date]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=datetime-local]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=datetime]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=email]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=number]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=password]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=search]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=tel]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=text]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=time]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap .form input[type=url]:not(.browser-default),
.search-5-0-wrap .sub-menu-wrap textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    color: #232323;
    outline: none;
    height: 2.5rem;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s;
    font-size: 1.25rem;
    position: relative;
    z-index: 1
}

.search-5-0-wrap .sub-menu-wrap .form .floating-label-input label,
.search-5-0-wrap .sub-menu-wrap .form .floating-label-select label {
    position: absolute
}

.search-5-0-wrap .sub-menu-wrap .form input:not([type])~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=date]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=datetime-local]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=datetime]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=email]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=number]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=password]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=search]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=tel]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=text]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=time]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .form input[type=url]:not(.browser-default)~label:after,
.search-5-0-wrap .sub-menu-wrap .select-wrapper~label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out, color .2s ease-out
}

.search-5-0-wrap .sub-menu-wrap .btn {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    color: #232323;
    background-color: transparent;
    text-align: center;
    padding: 0 .5rem;
    border-radius: 4px;
    border-width: 1px;
    width: 100%;
    outline: 0;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #0a0a0a;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search-5-0-wrap .sub-menu-wrap .btn,
.search-5-0-wrap .sub-menu-wrap .btn-sm {
    height: 3rem;
    font-size: .875rem;
    line-height: 3rem;
    letter-spacing: .14285714em
}

.search-5-0-wrap .sub-menu-wrap .btn.btn-default.active,
.search-5-0-wrap .sub-menu-wrap .btn.btn-default:active,
.search-5-0-wrap .sub-menu-wrap .btn.btn-default:hover,
.search-5-0-wrap .sub-menu-wrap .open>.dropdown-toggle.btn.btn-default {
    box-shadow: none !important;
    color: #e00800;
    background-color: #fff;
    border-color: #e00800
}

.mobile-view {
    display: none
}

.freeze {
    overflow: hidden
}

.nav-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #0a0a0a
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer
}

.nav-drill {
    margin-top: 56px;
    transform: translateX(-100%);
    padding-bottom: 150px
}

.nav-is-toggled .nav-drill {
    transform: translateX(0)
}

.nav-is-toggled:after {
    opacity: 1;
    visibility: visible;
    content: "";
    position: fixed;
    z-index: 10;
    background-color: hsla(0, 0%, 59%, .2);
    height: 100vh;
    width: 100vw;
    transition: .4s;
    height: 120%;
    top: 0;
    bottom: 0
}

.nav-drill {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 272px;
    height: calc(100vh - 56px);
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: .3s ease-out
}

.nav-items {
    margin-bottom: 0
}

.nav-item.highlighted .nav-link {
    background-color: #f0f0ea
}

.nav-item.highlighted .nav-expand-content ul .nav-item {
    position: relative
}

.nav-item.highlighted .nav-expand-content ul .nav-item:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    opacity: .5;
    position: absolute;
    border-bottom: 1px solid #979797;
    bottom: 0;
    left: 0;
    z-index: 1
}

.nav-item.highlighted .nav-expand-content ul .nav-item .nav-link {
    padding: .5rem 1rem;
    background-color: #fff !important;
    color: #232323
}

.nav-item.highlighted .nav-expand-content ul .nav-item-heading:before {
    content: "";
    background-color: transparent;
    border-bottom: 0
}

.nav-item.menu-brand-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    padding-left: 8px
}

.nav-item.menu-brand-wrapper .menu-brand-item {
    width: 80px;
    height: 72px;
    border-radius: 4px;
    border: 1px solid #e3e5f1;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 8px
}

.nav-item.menu-brand-wrapper .menu-brand-item:hover {
    border-color: #e00800
}

.nav-item.menu-brand-wrapper .menu-brand-item img {
    max-width: 60px;
    min-height: 53px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

.nav-link {
    display: block;
    padding: .7rem 1rem;
    background-color: #fff;
    color: #232323;
    font-size: 1rem;
    line-height: 2.1em;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center
}

.nav-link-arrow {
    margin-left: auto
}

.nav-link-icon {
    padding-right: 1rem;
    width: 2.5rem
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: .3s ease-out;
    visibility: hidden;
    overflow: hidden
}

.nav-expand-content,
.nav-expand-content .nav-link {
    background-color: #fbfbfb
}

.nav-expand-content .sub-menu-wrap {
    display: block
}

.nav-expand-content .sub-menu-wrap .menu-promotion-wrapper.support {
    padding: 1rem
}

.nav-expand-content .sub-menu-wrap .menu-promotion-wrapper.support .sub-menu-heading {
    font-size: 1rem
}

.nav-expand-content .sub-menu-wrap .menu-promotion-wrapper.support .wst-form {
    padding: 0
}

.nav-expand-content .sub-menu-wrap .menu-promotion-wrapper.support .wst-form .input-field {
    margin-bottom: 1rem
}

.nav-expand-link {
    display: -ms-flexbox;
    display: flex
}

.nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
    z-index: 2;
    overflow-y: auto;
    height: 100vh
}

.nav-expand .nav-expand-content {
    background-color: #fff
}

.nav-expand .nav-expand-content .nav-link {
    background-color: #fbfbfb !important;
    color: #606060;
    font-weight: 400;
    font-size: .88rem;
    padding: .48rem 1rem;
    letter-spacing: .5px
}

.nav-expand .nav-expand-content .nav-back-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff !important;
    text-transform: uppercase;
    font-size: .725rem !important;
    color: #e00800 !important;
    letter-spacing: 1.6px;
    padding: .75rem 1rem !important
}

.nav-expand .nav-expand-content .nav-back-link .nav-link-icon {
    transform: rotate(180deg);
    width: .8rem;
    padding-right: 0;
    padding-left: .2rem
}

.nav-expand .nav-expand-content .nav-back-link .nav-link-icon path {
    fill: #e00800
}

.nav-expand .nav-expand-footer .nav-item {
    position: relative
}

.nav-expand .nav-expand-footer .nav-link {
    background-color: #f0f0ea !important;
    color: #989a99;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: .75rem;
    padding: .6rem 1rem
}

.nav-expand .nav-expand-footer .nav-link-arrow {
    width: 1rem;
    height: 1rem;
    right: 1rem;
    position: absolute;
    transform: scale(.8);
    opacity: .4;
    top: 1rem
}

.nav-item-heading {
    padding: .7rem 1rem;
    font-weight: 700;
    background-color: #fff;
    position: relative
}

.nav-item-heading:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    opacity: .5;
    position: absolute;
    border-bottom: 1px solid #d8d8d8;
    bottom: 0;
    left: 0
}

.nav-item-heading-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600
}

.nav-spacer {
    display: block;
    min-height: .25rem;
    background-color: transparent !important
}

.nav-spacer.spacer-zero {
    height: 0;
    min-height: 0
}

.nav-spacer.spacer-32 {
    height: 2rem
}

.nav-quick-links>.nav-link {
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 2px;
    color: #232323;
    font-weight: 400;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem
}

.nav-footer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    z-index: 0
}

.nav-footer-wrapper:first-child {
    margin-top: 2rem
}

.nav-footer-wrapper:first-child .nav-footer {
    display: block;
    padding: 0
}

.nav-footer-wrapper:last-child .nav-footer {
    background: #fff
}

.nav-footer-wrapper-inline .nav-footer {
    -ms-flex-align: center;
    align-items: center
}

.nav-footer-wrapper-inline .nav-footer .link-icon {
    min-width: 12px;
    min-height: 12px;
    padding-left: 6px;
    width: 20px;
    height: 14px
}

.nav-footer-inline-wrapper {
    -ms-flex: 2 2 100%;
    flex: 2 2 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2rem
}

.nav-footer-inline-wrapper .nav-footer-wrapper {
    max-height: 59px;
    min-height: 59px
}

.nav-footer-inline-wrapper .nav-footer-wrapper:first-child {
    min-height: 229px;
    max-height: 229px
}

.nav-footer-inline-wrapper .nav-footer-wrapper .nav-footer {
    -ms-flex-align: center;
    align-items: center
}

.nav-footer {
    background-color: #f0f0ea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.nav-footer .nav-link-icon {
    transform: rotate(90deg) scale(.8);
    padding: 0;
    width: 1rem;
    margin-left: 5px
}

.nav-footer .nav-item-heading {
    background-color: transparent;
    padding-bottom: 0
}

.nav-footer .nav-item-heading:before {
    opacity: 0
}

.nav-footer .mega-dropdown-mob .nav-link-arrow {
    right: 0
}

.nav-footer .mega-dropdown-mob .nav-link-arrow path {
    fill: #e00800
}

.nav-footer .mega-dropdown-mob a {
    color: #e00800
}

.nav-footer .mega-dropdown-mob-menu {
    padding-top: .3rem
}

.nav-footer .mega-dropdown-mob-menu .nav-link {
    background-color: transparent;
    padding: .1rem 1rem
}

.nav-footer .mega-dropdown-mob-menu .nav-link .link-icon {
    min-width: 12px;
    min-height: 12px;
    padding-left: 6px;
    width: 20px;
    height: 14px
}

.nav-footer.lang-switch {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav-footer.lang-switch .nav-lang {
    color: #232323
}

.nav-site-switch {
    font-size: .7rem;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 2px;
    color: #232323;
    padding: 1.25rem 1rem
}

.nav-site-switch.active {
    border-left: 4px solid #e00800;
    color: #e00800
}

.nav-lang {
    font-weight: 300;
    color: #232323;
    padding: 1.25rem 1rem
}

.mega-dropdown-mob a {
    display: block;
    z-index: 2;
    position: relative;
    font-weight: 600
}

.mega-dropdown-mob-menu {
    display: none
}

.mega-dropdown-mob.open .nav-link-arrow {
    transform: rotate(270deg)
}

.mega-dropdown-mob .nav-link-arrow {
    right: 1rem;
    position: absolute;
    transform: rotate(90deg);
    top: 20px;
    transition: transform .1s ease-in
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper {
    height: 202px;
    padding: 1rem .5rem
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper {
    border-radius: 8px;
    overflow: hidden
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp {
    padding: 24px 1rem
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content {
    width: calc(100% - 30px)
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content h4 {
    font-size: 1.125rem;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: normal;
    font-family: suiss, Arial, sans-serif;
    margin-bottom: .3rem
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text {
    letter-spacing: 1.6px;
    line-height: 1rem;
    font-size: .75rem
}

.mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    padding: 3.5px;
    border-color: #fff;
    right: -1rem
}

.safari .nav-drill .nav-footer-wrapper {
    -ms-flex-direction: row;
    flex-direction: row
}

.safari .nav-drill .nav-link {
    padding: .7rem 1rem
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:landscape) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .7rem 1rem
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .safari .nav-drill .nav-footer-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .safari .nav-drill .nav-link {
        padding: .5rem 1rem
    }
}

[lang=ar] [dir=rtl] .search-5-0-wrap .sub-menu-wrap {
    left: auto;
    right: -180px
}

[lang=ar] [dir=rtl] .sub-menu-wrap .menu-items-footer .sub-menu li:first-child {
    padding-left: 1.25rem;
    padding-right: 0
}

@media (min-width:992px) {
    [lang=ar] [dir=rtl] .main-mega-menu-desktop .mega-menu-navbar-default .logo-container .navbar-header {
        padding-left: 0;
        padding-right: 0
    }
}

[lang=ar] [dir=rtl] .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right>li:last-child a {
    padding-right: .5rem;
    padding-left: 0
}

[lang=ar] [dir=rtl] .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav.nav-right>li .sub-account-menu-wrap .sub-account-menu {
    margin-left: 0;
    margin-right: 0
}

[lang=ar] [dir=rtl] .nav-site-switch.active {
    border-left: 0;
    border-right: 4px solid #e00800
}

[lang=ar] [dir=rtl] .menu-promotion-wrapper.right-text .tiles-wrapper .tile .tile-content-wrapp {
    padding-left: 0;
    padding-right: 1rem
}

[lang=ar] [dir=rtl] .sub-menu-wrap .sub-menu li.sub-menu-heading a svg {
    transform: rotate(180deg)
}

[lang=ar] [dir=rtl] .sub-menu-wrap .form.wst-form .form-group label {
    transform-origin: 100% 50% !important;
    right: 0
}

[lang=ar] [dir=rtl] .sub-menu-wrap .menu-brand-wrapper .menu-brand-item {
    margin-right: 0;
    margin-left: 10px
}

[lang=ar] [dir=rtl] .hamburger {
    float: right
}

[lang=ar] [dir=rtl] .nav-drill {
    right: 0;
    left: auto;
    transform: translateX(100%)
}

[lang=ar] [dir=rtl].nav-is-toggled .nav-drill {
    transform: translateX(0)
}

[lang=ar] [dir=rtl].nav-is-toggled:after {
    width: 105vw;
    left: -20px
}

[lang=ar] [dir=rtl] .nav-link-icon {
    padding-right: 0;
    padding-left: 1rem
}

[lang=ar] [dir=rtl] .nav-link-arrow {
    margin-right: auto;
    margin-left: 0;
    transform: rotate(180deg)
}

[lang=ar] [dir=rtl] .nav-expand.active>.nav-expand-content {
    transform: translateX(0)
}

[lang=ar] [dir=rtl] .nav-expand .nav-expand-footer .nav-link-arrow {
    right: auto;
    left: 1rem;
    transform: scale(.8) rotate(180deg)
}

[lang=ar] [dir=rtl] .nav-expand-link:after {
    left: 1rem;
    right: auto;
    transform: rotate(180deg)
}

[lang=ar] [dir=rtl] .nav-expand-content {
    transform: translateX(100%)
}

[lang=ar] [dir=rtl] .nav-expand-content .nav-back-link .nav-link-icon {
    padding-right: 0;
    padding-left: .2rem;
    -ms-flex-order: 0;
    order: 0;
    transform: rotate(0deg)
}

[lang=ar] [dir=rtl] .nav-item-heading .sub-menu-arrow {
    transform: rotate(180deg)
}

[lang=ar] [dir=rtl] .mega-dropdown-mob .nav-link-arrow {
    right: auto;
    left: 1rem;
    transform: rotate(90deg)
}

[lang=ar] [dir=rtl] .mega-dropdown-mob.open .nav-link-arrow {
    transform: rotate(270deg)
}

[lang=ar] [dir=rtl] .mega-dropdown-mob-promotion .menu-promotion-wrapper .tiles-wrapper .tile .tile-content-wrapp .content .btn-text:before {
    right: auto;
    top: 10px
}

[lang=ar] [dir=rtl] .nav-footer .nav-link-icon {
    padding-left: 0;
    padding-right: 0;
    margin-right: .5rem
}

[lang=ar] [dir=rtl] .nav-footer .mega-dropdown-mob .nav-link-arrow {
    left: 0
}

[lang=ar] [dir=rtl] .nav-footer .nav-link .link-icon {
    padding-right: 6px;
    padding-left: 0
}

[lang=ar] [dir=rtl] .nav-footer-wrapper-inline {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

[lang=ar] [dir=rtl] .nav-footer-wrapper-inline .nav-footer .link-icon {
    padding-left: 0;
    padding-right: 6px
}

@media (max-width:991px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items {
        display: none !important
    }

    .main-mega-menu-desktop .nav-wrap {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-mega-menu-desktop .mobile-view {
        display: block
    }

    .main-mega-menu-desktop .logo-container {
        -ms-flex-order: 2;
        order: 2
    }

    .main-mega-menu-desktop .hamburger {
        -ms-flex-order: 1;
        order: 1
    }

    .main-mega-menu-desktop .shopping-cart {
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width:991px) {
    .main-mega-menu-desktop .mega-menu-navbar-default {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
    }

    .mobile-view {
        display: block
    }

    .sub-menu-wrap .menu-promotion-wrapper.support {
        min-height: auto
    }

    .nav-item .menu-brand-wrapper {
        background-color: #fbfbfb
    }
}

.user-notifications .list .details h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .69px;
    color: #232323
}

.user-notifications .list .details p {
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    color: #6c6c6c
}

.user-notifications .list .details .status {
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c6c6c;
    text-transform: uppercase
}

.user-notifications .list .details .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px
}

.user-notifications .list .details .top .status {
    margin-left: 24px
}

.user-notifications .sub-account-menu-wrap {
    right: 0
}

.user-notifications .sub-account-menu-wrap ul {
    max-height: 303px;
    max-width: 439px;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 16px;
    padding-bottom: 16px
}

.user-notifications .sub-account-menu-wrap ul li {
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0ea
}

.user-notifications .sub-account-menu-wrap ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.user-notifications .sub-account-menu-wrap ul::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #e00800
}

.user-notifications .sub-account-menu-wrap ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.user-notifications .sub-account-menu-wrap ul::-webkit-scrollbar {
    width: 4px
}

.main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link a .cart-count {
    width: 18px;
    height: 18px;
    background-color: #0a0a0a;
    color: #fff;
    border-radius: 50%;
    line-height: 18px;
    position: absolute;
    left: 16px;
    letter-spacing: 2px;
    text-align: center;
    top: 24px;
    z-index: 99;
    letter-spacing: 0;
    font-weight: 600;
    font-family: suiss, Arial, sans-serif;
    font-size: 10px
}

@media (max-width:1024px) {
    .main-mega-menu-desktop .mega-menu-navbar-default .navbar-items .nav.navbar-nav>li.icon-link a .cart-count {
        left: 18px
    }
}

.mobile-view.shopping-cart {
    position: relative
}

.mobile-view.shopping-cart .mega-menu-link {
    display: -ms-flexbox;
    display: flex
}

.mobile-view.shopping-cart .mega-menu-link .cart-count {
    width: 18px;
    height: 18px;
    background-color: #0a0a0a;
    color: #fff;
    border-radius: 50%;
    line-height: 18px;
    position: absolute;
    left: -6px;
    letter-spacing: 2px;
    text-align: center;
    top: -6px;
    z-index: 99;
    letter-spacing: 0;
    font-weight: 600;
    font-family: suiss, Arial, sans-serif;
    font-size: 10px
}

.main-menu-mobile.etisalat-carrier .panel-group.panel-footer-wraper {
    background-color: #fff;
    padding: 0
}

.main-menu-mobile.etisalat-carrier .nav-footer-wrapper:first-child {
    margin: 0;
    min-height: auto;
    max-height: 100%
}

.main-menu-mobile.etisalat-carrier .nav-footer-wrapper .nav-footer {
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0ea
}

.main-menu-mobile.etisalat-carrier .nav-footer-wrapper:last-child .nav-footer {
    background-color: #fff
}

/*# sourceMappingURL=app.min.css.map */