@charset "UTF-8";
:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #3490dc;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #1d68a7;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg:not(:root) {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.25rem
}

.h2, h2 {
    font-size: 1.8rem
}

.h3, h3 {
    font-size: 1.575rem
}

.h4, h4 {
    font-size: 1.35rem
}

.h5, h5 {
    font-size: 1.125rem
}

.h6, h6 {
    font-size: .9rem
}

.lead {
    font-size: 1.125rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #f66d9b;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #f8fafc
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #c6e0f5
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #b0d4f1
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c7eed8
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b3e8ca
}

.table-info, .table-info > td, .table-info > th {
    background-color: #d6e9f9
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c0ddf6
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fffacc
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #fff8b3
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f7c6c5
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f4b0af
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #f8fafc;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #f8fafc;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.19rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .7875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.68125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #38c172
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(56, 193, 114, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #38c172
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #38c172;
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #38c172
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #38c172
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: #98e1b7
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #5cd08d
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #38c172
}

.custom-file-input.is-valid ~ .custom-file-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(227, 52, 47, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #e3342f
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #e3342f;
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #e3342f
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #e3342f
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    background-color: #f2a29f
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e9605c
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #e3342f
}

.custom-file-input.is-invalid ~ .custom-file-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2176bd;
    border-color: #1f6fb2
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-success:hover {
    color: #fff;
    background-color: #2fa360;
    border-color: #2d995b
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5)
}

.btn-info {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-info:hover {
    color: #fff;
    background-color: #4aa0e6;
    border-color: #3f9ae5
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3f9ae5;
    border-color: #3495e3
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-warning:hover {
    color: #212529;
    background-color: #ffe924;
    border-color: #ffe817
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffe817;
    border-color: #ffe70a
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5)
}

.btn-danger {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-danger:hover {
    color: #fff;
    background-color: #d0211c;
    border-color: #c51f1a
}

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c51f1a;
    border-color: #b91d19
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #3490dc;
    background-color: transparent;
    background-image: none;
    border-color: #3490dc
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3490dc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #38c172;
    background-color: transparent;
    background-image: none;
    border-color: #38c172
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #38c172;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 193, 114, .5)
}

.btn-outline-info {
    color: #6cb2eb;
    background-color: transparent;
    background-image: none;
    border-color: #6cb2eb
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #6cb2eb;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #6cb2eb;
    border-color: #6cb2eb
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 178, 235, .5)
}

.btn-outline-warning {
    color: #ffed4a;
    background-color: transparent;
    background-image: none;
    border-color: #ffed4a
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffed4a;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffed4a;
    border-color: #ffed4a
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 237, 74, .5)
}

.btn-outline-danger {
    color: #e3342f;
    background-color: transparent;
    background-image: none;
    border-color: #e3342f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e3342f;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e3342f;
    border-color: #e3342f
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5);
    box-shadow: 0 0 0 .2rem rgba(227, 52, 47, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #3490dc;
    background-color: transparent
}

.btn-link:hover {
    color: #1d68a7;
    background-color: transparent
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3490dc
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #3490dc
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-control-input:active ~ .custom-control-label:before {
    color: #fff;
    background-color: #cce3f6
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .3rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #3490dc
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #3490dc
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #3490dc
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(52, 144, 220, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.6;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #a1cbef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(161, 203, 239, .5);
    box-shadow: 0 0 0 .2rem rgba(161, 203, 239, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.68125rem + 2px);
    font-size: 75%
}

.custom-select-lg, .custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.6875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.19rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #a1cbef;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-file-input:focus ~ .custom-file-label:after {
    border-color: #a1cbef
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.19rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.6;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.19rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #3490dc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #cce3f6
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3490dc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #cce3f6
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3490dc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #cce3f6
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f8fafc;
    border-color: #dee2e6 #dee2e6 #f8fafc
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3490dc
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .32rem;
    padding-bottom: .32rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md, .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck, .card-deck .card {
        -webkit-box-direction: normal
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3490dc;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #1d68a7;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25);
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #3490dc
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2176bd
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #38c172
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2d995b
}

.badge-info {
    color: #212529;
    background-color: #6cb2eb
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #3f9ae5
}

.badge-warning {
    color: #212529;
    background-color: #ffed4a
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #ffe817
}

.badge-danger {
    color: #fff;
    background-color: #e3342f
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c51f1a
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.85rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5
}

.alert-primary hr {
    border-top-color: #b0d4f1
}

.alert-primary .alert-link {
    color: #113049
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8
}

.alert-success hr {
    border-top-color: #b3e8ca
}

.alert-success .alert-link {
    color: #123c24
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9
}

.alert-info hr {
    border-top-color: #c0ddf6
}

.alert-info .alert-link {
    color: #284257
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc
}

.alert-warning hr {
    border-top-color: #fff8b3
}

.alert-warning .alert-link {
    color: #5d561b
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5
}

.alert-danger hr {
    border-top-color: #f4b0af
}

.alert-danger .alert-link {
    color: #4c110f
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3490dc;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #1b4b72;
    background-color: #c6e0f5
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #1b4b72;
    background-color: #b0d4f1
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1b4b72;
    border-color: #1b4b72
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #1d643b;
    background-color: #c7eed8
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #1d643b;
    background-color: #b3e8ca
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1d643b;
    border-color: #1d643b
}

.list-group-item-info {
    color: #385d7a;
    background-color: #d6e9f9
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #385d7a;
    background-color: #c0ddf6
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #385d7a;
    border-color: #385d7a
}

.list-group-item-warning {
    color: #857b26;
    background-color: #fffacc
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #857b26;
    background-color: #fff8b3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857b26;
    border-color: #857b26
}

.list-group-item-danger {
    color: #761b18;
    background-color: #f7c6c5
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #761b18;
    background-color: #f4b0af
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #761b18;
    border-color: #761b18
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after, .carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #3490dc !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #2176bd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #38c172 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #2d995b !important
}

.bg-info {
    background-color: #6cb2eb !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #3f9ae5 !important
}

.bg-warning {
    background-color: #ffed4a !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #ffe817 !important
}

.bg-danger {
    background-color: #e3342f !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #c51f1a !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

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

.border-primary {
    border-color: #3490dc !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #38c172 !important
}

.border-info {
    border-color: #6cb2eb !important
}

.border-warning {
    border-color: #ffed4a !important
}

.border-danger {
    border-color: #e3342f !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #3490dc !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #2176bd !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #38c172 !important
}

a.text-success:focus, a.text-success:hover {
    color: #2d995b !important
}

.text-info {
    color: #6cb2eb !important
}

a.text-info:focus, a.text-info:hover {
    color: #3f9ae5 !important
}

.text-warning {
    color: #ffed4a !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ffe817 !important
}

.text-danger {
    color: #e3342f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c51f1a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        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 #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.navbar-laravel {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04)
}

@font-face {
    font-family: Proxima_Nova;
    src: url(../fonts/proxima_nova.ttf) format('truetype');
    src: url(../fonts/proxima_nova.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima_Nova_Light;
    src: url(../fonts/proxima_nova_light.eot);
    src: local('☺'), url(../fonts/proxima_nova_light.woff) format('woff'), url(../fonts/proxima_nova_light.ttf) format('truetype'), url(../fonts/proxima_nova_light.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/droidkufi-regular.eot);
    src: url(../fonts/droidkufi-regular.eot) format('embedded-opentype'), url(../fonts/droidkufi-regular.woff2) format('woff2'), url(../fonts/droidkufi-regular.woff) format('woff'), url(../fonts/droidkufi-regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/droidkufi-bold.eot);
    src: url(../fonts/droidkufi-bold.eot) format('embedded-opentype'), url(../fonts/droidkufi-bold.woff2) format('woff2'), url(../fonts/droidkufi-bold.woff) format('woff'), url(../fonts/droidkufi-bold.ttf) format('truetype')
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

@keyframes wrench {
    0% {
        transform: rotate(-12deg)
    }
    8% {
        transform: rotate(12deg)
    }
    10% {
        transform: rotate(24deg)
    }
    18% {
        transform: rotate(-24deg)
    }
    20% {
        transform: rotate(-24deg)
    }
    28% {
        transform: rotate(24deg)
    }
    30% {
        transform: rotate(24deg)
    }
    38% {
        transform: rotate(-24deg)
    }
    40% {
        transform: rotate(-24deg)
    }
    48% {
        transform: rotate(24deg)
    }
    50% {
        transform: rotate(24deg)
    }
    58% {
        transform: rotate(-24deg)
    }
    60% {
        transform: rotate(-24deg)
    }
    68% {
        transform: rotate(24deg)
    }
    100%, 75% {
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
    animation: wrench 3.7s ease infinite
}

@keyframes ring {
    0% {
        transform: rotate(-15deg)
    }
    2% {
        transform: rotate(15deg)
    }
    4% {
        transform: rotate(-18deg)
    }
    6% {
        transform: rotate(18deg)
    }
    8% {
        transform: rotate(-22deg)
    }
    10% {
        transform: rotate(22deg)
    }
    12% {
        transform: rotate(-18deg)
    }
    14% {
        transform: rotate(18deg)
    }
    16% {
        transform: rotate(-12deg)
    }
    18% {
        transform: rotate(12deg)
    }
    100%, 20% {
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
    animation: ring 1s ease infinite
}

.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
    animation: ring 3s ease infinite
}

@keyframes vertical {
    0% {
        transform: translate(0, -3px)
    }
    4% {
        transform: translate(0, 3px)
    }
    8% {
        transform: translate(0, -3px)
    }
    12% {
        transform: translate(0, 3px)
    }
    16% {
        transform: translate(0, -3px)
    }
    20% {
        transform: translate(0, 3px)
    }
    100%, 22% {
        transform: translate(0, 0)
    }
}

.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
    animation: vertical 2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
    animation: vertical 1s ease infinite
}

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
    animation: vertical 4s ease infinite
}

@keyframes horizontal {
    0% {
        transform: translate(0, 0)
    }
    6% {
        transform: translate(5px, 0)
    }
    12% {
        transform: translate(0, 0)
    }
    18% {
        transform: translate(5px, 0)
    }
    24% {
        transform: translate(0, 0)
    }
    30% {
        transform: translate(5px, 0)
    }
    100%, 36% {
        transform: translate(0, 0)
    }
}

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
    animation: horizontal 2s ease infinite
}

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
    animation: horizontal 1s ease infinite
}

.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
    animation: horizontal 3s ease infinite
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
    animation: flash 2s ease infinite
}

.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
    animation: flash 1s ease infinite
}

.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
    animation: flash 3s ease infinite
}

@keyframes bounce {
    0%, 10%, 100%, 20%, 50%, 80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
    animation: bounce 2s ease infinite
}

.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
    animation: bounce 1s ease infinite
}

.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
    animation: bounce 3s ease infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
    animation: spin 1.5s linear infinite
}

.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
    animation: spin .7s linear infinite
}

.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
    animation: spin 2.2s linear infinite
}

@keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-6px)
    }
    100% {
        transform: translateY(0)
    }
}

.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
    animation: float 2s linear infinite
}

.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
    animation: float 1s linear infinite
}

.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
    animation: float 3s linear infinite
}

@keyframes pulse {
    0% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(.8)
    }
    100% {
        transform: scale(1.1)
    }
}

.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
    animation: pulse 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
    animation: pulse 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
    animation: pulse 3s linear infinite
}

.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
    animation: wrench 2.5s ease infinite
}

.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
    animation: wrench 3.7s ease infinite
}

@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%, 20% {
        transform: scale(.9) rotate(-8deg)
    }
    30%, 50%, 70% {
        transform: scale(1.3) rotate(8deg)
    }
    40%, 60% {
        transform: scale(1.3) rotate(-8deg)
    }
    100%, 80% {
        transform: scale(1) rotate(0)
    }
}

.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
    animation: tada 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
    animation: tada 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
    animation: tada 3s linear infinite
}

@keyframes passing {
    0% {
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        transform: translateX(0);
        opacity: 1
    }
    100% {
        transform: translateX(50%);
        opacity: 0
    }
}

.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
    animation: passing 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
    animation: passing 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
    animation: passing 3s linear infinite
}

@keyframes passing-reverse {
    0% {
        transform: translateX(50%);
        opacity: 0
    }
    50% {
        transform: translateX(0);
        opacity: 1
    }
    100% {
        transform: translateX(-50%);
        opacity: 0
    }
}

.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
    animation: passing-reverse 2s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
    animation: passing-reverse 1s linear infinite
}

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
    animation: passing-reverse 3s linear infinite
}

@keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
    animation: burst 2s infinite linear
}

.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
    animation: burst 1s infinite linear
}

.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
    animation: burst 3s infinite linear
}

@keyframes falling {
    0% {
        transform: translateY(-50%);
        opacity: 0
    }
    50% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(50%);
        opacity: 0
    }
}

.faa-falling.animated, .faa-falling.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-falling {
    animation: falling 2s linear infinite
}

.faa-falling.animated-hover.faa-fast:hover, .faa-falling.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-falling.faa-fast {
    animation: falling 1s linear infinite
}

.faa-falling.animated-hover.faa-slow:hover, .faa-falling.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-falling.faa-slow {
    animation: falling 3s linear infinite
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(90deg);
    background-color: transparent
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(-90deg);
    background-color: transparent
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

/*!
 * Bootstrap-select v1.13.0 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*!
 * jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important
}

.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%
}

.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%
}

.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0
}

.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.jconfirm .jconfirm-box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes type-blue {
    1%, 100% {
        border-color: #3498db
    }
    50% {
        border-color: #5faee3
    }
}

@keyframes type-blue {
    1%, 100% {
        border-color: #3498db
    }
    50% {
        border-color: #5faee3
    }
}

@-webkit-keyframes type-green {
    1%, 100% {
        border-color: #2ecc71
    }
    50% {
        border-color: #54d98c
    }
}

@keyframes type-green {
    1%, 100% {
        border-color: #2ecc71
    }
    50% {
        border-color: #54d98c
    }
}

@-webkit-keyframes type-red {
    1%, 100% {
        border-color: #e74c3c
    }
    50% {
        border-color: #ed7669
    }
}

@keyframes type-red {
    1%, 100% {
        border-color: #e74c3c
    }
    50% {
        border-color: #ed7669
    }
}

@-webkit-keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f
    }
    50% {
        border-color: #f4d03f
    }
}

@keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f
    }
    50% {
        border-color: #f4d03f
    }
}

@-webkit-keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6
    }
    50% {
        border-color: #b07cc6
    }
}

@keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6
    }
    50% {
        border-color: #b07cc6
    }
}

@-webkit-keyframes type-dark {
    1%, 100% {
        border-color: #34495e
    }
    50% {
        border-color: #46627f
    }
}

@keyframes type-dark {
    1%, 100% {
        border-color: #34495e
    }
    50% {
        border-color: #46627f
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark
}

.jconfirm .jconfirm-box.loading {
    height: 120px
}

.jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1
}

.jconfirm .jconfirm-box.loading:after {
    opacity: .6;
    content: '';
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-animation: jconfirm-spin 1s infinite linear;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: #1e90ff;
    top: 50%;
    margin-top: -15px;
    z-index: 2
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px
}

.jconfirm .jconfirm-box .jconfirm-buttons > button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #fff
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #fff
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important
}

.jconfirm .jconfirm-clear {
    clear: both
}

.jconfirm.jconfirm-rtl {
    direction: rtl
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto
}

.jconfirm.jconfirm-light .jconfirm-bg, .jconfirm.jconfirm-white .jconfirm-bg {
    background-color: #444;
    opacity: .2
}

.jconfirm.jconfirm-light .jconfirm-box, .jconfirm.jconfirm-white .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 5px
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons {
    float: right
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd
}

.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: #2f4f4f;
    opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background: #444;
    border-radius: 5px;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: 0;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: 0
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@-webkit-keyframes glow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 red;
        box-shadow: 0 0 0 red
    }
    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red
    }
}

@keyframes glow {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 red;
        box-shadow: 0 0 0 red
    }
    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red
    }
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-scalex, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-zoom {
    opacity: 0
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    -webkit-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    -webkit-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0)
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, .95)
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: 0;
    color: #fff;
    padding: 10px;
    min-width: 100px
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, .67)
}

.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 25px 10px 25px
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, .21)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    border: solid 1px rgba(0, 0, 0, .4);
    padding: 15px 0 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, .87);
    padding: 0 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: #708090;
    opacity: .6
}

.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 30px 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87);
    top: 15px;
    right: 15px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
    margin-left: 4px
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1)
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    font-size: 12px;
    width: 278px
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.daterangepicker.openscenter:before {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker.openscenter:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.daterangepicker.dropup {
    margin-top: -5px
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000
}

.daterangepicker.single .calendar, .daterangepicker.single .ranges {
    float: none
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 32px
}

.daterangepicker .calendar-table {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color: #999;
    background: #fff
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee
}

.daterangepicker td.in-range {
    background: #d0e7fc;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2dc3e8;
    border-color: #2dc3e8;
    color: #fff
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%
}

.daterangepicker .input-mini.active {
    border: 1px solid #357ebd
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px
}

.daterangepicker .daterangepicker_input {
    position: relative
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    cursor: pointer
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 160px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker .calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.single .calendar.left {
        clear: none
    }

    .daterangepicker.single .calendar, .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker .calendar.right {
        margin-left: 0
    }

    .daterangepicker .left .daterangepicker_input {
        padding-right: 12px
    }

    .daterangepicker .calendar.left .calendar-table {
        padding-right: 12px
    }

    .daterangepicker .calendar, .daterangepicker .ranges {
        float: left
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
        float: left
    }

    .daterangepicker .calendar.left {
        clear: none
    }
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

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: 0
}

table.dataTable tfoot td, table.dataTable tfoot th {
    padding: 10px 18px 6px 18px;
    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;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.html)
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(../images/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(../images/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: 8px 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 tfoot td, table.dataTable.compact tfoot th {
    padding: 4px
}

table.dataTable.compact tbody td, table.dataTable.compact tbody th {
    padding: 4px
}

table.dataTable td.dt-left, table.dataTable th.dt-left {
    text-align: left
}

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
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .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;
    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: #333 !important;
    border: 1px solid #979797;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0, #111 100%);
    background: -moz-linear-gradient(top, #585858 0, #111 100%);
    background: -ms-linear-gradient(top, #585858 0, #111 100%);
    background: -o-linear-gradient(top, #585858 0, #111 100%);
    background: linear-gradient(to bottom, #585858 0, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.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: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

.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 {
    -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.dataTable {
    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
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
    padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333
}

table.dataTable > tbody > tr.child {
    padding: .5em 1em
}

table.dataTable > tbody > tr.child:hover {
    background: 0 0 !important
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid #000;
    border-radius: .5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em
}

div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .6)
}

@media screen and (max-width: 767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

body, html {
    background-color: #fff
}

select {
    display: none
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

:focus {
    outline: 0 !important
}

:not(i) {
    font-family: Proxima_Nova
}

.arabic {
    font-family: "Droid Arabic Kufi"
}

a, i {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.centered {
    text-align: center
}

.material-button-raised {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    padding: 0 0;
    min-width: 64px;
    height: 31px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2196f3;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
    transition: box-shadow .2s
}

.material-button-raised:focus, .material-button-raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    color: #fff;
    text-decoration: none
}

.material-button-raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    text-decoration: none;
    color: #fff
}

.material-button-raised:disabled {
    color: rgba(0, 0, 0, .38);
    background-color: rgba(0, 0, 0, .12);
    box-shadow: none;
    cursor: initial
}

.material-button-raised::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity .2s
}

.material-button-raised:hover::before {
    opacity: .12
}

.material-button-raised:focus::before {
    opacity: .2
}

.material-button-raised:active::before {
    opacity: .32
}

.material-button-raised:disabled::before {
    opacity: 0
}

.material-button-raised::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform .5s
}

.material-button-raised:active::after {
    opacity: .4;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s
}

.material-button-raised:disabled::after {
    opacity: 0
}

header {
    padding-top: 0;
    border-bottom: 1px solid #c6c8c9
}

header .material-button-raised {
    font-size: 12px;
    border-radius: 5px;
    width: 119px;
    float: left;
    margin-right: 7px
}

header .material-button-raised.black {
    background-color: #1d1d1b
}

header .material-button-raised.black span {
    color: #00b4ff;
    font-size: 13px;
    margin-left: 2px;
    margin-right: 1px
}

header .material-button-raised.red {
    background-color: #be1e2d
}

header .material-button-raised.green {
    background-color: #37b34a
}

header .material-button-raised.blue {
    background-color: #00c8ff
}

header .main_flag {
    width: 20px;
    margin-left: 10px;
    margin-top: 0
}

header .dropdown {
    float: left;
    margin-top: 0;
    background-color: #f1f1f2;
    border-radius: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

header .dropdown .btn {
    background-color: transparent;
    font-size: 12px;
    color: #6d6e70;
    max-width: 132px;
    padding: 4px
}

header .dropdown .btn:hover {
    background-color: transparent
}

header .dropdown .dropdown-toggle::after {
    content: "";
    border: 0
}

header .btn:focus {
    box-shadow: 0 0
}

header .dropdown-menu {
    min-width: 104px;
    margin-top: -3px
}

header .dropdown-item {
    font-size: 12px;
    max-width: 132px;
    padding: 5px
}

header .dropdown-menu {
    padding-top: 2px;
    padding-bottom: 2px
}

header .dropdown-item .flag {
    width: 25px;
    margin-right: 5px;
    position: relative;
    margin-top: -4px;
    border: 1px solid #f6f6f6;
    margin-left: 9px
}

header .row_button {
    float: right
}

header .row_button .popup_menu {
    position: absolute;
    width: 430px;
    background-color: #fff;
    left: 141px;
    z-index: 10;
    top: 38px;
    border: 1px solid #ccc;
    padding: 10px 24px;
    padding-bottom: 5px;
    display: none
}

header .sticky_menu.fixed {
    position: fixed;
    width: 100%;
    z-index: 19;
    background-color: #fff;
    top: 0;
    padding: 10px 0;
    border-bottom: 1px solid #c6c8c9
}

header .sticky_menu.fixed .sub_menu {
    top: 11px
}

header .new_tag {
    color: #fa151b;
    float: right;
    font-size: 12px;
    border: 1px solid rgba(159, 159, 159, .3);
    padding: 2px 10px;
    border-radius: 5px
}

header .row_button .popup_menu .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #be1e2d;
    position: absolute;
    top: -5px;
    left: 62px
}

header .row_button .popup_menu * {
    text-align: left
}

header .row_button .popup_menu .row_sub_popup_menu {
    margin-top: 7px
}

header .row_button .popup_menu .row_sub_popup_menu a {
    text-decoration: none;
    color: #404041;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    position: relative;
    font-size: 13px
}

header .row_button .popup_menu .row_sub_popup_menu a:hover {
    color: #be1e2d;
    border-bottom: 1px solid #be1e2d;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header .row_button .popup_menu .row_sub_popup_menu a:hover::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -15px;
    top: 5px;
    font-size: 12px
}

header .row_button .popup_menu .row_sub_popup_menu a.active {
    color: #be1e2d;
    border-bottom: 1px solid #be1e2d;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header .row_button .popup_menu .row_sub_popup_menu a.active::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -15px;
    top: 5px;
    font-size: 12px
}

header .row_button .popup_menu .popup_menu_title {
    color: #be1e2d;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    padding-bottom: 8px
}

header .div_sticky a.a_close_cookie {
    text-decoration: none
}

header .div_sticky a.a_close_cookie i {
    color: #00c8ff;
    text-decoration: none;
    font-size: 20px;
    float: left;
    margin-right: 6px;
    margin-top: -1px
}

header .div_sticky a.a_close_cookie:hover i {
    color: #01addc
}

header .div_sticky span.cookies_text {
    text-align: left;
    font-size: 12px;
    color: #fff;
    float: left
}

header .div_sticky span.cookies_text b {
    color: #fff
}

header .dropdown-menu {
    left: -8px
}

header .logo {
    width: 110px;
    margin-top: 4px
}

header hr {
    border-top: 1px solid #c6c8c9;
    margin-top: 20px;
    clear: both
}

header .timezone {
    float: left;
    margin-right: 32px
}

header .timezone:last-child {
    margin-right: 0
}

header .timezone .zone {
    float: left;
    color: #00c8ff;
    font-weight: 700;
    margin-right: 5px;
    font-size: 12px
}

header .timezone .time {
    float: left;
    color: #6d6e70;
    font-size: 12px
}

header nav.menu {
    float: left;
    margin-top: 2px;
    margin-left: 4px
}

header nav.menu > ul > li.active {
    color: #00c8ff
}

header nav.menu > ul > li.active a {
    color: #00c8ff
}

header nav.menu ul {
    padding-left: 14px;
    list-style-type: none
}

header nav.menu > ul > li {
    float: left;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 41px;
    position: relative;
    font-size: 15px
}

header nav.menu > ul > li:hover > a {
    color: #00c8ff
}

header nav.menu > ul > li a {
    color: #2b3990;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header nav.menu ul li:last-child {
    padding-right: 0
}

header .sub_menu {
    position: absolute;
    width: 100%;
    max-height: 367px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    top: 21px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    border-bottom: 1px solid #c6c8c9
}

header .sub_menu.show {
    display: block;
    opacity: 1;
    visibility: visible
}

header .sub_menu ul {
    list-style-type: none;
    margin-bottom: 0;
    float: left;
    position: relative;
    width: 250px
}

header .sub_menu ul li {
    padding-top: 3px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(159, 159, 159, .3);
    margin-bottom: 10px;
    position: relative
}

header .sub_menu ul li a {
    color: #404041;
    font-size: 15px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header .sub_menu ul li:hover {
    border-color: #00c8ff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

header .sub_menu ul li:hover > a {
    color: #00c8ff
}

header .sub_menu ul li.active {
    border-color: #00c8ff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

header .sub_menu ul li.active > a {
    color: #00c8ff
}

header .sub_menu ul li.active::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: -20px;
    font-size: 20px;
    top: -2px
}

header .sub_menu ul li:hover::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: -20px;
    font-size: 20px;
    top: -2px
}

header .sub_menu .learning-section ul li.active {
    border-color: #00c8ff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

header .sub_menu .learning-section ul li.active > a {
    color: #00c8ff
}

header .sub_menu .learning-section ul li.active::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: -20px;
    font-size: 20px;
    top: -2px
}

header #sub_menu_mobileapp {
    margin-top: 10px
}

header #sub_menu_zulu {
    margin-top: 39px
}

header #sub_menu_mobileapp, header #sub_menu_vps, header #sub_menu_zulu {
    background-color: #fdfcfc;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 194px;
    display: block;
    margin-left: 36px;
    padding-left: 25px;
    border: 1px solid rgba(215, 215, 215, .5);
    margin-bottom: 11px;
    position: relative;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header #sub_menu_zulu img {
    float: right;
    width: 20px;
    margin-right: 15px;
    margin-top: 2px
}

header #sub_menu_mobileapp a, header #sub_menu_vps a, header #sub_menu_zulu a {
    font-size: 16px;
    text-decoration: none;
    color: #404041;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header #sub_menu_mobileapp a.active, header #sub_menu_vps a.active, header #sub_menu_zulu a.active {
    color: #2ac9fc
}

header #sub_menu_mobileapp a.active::before, header #sub_menu_vps a.active::before, header #sub_menu_zulu a.active::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 2px
}

header #sub_menu_mobileapp a:hover, header #sub_menu_vps a:hover, header #sub_menu_zulu a:hover {
    color: #2ac9fc
}

header #sub_menu_mobileapp a:hover::before, header #sub_menu_vps a:hover::before, header #sub_menu_zulu a:hover::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 2px
}

header .sub_menu .custom_col {
    margin-left: 20px;
    float: left
}

header .sub_menu .custom_col.first {
    margin-left: 186px
}

header .sub_menu .custom_col.first.platform {
    margin-left: 186px
}

header .sub_menu .custom_col.platform {
    margin-left: 0
}

header .sub_menu .custom_col.platform ul {
    width: 231px
}

header .sub_menu .sub_menu_title {
    margin-left: 39px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #c6c8c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #404041;
    position: relative
}

header .sub_menu .sub_menu_title.active::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: -20px;
    font-size: 20px;
    top: -4px;
    font-weight: 400
}

header .sub_menu .sub_menu_title.active {
    border-color: #00c8ff
}

header .sub_menu .sub_menu_title.active > a {
    color: #00c8ff
}

header .sub_menu .sub_menu_title a {
    color: #404041;
    text-decoration: none
}

header #sub-menu-5.sub_menu .sub_menu_title:hover {
    border-color: #00c8ff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

header #sub-menu-5.sub_menu .sub_menu_title:hover > a {
    color: #00c8ff
}

header #sub-menu-5.sub_menu .sub_menu_title:hover::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    position: absolute;
    left: -20px;
    font-size: 20px;
    top: -4px;
    font-weight: 400
}

header .sub_menu .custom_col.platform.last ul li {
    margin-top: 0
}

header .sub_menu .custom_col.first.learning-section {
    margin-left: 186px
}

header .sub_menu .custom_col.learning-section {
    margin-left: 0
}

header .sub_menu .custom_col.learning-section ul {
    width: 231px
}

header .sub_menu .custom_col.learning-section.cfd-hidden {
    display: none
}

header .sub_menu .custom_col.learning-section.crypto-hidden {
    display: none
}

header .sticky_cookies {
    background-color: transparent;
    display: none;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px
}

header .div_sticky {
    background-color: #1d1d1b
}

header .div_sticky .row div.col-sm-12 {
    min-height: 0
}

header .world_time {
    margin-top: 8px
}

header .sticky_cookies a.cookie_privacy_link {
    color: #00c8ff
}

header .sticky_cookies a.cookie_privacy_link:hover {
    color: #1d68a7
}

.btn-menu {
    display: block;
    float: right;
    margin-top: 13px;
    margin-bottom: 2px;
    margin-right: 13px;
    border: 0;
    width: 40px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
    display: block;
    position: relative
}

.btn-menu:focus {
    outline: 1px dotted #e0ae19
}

.show_menu .btn-menu:focus {
    outline: 0
}

.btn-menu .text {
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden
}

.btn-menu .bar, .btn-menu .bar:after, .btn-menu .bar:before {
    display: block;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-menu .bar {
    top: 10px;
    left: 0
}

.btn-menu .bar:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0
}

.btn-menu .bar:after {
    position: absolute;
    content: '';
    top: -10px;
    left: 0
}

.show .btn-menu .bar {
    background-color: transparent
}

.show .btn-menu .bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show .btn-menu .bar:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #090;
    border: 1px solid #050;
    border-top: none;
    border-bottom: none;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.mobile-nav a {
    text-decoration: none;
    color: #fff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-indent: 10px;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #050
}

.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
    background-color: #004301
}

.mobile-nav li:first-child a {
    border-top: 1px solid #050
}

.show .mobile-nav {
    height: auto
}

.mobile-nav .dd + ul {
    height: 0;
    overflow: hidden;
    background-color: #093cb3;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.mobile-nav .dd + ul a {
    text-indent: 30px
}

.mobile-nav .dd + ul a:active, .mobile-nav .dd + ul a:focus, .mobile-nav .dd + ul a:hover {
    background-color: #001e66
}

.mobile-nav .dd:after {
    content: '\25BC';
    margin-left: 5px;
    font-size: 12px
}

.mobile-nav .dd-show + ul {
    height: auto
}

#mobile_menu {
    display: none
}

#side_menu {
    display: none
}

#side_menu.open {
    display: block
}

#mobile_menu .mobile_sub_menu {
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s, visibility 0s;
    transition: opacity .1s, visibility 0s;
    height: 0
}

#mobile_menu .mobile_sub_menu.opened {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .1s, visibility 0s;
    transition: opacity .1s, visibility 0s
}

#mobile_menu ul.mobile_sub_menu {
    list-style-type: none;
    padding: 0
}

.slide-reveal-overlay {
    display: none
}

header .padding-header {
    padding-top: 20px
}

header .sub_menu_container {
    position: relative
}

header .header_icon {
    width: 31px;
    height: 31px;
    float: left;
    background-color: #1b2429;
    text-align: center;
    padding-top: 5px;
    border-radius: 7px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

header .header_icon.contact_icon {
    margin-left: 7px
}

header .header_icon.chat_icon {
    margin-left: 5px
}

header .header_icon.contact_icon i {
    color: #fff;
    font-size: 16px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header .header_icon.chat_icon i {
    color: #fff;
    font-size: 16px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

header .header_icon:hover > i {
    color: #8fc349
}

footer .owl-carousel {
    padding-top: 30px;
    padding-bottom: 30px
}

footer .owl-carousel .owl-item div.footer_payment {
    margin: 0 auto;
    background-size: 100%;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    background-image: url(../images/payment.png);
    background-repeat: no-repeat
}

footer .owl-carousel .owl-item div.footer_payment.bank {
    width: 100px;
    height: 49px;
    background-position: 0 0;
    margin-top: 17px
}

footer .owl-carousel .owl-item div.footer_payment.visa {
    width: 120px;
    height: 38px;
    background-position: 0 -60px;
    margin-top: 20px;
    border: 0
}

footer .owl-carousel .owl-item div.footer_payment.skrill {
    width: 110px;
    height: 38px;
    background-position: 0 -174px;
    margin-top: 16px;
    border: 0
}

footer .owl-carousel .owl-item div.footer_payment.neteller {
    width: 160px;
    height: 27px;
    background-position: 0 -308px;
    margin-top: 24px;
    border: 0
}

footer .owl-carousel .owl-item div.footer_payment.unionpay {
    width: 130px;
    height: 79px;
    background-position: 0 -273px;
    margin-top: 0;
    border: 0
}

footer .owl-carousel .owl-item div.footer_payment.mastercard {
    width: 110px;
    height: 83px;
    background-position: 0 -90px;
    margin-top: 0;
    border: 0
}

footer .footer_menu {
    background-color: #1b2429
}

footer .footer_menu .row_form {
    padding-top: 20px;
    padding-bottom: 18px
}

footer .footer_menu .row_form .subscribe_title {
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    margin-top: 20px
}

footer .footer_menu .row_form .subscribe_input {
    float: left
}

footer .footer_menu .row_form .subscribe_input #footer_email {
    color: #fff;
    font-size: 14px;
    background-color: #324146;
    border: 0;
    width: 250px;
    border-radius: 5px;
    text-align: center;
    padding: 4px 10px 3px 10px;
    margin-top: 15px;
    border: 1px solid transparent
}

footer .footer_menu .row_form .subscribe_input #footer_email::-webkit-input-placeholder {
    color: #a5a7aa
}

footer .footer_menu .row_form .subscribe_input #footer_email::-moz-placeholder {
    color: #a5a7aa
}

footer .footer_menu .row_form .subscribe_input #footer_email:-ms-input-placeholder {
    color: #a5a7aa
}

footer .footer_menu .row_form .subscribe_input #footer_email:-moz-placeholder {
    color: #a5a7aa
}

footer .material-button-raised {
    font-size: 12px;
    border-radius: 5px;
    width: 135px;
    font-size: 14px
}

footer .material-button-raised.red {
    background-color: #bd1e2d;
    float: left;
    margin-right: 7px;
    margin-top: 15px;
    margin-left: 8px
}

footer .list_button {
    float: right;
    margin-top: 15px
}

footer .material-button-raised.green {
    background-color: #8ac43f;
    margin-left: 5px
}

footer .material-button-raised.blue {
    background-color: #00c7ff;
    margin-left: 5px
}

footer hr {
    border-color: rgba(199, 200, 201, .5)
}

footer ul.footer_menu {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

footer ul.footer_menu > li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    position: relative
}

footer ul.footer_menu > li:nth-child(7) {
    width: 12.5%
}

footer ul.footer_menu > li:nth-child(1) {
    width: 12.5%
}

footer ul.footer_menu > li:nth-child(2) {
    width: 12%
}

footer ul.footer_menu > li:nth-child(3) {
    width: 10.5%
}

footer ul.footer_menu > li:nth-child(4) {
    width: 14.5%
}

footer ul.footer_menu > li:nth-child(5) {
    width: 12.5%
}

footer ul.footer_menu > li:nth-child(6) {
    width: 13%
}

footer ul.footer_menu > li:nth-child(8) {
    width: 12.5%
}

footer ul.footer_menu > li:first-child {
    padding-left: 0
}

footer ul.footer_menu > li:last-child {
    padding-right: 0
}

footer ul.footer_menu > li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none
}

footer ul.footer_menu > li > a {
    font-size: 14px
}

footer ul.footer_menu > li a:hover {
    text-decoration: none;
    color: #8ac43f
}

footer ul.footer_menu > li > ul > li > a:hover {
    padding-left: 0
}

footer ul.footer_menu ul {
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0
}

footer ul.footer_menu ul a {
    font-weight: 400;
    color: #919598
}

footer .follow_us_title {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-top: 25px
}

footer .footer_social_media {
    float: left;
    margin-bottom: 18px;
    margin-top: 15px
}

footer .footer_social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

footer .footer_social_media ul li {
    float: left;
    margin-right: 5px
}

footer .footer_social_media ul li a {
    background-color: #f0f1f3;
    color: #1b2429;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    border: 1px solid #1b2429
}

footer .footer_social_media ul li a i {
    font-size: 20px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

footer .footer_social_media ul li a:hover > i {
    color: #fff;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

footer .footer_social_media ul li:nth-child(1) a {
    background-color: #485e92;
    color: #fff
}

footer .footer_social_media ul li:nth-child(2) a {
    background-color: #42acdc;
    color: #fff
}

footer .footer_social_media ul li:nth-child(3) a {
    background-color: #e95950;
    color: #fff
}

footer .footer_social_media ul li:nth-child(4) a {
    background-color: #186895;
    color: #fff
}

footer .footer_social_media ul li:nth-child(5) a {
    background-color: red;
    color: #fff
}

footer .footer_social_media ul li a:hover {
    border: 1px solid #fff
}

footer .risk_disclosure {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin-top: 14px
}

footer .risk_disclosure a {
    font-weight: 700;
    text-decoration: none;
    color: #00c8ff
}

footer .risk_disclosure a:hover {
    color: #1d68a7
}

footer .copyright {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    margin-top: 18px;
    margin-bottom: 12px
}

footer .logo {
    width: 160px;
    margin-top: 18px
}

footer .footer_sub_menu_div {
    float: right;
    margin-top: 38px
}

footer .row_sub_footer ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

footer .row_sub_footer ul li {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .4)
}

footer .row_sub_footer ul li:last-child {
    padding-right: 0
}

footer .row_sub_footer ul li:first-child {
    border-left: 0
}

footer .row_sub_footer ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

footer .row_sub_footer ul li a:hover {
    color: #8ac43f
}

footer .footer_cookies {
    background-color: #f0f0f1;
    margin-top: 37px
}

footer .sticky_cookies {
    background-color: transparent;
    display: none;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4b4c4d;
    font-size: 12px;
    width: 100%
}

footer .sticky_cookies a.a_close_cookie i {
    color: #00c8ff;
    text-decoration: none;
    font-size: 20px;
    float: left;
    margin-right: 6px;
    margin-top: -1px
}

footer .footer_cookies .row div.col-sm-12 {
    min-height: 0
}

footer .sticky_cookies a.cookie_privacy_link {
    color: #6d6e70;
    font-weight: 700
}

footer .sticky_cookies a.cookie_privacy_link:hover {
    color: #4b4c4d
}

footer .footer_cookies .material-button-raised.black {
    float: right;
    background-color: #1b2429;
    color: #fff
}

footer .cookies_text {
    margin-top: 5px;
    float: left
}

.sub_header {
    background-image: url(../images/bg_sub_header.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat
}

.sub_header .title {
    color: #fff;
    font-size: 40px;
    margin-top: 42px
}

.sub_header .desc {
    color: #fff;
    font-size: 21px;
    margin-top: 0;
    font-family: Proxima_Nova_Light
}

.sub_header .material-button-raised {
    font-size: 12px;
    border-radius: 5px;
    width: 180px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px
}

.sub_header .material-button-raised.green {
    background-color: #37b24a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.sub_header .material-button-raised.green.full-border {
    border-radius: 5px
}

.sub_header .material-button-raised.blue {
    background-color: #006ed1;
    margin-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.sub_header .material-button-raised.blue.full-border {
    border-radius: 5px;
    margin-bottom: 40px
}

.sub_header .small_risk {
    color: #fff;
    font-size: 11px;
    margin-bottom: 40px;
    margin-top: 7px;
    line-height: 14px;
    text-align: justify;
    font-family: Proxima_Nova_Light
}

.sub_header_tree {
    background-color: #006ed1;
    padding-top: 20px;
    padding-bottom: 20px
}

.sub_header_tree ul {
    display: block;
    padding: 0;
    list-style: none
}

.sub_header_tree ul li {
    float: left;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #fff
}

.sub_header_tree ul li:last-child {
    border-right: 0
}

.sub_header_tree ul li:first-child {
    padding-left: 0
}

.sub_header_tree ul li a {
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.demo_real_section {
    background-image: url(../images/demo_real_bg.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 14px
}

.demo_real_section .layer {
    background: linear-gradient(to right, #222a34 50%, #39ae4e 50%);
    opacity: .95;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.demo_real_section.real_section .layer {
    background: #39ae4e
}

.demo_real_section .title {
    color: #fff;
    font-size: 24px
}

.demo_real_section .desc {
    color: #fff;
    font-size: 15px;
    line-height: 19px
}

.demo_real_section .title.real {
    margin-left: 20px
}

.demo_real_section .desc.real {
    margin-left: 20px
}

.demo_real_section a {
    color: #fff;
    float: right;
    display: block;
    width: 230px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 17px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed1 50%, transparent 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

.demo_real_section a.real_button {
    background-image: linear-gradient(to left, #309c41 50%, transparent 50%)
}

.demo_real_section a.demo_button {
    margin-right: 20px
}

.demo_real_section.real_section a.real_button {
    float: right;
    margin-top: -75px;
    margin-right: 0
}

.demo_real_section.real_section .small_risk {
    float: right;
    margin-top: -25px;
    width: 228px
}

.demo_real_section a:hover {
    background-position: -100% 100%
}

.content {
    padding-top: 100px;
    padding-bottom: 40px
}

.demo_real_section .small_risk {
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
    float: right;
    text-align: justify;
    line-height: 14px;
    width: 228px;
    margin-right: 0
}

footer .scrollTop {
    position: fixed;
    right: 30px;
    bottom: -90px;
    background-color: #00c8ff;
    padding: 3px 10px;
    transition: all .4s ease-in-out 0s;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    width: 40px;
    height: 40px
}

footer .scrollTop a {
    font-size: 18px;
    color: #fff
}

footer .scrollTop a img {
    width: 20px;
    height: 20px
}

.global_title {
    color: #00c7ff;
    font-size: 32px
}

.global_title.black {
    font-size: 28px;
    color: #1b2429
}

.global_small_title {
    color: #6d6e70;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 0
}

.global_description {
    color: #1b2429;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 15px
}

.global_seperator {
    border-top: 1px solid rgba(34, 71, 99, .5);
    width: 150px;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px
}

#callBackModal .dropdown.bootstrap-select {
    width: 100%
}

#callBackModal .dropdown .btn-light {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: block
}

#callBackModal .captcha_box {
    position: relative
}

#callBackModal img#callbcak_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#callBackModal textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid #ced4da;
    height: 170px
}

#callBackModal .required {
    border: 1px solid #e3342f !important
}

#callBackModal input {
    padding: 7px 12px
}

.loader_layer_callback {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

.loader_layer_callback img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    30% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    45% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes flipRotate {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    20% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
    40% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.footer_menu input.required {
    border: 1px solid #e3342f !important
}

#subscribeModal input {
    padding: 7px 12px
}

#subscribeModal .required {
    border: 1px solid #e3342f !important
}

#subscribeModal .captcha_box {
    position: relative
}

#subscribeModal img#subscribe_captcha {
    position: absolute;
    top: 1px;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#callBackModal div.dropdown-menu.show {
    width: 100% !important;
    min-width: auto !important
}

#callBackModal .bootstrap-select .dropdown-menu.inner {
    overflow-y: hidden !important
}

form#sidebar_form .form_box {
    padding: 25px;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    margin-top: 10px
}

form#sidebar_form .form_box input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0
}

form#sidebar_form .form_box .dropdown.bootstrap-select {
    width: 100%
}

form#sidebar_form .form_box .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block
}

form#sidebar_form .form_box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

form#sidebar_form .form_box .captcha_box {
    position: relative;
    margin-top: 14px
}

form#sidebar_form .form_box img#sidebar_form_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

form#sidebar_form .form_box .required {
    border: 1px solid #e3342f !important
}

form#sidebar_form .form_box h6 {
    margin-bottom: 20px
}

form#sidebar_form .form_box textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px;
    border-radius: 0
}

form#sidebar_form .form_box hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

form#sidebar_form .form-check-label {
    text-align: justify
}

form#sidebar_form .form_box .form-check-label {
    font-size: 12px
}

form#sidebar_form .form_box .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 152px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #00a0cc 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

form#sidebar_form .form_box .register_button:hover {
    background-position: -100% 100%
}

form#sidebar_form .form_box div.dropdown-menu.show {
    width: 100% !important;
    min-width: auto !important
}

form#sidebar_form .form_box .bootstrap-select .dropdown-menu.inner {
    overflow-y: hidden !important
}

body.home_page_404 .sub_header .title {
    margin-bottom: 42px
}

body.home_page_404 section.page_404 {
    border-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/404_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solid #c6c8c9
}

body.home_page_404 section.page_404 h4 {
    margin-top: 40px;
    font-size: 36px
}

body.home_page_404 section.page_404 a {
    display: block;
    width: 250px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 4px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    font-weight: 700
}

body.home_page_404 section.page_404 a:hover {
    background-color: #006ed1;
    color: #fff;
    border-color: #006ed1
}

header iframe {
    margin-left: 8px;
    margin-top: 2px
}

#nonzerologinModal .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

#nonzerologinModal h6 {
    font-size: 26px;
    color: #262262
}

#nonzerologinModal input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(38, 34, 98, .5);
    border-radius: 3px
}

#nonzerologinModal #tradeloss_form_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

#nonzerologinModal button.btn-success {
    background-color: #2b43c3;
    border-color: #2b43c3;
    box-shadow: none
}

#nonzerologinModal button.btn-success:hover {
    background-color: #455bc7
}

#deltaTraderModal .modal-content {
    border-radius: 0
}

#deltaTraderModal .modal-body {
    background: url(../images/header_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 80px
}

#deltaTraderModal .modal-body .close_modal {
    float: right
}

#deltaTraderModal .modal-body .close_modal i {
    font-size: 20px;
    color: #231f20
}

#deltaTraderModal .modal-body .popup_bar {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, .8) 0, rgba(0, 69, 188, 1) 100%);
    color: #fff;
    margin-right: -16px;
    margin-left: -16px;
    padding: 16px 20px;
    font-size: 20px;
    position: relative;
    margin-top: 100px
}

#deltaTraderModal .modal-body .popup_bar .bar_text {
    margin-left: 220px;
    font-size: 23px;
    font-family: Proxima_Nova_Light
}

#deltaTraderModal .modal-body .popup_circle {
    text-align: center;
    position: absolute;
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0, rgba(0, 69, 188, 1) 100%);
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 28px 32px;
    top: -22px;
    left: 97px;
    line-height: 30px
}

#deltaTraderModal .modal-body .popup_circle b {
    font-size: 36px;
    font-family: Proxima_Nova
}

#deltaTraderModal .modal-body .popup_title {
    font-size: 34px;
    font-family: Proxima_Nova_Light;
    margin-left: 220px;
    margin-top: 10px
}

#deltaTraderModal .modal-body .popup_title span {
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-family: no_font;
    font-weight: 400;
    margin-right: -2px;
    margin-left: -2px
}

#deltaTraderModal .modal-body .popup_title_2 {
    margin-left: 220px;
    font-size: 28px;
    font-family: Proxima_Nova_Light
}

#deltaTraderModal .modal-body .popup_title_2 b {
    color: #0d80fb
}

#deltaTraderModal .modal-body .popup_button {
    margin-left: 220px;
    margin-top: 20px
}

#deltaTraderModal .modal-body .popup_button a {
    float: left;
    display: block;
    width: 130px;
    padding: 7px 0;
    color: #0d80fb;
    border: 1px solid #0d80fb;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

#deltaTraderModal .modal-body .popup_button a:hover {
    background: #231f20;
    color: #fff;
    border-color: #231f20
}

#deltaTraderModal .modal-body .popup_button a:last-child {
    margin-left: 20px
}

#deltaTraderModal .modal-body .small_risk {
    margin-left: 220px;
    margin-top: 20px;
    font-size: 11px
}

html[lang=ar] #nonzerologinModal #tradeloss_form_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] #nonzerologinModal h6 {
    text-align: right;
    width: 100%
}

html[lang=ar] #nonzerologinModal .modal-header .close {
    text-align: left
}

html[lang=ar] #deltaTraderModal .modal-body .popup_circle {
    left: auto;
    right: 100px
}

html[lang=ar] #deltaTraderModal .modal-body .popup_bar .bar_text {
    margin-left: 0;
    margin-right: 220px;
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] #deltaTraderModal .modal-body .close_modal {
    float: left
}

html[lang=ar] #deltaTraderModal .modal-body .popup_title {
    font-family: "Droid Arabic Kufi";
    margin-right: 220px;
    margin-left: 0;
    text-align: right
}

html[lang=ar] #deltaTraderModal .modal-body .popup_title_2 {
    margin-right: 220px;
    margin-left: 0;
    font-family: "Droid Arabic Kufi";
    text-align: right
}

html[lang=ar] #deltaTraderModal .modal-body .popup_button a {
    float: right;
    width: 160px;
    font-size: 16px
}

html[lang=ar] #deltaTraderModal .modal-body .popup_button {
    float: right;
    margin-left: 0;
    margin-right: 220px
}

html[lang=ar] #deltaTraderModal .modal-body .popup_button a:last-child {
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] #deltaTraderModal .modal-body .small_risk {
    margin-right: 220px;
    margin-left: 0;
    font-family: "Droid Arabic Kufi";
    text-align: right
}

html[lang=ar] :not(i) {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] .proxima {
    font-family: Proxima_Nova
}

html[lang=ar] .phpdebugbar :not(i) {
    font-family: Proxima_Nova
}

html[lang=ar] font {
    font-family: Proxima_Nova
}

html[lang=ar] header .timezone {
    float: right;
    margin-right: 0;
    margin-left: 12px
}

html[lang=ar] header .row_button {
    float: left
}

html[lang=ar] header nav.menu {
    float: right
}

html[lang=ar] header .timezone .zone {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    font-size: 9px;
    margin-top: 2px
}

html[lang=ar] header .timezone .time {
    font-size: 11px
}

html[lang=ar] header .timezone:last-child {
    margin-left: 0
}

html[lang=ar] header .world_time .row .row div.col-sm-3:first-child {
    padding-left: 0
}

html[lang=ar] header .row_button .popup_menu {
    left: auto;
    right: 143px
}

html[lang=ar] header .row_button .popup_menu * {
    text-align: right
}

html[lang=ar] header .row_button .popup_menu .row_sub_popup_menu a:hover::before {
    content: "\f053";
    left: auto;
    right: -15px
}

html[lang=ar] header .row_button .popup_menu .row_sub_popup_menu a.active::before {
    content: "\f053";
    left: auto;
    right: -15px
}

html[lang=ar] header .row_button .popup_menu .arrow-up {
    left: auto;
    right: 62px
}

html[lang=ar] header .world_time .row .row div.col-sm-3:nth-child(2) {
    padding-left: 0
}

html[lang=ar] header .world_time .row .row div.col-sm-3:last-child {
    padding-left: 0;
    padding-right: 0
}

html[lang=ar] header .sticky_cookies {
    float: right
}

html[lang=ar] header .div_sticky span.cookies_text {
    float: right
}

html[lang=ar] header .div_sticky a.a_close_cookie i {
    float: right;
    margin-right: 0;
    margin-left: 6px
}

html[lang=ar] header .material-button-raised {
    float: right;
    margin-right: 0;
    margin-left: 7px
}

html[lang=ar] header .main_flag {
    margin-right: 3px;
    margin-left: 8px;
    margin-top: 2px
}

html[lang=ar] header .dropdown-menu {
    right: -8px;
    left: 0
}

html[lang=ar] header .dropdown-item .flag {
    float: right;
    margin-right: 9px;
    margin-top: 0;
    margin-left: 9px
}

html[lang=ar] header .dropdown-item span {
    float: right
}

html[lang=ar] header .dropdown-menu a {
    float: right
}

html[lang=ar] header nav.menu > ul {
    float: right;
    padding-right: 14px;
    padding-left: 0
}

html[lang=ar] header nav.menu > ul > li {
    float: right;
    padding-left: 51px;
    padding-right: 26px
}

html[lang=ar] header nav.menu ul li:last-child {
    padding-right: 17px;
    padding-left: 0
}

html[lang=ar] header .sub_menu .custom_col {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

html[lang=ar] header .sub_menu .custom_col.first {
    margin-left: 0;
    margin-right: 187px
}

html[lang=ar] header .sub_menu .custom_col.first.platform {
    margin-right: 230px
}

html[lang=ar] header .sub_menu .custom_col.platform {
    margin-right: -10px
}

html[lang=ar] header .sub_menu ul {
    float: right
}

html[lang=ar] header .sub_menu ul li a {
    display: block;
    text-align: right
}

html[lang=ar] header .sub_menu ul li:hover::before {
    content: "\f104";
    left: auto;
    right: -20px;
    top: 0
}

html[lang=ar] header .sub_menu ul li.active::before {
    content: "\f104";
    left: auto;
    right: -20px;
    top: 0
}

html[lang=ar] header .sub_menu .sub_menu_title {
    margin-right: 0;
    text-align: right;
    margin-left: 40px
}

html[lang=ar] header #sub_menu_mobileapp, html[lang=ar] header #sub_menu_vps, html[lang=ar] header #sub_menu_zulu {
    margin-left: 0;
    padding-left: 0;
    margin-right: 13px;
    padding-right: 25px;
    text-align: right
}

html[lang=ar] header #sub_menu_mobileapp a:hover::before, html[lang=ar] header #sub_menu_vps a:hover::before, html[lang=ar] header #sub_menu_zulu a:hover::before {
    content: "\f104";
    left: auto;
    right: 9px;
    top: 3px
}

html[lang=ar] header #sub_menu_mobileapp a.active::before, html[lang=ar] header #sub_menu_vps a.active::before, html[lang=ar] header #sub_menu_zulu a.active::before {
    content: "\f104";
    left: auto;
    right: 9px;
    top: 3px
}

html[lang=ar] header .sub_menu .custom_col.platform ul {
    width: 300px;
    padding-right: 0;
    padding-left: 40px
}

html[lang=ar] header #sub_menu_zulu img {
    float: left;
    margin-left: 15px
}

html[lang=ar] header #sub-menu-5 .sub_menu_title {
    margin-left: 30px
}

html[lang=ar] header #sub-menu-5.sub_menu .sub_menu_title:hover::before {
    content: "\f104";
    left: auto;
    right: -20px;
    top: 0
}

html[lang=ar] header .sub_menu .sub_menu_title.active::before {
    content: "\f104";
    left: auto;
    right: -20px;
    top: 0
}

html[lang=ar] footer .scrollTop {
    right: auto;
    left: 30px;
    padding: 6px 10px
}

html[lang=ar] #callBackModal .modal-title {
    text-align: right
}

html[lang=ar] #callBackModal .modal-small-title {
    text-align: right
}

html[lang=ar] #callBackModal .modal-header button {
    position: absolute;
    left: 0
}

html[lang=ar] #callBackModal .modal-body .form-group {
    text-align: right
}

html[lang=ar] #callBackModal .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] #callBackModal .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] #callBackModal .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] #callBackModal .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] #callBackModal .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] #callBackModal img#callbcak_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] #callBackModal .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] #callBackModal .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-left: .25rem
}

html[lang=ar] #callBackModal .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem
}

html[lang=ar] .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    float: right;
    margin-bottom: 10px
}

html[lang=ar] .jconfirm .jconfirm-box div.jconfirm-content-pane {
    text-align: right;
    overflow: hidden
}

html[lang=ar] .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden
}

html[lang=ar] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: left
}

html[lang=ar] .jconfirm .jconfirm-box div.jconfirm-closeIcon {
    right: auto;
    left: 10px
}

html[lang=ar] footer .footer_menu .row_form .subscribe_title {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] footer .footer_menu .row_form .subscribe_input {
    float: right
}

html[lang=ar] footer .material-button-raised.red {
    float: right;
    margin-left: 7px;
    margin-right: 8px
}

html[lang=ar] footer .footer_menu .row_form .subscribe_input #footer_email {
    width: 200px
}

html[lang=ar] footer .footer_menu .row_form .subscribe_title {
    font-size: 13px
}

html[lang=ar] footer .list_button .material-button-raised.green:first-child {
    margin-right: 20px
}

html[lang=ar] footer .material-button-raised.green {
    margin-right: 5px;
    margin-left: 0
}

html[lang=ar] footer .material-button-raised.blue {
    margin-right: 5px;
    margin-left: 0
}

html[lang=ar] footer ul.footer_menu > li {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    text-align: right
}

html[lang=ar] footer ul.footer_menu > li:first-child {
    padding-right: 0
}

html[lang=ar] footer ul.footer_menu ul {
    padding-right: 0
}

html[lang=ar] footer ul.footer_menu > li > ul > li > a:hover {
    padding-left: 0;
    padding-right: 0
}

html[lang=ar] footer ul.footer_menu {
    padding-right: 0
}

html[lang=ar] footer .follow_us_title {
    text-align: right
}

html[lang=ar] footer .footer_social_media {
    float: right
}

html[lang=ar] footer .footer_social_media ul {
    padding-right: 0;
    float: right
}

html[lang=ar] footer .footer_social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] footer .logo {
    float: right
}

html[lang=ar] footer .row_sub_footer ul li {
    float: right;
    border-right: 1px solid rgba(255, 255, 255, .4);
    border-left: 0;
    padding-right: 21px;
    padding-left: 21px;
    text-align: right
}

html[lang=ar] footer .row_sub_footer ul li:first-child {
    border-right: 0
}

html[lang=ar] footer .row_sub_footer ul li:last-child {
    padding-left: 0
}

html[lang=ar] footer .row_sub_footer ul {
    padding-right: 0
}

html[lang=ar] #subscribeModal .modal-title {
    text-align: right
}

html[lang=ar] #subscribeModal .modal-small-title {
    text-align: right
}

html[lang=ar] #subscribeModal .modal-header button {
    position: absolute;
    left: 0
}

html[lang=ar] #subscribeModal .modal-body .form-group {
    text-align: right
}

html[lang=ar] #subscribeModal img#subscribe_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] #subscribeModal .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] #subscribeModal .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-left: .25rem
}

html[lang=ar] #subscribeModal .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem
}

html[lang=ar] header .dropdown {
    float: right
}

html[lang=ar] header .header_icon {
    float: right
}

html[lang=ar] header .header_icon.contact_icon {
    margin-left: 0;
    margin-right: 7px
}

html[lang=ar] header .header_icon.chat_icon {
    margin-left: 0;
    margin-right: 5px
}

html[lang=ar] .sub_header .title {
    text-align: right
}

html[lang=ar] .sub_header .small_risk {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] .sub_header .material-button-raised {
    float: right
}

html[lang=ar] .sub_header .material-button-raised.green {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 5px
}

html[lang=ar] .sub_header .material-button-raised.blue {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 5px
}

html[lang=ar] .demo_real_section .layer {
    background: linear-gradient(to left, #222a34 50%, #39ae4e 50%)
}

html[lang=ar] .demo_real_section.real_section a.real_button {
    float: left
}

html[lang=ar] .demo_real_section.real_section .small_risk {
    float: left
}

html[lang=ar] .demo_real_section.real_section .layer {
    background: #39ae4e
}

html[lang=ar] .demo_real_section .title {
    text-align: right
}

html[lang=ar] .demo_real_section .desc {
    margin-top: 5px;
    text-align: right;
    line-height: 27px
}

html[lang=ar] .demo_real_section .title.real {
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] .demo_real_section .desc.real {
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] .demo_real_section a.demo_button {
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] .demo_real_section a {
    float: left
}

html[lang=ar] .demo_real_section .small_risk {
    margin-right: 25px;
    line-height: 22px
}

html[lang=ar] .sub_header .desc {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-top: 20px
}

html[lang=ar] .sub_header_tree ul li {
    float: right;
    border-left: 1px solid #fff;
    border-right: 0
}

html[lang=ar] .sub_header_tree ul li:first-child {
    padding-right: 0;
    padding-left: 20px
}

html[lang=ar] .sub_header_tree ul li:last-child {
    border-left: 0
}

html[lang=ar] .global_title {
    text-align: right
}

html[lang=ar] .global_small_title {
    text-align: right
}

html[lang=ar] .global_seperator {
    float: right
}

html[lang=ar] form#sidebar_form .form_box {
    text-align: right
}

html[lang=ar] form#sidebar_form .form_box img#sidebar_form_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] form#sidebar_form .form_box .form-check-label {
    margin-right: 22px
}

html[lang=ar] form#sidebar_form .form_box .register_button {
    float: right;
    text-align: right
}

html[lang=ar] form#sidebar_form .form_box .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] form#sidebar_form .form_box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] form#sidebar_form .form_box .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] form#sidebar_form .form_box .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] form#sidebar_form .form_box .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] header .new_tag {
    float: left;
    font-size: 12px;
    margin-top: -23px
}

html[lang=zh] header nav.menu > ul > li {
    padding-right: 77px
}

html[lang=zh] header nav.menu > ul > li:last-child {
    padding-right: 0
}

html[lang=zh] header .row_button .popup_menu {
    left: 126px
}

html[lang=zh] header .row_button .popup_menu .arrow-up {
    left: 52px
}

html[lang=zh] header .material-button-raised {
    width: 113px
}

body.home-page .content {
    padding: 0
}

body.home-page .content section.main_header {
    background-image: url(../images/bg_sub_header.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat
}

body.home-page .content section.main_header h1 {
    color: #fff;
    text-align: center;
    margin-top: 80px;
    font-size: 42px;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.main_header h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: Proxima_Nova_Light
}

body.home-page .main_header .material-button-raised.black {
    background-color: #454545;
    display: none
}

body.home-page .main_header .material-button-raised.black {
    font-size: 12px;
    border-radius: 5px;
    width: 119px;
    float: left;
    margin-right: 7px
}

body.home-page .main_header .material-button-raised.black span {
    color: #00b4ff;
    font-size: 19px;
    margin-left: 2px;
    margin-right: 1px
}

body.home-page .content section.main_header .material-button-raised {
    font-size: 12px;
    border-radius: 5px;
    width: 180px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 35px
}

body.home-page .content section.main_header .material-button-raised.green {
    background-color: #37b24a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

body.home-page .content section.main_header .material-button-raised.green.full-border {
    border-radius: 5px
}

body.home-page .content section.main_header .material-button-raised.blue {
    background-color: #006ed1;
    margin-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

body.home-page .content section.main_header .material-button-raised.blue.full-border {
    border-radius: 5px;
    margin-bottom: 40px
}

body.home-page .content section.main_header .small_risk {
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    margin-bottom: 90px;
    margin-top: 10px;
    line-height: 14px;
    text-align: center
}

body.home-page .content section.new-service {
    background-color: #006ed2;
    color: #fff;
    padding: 16px 0;
    text-align: center
}

body.home-page .content section.new-service p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.new-service button {
    background-color: #006ed2;
    border: 0;
    color: #fff;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 3px;
    border-radius: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    cursor: pointer
}

body.home-page .content section.amana-benefit {
    padding-top: 80px;
    padding-bottom: 30px
}

body.home-page .content section.amana-benefit .row:first-child > div.col-sm-12::after {
    content: "";
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #006ed2;
    top: 30px;
    right: 3px
}

body.home-page .content section.amana-benefit .row:first-child > div.col-sm-12:last-child::after {
    display: none
}

.home-page .content section.amana-benefit .benefit_title {
    font-size: 15px;
    color: #1b2429;
    margin-top: 11px;
    line-height: 18px
}

.home-page .content section.amana-benefit .benefit_title b {
    font-size: 18px;
    color: #1b2429
}

.home-page .content section.amana-benefit .benefit_desc {
    font-size: 56px;
    color: #006ed2;
    margin-top: -10px;
    font-weight: 700
}

body.home-page .content section.amana-benefit .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    color: #1b2429;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.home-page .content section.amana-benefit .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.home-page .content section.amana-benefit .icon_box:last-child {
    margin-right: 0
}

body.home-page .content section.amana-benefit .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/new_icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.home-page .content section.amana-benefit .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.home-page .content section.amana-benefit .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.home-page .content section.amana-benefit .icon_box:hover > * {
    color: #fff
}

body.home-page .content section.amana-benefit .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.home-page .content section.amana-benefit .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.home-page .content section.amana-benefit .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.home-page .content section.amana-benefit .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.home-page .content section.amana-benefit .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.home-page .content section.amana-benefit .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.home-page .content section.amana-benefit .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.home-page .content section.amana-benefit .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.home-page .content section.amana-benefit .icon_desc {
    margin-top: 10px
}

body.home-page .content section.amana-form {
    background-image: url(../images/form_bg.jpg);
    border-bottom: 1px solid #3dd3fe;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative
}

body.home-page .content section.amana-form .small_risk {
    margin-top: 10px;
    font-size: 11px
}

body.home-page .content section.amana-form .layer {
    background-color: rgba(255, 255, 255, .95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.home-page .content section.amana-form .div_title {
    background-color: rgba(0, 110, 210, 1);
    background-image: linear-gradient(to right, #2a3d8e, #2462aa, #34a9dd);
    padding-top: 20px;
    padding-bottom: 27px;
    position: relative;
    z-index: 2
}

body.home-page .content section.amana-form .div_title h3 {
    color: #fff;
    font-size: 42px;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.amana-form .div_title p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.amana-form .div_title .circle {
    background-repeat: no-repeat;
    border: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -47px;
    padding-bottom: 7px;
    font-size: 13px;
    background-position: 5px 4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #2462aa
}

body.home-page .content section.amana-form .container_form {
    padding-top: 70px
}

body.home-page .content section.amana-form .container_form .row div.col-sm-12 {
    padding-right: 5px;
    padding-left: 5px
}

body.home-page .content section.amana-form input {
    width: 330px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(64, 64, 64, .4);
    text-align: center
}

body.home-page .content section.amana-form input.required {
    border: 1px solid #e3342f !important
}

body.home-page .content section.amana-form input#first_name {
    float: right
}

body.home-page .content section.amana-form input#email {
    float: right
}

body.home-page .content section.amana-form input#last_name {
    float: left
}

body.home-page .content section.amana-form input#phone {
    float: left
}

body.home-page .content section.amana-form .material-button-raised.green {
    background-color: #37b24a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: right;
    width: 210px;
    height: 45px;
    padding-top: 0;
    font-size: 16px;
    margin-top: 30px;
    box-shadow: none
}

body.home-page .content section.amana-form .material-button-raised.blue {
    background-color: #006ed1;
    width: 210px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    height: 45px;
    padding-top: 0;
    font-size: 16px;
    margin-top: 30px;
    box-shadow: none
}

body.home-page .content section.amana-payment .owl-carousel {
    padding-top: 30px;
    padding-bottom: 30px
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment {
    margin: 0 auto;
    background-size: 100%;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    background-image: url(../images/payment.png);
    background-repeat: no-repeat
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment.bank {
    width: 100px;
    height: 49px;
    background-position: 0 0;
    margin-top: 17px
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment.visa {
    width: 120px;
    height: 38px;
    background-position: 0 -60px;
    margin-top: 20px;
    border: 0
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment.skrill {
    width: 110px;
    height: 38px;
    background-position: 0 -174px;
    margin-top: 16px;
    border: 0
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment.neteller {
    width: 160px;
    height: 27px;
    background-position: 0 -308px;
    margin-top: 24px;
    border: 0
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment.unionpay {
    width: 130px;
    height: 79px;
    background-position: 0 -273px;
    margin-top: 0;
    border: 0
}

body.home-page .content section.amana-payment .owl-carousel .owl-item div.footer_payment.mastercard {
    width: 110px;
    height: 83px;
    background-position: 0 -90px;
    margin-top: 0;
    border: 0
}

body.home-page .content section.slider {
    display: none;
    background-image: url(../images/tc_bg.jpg);
    padding-top: 30px;
    padding-bottom: 44px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .5);
    background-size: cover
}

body.home-page .content section.slider h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.slider h4:first-child {
    margin-top: 20px
}

body.home-page .content section.slider h4 span {
    color: #ee4036
}

body.home-page .content section.slider p {
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.slider a.button {
    display: block;
    text-align: center;
    background-color: #ee4036;
    width: 250px;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    margin-top: 20px;
    float: left
}

body.home-page .content section.slider a.button:hover {
    background-color: #ce362d
}

body.home-page .content section.slider img.mobileapp {
    width: 100%;
    margin-top: 0
}

body.home-page .content section.slider .div_store {
    position: absolute;
    bottom: 0
}

body.home-page .content section.slider a.store {
    float: left;
    margin-bottom: 5px
}

body.home-page .content section.slider a.close_slide:hover i {
    color: #ee4036
}

body.home-page .content section.slider a.store img {
    width: 160px;
    border: 1px solid transparent;
    border-radius: 7px
}

body.home-page .content section.slider a.store:hover > img {
    border: 1px solid rgba(255, 255, 255, .5)
}

body.home-page .content section.slider a.close_slide {
    float: right;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    padding-left: 7px;
    padding-top: 4px
}

body.home-page .content section.slider a.close_slide i {
    font-size: 18px
}

body.home-page .content section.amana-mobileapp {
    background-image: url(../images/mobileap_bg.jpg);
    padding-top: 20px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative
}

body.home-page .content section.amana-mobileapp .layer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    height: 637px;
    width: 100%
}

body.home-page .content section.amana-mobileapp img.amana_mobileapp {
    margin-top: 50px;
    width: 100%
}

body.home-page .content section.amana-mobileapp h3 {
    color: #00c8ff;
    font-size: 42px;
    font-family: Proxima_Nova_Light;
    margin-top: 40px
}

body.home-page .content section.amana-mobileapp p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light;
    margin-top: 20px
}

body.home-page .content section.amana-mobileapp .div_store {
    position: absolute;
    bottom: 112px
}

body.home-page .content section.amana-mobileapp a.store {
    float: left;
    margin-bottom: 10px
}

body.home-page .content section.amana-mobileapp .div_store a.store img {
    width: 160px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, .5)
}

body.home-page .content section.amana-mobileapp a.store:hover img {
    border: 1px solid #00c8ff
}

body.home-page .content section.amana-mobileapp ul {
    position: absolute;
    bottom: 96px;
    left: 66px;
    list-style-type: none
}

body.home-page .content section.amana-mobileapp ul li {
    color: #00abec;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 10px;
    position: relative
}

body.home-page .content section.amana-mobileapp ul li span {
    color: #fff
}

body.home-page .content section.amana-mobileapp ul li span b {
    font-family: Proxima_Nova
}

body.home-page .content section.amana-mobileapp ul li::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 20px;
    position: absolute;
    left: -28px;
    top: 3px
}

body.home-page .content section.amana-mobileapp a.read_more {
    color: #fff;
    width: 245px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 22px;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #be1e2d
}

body.home-page .content section.amana-mobileapp a.read_more:hover {
    background-color: #961824;
    color: #fff
}

body.home-page .content section.tc-widget .owl-stage-outer {
    max-height: 55px
}

body.home-page .content section.tc-widget .col_dot {
    display: none;
    cursor: pointer;
    width: 3%;
    float: left;
    background-color: #0b3d60;
    padding: 10px;
    color: #fff;
    font-size: 6px;
    padding-top: 20px;
    text-align: center;
    padding-right: 20px
}

body.home-page .content section.tc-widget .col_price {
    color: #fff
}

body.home-page .content section.tc-widget {
    padding-top: 50px;
    padding-bottom: 50px
}

body.home-page .content section.tc-widget .div_percentage .fa-chevron-up {
    font-size: 14px
}

body.home-page .content section.tc-widget .div_percentage .percentage {
    font-size: 18px;
    margin-right: 2px;
    display: inline-block;
    direction: ltr;
    font-weight: 700
}

body.home-page .content section.tc-widget .div_percentage .number {
    font-size: 13px;
    font-weight: 700;
    margin-left: 0;
    display: inline-block;
    direction: ltr;
    margin-right: 0
}

body.home-page .content section.tc-widget .div_percentage.green {
    color: #37b34a;
    text-align: left
}

body.home-page .content section.tc-widget .div_percentage.red {
    color: #be1e2d;
    text-align: left
}

body.home-page .content section.tc-widget .product_name {
    font-size: 18px;
    color: #a6a8ab;
    font-weight: 700;
    margin-bottom: -5px;
    float: left
}

body.home-page .content section.tc-widget .product_price {
    color: #a6a8ab;
    font-size: 12px
}

body.home-page .content section.tc-widget .loader_price {
    text-align: center
}

body.home-page .content section.tc-widget .loader_price i {
    color: #00c7ff;
    font-size: 30px
}

body.home-page .content section.tc-widget #prices_carousel {
    min-height: 78px
}

body.home-page .content section.tc-widget iframe#sentiment {
    width: 100%;
    height: 199px;
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 10px;
    margin-top: 20px;
    overflow-x: hidden
}

body.home-page .content section.tc-widget iframe#sentiment_2 {
    width: 100%;
    height: 155px;
    border: 1px solid #eee;
    padding: 10px;
    overflow-x: hidden;
    margin-top: -9px
}

body.home-page .content section.tc-widget iframe#volatility {
    width: 100%;
    height: 352px;
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 20px;
    overflow-x: hidden
}

body.home-page .content section.amana-regulation {
    background-image: url(../images/bg_sub_header.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    border-top: 5px solid #00c8ff;
    border-bottom: 5px solid #00c8ff
}

body.home-page .content section.amana-regulation h3 {
    color: #fff;
    font-size: 42px;
    font-family: Proxima_Nova_Light;
    margin-top: 40px
}

body.home-page .content section.amana-regulation p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light;
    margin-top: 20px
}

body.home-page .content section.amana-regulation a {
    display: block;
    width: 100px;
    float: left;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 7px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.home-page .content section.amana-regulation .license_box {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px
}

body.home-page .content section.amana-regulation a img {
    width: 45px
}

body.home-page .content section.amana-regulation a:hover {
    background-color: rgba(255, 255, 255, .2)
}

body.home-page .content section.amana-fast-link {
    padding-top: 40px;
    padding-bottom: 40px
}

body.home-page .content section.amana-fast-link h3 {
    color: #006ed2;
    font-size: 42px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.home-page .content section.amana-fast-link .row.row_icon a {
    text-decoration: none;
    color: #000
}

body.home-page .content section.amana-fast-link .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    margin-top: 40px;
    margin-bottom: 30px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2
}

body.home-page .content section.amana-fast-link .icon_box:hover {
    background-color: #006ed2
}

body.home-page .content section.amana-fast-link .icon_box:last-child {
    margin-right: 0
}

body.home-page .content section.amana-fast-link .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/new_icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.home-page .content section.amana-fast-link .icon_box .icon.icon_1 {
    background-position: 0 -633px
}

body.home-page .content section.amana-fast-link .icon_box:hover > .icon.icon_1 {
    background-position: 0 -700px
}

body.home-page .content section.amana-fast-link .icon_box:hover > * {
    color: #fff
}

body.home-page .content section.amana-fast-link .icon_box .icon.icon_2 {
    background-position: 0 -776px
}

body.home-page .content section.amana-fast-link .icon_box:hover > .icon.icon_2 {
    background-position: 0 -860px
}

body.home-page .content section.amana-fast-link .icon_box .icon.icon_3 {
    background-position: 0 -938px
}

body.home-page .content section.amana-fast-link .icon_box:hover > .icon.icon_3 {
    background-position: 0 -1013px
}

body.home-page .content section.amana-fast-link .icon_box .icon.icon_4 {
    background-position: 0 -1093px
}

body.home-page .content section.amana-fast-link .icon_box:hover > .icon.icon_4 {
    background-position: 0 -1177px
}

body.home-page .content section.amana-fast-link .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.home-page .content section.amana-fast-link .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.home-page .content section.amana-fast-link .icon_desc {
    margin-top: 10px
}

body.home-page .content section.amana-fast-link p {
    text-align: justify
}

body.home-page .content section.amana-fast-link h4 {
    color: #37b34a;
    font-size: 42px;
    margin-top: 30px
}

body.home-page .content section.amana-fast-link .account_button.real_account {
    width: 100%;
    display: block;
    background-color: #37b34a;
    float: none;
    text-align: center;
    padding: 27px 0;
    color: #fff !important;
    font-size: 18px;
    margin-top: 40px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.home-page .content section.amana-fast-link .account_button.real_account div {
    font-size: 11px;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.amana-fast-link .account_button.real_account:hover {
    background: #108720
}

body.home-page .content section.amana-fast-link .account_button.demo_account {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    background-color: transparent;
    color: #006ed2 !important;
    border: 1px solid #006ed2 !important;
    margin-top: 10px !important;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.home-page .content section.amana-fast-link .account_button.demo_account:hover {
    background-color: #006ed2;
    color: #fff !important
}

body.home-page .content section.deltatrader-section {
    display: none;
    background-image: url(../images/delta_bg.jpg);
    padding-top: 30px;
    padding-bottom: 44px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .5);
    background-size: cover
}

body.home-page .content section.deltatrader-section a.close_slide {
    float: right;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    padding-left: 7px;
    padding-top: 4px
}

body.home-page .content section.deltatrader-section a.close_slide i {
    font-size: 18px
}

body.home-page .content section.deltatrader-section a.close_slide:hover i {
    color: #f9e948
}

body.home-page .content section.deltatrader-section h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light;
    margin-top: 20px
}

body.home-page .content section.deltatrader-section h3 span {
    color: #f9e948
}

body.home-page .content section.deltatrader-section h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light;
    letter-spacing: .3px
}

body.home-page .content section.deltatrader-section h4 span {
    color: #f9e948
}

body.home-page .content section.deltatrader-section p {
    color: #fff;
    font-size: 19px;
    margin-top: 30px;
    font-family: Proxima_Nova_Light
}

body.home-page .content section.deltatrader-section p.terms_and_conditions {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 57px
}

body.home-page .content section.deltatrader-section a.button {
    display: block;
    text-align: center;
    border: 1px solid #f9e948;
    background-color: transparent;
    width: 250px;
    color: #fff;
    padding: 6px 0;
    text-decoration: none;
    margin-top: 20px;
    float: left;
    font-weight: 700;
    font-size: 20px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.home-page .content section.deltatrader-section a.button:hover {
    background-color: #f9e948;
    color: #231f20
}

body.home-page .content section.deltatrader-section img.deltatrader_ads {
    width: 290px;
    margin-top: 22px
}

body.home-page .content section.deltatrader-section img.capital_514_logo {
    width: 110px;
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    right: 14px
}

body.home-page .content section.deltatrader-section img.amanacapital_logo {
    width: 110px;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    right: 14px
}

body.home-page .content section.deltatrader-section .show_mobile {
    display: none
}

body.home-page .content section.mid-section-slider {
    background-image: url(../images/mobileap_bg.jpg);
    padding-top: 20px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative
}

body.home-page .content section.mid-section-slider .layer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    height: 100%;
    width: 100%
}

body.home-page .content section.mid-section-slider h3 {
    color: #00c8ff;
    font-size: 42px;
    font-family: Proxima_Nova_Light;
    margin-top: 40px
}

body.home-page .content section.mid-section-slider p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-family: Proxima_Nova_Light;
    margin-top: 0
}

body.home-page .content section.mid-section-slider img.amanacapital_logo {
    width: 253px;
    margin-top: 125px;
}

body.home-page .content section.mid-section-slider .benefit_list_1 {
    position: absolute;
    left: 85px;
    top: 166px;
    width: 252px
}

body.home-page .content section.mid-section-slider .benefit_list_1 a.benefit {
    display: inline-block;
    float: right;
    border: 1px solid #020914;
    color: #a6a8ab;
    font-family: Proxima_Nova_Light;
    text-align: right;
    font-size: 16px;
    width: auto;
    background-color: #020914;
    padding: 3px 15px;
    margin-bottom: 16px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.home-page .content section.mid-section-slider .benefit_list_1 a.benefit b {
    color: #fff
}

body.home-page .content section.mid-section-slider .benefit_list_1 a.benefit:hover {
    border: 1px solid #797f83
}

body.home-page .content section.mid-section-slider .benefit_list_1 a.benefit:hover > b {
    color: #2ac9fc
}

body.home-page .content section.mid-section-slider .benefit_list_2 {
    position: absolute;
    right: 85px;
    top: 142px;
    width: 252px
}

body.home-page .content section.mid-section-slider .benefit_list_2 a.benefit {
    display: inline-block;
    float: left;
    border: 1px solid #020914;
    color: #a6a8ab;
    font-family: Proxima_Nova_Light;
    text-align: right;
    font-size: 16px;
    width: auto;
    background-color: #020914;
    padding: 3px 10px;
    margin-bottom: 16px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.home-page .content section.mid-section-slider .benefit_list_2 a.benefit b {
    color: #fff
}

body.home-page .content section.mid-section-slider .benefit_list_2 a.benefit:hover {
    border: 1px solid #797f83
}

body.home-page .content section.mid-section-slider .benefit_list_2 a.benefit:hover > b {
    color: #2ac9fc
}

body.home-page .content section.mid-section-slider .material-button-raised {
    font-size: 12px;
    border-radius: 5px;
    width: 180px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 45px
}

body.home-page .content section.mid-section-slider .material-button-raised.green {
    background-color: #37b24a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

body.home-page .content section.mid-section-slider .material-button-raised.green.full-border {
    border-radius: 5px
}

body.home-page .content section.mid-section-slider .material-button-raised.blue {
    background-color: #006ed1;
    margin-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

body.home-page .content section.mid-section-slider .material-button-raised.blue.full-border {
    border-radius: 5px;
    margin-bottom: 40px
}

body.home-page .content section.mid-section-slider .small_risk {
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 14px;
    text-align: center
}

body.home-page .content section.mid-section-slider .show_mobile {
    display: none
}

body.home-page .content section.mid-section-slider .hidden_mobile {
    display: block
}

.wow {
    visibility: hidden
}

body.home-page .content section.amana-regulation a:last-child {
    margin-right: 0
}

html[lang=ar] {
    overflow-x: hidden
}

html[lang=ar] body.home-page .content section.main_header h1 {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.main_header h2 {
    font-family: "Droid Arabic Kufi";
    margin-top: 20px
}

html[lang=ar] body.home-page .content section.main_header h2 b {
    font-family: Proxima_Nova
}

html[lang=ar] body.home-page .content section.new-service p {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.deltatrader-section a.close_slide {
    float: left
}

html[lang=ar] body.home-page .content section.deltatrader-section h3 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 10px
}

html[lang=ar] body.home-page .content section.deltatrader-section h3 span {
    font-family: Proxima_Nova
}

html[lang=ar] body.home-page .content section.deltatrader-section h4 {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.deltatrader-section p {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.deltatrader-section a.button {
    float: right
}

html[lang=ar] body.home-page .content section.deltatrader-section img.deltatrader_ads {
    float: right
}

html[lang=ar] body.home-page .content section.deltatrader-section img.amanacapital_logo {
    right: auto;
    left: 14px
}

html[lang=ar] body.home-page .content section.deltatrader-section img.capital_514_logo {
    right: auto;
    left: 14px
}

html[lang=ar] body.home-page .content section.amana-benefit .row:first-child > div.col-sm-12::after {
    right: auto;
    left: 3px
}

html[lang=ar] .home-page .content section.amana-benefit .benefit_desc {
    margin-top: 0
}

html[lang=ar] .home-page .content section.amana-benefit .benefit_desc span {
    font-family: Proxima_Nova
}

html[lang=ar] .home-page .content section.amana-benefit .benefit_title {
    line-height: 21px
}

html[lang=ar] body.home-page .content section.main_header .material-button-raised.green {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 5px
}

html[lang=ar] body.home-page .content section.main_header .material-button-raised.blue {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 5px
}

html[lang=ar] body.home-page .content section.amana-form .div_title h3 {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.amana-form .div_title p {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.amana-form input#first_name {
    float: left
}

html[lang=ar] body.home-page .content section.amana-form input#last_name {
    float: right
}

html[lang=ar] body.home-page .content section.amana-form input#email {
    float: left
}

html[lang=ar] body.home-page .content section.amana-form input#phone {
    float: right
}

html[lang=ar] body.home-page .content section.amana-form .material-button-raised.green {
    float: left
}

html[lang=ar] body.home-page .content section.amana-form .material-button-raised.blue {
    float: right
}

html[lang=ar] body.home-page .content section.mid-section-slider h3 {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.mid-section-slider p {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.mid-section-slider .benefit_list_1 a.benefit {
    font-family: "Droid Arabic Kufi";
    font-size: 14px
}

html[lang=ar] body.home-page .content section.mid-section-slider .benefit_list_2 a.benefit {
    font-family: "Droid Arabic Kufi";
    font-size: 14px
}

html[lang=ar] body.home-page .content section.mid-section-slider .material-button-raised.green {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 5px
}

html[lang=ar] body.home-page .content section.mid-section-slider .material-button-raised.blue {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 5px
}

html[lang=ar] body.home-page .content section.amana-regulation h3 {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.amana-regulation p {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.amana-fast-link h3 {
    font-family: "Droid Arabic Kufi";
    text-align: right
}

html[lang=ar] body.home-page .content section.amana-fast-link h4 {
    text-align: right
}

html[lang=ar] body.home-page .content section.amana-fast-link .account_button.real_account div {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.home-page .content section.tc-widget #prices_carousel :not(i) {
    font-family: Proxima_Nova
}

html[lang=ar] body.home-page .content section.mid-section-slider .benefit_list_1 a.benefit {
    margin-bottom: 20px
}

html[lang=ar] body.home-page .content section.mid-section-slider .benefit_list_2 a.benefit {
    margin-bottom: 20px
}

html[lang=ar] body.home-page .content section.amana-regulation a {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

html[lang=ar] body.home-page .content section.amana-regulation a:last-child {
    margin-left: 0
}

html[lang=ar] body.home-page .content section.amana-benefit .arrow-left, html[lang=ar] body.home-page .content section.amana-fast-link .arrow-left {
    right: auto;
    left: 5px;
    transform: rotate(-45deg)
}

html[lang=ar] body.home-page .content section.mid-section-slider a.benefit {
    font-family: "Droid Arabic Kufi"
}

body.company a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.company a.box.latest {
    margin-bottom: 0
}

body.company a.box:hover {
    border-top: 5px solid #006ed2
}

body.company a.box:hover div.view_all {
    background-position: -100% 100%
}

body.company a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.company a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.company a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.company a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.company .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.company .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.company a.box .title {
    text-align: right
}

html[lang=ar] body.company a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.company a.box .title_2 {
    font-size: 37px;
    text-align: right
}

html[lang=ar] body.company a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.company .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.who-are-we .list_bg {
    background-image: url(../images/list_bg.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 26px;
    margin-bottom: 30px;
    position: relative
}

body.who-are-we .list_bg .layer {
    background-color: rgba(27, 36, 41, .92);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.who-are-we .box {
    width: 95%;
    margin-bottom: 40px
}

body.who-are-we .box::before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    position: absolute;
    left: -7px;
    top: 11px
}

body.who-are-we .box .title {
    color: #00c7ff;
    font-size: 26px
}

body.who-are-we .box .desc {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    font-family: Proxima_Nova_Light
}

body.who-are-we .icon_box {
    width: 19.2%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 30px 5px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-right: 11px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    text-decoration: none
}

body.who-are-we .icon_box:hover {
    background-color: #00c7ff;
    border: 1px solid #00c7ff
}

body.who-are-we .icon_box:last-child {
    margin-right: 0
}

body.who-are-we .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 50px;
    height: 46px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.who-are-we .icon_box .icon.icon_1 {
    background-position: 0 6px
}

body.who-are-we .icon_box:hover > .icon.icon_1 {
    background-position: 0 -37px
}

body.who-are-we .icon_box:hover > * {
    color: #fff
}

body.who-are-we .icon_box .icon.icon_2 {
    background-position: 0 -80px
}

body.who-are-we .icon_box:hover > .icon.icon_2 {
    background-position: 0 -126px
}

body.who-are-we .icon_box .icon.icon_3 {
    background-position: 0 -169px
}

body.who-are-we .icon_box:hover > .icon.icon_3 {
    background-position: 0 -214px
}

body.who-are-we .icon_box .icon.icon_4 {
    background-position: 0 -259px
}

body.who-are-we .icon_box:hover > .icon.icon_4 {
    background-position: 0 -302px
}

body.who-are-we .icon_box .icon.icon_5 {
    background-position: 0 -345px
}

body.who-are-we .icon_box:hover > .icon.icon_5 {
    background-position: 0 -389px
}

body.who-are-we .icon_title {
    font-weight: 700;
    font-size: 16px;
    color: #1b2429;
    margin-top: 10px
}

body.who-are-we .icon_desc {
    font-size: 14px;
    color: #1b2429;
    margin-top: 10px;
    margin-bottom: 5px
}

body.who-are-we .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.who-are-we .entity_box {
    cursor: pointer;
    padding: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    display: block
}

body.who-are-we .entity_box:hover {
    background-color: #fafbfb
}

body.who-are-we .entity_box:hover > .entity_title {
    color: #00c7ff
}

body.who-are-we .entity_logo img {
    width: 200px
}

body.who-are-we .entity_logo img.logo_tc {
    width: 173px
}

body.who-are-we .entity_title {
    color: #1b2429;
    font-size: 16px;
    margin-top: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

body.who-are-we .entity_desc {
    color: #1b2429;
    font-size: 14px;
    margin-top: 20px;
    text-align: justify
}

body.who-are-we .calendar_box {
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    padding-top: 20px;
    margin-top: 20px;
    height: 200px
}

body.who-are-we .calendar_box ul.list_year {
    display: block;
    padding: 0;
    list-style: none
}

body.who-are-we .calendar_box ul.list_year li {
    float: left;
    color: #babcbe;
    width: 9.85%;
    font-size: 26px;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    text-align: center;
    transition: .1s;
    cursor: pointer;
    position: relative
}

body.who-are-we .calendar_box ul.list_year li.active {
    color: #00c7ff;
    font-size: 30px
}

body.who-are-we .calendar_box ul.list_year li.active > .calendar_circle {
    width: 12px;
    height: 12px;
    background-color: #00c7ff;
    bottom: -15px;
    right: 42px
}

body.who-are-we .calendar_box ul.list_year li.active > div.calendar_desc {
    display: block
}

body.who-are-we .calendar_box ul.list_year li:hover {
    color: #00c7ff;
    font-size: 30px
}

body.who-are-we .calendar_box ul.list_year li:hover > .calendar_circle {
    width: 12px;
    height: 12px;
    background-color: #00c7ff;
    bottom: -15px;
    right: 42px
}

body.who-are-we .calendar_box ul.list_year li:hover > div.calendar_desc {
    display: block
}

body.who-are-we .calendar_box ul.list_year li .calendar_circle {
    width: 7px;
    height: 7px;
    background-color: #babcbe;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    right: 45px
}

body.who-are-we .calendar_desc {
    display: none;
    color: #1b2429;
    font-size: 14px;
    position: absolute;
    text-align: left;
    width: 200px;
    top: 75px;
    left: 50px;
    background-color: #fff;
    border-left: 1px solid #00c7ff;
    padding-left: 10px
}

body.who-are-we .calendar_bar {
    width: 100%;
    height: 2px;
    background-color: #babcbe;
    margin-top: 56px
}

body.who-are-we .calendar_title {
    font-size: 32px;
    margin-top: 10px
}

html[lang=ar] body.who-are-we .box .title {
    text-align: right
}

html[lang=ar] body.who-are-we .box::before {
    left: auto;
    right: -7px
}

html[lang=ar] body.who-are-we .icon_box {
    float: right;
    margin-right: 0;
    margin-left: 11px
}

html[lang=ar] body.who-are-we .icon_box:last-child {
    margin-left: 0
}

html[lang=ar] body.who-are-we .entity_logo {
    text-align: right
}

html[lang=ar] body.who-are-we .entity_title {
    text-align: right
}

html[lang=ar] body.who-are-we .calendar_title {
    text-align: right
}

html[lang=ar] body.who-are-we .calendar_box ul.list_year li {
    float: right;
    font-family: Proxima_Nova
}

html[lang=ar] body.who-are-we .calendar_desc {
    text-align: right;
    left: auto;
    right: 50px;
    border-left: 0;
    border-right: 1px solid #00c7ff;
    padding-left: 0;
    padding-right: 10px
}

html[lang=ar] body.who-are-we .box .desc {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.who-are-we .row_entity_box div:nth-child(5) .entity_box .entity_title, html[lang=ar] body.who-are-we .row_entity_box div:nth-child(6) .entity_box .entity_title {
    font-family: Proxima_Nova
}

body.why-choose-us .benefit_box {
    border: 1px solid #00c7ff;
    padding: 20px 0;
    margin-bottom: 30px;
    margin-top: 10px
}

body.why-choose-us .benefit_border {
    border-right: 1px solid rgba(0, 199, 255, .5)
}

body.why-choose-us .benefit_title {
    font-size: 18px;
    color: #1b2429;
    margin-top: 11px
}

body.why-choose-us .benefit_desc {
    font-size: 66px;
    color: #00c7ff;
    margin-top: -15px
}

body.why-choose-us .benefit_button {
    display: block;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #02afe0 50%, #00c7ff 50%);
    text-align: center;
    color: #fff;
    width: 240px;
    border-radius: 7px;
    padding: 7px 0;
    font-size: 16px;
    margin-top: 43px;
    text-decoration: none
}

body.why-choose-us .benefit_button:hover {
    background-position: -100% 100%
}

html[lang=ar] body.why-choose-us .benefit_border {
    border-right: 0;
    border-left: 1px solid rgba(0, 199, 255, .5)
}

html[lang=ar] body.why-choose-us .benefit_desc span {
    font-family: Proxima_Nova
}

body.our-regulations .content {
    padding-top: 0
}

body.our-regulations .entity {
    background-attachment: fixed;
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}

body.our-regulations .entity .layer {
    background-color: rgba(27, 36, 41, .95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

body.our-regulations .entity.fca {
    margin-top: 0;
    background-image: url(../images/fca_bg.jpg)
}

body.our-regulations .entity.dfsa {
    background-image: url(../images/dfsa_bg.jpg)
}

body.our-regulations .entity.cy {
    background-image: url(../images/cy_bg.jpg)
}

body.our-regulations .entity.sal {
    background-image: url(../images/sal_bg.jpg)
}

body.our-regulations .entity.afs {
    background-image: url(../images/afs_bg.jpg)
}

body.our-regulations .entity.fsc {
    background-image: url(../images/fsc_bg.jpg);
    margin-bottom: 40px
}

body.our-regulations .licence_img {
    float: left;
    margin-top: 5px
}

body.our-regulations .licence_seperator {
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
    height: 54px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0
}

body.our-regulations .licence_title {
    color: #fff;
    font-size: 16px;
    width: 100%
}

body.our-regulations .licence_number {
    color: #00c7ff;
    font-size: 16px;
    width: 100%
}

body.our-regulations .entity hr {
    border-color: rgba(169, 166, 164, .5);
    margin-top: 50px;
    margin-bottom: 45px;
    width: 500px;
    float: left
}

body.our-regulations .entity .entity_description {
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    text-align: justify;
    font-family: Proxima_Nova_Light
}

body.our-regulations .entity .entity_description a {
    color: #00c7ff;
    text-decoration: none
}

body.our-regulations .entity .entity_description a:hover {
    color: #02a0cd;
    text-decoration: none
}

html[lang=ar] body.our-regulations .licence_img {
    float: right
}

html[lang=ar] body.our-regulations .licence_title {
    text-align: right
}

html[lang=ar] body.our-regulations .licence_number {
    text-align: right
}

html[lang=ar] body.our-regulations .licence_seperator {
    float: right
}

html[lang=ar] body.our-regulations .entity .entity_description {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.our-regulations .entity hr {
    float: right
}

body.executive-team .content .row_members {
    margin-top: 0;
    margin-bottom: 50px
}

body.executive-team .content img.members_image {
    width: 100%
}

body.executive-team .content img.members_image.main_members {
    width: 300px
}

body.executive-team .content .row_members hr {
    margin-top: 40px;
    margin-bottom: 40px
}

body.executive-team .content .row_members h4 {
    margin-top: 20px;
    font-size: 30px;
    color: #00c7ff
}

body.executive-team .content .row_members p {
    text-align: justify;
    font-size: 16px
}

html[lang=ar] body.executive-team .content .row_members h4 {
    text-align: right
}

html[lang=ar] body.executive-team .content .row_members h5 {
    text-align: right
}

html[lang=ar] body.executive-team .content .row_members h4 {
    margin-top: 10px
}

body.interview-with-our-ceo .grey {
    color: #6d6e70
}

body.interview-with-our-ceo .global_description span.answer {
    color: #00c7ff;
    font-size: 28px;
    margin-right: 5px
}

body.interview-with-our-ceo .ceo_bg {
    transform: skewX(-20deg);
    margin-top: 160px;
    background-image: url(../images/ceo_bg.jpg);
    background-attachment: initial;
    background-size: 50% 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    width: 990px;
    display: block;
    margin-left: 60px;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 50px
}

body.interview-with-our-ceo .ceo_bg .ceo_image {
    transform: skewX(20deg);
    position: absolute;
    z-index: 1;
    top: -155px;
    left: -96px
}

body.interview-with-our-ceo .ceo_name {
    transform: skewX(20deg);
    color: #00c7ff;
    font-size: 36px;
    z-index: 2;
    position: relative;
    float: left;
    margin-left: 220px;
    margin-top: 62px;
    font-weight: 700
}

body.interview-with-our-ceo .ceo_position {
    transform: skewX(20deg);
    color: #fff;
    font-size: 18px;
    z-index: 2;
    position: relative;
    margin-left: 230px;
    margin-top: -15px;
    float: left
}

body.interview-with-our-ceo .ceo_box {
    border: 1px solid rgba(137, 142, 145, .5);
    margin-left: -15px;
    border-left: 0
}

body.interview-with-our-ceo .ceo_box p {
    transform: skewX(20deg);
    padding: 22px 35px;
    margin-top: 25px;
    color: #00c7ff;
    font-size: 17px;
    font-style: italic;
    text-align: justify
}

html[lang=ar] body.interview-with-our-ceo .ceo_bg {
    transform: skewX(+20deg);
    background-position: right
}

html[lang=ar] body.interview-with-our-ceo .ceo_bg .ceo_image {
    left: auto;
    right: -96px;
    -webkit-transform: scaleX(-1) skewX(20deg);
    transform: scaleX(-1) skewX(20deg)
}

html[lang=ar] body.interview-with-our-ceo .ceo_name {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    float: right;
    margin-left: 0;
    margin-right: 220px;
    text-align: right
}

html[lang=ar] body.interview-with-our-ceo .ceo_position {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    float: right;
    margin-left: 0;
    margin-right: 230px;
    text-align: right;
    margin-top: -5px
}

html[lang=ar] body.interview-with-our-ceo .ceo_box {
    border: 1px solid rgba(137, 142, 145, .5);
    margin-right: -15px;
    border-right: 0
}

html[lang=ar] body.interview-with-our-ceo .ceo_box p {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    text-align: right
}

body.careers nav.tabs {
    width: 780px;
    margin-top: 12px
}

body.careers nav.tabs .nav-tabs {
    border-bottom: 0
}

body.careers nav.tabs .nav-item {
    border-color: rgba(141, 145, 148, .5);
    color: #cfd1d2;
    font-size: 20px;
    border-radius: 7px;
    margin-right: 14px;
    width: 150px
}

body.careers nav.tabs .nav-item:last-child {
    margin-right: 0
}

body.careers nav.tabs .nav-tabs .nav-link.active {
    background-color: #00c7ff;
    color: #fff;
    border-color: #00c7ff
}

body.careers .accordion .card {
    border: 0;
    border-bottom: 1px solid rgba(141, 145, 148, .5) !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 0
}

body.careers .accordion .btn {
    text-decoration: none;
    padding: 0;
    white-space: normal
}

body.careers .accordion .card-header {
    background-color: transparent;
    border: 0;
    padding: 0
}

body.careers .accordion .card_title {
    text-align: left;
    color: #1b2429;
    font-size: 30px;
    position: relative
}

body.careers .accordion .card_title::before {
    content: "\f0da";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 30px;
    left: -20px;
    top: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

body.careers .accordion .btn.btn-link[aria-expanded=true] .card_title::before {
    transform: rotate(90deg);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

body.careers .accordion .card_working_time {
    text-align: left;
    color: #00c7ff;
    font-size: 20px
}

body.careers .accordion .card-body {
    padding: 0
}

body.careers .accordion .card_description {
    color: #1b2429;
    font-size: 18px;
    margin-top: 10px
}

body.careers .accordion .job_title {
    color: #1b2429;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px
}

body.careers .accordion ul.job_list li {
    font-size: 18px;
    margin-top: 10px;
    color: #00c7ff;
    list-style-type: disc
}

body.careers .accordion ul.job_list li span {
    color: #1b2429
}

body.careers .accordion .apply_button:hover {
    background-position: -100% 100%
}

body.careers .accordion .apply_button {
    display: block;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #02afe0 50%, #00c7ff 50%);
    text-align: center;
    color: #fff;
    width: 120px;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    float: right;
    margin-top: -63px
}

body.careers .accordion .more_button {
    display: block;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #00c7ff 50%, #cfd1d2 50%);
    text-align: center;
    color: #fff;
    width: 120px;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    float: right;
    margin-top: 21px
}

body.careers .accordion .more_button:hover {
    background-position: -100% 100%
}

body.careers #careerModal h4.modal-title {
    font-size: 30px;
    color: #1b2429
}

body.careers #careerModal .modal-small-title {
    font-size: 18px;
    color: #1b2429
}

body.careers #careerModal .form-check label {
    font-size: 13px
}

body.careers #careerModal .form-check label a {
    text-decoration: none;
    color: #00c7ff
}

body.careers #careerModal .form-check label a:hover {
    color: #02afe0
}

body.careers #careerModal .captcha_box {
    position: relative
}

body.careers #careerModal img#career_captcha {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.careers form#career_form .alert {
    display: none
}

body.careers form#career_form input[type=checkbox] {
    margin-top: 10px
}

body.careers form#career_form .form-check-label {
    padding: 5px;
    border: 1px solid transparent
}

body.careers #careerModal .required {
    border: 1px solid #e3342f !important
}

body.careers .alert-danger {
    font-size: 22px
}

body.careers .alert-success {
    font-size: 22px
}

html[lang=ar] body.careers nav.tabs {
    width: 1030px
}

html[lang=ar] body.careers nav.tabs .nav-item {
    margin-right: 0;
    margin-left: 14px
}

html[lang=ar] body.careers nav.tabs .nav-item:last-child {
    margin-left: 0
}

html[lang=ar] body.careers .accordion .more_button {
    float: left;
    background-image: linear-gradient(to right, #cfd1d2 50%, #00c7ff 50%)
}

html[lang=ar] body.careers .accordion .btn {
    float: right
}

html[lang=ar] body.careers .accordion .card_title::before {
    content: "\f0d9";
    left: auto;
    right: -20px;
    top: 10px
}

html[lang=ar] body.careers .accordion .card_title {
    text-align: right
}

html[lang=ar] body.careers .accordion .card_description {
    text-align: right
}

html[lang=ar] body.careers .accordion .job_title {
    text-align: right
}

html[lang=ar] body.careers .accordion ul.job_list li {
    text-align: right
}

html[lang=ar] body.careers .accordion .apply_button {
    float: left
}

html[lang=ar] body.careers .accordion .card_working_time {
    text-align: right
}

html[lang=ar] body.careers #careerModal h4.modal-title {
    text-align: right
}

html[lang=ar] body.careers #careerModal .modal-small-title {
    text-align: right
}

html[lang=ar] #careerModal .modal-header button {
    position: absolute;
    left: 0
}

html[lang=ar] #careerModal .modal-body .form-group {
    text-align: right
}

html[lang=ar] body.careers #careerModal img#career_captcha {
    left: 0;
    right: auto
}

html[lang=ar] body.careers form#career_form .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] #careerModal .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-left: .25rem
}

html[lang=ar] #careerModal .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem
}

html[lang=ar] body.careers h3 {
    text-align: right
}

body.our-news .news_p {
    color: #6d6e70;
    font-size: 18px
}

body.our-news .news_box {
    padding: 25px 0
}

body.our-news .news_box p {
    font-size: 16px;
    color: #1b2429
}

body.our-news .news_box img.main_image {
    width: 100%
}

body.our-news .news_box .view_more:hover {
    background-position: -100% 100%
}

body.our-news .news_box .view_more {
    display: block;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #02afe0 50%, #00c7ff 50%);
    text-align: center;
    color: #fff;
    width: 120px;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    float: left;
    position: absolute;
    bottom: 0
}

body.our-news .news_box a {
    text-decoration: none
}

body.our-news .news_box a.a_read_more {
    color: #00c7ff
}

body.our-news .news_box h4 {
    color: #1b2429
}

body.our-news .news_box h5 {
    color: #00c7ff;
    margin-top: 14px;
    margin-bottom: 14px
}

body.our-news-details .content h4 {
    color: #1b2429;
    font-size: 32px
}

body.our-news-details .content h5 {
    color: #00c7ff;
    margin-top: 14px;
    margin-bottom: 14px
}

body.our-news-details .content .news_box ul li {
    font-size: 18px
}

body.our-news-details .content .news_box p {
    font-size: 18px;
    text-align: justify
}

body.our-news-details .content .news_box p a {
    color: #00c7ff;
    text-decoration: none
}

body.our-news-details .news_box .view_more:hover {
    background-position: -100% 100%
}

body.our-news-details .news_box .view_more {
    display: block;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #02afe0 50%, #00c7ff 50%);
    text-align: center;
    color: #fff;
    width: 120px;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    float: right;
    margin-top: 20px
}

body.our-news-details .news_box img.main_image {
    width: 100%
}

body.our-news-details .news_box img {
    max-width: 100%
}

html[lang=ar] body.our-news .news_p {
    text-align: right
}

html[lang=ar] body.our-news .news_box h4 {
    text-align: right
}

html[lang=ar] body.our-news .news_box h5 {
    text-align: right
}

html[lang=ar] body.our-news .news_box p {
    text-align: right
}

html[lang=ar] body.our-news-details .content h4 {
    text-align: right
}

html[lang=ar] body.our-news-details .content h5 {
    text-align: right
}

html[lang=ar] body.our-news-details .news_box .view_more {
    float: left;
    text-align: center
}

html[lang=ar] body.our-news-details .news_box * {
    text-align: right
}

body.faq .content .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 5px
}

body.faq .content .card-header {
    background-color: transparent;
    padding: 0;
    border: 0
}

body.faq .content .card .btn.btn-link {
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    color: #00c7ff;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.faq .content .card .btn.btn-link.collapsed {
    padding: 0;
    font-size: 16px;
    color: #2a2b2d;
    text-decoration: none
}

body.faq .content .card .btn.btn-link:hover {
    color: #00c7ff !important
}

body.faq .content .card-body {
    padding: 0;
    padding-left: 16px;
    font-size: 16px;
    color: #919191
}

body.faq .content .big_seperator {
    margin-bottom: 31px;
    margin-top: 25px
}

html[lang=ar] body.faq .faq_category {
    text-align: right
}

html[lang=ar] body.faq .content .card {
    text-align: right
}

body.insurance .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.insurance .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.insurance .content {
    padding-top: 0;
    padding-bottom: 0
}

body.insurance .content .sub-header {
    border-top: 0 solid #262262;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.insurance .content .sub-header .layer {
    width: 100%;
    height: 100%;
    background-color: rgba(27, 20, 97, .92);
    padding-top: 70px;
    padding-bottom: 70px
}

body.insurance .content .sub-header img {
    width: 100%
}

body.insurance .content .sub-header h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin-top: 20px
}

body.insurance .content .sub-header h1 span {
    color: #fcee21;
    border-bottom: 1px solid #fcee21
}

body.insurance .content .sub-header h2 {
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-size: 26px;
    margin-top: 30px;
    line-height: 40px
}

body.insurance .content .sub-header h2 span {
    border-bottom: 1px solid #fff
}

body.insurance .content .sub-header button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 21px 30px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    width: 247px
}

body.insurance .content .sub-header button:hover {
    background-color: #fcee21;
    border: 1px solid #fcee21;
    color: #1b1464
}

body.insurance .content .form_section {
    background-color: #f6f6f9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.insurance .content .form_section .layer {
    background-color: rgba(41, 45, 182, .92);
    padding-top: 70px;
    padding-bottom: 70px
}

body.insurance .content .form_section h3 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 53px;
    font-weight: 700
}

body.insurance .content .form_section p.description {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center
}

body.insurance .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.insurance .content form#form_amana input {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    border: 1px solid #1b1464;
    border-radius: 5px
}

body.insurance .content form#form_amana .show_for_corporate {
    display: none
}

body.insurance .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.insurance .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #1b1464;
    padding: 12px 12px
}

body.insurance .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px;
    border-radius: 5px
}

body.insurance .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.insurance .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.insurance .content form#form_amana .form-check .form-check-label a {
    color: #fcee21;
    text-decoration: none
}

body.insurance .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.insurance .content form#form_amana .register_button {
    color: #1b1464;
    margin: 0 auto;
    display: block;
    width: 247px;
    text-align: center;
    padding: 20px 30px;
    font-size: 20px;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    background-color: #fcee21;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.insurance .content form#form_amana .register_button:hover {
    background-color: #d9cd1b
}

body.insurance .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 13px;
    color: #fff;
    background-color: #1b1464;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.insurance .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.insurance .tooltip {
    opacity: 1
}

body.insurance .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.insurance .content .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

body.insurance .content .div_country .dropdown-item {
    white-space: pre-line !important
}

body.insurance .content .icon_section {
    padding: 80px 0
}

body.insurance .content .icon_section .icon_box {
    width: 17%;
    float: left;
    margin-right: 41px
}

body.insurance .content .icon_section .icon_box:last-child {
    margin-right: 0
}

body.insurance .content .icon_section .icon_box .icon_bg {
    background-color: #f7f9fd;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f7f9fd
}

body.insurance .content .icon_section .icon_box .icon_bg:hover {
    border: 1px solid #1b1464
}

body.insurance .content .icon_section .icon_box img {
    width: 100%
}

body.insurance .content .icon_section .icon_box h3 {
    color: #1b1464;
    font-weight: 700;
    margin-top: 20px;
    font-size: 22px
}

body.insurance .content .icon_section .icon_box h3 span {
    color: #4a8aec
}

body.insurance .content .icon_section .icon_box p {
    color: #1b1464;
    text-align: left;
    margin-top: 10px;
    font-size: 15px
}

body.insurance .content .icon_section .icon_box .more {
    background-color: #f7f9fd;
    padding: 7px 20px;
    color: #8986b0;
    border: 1px solid #f7f9fd;
    border-radius: 5px;
    margin-top: 30px;
    float: left;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    font-weight: 700
}

body.insurance .content .icon_section .icon_box .more span {
    float: left
}

body.insurance .content .icon_section .icon_box .more i {
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    float: left;
    margin-left: 15px;
    margin-top: 1px
}

body.insurance .content .icon_section .icon_box .more:hover {
    background-color: #fcee21;
    color: #1b1464;
    border: 1px solid #fcee21
}

body.insurance .content .balance_section {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed
}

body.insurance .content .balance_section .layer {
    width: 100%;
    height: 100%;
    background-color: rgba(240, 243, 247, .95);
    padding-top: 70px;
    padding-bottom: 70px
}

body.insurance .content .balance_section .layer h3 {
    color: #1b1464;
    font-size: 46px;
    font-weight: 700
}

body.insurance .content .balance_section .layer h4 {
    color: #4a8aec;
    font-size: 106px;
    font-weight: 700;
    border-bottom: 2px solid #4a8aec;
    display: inline-block;
    line-height: 101px;
    margin-top: 5px
}

body.insurance .content .balance_details_section {
    padding: 70px 0
}

body.insurance .content .balance_details_section img {
    width: 85%;
    vertical-align: middle
}

body.insurance .content .balance_details_section h3 {
    color: #1b1464;
    font-weight: 700;
    margin-top: 30px;
    font-size: 32px
}

body.insurance .content .balance_details_section span {
    color: #4a8aec
}

body.insurance .content .balance_details_section p {
    font-size: 20px;
    color: #1b1464;
    margin-top: 30px
}

body.insurance .content .balance_details_section hr {
    border-top: 8px solid #f7f9fd;
    margin-top: 2rem;
    margin-bottom: 2rem
}

body.insurance .content .balance_details_section .frame {
    height: 100%;
    display: table;
    vertical-align: middle
}

body.insurance .content .balance_details_section .helper {
    display: table-cell;
    vertical-align: middle
}

html[lang=ar] body.insurance .content .sub-header h1 {
    text-align: right;
    line-height: 62px;
    margin-top: 0
}

html[lang=ar] body.insurance .content .sub-header h2 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    line-height: 59px;
    margin-top: 10px
}

html[lang=ar] body.insurance .content .form_section p.description {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.insurance .content .sub-header button {
    float: right
}

html[lang=ar] body.insurance .content .icon_section .icon_box h3 {
    text-align: right
}

html[lang=ar] body.insurance .content .icon_section .icon_box p {
    text-align: right
}

html[lang=ar] body.insurance .content .icon_section .icon_box .more {
    float: right
}

html[lang=ar] body.insurance .content .icon_section .icon_box .more span {
    float: right
}

html[lang=ar] body.insurance .content .icon_section .icon_box .more i {
    float: left;
    margin-left: 0;
    margin-right: 15px
}

html[lang=ar] body.insurance .content .icon_section .icon_box {
    float: right;
    margin-right: 0;
    margin-left: 41px
}

html[lang=ar] body.insurance .content .icon_section .icon_box:last-child {
    margin-left: 0
}

html[lang=ar] body.insurance .content .balance_details_section h3 {
    text-align: right
}

html[lang=ar] body.insurance .content .balance_details_section p {
    text-align: right
}

html[lang=ar] body.insurance .content .sub-header h1 span {
    border: 0;
    position: relative
}

html[lang=ar] body.insurance .content .sub-header h1 span:after {
    content: "";
    position: absolute;
    width: 298px;
    height: 4px;
    background-color: #fcee21;
    right: 0;
    bottom: 8px
}

html[lang=ar] body.insurance .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.insurance .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.insurance .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.insurance .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.insurance .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.insurance .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.insurance .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.insurance .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.insurance .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.insurance .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.insurance form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.insurance .tooltip-inner {
    text-align-last: right
}

body.accounts a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.accounts a.box.latest {
    margin-bottom: 0
}

body.accounts a.box:hover {
    border-top: 5px solid #006ed2
}

body.accounts a.box:hover div.view_all {
    background-position: -100% 100%
}

body.accounts a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.accounts a.box .desc {
    color: #6d6e70;
    font-size: 15px
}

body.accounts a.box .title_2 {
    color: #f3f4f4;
    font-size: 34px
}

body.accounts a.box .desc_2 {
    color: #f3f4f4;
    font-size: 21px
}

body.accounts .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.accounts .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.accounts a.box .title {
    text-align: right;
    font-size: 24px
}

html[lang=ar] body.accounts a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.accounts a.box .title_2 {
    font-size: 31px;
    text-align: right
}

html[lang=ar] body.accounts a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.accounts .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.trade-forex-and-cfds footer {
    border-top: 1px solid #c6c8c9
}

body.trade-forex-and-cfds .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.trade-forex-and-cfds .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.trade-forex-and-cfds .sub_header {
    background-image: url(../images/bg-1.jpg)
}

body.trade-forex-and-cfds .sub_header .material-button-raised.green {
    border-radius: 5px;
    background-color: #117ba6
}

body.trade-forex-and-cfds .sub_header_tree {
    background-color: #1b2429
}

body.trade-forex-and-cfds .content .global_title {
    color: #1b2429;
    margin-top: 10px;
    margin-bottom: 20px
}

body.trade-forex-and-cfds .content .global_description {
    color: #1b2429
}

body.trade-forex-and-cfds .content .global_seperator {
    margin-top: 25px;
    border-top-color: #535a5e
}

body.trade-forex-and-cfds .content .box_icon {
    margin-top: 30px
}

body.trade-forex-and-cfds .content .icon {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #1b2429;
    border-radius: 50%
}

body.trade-forex-and-cfds .content .icon.icon_1 {
    background-image: url(../images/icon_1.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.trade-forex-and-cfds .content .icon.icon_1:hover {
    background-image: url(../images/icon_1_h.png);
    background-color: #1e7ca4;
    border-color: #1e7ca4
}

body.trade-forex-and-cfds .content .icon.icon_2 {
    background-image: url(../images/icon_2.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.trade-forex-and-cfds .content .icon.icon_2:hover {
    background-image: url(../images/icon_2_h.png);
    background-color: #1e7ca4;
    border-color: #1e7ca4
}

body.trade-forex-and-cfds .content .icon.icon_3 {
    background-image: url(../images/icon_3.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.trade-forex-and-cfds .content .icon.icon_3:hover {
    background-image: url(../images/icon_3_h.png);
    background-color: #1e7ca4;
    border-color: #1e7ca4
}

body.trade-forex-and-cfds .content .icon.icon_4 {
    background-image: url(../images/icon_4.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.trade-forex-and-cfds .content .icon.icon_4:hover {
    background-image: url(../images/icon_4_h.png);
    background-color: #1e7ca4;
    border-color: #1e7ca4
}

body.trade-forex-and-cfds .content .icon.icon_5 {
    background-image: url(../images/icon_5.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.trade-forex-and-cfds .content .icon.icon_5:hover {
    background-image: url(../images/icon_5_h.png);
    background-color: #1e7ca4;
    border-color: #1e7ca4
}

body.trade-forex-and-cfds .content .icon.icon_6 {
    background-image: url(../images/icon_6.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.trade-forex-and-cfds .content .icon.icon_6:hover {
    background-image: url(../images/icon_6_h.png);
    background-color: #1e7ca4;
    border-color: #1e7ca4
}

body.trade-forex-and-cfds .content .icon_title {
    color: #1b2429;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px
}

body.trade-forex-and-cfds .content .icon_description {
    color: #1b2429;
    font-weight: 100;
    margin-top: 5px;
    font-size: 15px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.trade-forex-and-cfds .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 40px
}

body.trade-forex-and-cfds .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.trade-forex-and-cfds .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.trade-forex-and-cfds .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.trade-forex-and-cfds .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.trade-forex-and-cfds .content form#form_amana .show_for_corporate {
    display: none
}

body.trade-forex-and-cfds .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.trade-forex-and-cfds .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.trade-forex-and-cfds .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.trade-forex-and-cfds .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.trade-forex-and-cfds .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.trade-forex-and-cfds .content form#form_amana .form-check .form-check-label a {
    color: #1599ce;
    text-decoration: none
}

body.trade-forex-and-cfds .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.trade-forex-and-cfds .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #117ba6;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.trade-forex-and-cfds .content form#form_amana .register_button:hover {
    background-color: #0d6487
}

body.trade-forex-and-cfds .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #117ba6;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.trade-forex-and-cfds .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.trade-forex-and-cfds .tooltip {
    opacity: 1
}

body.trade-forex-and-cfds .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.trade-forex-and-cfds .content .table_section {
    padding-top: 30px
}

body.trade-forex-and-cfds .content table {
    width: 100%;
    margin-top: 10px;
    color: #5b6b87;
    margin-bottom: 20px
}

body.trade-forex-and-cfds .content table thead tr th {
    width: 50%;
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.trade-forex-and-cfds .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.trade-forex-and-cfds .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.trade-forex-and-cfds .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.trade-forex-and-cfds .content .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

body.trade-forex-and-cfds .content .div_country .dropdown-item {
    white-space: pre-line !important
}

body.trade-forex-and-cfds .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.trade-forex-and-cfds .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.trade-forex-and-cfds .content .row_table {
    margin-top: 10px
}

body.trade-forex-and-cfds .content .row_table .specify_box {
    width: 100%;
    border: 1px solid #88bdd2;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 12px;
    padding: 15px 20px;
    padding-right: 0;
    margin-bottom: 20px;
    float: left
}

body.trade-forex-and-cfds .content .row_table .specify_box .box_key {
    width: 45%;
    float: left
}

body.trade-forex-and-cfds .content .row_table .specify_box .box_seperator {
    width: 10%;
    float: left
}

body.trade-forex-and-cfds .content .row_table .specify_box .box_value {
    width: 45%;
    float: left
}

body.trade-forex-and-cfds .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    padding: 6px 20px;
    padding-right: 0
}

html[lang=ar] body.trade-forex-and-cfds .content .icon_title {
    text-align: right
}

html[lang=ar] body.trade-forex-and-cfds .content .icon_description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.trade-forex-and-cfds .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.trade-forex-and-cfds .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.trade-forex-and-cfds form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.trade-forex-and-cfds .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.trade-forex-and-cfds .content table {
    text-align: right
}

html[lang=ar] body.trade-forex-and-cfds .content .row_table .specify_box {
    padding: 21px 20px;
    float: right;
    text-align: right
}

html[lang=ar] body.trade-forex-and-cfds .content .row_table .specify_box .box_key {
    float: right
}

html[lang=ar] body.trade-forex-and-cfds .content .row_table .specify_box .box_key.key_0 {
    direction: ltr
}

html[lang=ar] body.trade-forex-and-cfds .content .row_table .specify_box .box_value {
    float: right
}

html[lang=ar] body.trade-forex-and-cfds .content .row_table .specify_box .box_seperator {
    float: right
}

html[lang=ar] body.trade-forex-and-cfds .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    padding: 6px 20px;
    padding-right: 20px
}

body.tradeloss-recovery .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.tradeloss-recovery .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.tradeloss-recovery .content {
    padding-top: 0;
    padding-bottom: 0
}

body.tradeloss-recovery .content .sub-header {
    background: #3542d3;
    background: linear-gradient(145deg, rgba(33, 178, 248, 1) 0, rgba(77, 2, 147, 1) 50%, rgba(19, 0, 42, 1) 100%);
    padding: 100px 0
}

body.tradeloss-recovery .content .sub-header.email {
    padding: 40px 0
}

body.tradeloss-recovery .content .logo_1 {
    background-color: #fff;
    width: 300px;
    float: left;
    border-radius: 10px
}

body.tradeloss-recovery .content .logo_1 img {
    width: 100%;
    padding: 20px
}

body.tradeloss-recovery .content .logo_2 {
    width: 100px;
    float: left;
    margin-left: 20px;
    margin-top: 22px
}

body.tradeloss-recovery .content .logo_2 img {
    width: 100%
}

body.tradeloss-recovery .content .image_pc {
    width: 100%
}

body.tradeloss-recovery .content .image_pc img {
    width: 100%
}

body.tradeloss-recovery .content .sub-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 53px;
    margin-top: 20px
}

body.tradeloss-recovery .content .sub-header h2 {
    color: #fff;
    font-size: 33px;
    margin-top: 20px;
    font-family: Proxima_Nova_Light
}

body.tradeloss-recovery .content .sub-header a.a_button {
    color: #fff;
    border: 1px solid #fff;
    font-size: 24px;
    display: block;
    float: left;
    width: 250px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 30px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content .sub-header a.a_button:hover {
    background-color: #fff;
    color: #131340
}

body.tradeloss-recovery .content .sub-header a.a_button.sign_up {
    margin-right: 21px
}

body.tradeloss-recovery .content .sub-header a.a_button.open_account {
    width: 250px
}

body.tradeloss-recovery .content .diagram_box {
    background-color: #fff;
    -webkit-box-shadow: 8px 12px 20px -5px #6d6e70;
    -moz-box-shadow: 8px 12px 20px -5px #6d6e70;
    box-shadow: 8px 12px 20px -5px #6d6e70;
    margin-top: -70px;
    border-radius: 10px;
    padding: 40px 60px
}

body.tradeloss-recovery .content .diagram_box .title_1 {
    color: #01aaff;
    font-size: 43px;
    font-weight: 700
}

body.tradeloss-recovery .content .diagram_box .title_2 {
    color: #005695;
    font-size: 33px;
    margin-bottom: 15px
}

body.tradeloss-recovery .content .diagram_box p {
    color: #005695;
    font-size: 18px
}

body.tradeloss-recovery .content .diagram_box .fancybox img {
    width: 100%
}

body.tradeloss-recovery .content .diagram_box_2 {
    background: #3542d3;
    background: linear-gradient(90deg, rgba(30, 190, 255, 1) 0, rgba(77, 2, 147, 1) 70%);
    margin-top: 50px;
    border-radius: 10px;
    padding: 70px 60px
}

body.tradeloss-recovery .content .diagram_box_2 .logo {
    width: 100%
}

body.tradeloss-recovery .content .diagram_box_2 .logo img {
    width: 100%;
    margin-top: 10px
}

body.tradeloss-recovery .content .diagram_box_2 .title_1 {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px
}

body.tradeloss-recovery .content .diagram_box_2 .row_number {
    margin-top: 30px;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

body.tradeloss-recovery .content .diagram_box_2 .row_number .div_number {
    color: #01aaff;
    border-radius: 50%;
    text-align: center;
    float: left;
    background-color: #fff;
    width: 80px;
    font-size: 50px;
    font-weight: 700;
    margin-top: -5px
}

body.tradeloss-recovery .content .diagram_box_2 .row_number .div_text {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    float: left;
    color: #fff;
    font-size: 22px;
    margin-left: 30px;
    padding-bottom: 30px;
    width: 80%
}

body.tradeloss-recovery .content .diagram_box_2 .row_number .div_text .text_2 {
    font-weight: 700
}

body.tradeloss-recovery .content .diagram_box_2 .eligible_box {
    background-color: #45097d;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    margin-top: 220px;
    padding: 30px 20px;
    font-size: 20px
}

body.tradeloss-recovery .content .diagram_box_2 .eligible_box .eligible_title {
    font-weight: 700;
    margin-bottom: 20px
}

body.tradeloss-recovery .content .diagram_box_2 .eligible_box .eligible_text {
    font-family: Proxima_Nova_Light
}

body.tradeloss-recovery .content .diagram_box_2 a.a_get_now {
    color: #fff;
    border: 1px solid #fff;
    font-size: 24px;
    display: block;
    float: left;
    width: 230px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    background-color: transparent;
    margin-left: 110px;
    margin-bottom: 30px;
    float: left;
    margin-top: 40px
}

body.tradeloss-recovery .content .diagram_box_2 a.a_get_now:hover {
    color: #131340;
    background-color: #fff
}

body.tradeloss-recovery .content .diagram_box_2 .div_bg {
    background-image: url(../images/bg.png);
    height: 330px;
    width: 500px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    background-size: 80%;
    right: 0;
    bottom: 0;
    bottom: -60px
}

body.tradeloss-recovery .content .diagram_box_3 {
    background-color: #fff;
    -webkit-box-shadow: 8px 12px 20px -5px #6d6e70;
    -moz-box-shadow: 8px 12px 20px -5px #6d6e70;
    box-shadow: 8px 12px 20px -5px #6d6e70;
    margin-top: 50px;
    border-radius: 10px;
    padding: 60px 60px;
    border: 1px solid rgba(64, 64, 65, .3)
}

body.tradeloss-recovery .content .diagram_box_3 .title_1 {
    color: #01aaff;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px
}

body.tradeloss-recovery .content .diagram_box_3 p {
    color: #005695;
    font-size: 18px;
    margin-top: 30px
}

body.tradeloss-recovery .content .diagram_box_3 a {
    float: left;
    position: relative
}

body.tradeloss-recovery .content .diagram_box_3 a img {
    width: 100%
}

body.tradeloss-recovery .content .diagram_box_3 a i {
    margin: auto;
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 50px;
    color: #c4302b
}

body.tradeloss-recovery .content .diagram_box_3 a:hover > i {
    color: #b12c28
}

body.tradeloss-recovery .content .form_section {
    background: #3542d3;
    background: linear-gradient(90deg, rgba(30, 190, 255, 1) 0, rgba(77, 2, 147, 1) 70%);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 50px;
    position: relative
}

body.tradeloss-recovery .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.tradeloss-recovery .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light
}

body.tradeloss-recovery .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.tradeloss-recovery .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.tradeloss-recovery .content form#form_amana .show_for_corporate {
    display: none
}

body.tradeloss-recovery .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.tradeloss-recovery .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.tradeloss-recovery .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.tradeloss-recovery .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.tradeloss-recovery .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.tradeloss-recovery .content form#form_amana .form-check .form-check-label a {
    color: #8a8edd;
    text-decoration: none
}

body.tradeloss-recovery .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.tradeloss-recovery .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #3542d3;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content form#form_amana .register_button:hover {
    background-color: #2e38b0
}

body.tradeloss-recovery .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #2b43c3;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.tradeloss-recovery .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.tradeloss-recovery .tooltip {
    opacity: 1
}

body.tradeloss-recovery form .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.tradeloss-recovery #nonzerologinModal h6 {
    font-size: 26px;
    color: #262262
}

body.tradeloss-recovery #nonzerologinModal input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(38, 34, 98, .5);
    border-radius: 3px
}

body.tradeloss-recovery #nonzerologinModal #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.tradeloss-recovery #nonzerologinModal button.btn-success {
    background-color: #2b43c3;
    border-color: #2b43c3;
    box-shadow: none
}

body.tradeloss-recovery #nonzerologinModal button.btn-success:hover {
    background-color: #455bc7
}

body.tradeloss-recovery .content a.fancybox.show_mobile {
    display: none
}

body.tradeloss-recovery .content .form_section .div_bg {
    background-image: url(../images/bg.png);
    height: 429px;
    width: 650px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    background-size: 80%;
    right: 0;
    bottom: -40px;
    opacity: .2
}

body.tradeloss-recovery .content .diagram_box_4 {
    background-color: #fff;
    -webkit-box-shadow: 8px 12px 20px -5px #6d6e70;
    -moz-box-shadow: 8px 12px 20px -5px #6d6e70;
    box-shadow: 8px 12px 20px -5px #6d6e70;
    margin-top: 50px;
    border-radius: 10px;
    padding: 60px 60px;
    border: 1px solid rgba(64, 64, 65, .3)
}

body.tradeloss-recovery .content .diagram_box_4 .title_1 {
    color: #01aaff;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px
}

body.tradeloss-recovery .content .diagram_box_4 p {
    color: #005695;
    font-size: 18px;
    margin-top: 30px
}

body.tradeloss-recovery .content .diagram_box_4 a {
    float: left;
    position: relative;
    margin-top: 20px
}

body.tradeloss-recovery .content .diagram_box_4 a img {
    width: 100%
}

body.tradeloss-recovery .content .diagram_box_6 {
    background-color: #3542d3;
    -webkit-box-shadow: 8px 12px 20px -5px #6d6e70;
    -moz-box-shadow: 8px 12px 20px -5px #6d6e70;
    box-shadow: 8px 12px 20px -5px #6d6e70;
    margin-top: 50px;
    border-radius: 10px;
    padding: 60px 60px;
    border: 1px solid #3542d3;
    padding-bottom: 30px
}

body.tradeloss-recovery .content .diagram_box_6 .global_title {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px
}

body.tradeloss-recovery .content .row_table .specify_box {
    width: 100%;
    border-top: 0;
    border-right: 0;
    padding: 15px 20px;
    padding-right: 0;
    margin-bottom: 4px;
    float: left
}

body.tradeloss-recovery .content .row_table .specify_box:nth-child(odd) {
    background-color: #5d68dc
}

body.tradeloss-recovery .content .row_table .specify_box:nth-child(even) {
    background-color: #4a55d7
}

body.tradeloss-recovery .content .row_table > div:nth-child(1) .specify_box:nth-child(1) {
    border-radius: 10px 0 0 0
}

body.tradeloss-recovery .content .row_table > div:nth-child(2) .specify_box:nth-child(1) {
    border-radius: 0 10px 0 0
}

body.tradeloss-recovery .content .row_table > div:nth-child(2) .specify_box:nth-child(10) {
    border-radius: 0 0 10px 0
}

body.tradeloss-recovery .content .diagram_box_6 .specify_box .box_key {
    width: 42%;
    float: left;
    color: #fff
}

body.tradeloss-recovery .content .diagram_box_6 .specify_box .box_seperator {
    width: 10%;
    float: left;
    color: #fff
}

body.tradeloss-recovery .content .diagram_box_6 .specify_box .box_value {
    width: 48%;
    float: left;
    color: #fff
}

body.tradeloss-recovery .content .diagram_box_6 a.learn_more {
    color: #fff;
    float: right;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content .diagram_box_6 a.learn_more i {
    float: right;
    margin-left: 20px;
    margin-top: 4px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content .diagram_box_6 a.learn_more:hover {
    color: #37b24a;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    padding: 21px 20px;
    padding-right: 0;
    border-radius: 0 0 0 10px
}

body.tradeloss-recovery .content .diagram_box_5 {
    background-color: #fff;
    -webkit-box-shadow: 8px 12px 20px -5px #6d6e70;
    -moz-box-shadow: 8px 12px 20px -5px #6d6e70;
    box-shadow: 8px 12px 20px -5px #6d6e70;
    margin-top: 50px;
    border-radius: 10px;
    padding: 60px 60px;
    border: 1px solid rgba(64, 64, 65, .3)
}

body.tradeloss-recovery .content .diagram_box_5 .title_1 {
    color: #01aaff;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px
}

body.tradeloss-recovery .content .diagram_box_5 ul {
    list-style: none
}

body.tradeloss-recovery .content .diagram_box_5 ul li::before {
    content: "\2022";
    color: #01aaff;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    float: left;
    margin-top: -12px;
    font-size: 30px
}

body.tradeloss-recovery .content .diagram_box_5 ul li {
    font-size: 20px;
    color: #005695;
    margin-bottom: 10px
}

body.tradeloss-recovery .content .diagram_box_5 ul li a {
    color: #01aaff;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content .diagram_box_5 ul li a:hover {
    color: #028fd6;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.tradeloss-recovery .content .form_mail_section {
    padding-top: 20px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

body.tradeloss-recovery .content .form_mail_section h3 {
    color: #01aaff;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700
}

body.tradeloss-recovery .content .form_mail_section p.description {
    color: #005695;
    font-size: 18px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.tradeloss-recovery .content .form_mail_section form#form_amana input {
    border: 1px solid #797e81
}

body.tradeloss-recovery .content .form_mail_section form#form_amana .bootstrap-select > .dropdown-toggle {
    border: 1px solid #797e81
}

body.tradeloss-recovery .content .form_mail_section form#form_amana .form-check .form-check-label {
    color: #000
}

body.tradeloss-recovery .content .form_mail_section form#form_amana #real_account_captcha {
    top: 1px
}

html[lang=ar] body.tradeloss-recovery .content .logo_1 {
    float: right
}

html[lang=ar] body.tradeloss-recovery .content .logo_2 {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.tradeloss-recovery .content .sub-header h1 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .sub-header h2 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    line-height: 50px
}

html[lang=ar] body.tradeloss-recovery .content .sub-header a.a_button {
    float: right
}

html[lang=ar] body.tradeloss-recovery .content .sub-header a.a_button.sign_up {
    margin-right: 0;
    margin-left: 21px
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box .title_1 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box .title_2 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box p {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_3 .title_1 {
    text-align: right;
    line-height: 65px
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_3 p {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .title_1 {
    text-align: right;
    line-height: 65px
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .row_number {
    float: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .row_number .div_number {
    float: right;
    font-family: Proxima_Nova
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .row_number .div_text {
    float: right;
    margin-left: 0;
    margin-right: 30px;
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .div_bg {
    right: auto;
    left: 0;
    background-position: left
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 a.a_get_now {
    float: right;
    margin-left: 0;
    margin-right: 110px
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .eligible_box {
    margin-top: 150px
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .eligible_box .eligible_title {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 .eligible_box .eligible_text {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_4 .title_1 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_4 p {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_5 .title_1 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_5 ul {
    float: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_5 ul li {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_5 ul li::before {
    margin-left: 0;
    margin-right: -1em;
    float: right;
    margin-top: -6px
}

html[lang=ar] body.tradeloss-recovery .content .sub-header {
    background: #3542d3;
    background: linear-gradient(-145deg, rgba(33, 178, 248, 1) 0, rgba(77, 2, 147, 1) 50%, rgba(19, 0, 42, 1) 100%)
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_2 {
    background: #3542d3;
    background: linear-gradient(-90deg, rgba(30, 190, 255, 1) 0, rgba(77, 2, 147, 1) 70%)
}

html[lang=ar] body.tradeloss-recovery .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 20px
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.tradeloss-recovery .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.tradeloss-recovery form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.tradeloss-recovery .content .form_section {
    background: #3542d3;
    background: linear-gradient(-90deg, rgba(30, 190, 255, 1) 0, rgba(77, 2, 147, 1) 70%)
}

html[lang=ar] body.tradeloss-recovery .content .form_mail_section h3 {
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .form_mail_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.tradeloss-recovery .content .row_table > div:nth-child(1) .specify_box:nth-child(1) {
    border-radius: 0 10px 0 0
}

html[lang=ar] body.tradeloss-recovery .content .row_table > div:nth-child(2) .specify_box:nth-child(1) {
    border-radius: 10px 0 0 0
}

html[lang=ar] body.tradeloss-recovery .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    border-radius: 0 0 10px 0
}

html[lang=ar] body.tradeloss-recovery .content .row_table > div:nth-child(2) .specify_box:nth-child(10) {
    border-radius: 0 0 0 10px
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_6 a.learn_more {
    float: left
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_6 a.learn_more i {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

html[lang=ar] body.tradeloss-recovery .content .diagram_box_6 a.learn_more i.fa-long-arrow-right:before {
    content: "\f177"
}

html[lang=ar] body.tradeloss-recovery .content .row_table .specify_box {
    padding: 21px 20px;
    float: right;
    text-align: right
}

html[lang=ar] body.tradeloss-recovery .content .row_table .specify_box .box_key {
    float: right;
    font-size: 13px
}

html[lang=ar] body.tradeloss-recovery .content .row_table .specify_box .box_seperator {
    float: right
}

html[lang=ar] body.tradeloss-recovery .content .row_table .specify_box .box_value {
    float: right;
    font-size: 13px
}

html[lang=ar] body.tradeloss-recovery .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    padding: 27px 20px;
    padding-right: 20px
}

html[lang=ar] body.tradeloss-recovery .content .row_table .specify_box .box_key.key_0 {
    direction: ltr
}

body.amana-nonzero-dashboard footer {
    border-top: 1px solid #c6c8c9
}

body.amana-nonzero-dashboard .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.amana-nonzero-dashboard .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.amana-nonzero-dashboard .sub_header {
    background-image: url(../images/bg-1.jpg);
    padding-bottom: 129px
}

body.amana-nonzero-dashboard .sub_header .container {
    position: relative
}

body.amana-nonzero-dashboard .sub_header .container img {
    position: absolute;
    right: 0;
    width: 220px;
    top: 17px;
    opacity: .2
}

body.amana-nonzero-dashboard .sub_header_tree {
    background-color: #1b2429
}

body.amana-nonzero-dashboard .content .menu {
    background-color: #3641d4;
    padding: 16px 11px;
    padding-bottom: 200px
}

body.amana-nonzero-dashboard .content .menu.fixed {
    position: fixed;
    width: 170px;
    top: 100px
}

body.amana-nonzero-dashboard .content .menu.fixed_bottom {
    position: absolute;
    width: 170px;
    bottom: 0
}

body.amana-nonzero-dashboard .content .menu img {
    width: 100%;
    margin-bottom: 10px
}

body.amana-nonzero-dashboard .content .menu hr {
    border-color: rgba(146, 148, 151, .5)
}

body.amana-nonzero-dashboard .content .menu .main_menu {
    color: #fff;
    font-size: 16px;
    margin: 10px 0
}

body.amana-nonzero-dashboard .content .menu a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-family: Proxima_Nova_Light;
    text-decoration: none
}

body.amana-nonzero-dashboard .content .menu .sub_menu {
    padding: 12px 0
}

body.amana-nonzero-dashboard .content .menu .sub_menu:hover {
    background-color: #1b2429;
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px
}

body.amana-nonzero-dashboard .content .menu .sub_menu.active {
    background-color: #1b2429;
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px
}

body.amana-nonzero-dashboard .content .welcome_box {
    border-top: 1px solid #c8c9cb;
    border-bottom: 1px solid #c8c9cb;
    padding: 13px 16px
}

body.amana-nonzero-dashboard .content .box_title {
    color: #1b2429;
    font-size: 22px;
    font-weight: 700
}

body.amana-nonzero-dashboard .content .box_desc {
    color: #1b2429;
    font-size: 16px;
    font-style: italic
}

body.amana-nonzero-dashboard .content .general_box {
    margin-top: 20px;
    border: 1px solid #c8c9cb;
    padding: 16px 16px;
    background-color: #fafafa
}

body.amana-nonzero-dashboard .content .statistic_box {
    margin-top: 20px;
    border: 1px solid #c8c9cb;
    padding: 0 16px;
    background-color: #fff;
    margin-bottom: 10px
}

body.amana-nonzero-dashboard .content div.no_padding_right {
    padding-right: 5px
}

body.amana-nonzero-dashboard .content div.no_padding_left {
    padding-right: 7px
}

body.amana-nonzero-dashboard .content .text_left {
    text-align: left;
    padding: 16px 0;
    color: #1b2429;
    float: left;
    width: 100%
}

body.amana-nonzero-dashboard .content .row_head .text_left {
    font-weight: 700
}

body.amana-nonzero-dashboard .content .text_right {
    text-align: right;
    padding: 16px 0;
    color: #1b2429;
    float: right
}

body.amana-nonzero-dashboard .content .row_head {
    background-color: #f1f2f4
}

body.amana-nonzero-dashboard .content .div_tooltip {
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 50%;
    background-color: #3541d3;
    color: #fff;
    text-align: center;
    font-family: Proxima_Nova;
    cursor: pointer;
    width: 23px;
    height: 23px;
    float: right
}

body.amana-nonzero-dashboard .tooltip-inner {
    background-color: #3541d3
}

body.amana-nonzero-dashboard .bs-tooltip-auto[x-placement^=top] .arrow:before, body.amana-nonzero-dashboard .bs-tooltip-top .arrow:before {
    border-top-color: #3541d3
}

body.amana-nonzero-dashboard .content .div_tooltip.table_tooltip {
    float: right
}

body.amana-nonzero-dashboard .content .sub_row {
    border-bottom: 1px solid #c8c9cb
}

body.amana-nonzero-dashboard .content .text_right.red {
    color: #ee5b43
}

body.amana-nonzero-dashboard .content .text_right.green {
    color: #009345
}

body.amana-nonzero-dashboard .content .no_data_1 {
    padding: 296px 0;
    color: red
}

body.amana-nonzero-dashboard .content .no_data_2 {
    padding: 96px 0;
    color: red
}

body.amana-nonzero-dashboard .content table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #c8c9cb;
    margin-bottom: 10px
}

body.amana-nonzero-dashboard .content table thead th {
    padding: 10px 10px;
    border: 1px solid #c8c9cb;
    background-color: #f1f2f4
}

body.amana-nonzero-dashboard .content table tbody td {
    padding: 10px 10px;
    border: 1px solid #c8c9cb;
    background-color: #fff
}

body.amana-nonzero-dashboard .content table tfoot td {
    padding: 10px 10px;
    border: 1px solid #c8c9cb;
    background-color: #f1f2f4;
    font-weight: 700
}

body.amana-nonzero-dashboard .content table tfoot.no_transaction td {
    background-color: #fff;
    color: #3d49ec;
    padding: 20px 10px;
    text-align: center !important;
    font-size: 18px
}

body.amana-nonzero-dashboard .content table .total_blance {
    color: #3641d4;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 13px
}

body.amana-nonzero-dashboard .content table .total_blance span {
    font-size: 15px;
    font-family: Proxima_Nova_Light;
    margin-left: 5px
}

body.amana-nonzero-dashboard .content a.deposit_button {
    width: 200px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #3641d4;
    padding: 12px 0;
    border-radius: 7px;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 22px
}

body.amana-nonzero-dashboard .content a.deposit_button:hover {
    background-color: #3d49ec
}

body.amana-nonzero-dashboard .content a.withdraw_button {
    width: 200px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #1b2429;
    padding: 12px 0;
    border-radius: 7px;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 22px
}

body.amana-nonzero-dashboard .content a.withdraw_button:hover {
    background-color: #23235d
}

body.amana-nonzero-dashboard .content .chart_padding {
    padding: 115px 0
}

body.amana-nonzero-dashboard .content .chart_padding_2 {
    padding: 20px 0
}

body.amana-nonzero-dashboard .content #chartdiv_best_wrost_trades {
    width: 100%;
    height: 364px;
    direction: ltr;
    margin-top: 20px;
    margin-bottom: 0
}

body.amana-nonzero-dashboard .content #chartdiv_close_pl {
    width: 100%;
    height: 264px;
    direction: ltr;
    margin-top: 20px;
    margin-bottom: 0
}

body.amana-nonzero-dashboard .content #chartdiv_best_wrost_trades svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3) {
    display: none
}

body.amana-nonzero-dashboard .content #chartdiv_close_pl svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3) {
    display: none
}

body.amana-nonzero-dashboard .confirm_button {
    background-color: #3d49ec;
    color: #fff
}

body.amana-nonzero-dashboard .jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #3d49ec;
    animation-name: none
}

body.amana-nonzero-dashboard .content .span_pending {
    color: #6794dc
}

body.amana-nonzero-dashboard .content .span_approve {
    color: #009345
}

body.amana-nonzero-dashboard .content .span_rejected {
    color: red
}

body.amana-nonzero-dashboard .content #nonzero_menu_5 div.notification {
    position: absolute;
    background-color: red;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    top: 3px;
    left: 80px
}

body.amana-nonzero-dashboard .content .nzo_price_formula {
    font-size: 20px;
    margin-top: 30px;
    color: #3d49ec;
    direction: ltr;
    font-family: Proxima_Nova
}

body.amana-nonzero-dashboard .nonzero_menu .poweredby {
    position: absolute;
    bottom: 0;
    background-color: #1b2429;
    color: #fff;
    width: 170px;
    padding: 8px 11px;
    left: 0
}

body.amana-nonzero-dashboard .nonzero_menu .poweredby .poweredby_title {
    font-size: 10px
}

body.amana-nonzero-dashboard .nonzero_menu .poweredby img {
    width: 100px;
    margin-bottom: 0
}

html[lang=ar] body.amana-nonzero-dashboard .sub_header {
    background-image: url(../images/bg-ar-1.jpg)
}

html[lang=ar] body.amana-nonzero-dashboard .sub_header .container img {
    right: auto;
    left: 0
}

html[lang=ar] body.amana-nonzero-dashboard .content .menu .main_menu {
    text-align: right
}

html[lang=ar] body.amana-nonzero-dashboard .content .menu .sub_menu {
    text-align: right
}

html[lang=ar] body.amana-nonzero-dashboard .content .menu a {
    font-size: 13px;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.amana-nonzero-dashboard .content .welcome_box {
    text-align: right
}

html[lang=ar] body.amana-nonzero-dashboard .content .box_title {
    text-align: right
}

html[lang=ar] body.amana-nonzero-dashboard .content .box_desc {
    text-align: right;
    font-style: normal;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.amana-nonzero-dashboard .content .box_1 .box_desc {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.amana-nonzero-dashboard .content .text_left {
    text-align: right;
    width: 100%
}

html[lang=ar] body.amana-nonzero-dashboard .content .text_right {
    float: left;
    text-align: left;
    width: 100%;
    font-family: Proxima_Nova;
    direction: ltr
}

html[lang=ar] body.amana-nonzero-dashboard .content .div_tooltip {
    float: left
}

html[lang=ar] body.amana-nonzero-dashboard .content .text_right.rtl_direction {
    direction: rtl
}

html[lang=ar] body.amana-nonzero-dashboard .content .text_right font {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.amana-nonzero-dashboard .tooltip .arrow {
    right: 101px !important;
    left: auto
}

html[lang=ar] body.amana-nonzero-dashboard .content .text_left.two_line .div_tooltip {
    margin-top: -22px
}

html[lang=ar] body.amana-nonzero-dashboard .content table thead th {
    text-align: right
}

html[lang=ar] body.amana-nonzero-dashboard .content table .total_blance {
    font-family: Proxima_Nova
}

html[lang=ar] body.amana-nonzero-dashboard .content table tbody td {
    text-align: right;
    font-family: Proxima_Nova
}

html[lang=ar] body.amana-nonzero-dashboard .content table tfoot td {
    text-align: right
}

body.active-traders footer {
    border-top: 1px solid #c6c8c9
}

body.active-traders .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.active-traders .content p.p_list {
    font-size: 24px;
    font-family: Proxima_Nova_Light;
    border: 1px solid rgba(141, 145, 148, .5);
    padding: 15px 20px;
    border-radius: 7px;
    margin-top: 10px
}

body.active-traders .content p.p_list::before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #2e3192;
    font-size: 26px;
    margin-right: 5px
}

body.active-traders .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.active-traders .sub_header {
    background-image: url(../images/bg-1.jpg)
}

body.active-traders .sub_header .material-button-raised.green {
    border-radius: 5px;
    background-color: #2e3192
}

body.active-traders .sub_header_tree {
    background-color: #1b2429
}

body.active-traders .content .global_title {
    color: #1b2429;
    margin-top: 10px;
    margin-bottom: 20px
}

body.active-traders .content .global_description {
    color: #1b2429
}

body.active-traders .content .global_seperator {
    margin-top: 25px;
    border-top-color: #535a5e
}

body.active-traders .content .box_icon {
    margin-top: 30px
}

body.active-traders .content .icon {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #1b2429;
    border-radius: 50%
}

body.active-traders .content .icon.icon_1 {
    background-image: url(../images/icon_1.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.active-traders .content .icon.icon_1:hover {
    background-image: url(../images/icon_1_h.png);
    background-color: #2e3192;
    border-color: #2e3192
}

body.active-traders .content .icon.icon_2 {
    background-image: url(../images/icon_2.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.active-traders .content .icon.icon_2:hover {
    background-image: url(../images/icon_2_h.png);
    background-color: #2e3192;
    border-color: #2e3192
}

body.active-traders .content .icon.icon_3 {
    background-image: url(../images/icon_3.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.active-traders .content .icon.icon_3:hover {
    background-image: url(../images/icon_3_h.png);
    background-color: #2e3192;
    border-color: #2e3192
}

body.active-traders .content .icon.icon_4 {
    background-image: url(../images/icon_4.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.active-traders .content .icon.icon_4:hover {
    background-image: url(../images/icon_4_h.png);
    background-color: #2e3192;
    border-color: #2e3192
}

body.active-traders .content .icon.icon_5 {
    background-image: url(../images/icon_5.png);
    background-position: 24px 26px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.active-traders .content .icon.icon_5:hover {
    background-image: url(../images/icon_5_h.png);
    background-color: #2e3192;
    border-color: #2e3192
}

body.active-traders .content .icon.icon_6 {
    background-image: url(../images/icon_6.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.active-traders .content .icon.icon_6:hover {
    background-image: url(../images/icon_6_h.png);
    background-color: #2e3192;
    border-color: #2e3192
}

body.active-traders .content .icon_title {
    color: #1b2429;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px
}

body.active-traders .content .icon_description {
    color: #1b2429;
    font-weight: 100;
    margin-top: 5px;
    font-size: 15px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.active-traders .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 40px
}

body.active-traders .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.active-traders .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.active-traders .content form#form_amana .row:nth-child(3) {
    margin-top: 30px
}

body.active-traders .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.active-traders .content form#form_amana .show_for_corporate {
    display: none
}

body.active-traders .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.active-traders .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.active-traders .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.active-traders .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.active-traders .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.active-traders .content form#form_amana .form-check .form-check-label a {
    color: #898ce5;
    text-decoration: none
}

body.active-traders .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.active-traders .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #2e3192;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.active-traders .content form#form_amana .register_button:hover {
    background-color: #242670
}

body.active-traders .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #2e3192;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.active-traders .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.active-traders .tooltip {
    opacity: 1
}

body.active-traders .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.active-traders .content .table_section {
    padding-top: 30px
}

body.active-traders .content table {
    width: 100%;
    margin-top: 20px;
    color: #5b6b87;
    margin-bottom: 10px
}

body.active-traders .content table thead tr th {
    width: 50%;
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.active-traders .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.active-traders .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.active-traders .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.active-traders .content .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

body.active-traders .content .div_country .dropdown-item {
    white-space: pre-line !important
}

body.active-traders .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.active-traders .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.active-traders .content .row_table {
    margin-top: 40px
}

body.active-traders .content .row_table .specify_box {
    width: 100%;
    border: 1px solid #bab6f3;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 12px;
    padding: 15px 20px;
    padding-right: 0;
    margin-bottom: 20px;
    float: left
}

body.active-traders .content .row_table .specify_box .box_key {
    width: 45%;
    float: left
}

body.active-traders .content .row_table .specify_box .box_seperator {
    width: 10%;
    float: left
}

body.active-traders .content .row_table .specify_box .box_value {
    width: 45%;
    float: left
}

body.active-traders .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    padding: 29px 20px;
    padding-right: 0
}

body.active-traders .content .row_table > div:nth-child(1) .specify_box:nth-child(9) .box_value {
    font-size: 13px;
    padding-bottom: 11px
}

body.active-traders .content .sticker_box {
    width: 100%;
    padding: 15px 30px;
    -webkit-box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    -moz-box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    margin-bottom: 0;
    margin-top: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #2e3192;
    margin-top: 10px
}

body.active-traders .content .sticker_box .sticker_title {
    color: #2e3192;
    margin-top: 12px;
    font-size: 30px
}

body.active-traders .content .sticker_box .sticker_desc {
    margin-top: 12px;
    font-size: 18px
}

html[lang=ar] body.active-traders .content .icon_title {
    text-align: right
}

html[lang=ar] body.active-traders .content .icon_description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.active-traders .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.active-traders .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.active-traders .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.active-traders .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.active-traders .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.active-traders .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.active-traders .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.active-traders .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.active-traders .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.active-traders .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.active-traders form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.active-traders .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.active-traders .content table {
    text-align: right
}

html[lang=ar] body.active-traders .content .sticker_box {
    text-align: right
}

html[lang=ar] body.active-traders .content .row_table .specify_box {
    float: right;
    text-align: right
}

html[lang=ar] body.active-traders .content .row_table .specify_box .box_key {
    float: right
}

html[lang=ar] body.active-traders .content .row_table .specify_box .box_key.key_6 {
    direction: ltr
}

html[lang=ar] body.active-traders .content .row_table .specify_box .box_value {
    float: right
}

html[lang=ar] body.active-traders .content .row_table .specify_box .box_seperator {
    float: right
}

html[lang=ar] body.active-traders .content p.p_list {
    font-size: 21px;
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.active-traders .content p.p_list::before {
    margin-right: 0;
    margin-left: 10px;
    float: right;
    margin-top: 6px;
    height: 60px
}

body.elite-services .content {
    padding-bottom: 0
}

body.elite-services .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.elite-services .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.elite-services .sub_header {
    background-image: url(../images/bg-1.jpg)
}

body.elite-services .sub_header .material-button-raised.green {
    border-radius: 5px;
    background-color: #aaa500
}

body.elite-services .sub_header_tree {
    background-color: #1b2429
}

body.elite-services .content .global_title {
    color: #1b2429;
    margin-top: 10px;
    margin-bottom: 20px
}

body.elite-services .content .global_description {
    color: #1b2429
}

body.elite-services .content .global_seperator {
    margin-top: 25px;
    border-top-color: #535a5e
}

body.elite-services .content .box_icon {
    margin-top: 30px
}

body.elite-services .content .icon {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #1b2429;
    border-radius: 50%
}

body.elite-services .content .icon.icon_1 {
    background-image: url(../images/icon_1.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.elite-services .content .icon.icon_1:hover {
    background-image: url(../images/icon_1_h.png);
    background-color: #aaa321;
    border-color: #aaa321
}

body.elite-services .content .icon.icon_2 {
    background-image: url(../images/icon_2.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.elite-services .content .icon.icon_2:hover {
    background-image: url(../images/icon_2_h.png);
    background-color: #aaa321;
    border-color: #aaa321
}

body.elite-services .content .icon.icon_3 {
    background-image: url(../images/icon_3.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.elite-services .content .icon.icon_3:hover {
    background-image: url(../images/icon_3_h.png);
    background-color: #aaa321;
    border-color: #aaa321
}

body.elite-services .content .icon.icon_4 {
    background-image: url(../images/icon_4.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.elite-services .content .icon.icon_4:hover {
    background-image: url(../images/icon_4_h.png);
    background-color: #aaa321;
    border-color: #aaa321
}

body.elite-services .content .icon.icon_5 {
    background-image: url(../images/icon_5.png);
    background-position: 24px 26px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.elite-services .content .icon.icon_5:hover {
    background-image: url(../images/icon_5_h.png);
    background-color: #aaa321;
    border-color: #aaa321
}

body.elite-services .content .icon.icon_6 {
    background-image: url(../images/icon_6.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.elite-services .content .icon.icon_6:hover {
    background-image: url(../images/icon_6_h.png);
    background-color: #aaa321;
    border-color: #aaa321
}

body.elite-services .content .icon_title {
    color: #1b2429;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px
}

body.elite-services .content .icon_description {
    color: #1b2429;
    font-weight: 100;
    margin-top: 5px;
    font-size: 15px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.elite-services .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 40px
}

body.elite-services .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.elite-services .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.elite-services .content form#form_amana .row:nth-child(3) {
    margin-top: 30px
}

body.elite-services .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.elite-services .content form#form_amana .show_for_corporate {
    display: none
}

body.elite-services .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.elite-services .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.elite-services .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.elite-services .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.elite-services .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.elite-services .content form#form_amana .form-check .form-check-label a {
    color: #aaa500;
    text-decoration: none
}

body.elite-services .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.elite-services .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #aaa500;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.elite-services .content form#form_amana .register_button:hover {
    background-color: #848001
}

body.elite-services .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #aaa500;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.elite-services .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.elite-services .tooltip {
    opacity: 1
}

body.elite-services .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.elite-services .content .table_section {
    padding-top: 30px
}

body.elite-services .content table {
    width: 100%;
    margin-top: 20px;
    color: #5b6b87;
    margin-bottom: 10px
}

body.elite-services .content table thead tr th {
    width: 50%;
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.elite-services .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.elite-services .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.elite-services .content table tbody tr:nth-child(even) {
    background-color: #ebf0f4
}

body.elite-services .content .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

body.elite-services .content .div_country .dropdown-item {
    white-space: pre-line !important
}

body.elite-services .content .sticker_box {
    width: 100%;
    padding: 25px 30px;
    -webkit-box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    -moz-box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    margin-bottom: 0;
    margin-top: 10px;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #aaa500
}

body.elite-services .content .sticker_box .sticker_title {
    color: #aaa500;
    margin-top: 12px;
    font-size: 30px
}

body.elite-services .content .sticker_box .sticker_desc {
    margin-top: 12px;
    font-size: 18px
}

body.elite-services .content .box_trading_desk {
    border: 1px solid rgba(83, 90, 94, .3);
    padding: 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

body.elite-services .content .box_trading_desk h4 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 22px
}

body.elite-services .content .box_trading_desk p {
    font-family: Proxima_Nova_Light;
    font-size: 15px
}

body.elite-services .content .box_trading_desk .box_icon_trading_desk {
    background-image: url(../images/box_icon.png);
    background-position: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 80%;
    height: 100%;
    margin: 0 auto
}

html[lang=ar] body.elite-services .content .icon_title {
    text-align: right
}

html[lang=ar] body.elite-services .content .icon_description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.elite-services .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.elite-services .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.elite-services .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.elite-services .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.elite-services .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.elite-services .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.elite-services .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.elite-services .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.elite-services .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.elite-services .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.elite-services form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.elite-services .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.elite-services .content table {
    text-align: right
}

html[lang=ar] body.elite-services .content .sticker_box {
    text-align: right
}

html[lang=ar] body.elite-services .content .box_trading_desk h4 {
    text-align: right
}

html[lang=ar] body.elite-services .content .box_trading_desk p {
    font-family: "Droid Arabic Kufi";
    font-size: 15px
}

body.shares-trading footer {
    border-top: 1px solid #c6c8c9;
    margin-top: 50px
}

body.shares-trading .content {
    padding-bottom: 0
}

body.shares-trading .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.shares-trading .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.shares-trading .sub_header {
    background-image: url(../images/bg-1.jpg)
}

body.shares-trading .sub_header .material-button-raised.green {
    border-radius: 5px;
    background-color: #11a677
}

body.shares-trading .sub_header_tree {
    background-color: #1b2429
}

body.shares-trading .content .global_title {
    color: #1b2429;
    margin-top: 10px;
    margin-bottom: 20px
}

body.shares-trading .content .global_description {
    color: #1b2429
}

body.shares-trading .content .global_seperator {
    margin-top: 25px;
    border-top-color: #535a5e
}

body.shares-trading .content .box_icon {
    margin-top: 30px
}

body.shares-trading .content .icon {
    width: 100px;
    height: 100px;
    display: block;
    border: 1px solid #1b2429;
    border-radius: 50%
}

body.shares-trading .content .icon.icon_1 {
    background-image: url(../images/icon_1.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.shares-trading .content .icon.icon_1:hover {
    background-image: url(../images/icon_1_h.png);
    background-color: #11a677;
    border-color: #11a677
}

body.shares-trading .content .icon.icon_2 {
    background-image: url(../images/icon_2.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.shares-trading .content .icon.icon_2:hover {
    background-image: url(../images/icon_2_h.png);
    background-color: #11a677;
    border-color: #11a677
}

body.shares-trading .content .icon.icon_3 {
    background-image: url(../images/icon_3.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.shares-trading .content .icon.icon_3:hover {
    background-image: url(../images/icon_3_h.png);
    background-color: #11a677;
    border-color: #11a677
}

body.shares-trading .content .icon.icon_4 {
    background-image: url(../images/icon_4.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.shares-trading .content .icon.icon_4:hover {
    background-image: url(../images/icon_4_h.png);
    background-color: #11a677;
    border-color: #11a677
}

body.shares-trading .content .icon.icon_5 {
    background-image: url(../images/icon_5.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.shares-trading .content .icon.icon_5:hover {
    background-image: url(../images/icon_5_h.png);
    background-color: #11a677;
    border-color: #11a677
}

body.shares-trading .content .icon.icon_6 {
    background-image: url(../images/icon_6.png);
    background-position: 24px 23px;
    background-size: 50px;
    background-repeat: no-repeat
}

body.shares-trading .content .icon.icon_6:hover {
    background-image: url(../images/icon_6_h.png);
    background-color: #11a677;
    border-color: #11a677
}

body.shares-trading .content .icon_title {
    color: #1b2429;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px
}

body.shares-trading .content .icon_description {
    color: #1b2429;
    font-weight: 100;
    margin-top: 5px;
    font-size: 15px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.shares-trading .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 40px
}

body.shares-trading .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.shares-trading .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.shares-trading .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.shares-trading .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.shares-trading .content form#form_amana .show_for_corporate {
    display: none
}

body.shares-trading .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.shares-trading .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.shares-trading .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.shares-trading .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.shares-trading .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.shares-trading .content form#form_amana .form-check .form-check-label a {
    color: #11a677;
    text-decoration: none
}

body.shares-trading .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.shares-trading .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #11a677;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.shares-trading .content form#form_amana .register_button:hover {
    background-color: #10946a
}

body.shares-trading .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #11a677;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.shares-trading .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.shares-trading .tooltip {
    opacity: 1
}

body.shares-trading .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.shares-trading .content .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

body.shares-trading .content .div_country .dropdown-item {
    white-space: pre-line !important
}

body.shares-trading .content .row_table {
    margin-top: 10px
}

body.shares-trading .content .row_table .specify_box {
    width: 100%;
    border: 1px solid #4c9cbc;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 12px;
    padding: 15px 20px;
    padding-right: 0;
    margin-bottom: 20px;
    float: left
}

body.shares-trading .content .row_table .specify_box .box_key {
    width: 45%;
    float: left
}

body.shares-trading .content .row_table .specify_box .box_seperator {
    width: 10%;
    float: left
}

body.shares-trading .content .row_table .specify_box .box_value {
    width: 45%;
    float: left
}

body.shares-trading .content .row_table > div:nth-child(1) .specify_box:nth-child(9) {
    padding: 29px 20px;
    padding-right: 0
}

body.shares-trading .content .share_logo {
    margin-top: 30px
}

body.shares-trading .content .share_logo.show_mobile {
    display: none
}

body.shares-trading .content .share_logo img {
    width: 100%
}

body.shares-trading .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 0;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.shares-trading .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.shares-trading .content .products_box {
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.shares-trading .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.shares-trading .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.shares-trading .content .row_table > div:nth-child(2) .specify_box:nth-child(5) {
    padding: 27px 20px;
    padding-right: 0
}

html[lang=ar] body.shares-trading .content .icon_title {
    text-align: right
}

html[lang=ar] body.shares-trading .content .icon_description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.shares-trading .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.shares-trading .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.shares-trading .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.shares-trading .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.shares-trading .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.shares-trading .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.shares-trading .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.shares-trading .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.shares-trading .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.shares-trading .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.shares-trading .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.shares-trading .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.shares-trading form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.shares-trading .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.shares-trading .content .row_table .specify_box {
    float: right;
    text-align: right
}

html[lang=ar] body.shares-trading .content .row_table .specify_box .box_key {
    float: right
}

html[lang=ar] body.shares-trading .content .row_table .specify_box .box_key.key_0 {
    direction: ltr
}

html[lang=ar] body.shares-trading .content .row_table .specify_box .box_value {
    float: right
}

html[lang=ar] body.shares-trading .content .row_table .specify_box .box_seperator {
    float: right
}

html[lang=ar] body.shares-trading .content a.view_all {
    float: left
}

body.welcome-bonus footer {
    border-top: 1px solid #c6c8c9
}

body.welcome-bonus .content {
    padding-bottom: 0
}

body.welcome-bonus .content hr.global_seperator {
    border-top-color: #dbdbdb;
    margin-top: 80px;
    margin-bottom: 40px
}

body.welcome-bonus .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.welcome-bonus .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.welcome-bonus .sub_header {
    background-image: url(../images/bg-1.jpg)
}

body.welcome-bonus .sub_header .material-button-raised.green {
    border-radius: 5px;
    background-color: #e66400
}

body.welcome-bonus .sub_header_tree {
    background-color: #1b2429
}

body.welcome-bonus .content .global_title {
    color: #1b2429;
    margin-bottom: 20px;
    margin-top: 10px
}

body.welcome-bonus .content .global_description {
    color: #1b2429
}

body.welcome-bonus .content .global_seperator {
    margin-top: 25px;
    border-top-color: #535a5e
}

body.welcome-bonus .content .ribon_section {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
    text-decoration: none
}

body.welcome-bonus .content .ribon_section .ribon_1 {
    float: left
}

body.welcome-bonus .content .ribon_section .ribon_2 {
    float: left
}

body.welcome-bonus .content .ribon_section .ribon_3 {
    float: left;
    width: 620px
}

body.welcome-bonus .content .ribon_section .ribon_1 div:first-child {
    font-size: 50px;
    margin-bottom: -58px;
    color: #000e46;
    font-family: Proxima_Nova_Light
}

body.welcome-bonus .content .ribon_section .ribon_1 div:last-child {
    font-size: 101px;
    color: #000e46
}

body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section {
    margin-left: 20px;
    background-image: url(../images/icon_1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    width: 230px;
    height: 230px;
    margin-top: -34px;
    text-align: center
}

body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section div:first-child {
    color: #fff;
    font-size: 70px;
    margin-top: 37px
}

body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section div:last-child {
    color: #fff;
    font-size: 36px;
    margin-top: -31px
}

body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
    margin-left: -18px;
    background-image: url(../images/icon_2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    width: 646px;
    height: 106px;
    margin-top: 28px;
    text-align: center
}

body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section div {
    color: #fff;
    font-size: 76px;
    margin-top: -5px
}

body.welcome-bonus .content .material-button-raised.orange {
    background-color: #e66400;
    font-size: 12px;
    border-radius: 5px;
    width: 180px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: none
}

body.welcome-bonus .content .material-button-raised.orange_2 {
    background-color: #e66400;
    font-size: 12px;
    border-radius: 5px;
    width: 220px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: none
}

body.welcome-bonus .content .sticker {
    width: 220px;
    height: 390px;
    background-color: #fafafa;
    border-radius: 140px;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .75);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, .75);
    margin-top: 50px
}

body.welcome-bonus .content .sticker.active {
    background-color: #e66400
}

body.welcome-bonus .content .sticker.active .top-sticker {
    border-color: #e66400
}

body.welcome-bonus .content .sticker.active .sticker_number {
    color: #fff
}

body.welcome-bonus .content .sticker.active .sticker_number .cursor_down .arrow_down {
    border-color: #fff
}

body.welcome-bonus .content .sticker:hover {
    background-color: #e66400
}

body.welcome-bonus .content .sticker:hover > .sticker_number {
    color: #fff
}

body.welcome-bonus .content .sticker:hover .sticker_number .cursor_down .arrow_down {
    border-color: #fff
}

body.welcome-bonus .content .sticker:hover > .top-sticker {
    border-color: #e66400
}

body.welcome-bonus .content .top-sticker {
    width: 190px;
    height: 250px;
    float: left;
    margin-top: 16px;
    border-radius: 140px;
    background-color: #fff;
    margin-left: 15px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border: 1px solid #ccc
}

body.welcome-bonus .content .sticker_number {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 0;
    border-radius: 140px;
    color: #e66400;
    font-size: 55px;
    font-weight: 700
}

body.welcome-bonus .content .sticker_title {
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 37px;
    margin-top: 90px;
    font-family: Proxima_Nova_Light
}

body.welcome-bonus .content .terms {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 37px;
    margin-top: 0;
    font-family: Proxima_Nova_Light
}

body.welcome-bonus .content .terms a {
    color: #000;
    text-decoration: none
}

body.welcome-bonus .content .terms a:hover {
    color: #e66400
}

body.welcome-bonus .content .sticker_title b {
    display: block;
    font-size: 30px
}

body.welcome-bonus .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 0
}

body.welcome-bonus .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.welcome-bonus .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.welcome-bonus .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.welcome-bonus .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.welcome-bonus .content form#form_amana .show_for_corporate {
    display: none
}

body.welcome-bonus .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.welcome-bonus .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.welcome-bonus .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.welcome-bonus .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.welcome-bonus .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.welcome-bonus .content form#form_amana .form-check .form-check-label a {
    color: #e66400;
    text-decoration: none
}

body.welcome-bonus .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.welcome-bonus .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #e66400;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.welcome-bonus .content form#form_amana .register_button:hover {
    background-color: #bd5301
}

body.welcome-bonus .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #e66400;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.welcome-bonus .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.welcome-bonus .tooltip {
    opacity: 1
}

body.welcome-bonus .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.welcome-bonus #bonusTermsModalACG h4.modal-title {
    color: #e66400;
    font-size: 28px
}

body.welcome-bonus #bonusTermsModalACG p.description {
    font-size: 18px
}

body.welcome-bonus #bonusTermsModalACG ul.main_list {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0
}

body.welcome-bonus #bonusTermsModalACG ul.main_list li {
    font-size: 18px;
    margin-bottom: 10px
}

body.welcome-bonus #bonusTermsModalACG ul.main_list li font {
    color: #e66400;
    font-weight: 700
}

body.welcome-bonus #bonusTermsModalACG ul.sub_list {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 0
}

body.welcome-bonus #bonusTermsModalACG ul.sub_list li {
    font-size: 18px;
    margin-bottom: 10px
}

body.welcome-bonus #bonusTermsModalACG ul.sub_list li font {
    color: #e66400;
    font-weight: 700
}

body.welcome-bonus #bonusTermsModalACG .btn-danger {
    background-color: #e66400;
    border-color: #e66400
}

body.welcome-bonus #bonusTermsModalAFS .btn-danger {
    background-color: #e66400;
    border-color: #e66400
}

body.welcome-bonus #bonusTermsModalAFS h4.modal-title {
    color: #e66400;
    font-size: 28px
}

body.welcome-bonus #bonusTermsModalAFS p.description {
    font-size: 18px
}

body.welcome-bonus #bonusTermsModalAFS ul.main_list {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0
}

body.welcome-bonus #bonusTermsModalAFS ul.main_list li {
    font-size: 18px;
    margin-bottom: 10px
}

body.welcome-bonus #bonusTermsModalAFS ul.main_list li font {
    color: #e66400;
    font-weight: 700
}

body.welcome-bonus #bonusTermsModalAFS ul.sub_list {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 0
}

body.welcome-bonus #bonusTermsModalAFS ul.sub_list li {
    font-size: 18px;
    margin-bottom: 10px
}

body.welcome-bonus #bonusTermsModalAFS ul.sub_list li font {
    color: #e66400;
    font-weight: 700
}

body.welcome-bonus .content form#form_amana a#terms_bonus_popup_2 {
    color: #e66400;
    text-decoration: none
}

body.welcome-bonus .content form#form_amana a#terms_bonus_popup_2:hover {
    color: #ba5201
}

body.welcome-bonus .content .row_cup {
    margin-top: 50px
}

body.welcome-bonus .content .row_cup .div_cup {
    background-image: url(../images/cup.png);
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 254px;
    background-position: center;
    margin-bottom: 20px
}

body.welcome-bonus .content .row_cup .cup_title {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 18px
}

body.welcome-bonus .content a.start_now {
    color: #000
}

body.welcome-bonus .content .sticker .start_now_title {
    font-size: 28px;
    margin-top: 17px;
    line-height: 28px
}

body.welcome-bonus .content .sticker .cursor_down {
    margin-top: 0
}

body.welcome-bonus .content .sticker .arrow_down {
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    border-style: solid;
    border-color: #e66400;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    margin: 0 auto
}

body.welcome-bonus .content .sticker .arrow_down.arrow_2 {
    height: 25px;
    width: 25px;
    margin-top: -16px
}

body.welcome-bonus .content .bottom_line {
    border: 3px solid #f1f2f4;
    margin-top: 25px
}

body.welcome-bonus .content .ribon_section:hover .bottom_line {
    border-color: #000e46
}

body.welcome-bonus .content .limited_time {
    background-color: #e66400;
    color: #fff;
    text-align: center;
    font-size: 30px;
    float: left;
    width: 646px;
    margin-left: -18px;
    margin-top: 1px;
    padding: 10px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

body.welcome-bonus .content .limited_time i.fa {
    margin: 0 10px
}

html[lang=ar] body.welcome-bonus .content .limited_time {
    width: 721px;
    margin-left: -87px
}

html[lang=ar] body.welcome-bonus .content .ribon_section {
    float: right
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_1 {
    float: right;
    text-align: right
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_2 {
    float: right
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_3 {
    float: right
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section div:first-child {
    font-size: 90px;
    margin-top: 45px
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
    margin-left: 0;
    margin-right: -18px;
    float: right;
    background-image: url(../images/icon_3.png)
}

html[lang=ar] body.welcome-bonus .content .material-button-raised.orange {
    float: right
}

html[lang=ar] body.welcome-bonus .content .material-button-raised.orange_2 {
    float: right
}

html[lang=ar] body.welcome-bonus .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.welcome-bonus .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.welcome-bonus .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.welcome-bonus .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.welcome-bonus .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.welcome-bonus .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.welcome-bonus .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.welcome-bonus .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.welcome-bonus form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.welcome-bonus .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_1 div:last-child {
    font-size: 73px;
    margin-top: 12px
}

html[lang=ar] body.welcome-bonus .content .bottom_line {
    margin-top: 50px !important
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_1 div:first-child {
    font-family: "Droid Arabic Kufi";
    margin-bottom: -60px;
    font-size: 60px;
    margin-top: -10px
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section div {
    margin-top: -20px
}

html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
    width: 725px
}

html[lang=ar] body.welcome-bonus .content .sticker_title {
    font-family: "Droid Arabic Kufi";
    font-size: 21px
}

html[lang=ar] body.welcome-bonus .content .sticker_title b {
    font-size: 25px
}

html[lang=ar] body.welcome-bonus .content .sticker_number {
    font-family: Proxima_Nova
}

html[lang=ar] body.welcome-bonus .content .terms {
    font-family: "Droid Arabic Kufi";
    margin-top: 6px
}

html[lang=ar] body.welcome-bonus .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.welcome-bonus .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.welcome-bonus #bonusTermsModalACG {
    text-align: right
}

html[lang=ar] body.welcome-bonus #bonusTermsModalAFS {
    text-align: right
}

html[lang=ar] body.welcome-bonus #bonusTermsModalAFS .modal-header .close {
    text-align: left
}

html[lang=ar] body.welcome-bonus #bonusTermsModalACG .modal-header .close {
    text-align: left
}

html[lang=ar] body.welcome-bonus #bonusTermsModalACG h4 {
    text-align: right;
    width: 100%
}

html[lang=ar] body.welcome-bonus #bonusTermsModalAFS h4 {
    text-align: right;
    width: 100%
}

html[lang=ar] body.welcome-bonus .content form#form_amana a#terms_bonus_popup_2 {
    float: right
}

html[lang=ar] body.welcome-bonus .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.welcome-bonus .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.welcome-bonus .content .sticker .start_now_title {
    font-size: 25px;
    line-height: 32px
}

html[lang=zh] body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section div:first-child {
    font-size: 49px;
    margin-top: 67px
}

html[lang=zh] body.welcome-bonus .content .ribon_section .ribon_1 div:first-child {
    font-size: 40px;
    margin-bottom: -33px
}

html[lang=zh] body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
    width: 716px
}

html[lang=zh] body.welcome-bonus .content .ribon_section .ribon_1 div:last-child {
    font-size: 81px
}

html[lang=zh] body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section div:last-child {
    color: #fff;
    font-size: 36px;
    margin-top: -19px
}

html[lang=zh] body.welcome-bonus .content .limited_time {
    width: 716px
}

body.spreads-and-commissions .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.spreads-and-commissions .content div.div_tooltip:hover {
    cursor: pointer
}

body.spreads-and-commissions .tooltip.show {
    opacity: 1
}

body.spreads-and-commissions .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.spreads-and-commissions .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.spreads-and-commissions .content .global_title.blue {
    color: #00c8ff;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom: 20px;
    float: left
}

body.spreads-and-commissions .content p.link {
    font-size: 18px;
    margin-bottom: 10px
}

body.spreads-and-commissions .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.spreads-and-commissions .content p.link a.click_here:hover {
    color: #671119 !important
}

body.spreads-and-commissions .content p.global_description.red {
    color: #be1e2d
}

body.spreads-and-commissions .content a.click_here {
    text-decoration: none
}

body.spreads-and-commissions .content nav.tabs {
    margin-top: 12px
}

body.spreads-and-commissions .content nav.tabs .nav-tabs {
    border-bottom: 0
}

body.spreads-and-commissions .content nav.tabs .nav-item {
    border-color: rgba(141, 145, 148, .5);
    color: #cfd1d2;
    font-size: 20px;
    border-radius: 7px;
    margin-right: 16px;
    padding: 6px 22px
}

body.spreads-and-commissions .content nav.tabs .nav-item:last-child {
    margin-right: 0
}

body.spreads-and-commissions .content nav.tabs .nav-tabs .nav-link.active {
    background-color: #00c7ff;
    color: #fff;
    border-color: #00c7ff
}

body.spreads-and-commissions .content .show_desktop table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

body.spreads-and-commissions .content .show_mobile table {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%
}

body.spreads-and-commissions .content .show_mobile table:last-child {
    margin-bottom: 20px
}

body.spreads-and-commissions .content table tr th {
    color: #00c8ff
}

body.spreads-and-commissions .content .modal-body table th {
    background-color: #fff
}

body.spreads-and-commissions .content table tr td, body.spreads-and-commissions .content table tr th {
    width: 10%;
    padding: 6px 10px;
    border: 1px solid #ddd
}

body.spreads-and-commissions .content .show_desktop table tbody tr:nth-of-type(odd) {
    background: #f7f6f6
}

body.spreads-and-commissions .content .show_mobile table tbody tr:nth-of-type(even) {
    background: #f7f6f6
}

body.spreads-and-commissions .content .show_mobile {
    display: none
}

body.spreads-and-commissions .content .show_mobile table td {
    width: 50%;
    padding: 10px 20px
}

body.spreads-and-commissions .content .show_mobile table td:first-child {
    color: #00c7ff;
    font-weight: 700
}

body.spreads-and-commissions .content .show_mobile table tr:first-child td:nth-child(2) {
    font-weight: 700;
    background-color: #00c7ff;
    color: #fff
}

body.spreads-and-commissions .content .show_mobile #shares_datatable_mobile tr:first-child td:nth-child(2) {
    font-weight: 400;
    background-color: #f9f9f9;
    color: #000
}

body.spreads-and-commissions .content .show_mobile #shares_datatable_mobile tbody tr.child td.child ul {
    width: 100%
}

body.spreads-and-commissions .content .show_mobile #shares_datatable_mobile tbody tr.child td.child ul li span:nth-child(2) {
    color: #000;
    font-weight: 400;
    width: 100%;
    display: block
}

body.spreads-and-commissions .content table a {
    width: 90px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #00c7ff 50%);
    transition: background-position .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    padding: 6px 0
}

body.spreads-and-commissions .content table a:hover {
    background-position: -100% 100%
}

body.spreads-and-commissions .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.spreads-and-commissions .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.spreads-and-commissions .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.spreads-and-commissions .content .products_box p span {
    color: #00c8ff
}

body.spreads-and-commissions .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.spreads-and-commissions .content .products_box ul {
    padding-left: 30px
}

body.spreads-and-commissions .content .products_box ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00c8ff;
    list-style-type: disc
}

body.spreads-and-commissions .content .products_box ul li span {
    color: #1b2429
}

body.spreads-and-commissions .content .table-container table, body.spreads-and-commissions .content .table-container td, body.spreads-and-commissions .content .table-container th {
    border-collapse: collapse;
    border: 1px solid rgba(137, 142, 145, .5)
}

body.spreads-and-commissions .content .table-container table {
    margin-top: 0;
    margin-bottom: 20px
}

body.spreads-and-commissions .content .table-container table th {
    width: 12.5% !important
}

body.spreads-and-commissions .content .table-container table .td_symbol {
    text-align: right
}

body.spreads-and-commissions .content .table-container table .td_date {
    text-align: left
}

body.spreads-and-commissions .content .table-container table .line_td {
    background-image: linear-gradient(to top right, #fff 48%, #ebebeb, #fff 52%)
}

body.spreads-and-commissions .content #shares_datatable_wrapper {
    margin-top: 30px;
    margin-bottom: 30px
}

body.spreads-and-commissions .content #shares_datatable_wrapper .dropdown.bootstrap-select {
    width: 70px;
    margin: 0 7px
}

body.spreads-and-commissions .content #shares_datatable_wrapper input {
    border: 1px solid rgba(0, 0, 0, .3)
}

body.spreads-and-commissions .content .paginate_button {
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions .content .paginate_button.current {
    background: #00c7ff !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 7px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions .content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #00b4e7 !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 7px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions .content table.dataTable.no-footer {
    border-bottom: 0
}

body.spreads-and-commissions .content table.dataTable {
    border-collapse: collapse
}

html[lang=ar] body.spreads-and-commissions .content nav.tabs .nav-item {
    margin-right: 0;
    margin-left: 14px
}

html[lang=ar] body.spreads-and-commissions .content nav.tabs .nav-item:last-child {
    margin-left: 0
}

html[lang=ar] body.spreads-and-commissions .content table tr td, html[lang=ar] body.spreads-and-commissions .content table tr th {
    text-align: right
}

html[lang=ar] body.spreads-and-commissions .content .show_desktop table tbody tr td {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions .content .show_mobile table tbody tr td:nth-child(2) {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions .modal-header .modal-title {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions .modal-header .close {
    text-align: left;
    width: 97%
}

html[lang=ar] body.spreads-and-commissions .content p.link {
    text-align: right
}

html[lang=ar] body.spreads-and-commissions .content .global_title.blue {
    float: right
}

html[lang=ar] body.spreads-and-commissions .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

html[lang=ar] body.spreads-and-commissions .content #shares_datatable_wrapper input {
    margin-right: .5em;
    margin-left: 0
}

body.spreads-and-commissions-active .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.spreads-and-commissions-active .content div.div_tooltip:hover {
    cursor: pointer
}

body.spreads-and-commissions-active .tooltip.show {
    opacity: 1
}

body.spreads-and-commissions-active .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.spreads-and-commissions-active .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.spreads-and-commissions-active .content .global_title.blue {
    color: #00c8ff;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom: 20px;
    float: left
}

body.spreads-and-commissions-active .content nav.tabs {
    margin-top: 12px
}

body.spreads-and-commissions-active .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.spreads-and-commissions-active .content p.link a.click_here:hover {
    color: #671119 !important
}

body.spreads-and-commissions-active .content nav.tabs .nav-tabs {
    border-bottom: 0
}

body.spreads-and-commissions-active .content nav.tabs .nav-item {
    border-color: rgba(141, 145, 148, .5);
    color: #cfd1d2;
    font-size: 20px;
    border-radius: 7px;
    margin-right: 16px;
    padding: 6px 22px
}

body.spreads-and-commissions-active .content nav.tabs .nav-item:last-child {
    margin-right: 0
}

body.spreads-and-commissions-active .content nav.tabs .nav-tabs .nav-link.active {
    background-color: #00c7ff;
    color: #fff;
    border-color: #00c7ff
}

body.spreads-and-commissions-active .content .show_desktop table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

body.spreads-and-commissions-active .content .show_mobile table {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%
}

body.spreads-and-commissions-active .content .show_mobile table:last-child {
    margin-bottom: 20px
}

body.spreads-and-commissions-active .content table tr th {
    color: #00c8ff
}

body.spreads-and-commissions-active .content .modal-body table th {
    background-color: #fff
}

body.spreads-and-commissions-active .content table tr td, body.spreads-and-commissions-active .content table tr th {
    width: 10%;
    padding: 6px 10px;
    border: 1px solid #ddd
}

body.spreads-and-commissions-active .content .show_desktop table tbody tr:nth-of-type(odd) {
    background: #f7f6f6
}

body.spreads-and-commissions-active .content .show_mobile table tbody tr:nth-of-type(even) {
    background: #f7f6f6
}

body.spreads-and-commissions-active .content .show_mobile {
    display: none
}

body.spreads-and-commissions-active .content .show_mobile table td {
    width: 50%;
    padding: 10px 20px
}

body.spreads-and-commissions-active .content .show_mobile table td:first-child {
    color: #00c7ff;
    font-weight: 700
}

body.spreads-and-commissions-active .content .show_mobile table tr:first-child td:nth-child(2) {
    font-weight: 700;
    background-color: #00c7ff;
    color: #fff
}

body.spreads-and-commissions-active .content .show_mobile #shares_datatable_mobile tr:first-child td:nth-child(2) {
    font-weight: 400;
    background-color: #f9f9f9;
    color: #000
}

body.spreads-and-commissions-active .content .show_mobile #shares_datatable_mobile tbody tr.child td.child ul {
    width: 100%
}

body.spreads-and-commissions-active .content .show_mobile #shares_datatable_mobile tbody tr.child td.child ul li span:nth-child(2) {
    color: #000;
    font-weight: 400;
    width: 100%;
    display: block
}

body.spreads-and-commissions-active .content .show_mobile #shares_datatable_mobile td:first-child {
    color: #000;
    font-weight: 400
}

body.spreads-and-commissions-active .content table a {
    width: 90px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #00c7ff 50%);
    transition: background-position .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    padding: 6px 0
}

body.spreads-and-commissions-active .content table a:hover {
    background-position: -100% 100%
}

body.spreads-and-commissions-active .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.spreads-and-commissions-active .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.spreads-and-commissions-active .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.spreads-and-commissions-active .content .products_box p span {
    color: #00c8ff
}

body.spreads-and-commissions-active .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.spreads-and-commissions-active .content .table-container table, body.spreads-and-commissions-active .content .table-container td, body.spreads-and-commissions-active .content .table-container th {
    border-collapse: collapse;
    border: 1px solid rgba(137, 142, 145, .5)
}

body.spreads-and-commissions-active .content .table-container table {
    margin-top: 0;
    margin-bottom: 20px
}

body.spreads-and-commissions-active .content .table-container table th {
    width: 12.5% !important
}

body.spreads-and-commissions-active .content .table-container table .td_symbol {
    text-align: right
}

body.spreads-and-commissions-active .content .table-container table .td_date {
    text-align: left
}

body.spreads-and-commissions-active .content .table-container table .line_td {
    background-image: linear-gradient(to top right, #fff 48%, #ebebeb, #fff 52%)
}

body.spreads-and-commissions-active .content .products_box ul {
    padding-left: 30px
}

body.spreads-and-commissions-active .content .products_box ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00c8ff;
    list-style-type: disc
}

body.spreads-and-commissions-active .content .products_box ul li span {
    color: #1b2429
}

body.spreads-and-commissions-active .content #shares_datatable_wrapper {
    margin-top: 30px;
    margin-bottom: 30px
}

body.spreads-and-commissions-active .content #shares_datatable_wrapper .dropdown.bootstrap-select {
    width: 70px;
    margin: 0 7px
}

body.spreads-and-commissions-active .content #shares_datatable_wrapper input {
    border: 1px solid rgba(0, 0, 0, .3)
}

body.spreads-and-commissions-active .content .paginate_button {
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions-active .content .paginate_button.current {
    background: #00c7ff !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 7px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions-active .content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #00b4e7 !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 7px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions-active .content table.dataTable.no-footer {
    border-bottom: 0
}

body.spreads-and-commissions-active .content table.dataTable {
    border-collapse: collapse
}

html[lang=ar] body.spreads-and-commissions-active .content nav.tabs .nav-item {
    margin-right: 0;
    margin-left: 14px
}

html[lang=ar] body.spreads-and-commissions-active .content nav.tabs .nav-item:last-child {
    margin-left: 0
}

html[lang=ar] body.spreads-and-commissions-active .content table tr td, html[lang=ar] body.spreads-and-commissions-active .content table tr th {
    text-align: right
}

html[lang=ar] body.spreads-and-commissions-active .content .show_desktop table tbody tr td {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions-active .content .show_mobile table tbody tr td:nth-child(2) {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions-active .modal-header .modal-title {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions-active .modal-header .close {
    text-align: left;
    width: 97%
}

html[lang=ar] body.spreads-and-commissions-active .content .global_title.blue {
    float: right
}

html[lang=ar] body.spreads-and-commissions-active .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

html[lang=ar] body.spreads-and-commissions-active .content #shares_datatable_wrapper input {
    margin-right: .5em;
    margin-left: 0
}

body.spreads-and-commissions-tradeloss .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.spreads-and-commissions-tradeloss .content div.div_tooltip:hover {
    cursor: pointer
}

body.spreads-and-commissions-tradeloss .tooltip.show {
    opacity: 1
}

body.spreads-and-commissions-tradeloss .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.spreads-and-commissions-tradeloss .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.spreads-and-commissions-tradeloss .content .global_title.blue {
    color: #00c8ff;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom: 20px;
    float: left
}

body.spreads-and-commissions-tradeloss .content p.link {
    font-size: 18px;
    margin-bottom: 10px
}

body.spreads-and-commissions-tradeloss .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.spreads-and-commissions-tradeloss .content p.link a.click_here:hover {
    color: #671119 !important
}

body.spreads-and-commissions-tradeloss .content p.global_description.red {
    color: #be1e2d
}

body.spreads-and-commissions-tradeloss .content a.click_here {
    text-decoration: none
}

body.spreads-and-commissions-tradeloss .content nav.tabs {
    margin-top: 12px
}

body.spreads-and-commissions-tradeloss .content nav.tabs .nav-tabs {
    border-bottom: 0
}

body.spreads-and-commissions-tradeloss .content nav.tabs .nav-item {
    border-color: rgba(141, 145, 148, .5);
    color: #cfd1d2;
    font-size: 20px;
    border-radius: 7px;
    margin-right: 16px;
    padding: 6px 22px
}

body.spreads-and-commissions-tradeloss .content nav.tabs .nav-item:last-child {
    margin-right: 0
}

body.spreads-and-commissions-tradeloss .content nav.tabs .nav-tabs .nav-link.active {
    background-color: #00c7ff;
    color: #fff;
    border-color: #00c7ff
}

body.spreads-and-commissions-tradeloss .content .show_desktop table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

body.spreads-and-commissions-tradeloss .content .show_mobile table {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%
}

body.spreads-and-commissions-tradeloss .content .show_mobile table:last-child {
    margin-bottom: 20px
}

body.spreads-and-commissions-tradeloss .content table tr th {
    color: #00c8ff
}

body.spreads-and-commissions-tradeloss .content .modal-body table th {
    background-color: #fff
}

body.spreads-and-commissions-tradeloss .content table tr td, body.spreads-and-commissions-tradeloss .content table tr th {
    width: 10%;
    padding: 6px 10px;
    border: 1px solid #ddd
}

body.spreads-and-commissions-tradeloss .content .show_desktop table tbody tr:nth-of-type(odd) {
    background: #f7f6f6
}

body.spreads-and-commissions-tradeloss .content .show_mobile table tbody tr:nth-of-type(even) {
    background: #f7f6f6
}

body.spreads-and-commissions-tradeloss .content .show_mobile {
    display: none
}

body.spreads-and-commissions-tradeloss .content .show_mobile table td {
    width: 50%;
    padding: 10px 20px
}

body.spreads-and-commissions-tradeloss .content .show_mobile table td:first-child {
    color: #00c7ff;
    font-weight: 700
}

body.spreads-and-commissions-tradeloss .content .show_mobile table tr:first-child td:nth-child(2) {
    font-weight: 700;
    background-color: #00c7ff;
    color: #fff
}

body.spreads-and-commissions-tradeloss .content .show_mobile #shares_datatable_mobile tr:first-child td:nth-child(2) {
    font-weight: 400;
    background-color: #f9f9f9;
    color: #000
}

body.spreads-and-commissions-tradeloss .content .show_mobile #shares_datatable_mobile tbody tr.child td.child ul {
    width: 100%
}

body.spreads-and-commissions-tradeloss .content .show_mobile #shares_datatable_mobile tbody tr.child td.child ul li span:nth-child(2) {
    color: #000;
    font-weight: 400;
    width: 100%;
    display: block
}

body.spreads-and-commissions-tradeloss .content table a {
    width: 90px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #00c7ff 50%);
    transition: background-position .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    padding: 6px 0
}

body.spreads-and-commissions-tradeloss .content table a:hover {
    background-position: -100% 100%
}

body.spreads-and-commissions-tradeloss .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.spreads-and-commissions-tradeloss .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.spreads-and-commissions-tradeloss .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.spreads-and-commissions-tradeloss .content .products_box p span {
    color: #00c8ff
}

body.spreads-and-commissions-tradeloss .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.spreads-and-commissions-tradeloss .content .products_box ul {
    padding-left: 30px
}

body.spreads-and-commissions-tradeloss .content .products_box ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00c8ff;
    list-style-type: disc
}

body.spreads-and-commissions-tradeloss .content .products_box ul li span {
    color: #1b2429
}

body.spreads-and-commissions-tradeloss .content .table-container table, body.spreads-and-commissions-tradeloss .content .table-container td, body.spreads-and-commissions-tradeloss .content .table-container th {
    border-collapse: collapse;
    border: 1px solid rgba(137, 142, 145, .5)
}

body.spreads-and-commissions-tradeloss .content .table-container table {
    margin-top: 0;
    margin-bottom: 20px
}

body.spreads-and-commissions-tradeloss .content .table-container table th {
    width: 12.5% !important
}

body.spreads-and-commissions-tradeloss .content .table-container table .td_symbol {
    text-align: right
}

body.spreads-and-commissions-tradeloss .content .table-container table .td_date {
    text-align: left
}

body.spreads-and-commissions-tradeloss .content .table-container table .line_td {
    background-image: linear-gradient(to top right, #fff 48%, #ebebeb, #fff 52%)
}

body.spreads-and-commissions-tradeloss .content #shares_datatable_wrapper {
    margin-top: 30px;
    margin-bottom: 30px
}

body.spreads-and-commissions-tradeloss .content #shares_datatable_wrapper .dropdown.bootstrap-select {
    width: 70px;
    margin: 0 7px
}

body.spreads-and-commissions-tradeloss .content #shares_datatable_wrapper input {
    border: 1px solid rgba(0, 0, 0, .3)
}

body.spreads-and-commissions-tradeloss .content .paginate_button {
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions-tradeloss .content .paginate_button.current {
    background: #00c7ff !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 7px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions-tradeloss .content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #00b4e7 !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 7px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.spreads-and-commissions-tradeloss .content table.dataTable.no-footer {
    border-bottom: 0
}

body.spreads-and-commissions-tradeloss .content table.dataTable {
    border-collapse: collapse
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content nav.tabs .nav-item {
    margin-right: 0;
    margin-left: 14px
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content nav.tabs .nav-item:last-child {
    margin-left: 0
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content table tr td, html[lang=ar] body.spreads-and-commissions-tradeloss .content table tr th {
    text-align: right
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content .show_desktop table tbody tr td {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content .show_mobile table tbody tr td:nth-child(2) {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions-tradeloss .modal-header .modal-title {
    font-family: Proxima_Nova
}

html[lang=ar] body.spreads-and-commissions-tradeloss .modal-header .close {
    text-align: left;
    width: 97%
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content p.link {
    text-align: right
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content .global_title.blue {
    float: right
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

html[lang=ar] body.spreads-and-commissions-tradeloss .content #shares_datatable_wrapper input {
    margin-right: .5em;
    margin-left: 0
}

body.open-demo-account .content .div_form {
    background-image: url(../images/demo_bg.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    padding-bottom: 0
}

body.open-demo-account .content .div_form .layer {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.open-demo-account .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.open-demo-account .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.open-demo-account .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.open-demo-account .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

body.open-demo-account .content .demo_list {
    width: 100%
}

body.open-demo-account .content .sub_demo_list {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(141, 145, 148, .5)
}

body.open-demo-account .content .sub_demo_list:last-child {
    border-bottom: 0
}

body.open-demo-account .content .step_check {
    background-color: #f1f2f4;
    color: #00c8ff;
    font-size: 18px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 8px;
    padding-bottom: 8px
}

body.open-demo-account .content .demo_desc {
    float: left;
    margin-left: 20px;
    color: #1b2429;
    font-size: 18px;
    line-height: 24px
}

body.open-demo-account .content .element_box {
    margin-left: 67px;
    margin-bottom: 30px;
    margin-top: 31px
}

body.open-demo-account .content .element_box hr {
    border-top: 1px solid rgba(141, 145, 148, .5);
    margin-top: 25px;
    margin-bottom: 25px
}

body.open-demo-account .content .input_element {
    margin-bottom: 15px
}

body.open-demo-account .content .input_element .dropdown {
    width: 359px;
    border: 1px solid rgba(141, 145, 148, .5)
}

body.open-demo-account .content .input_element .dropdown li a {
    padding: 6px 13px
}

body.open-demo-account .content .input_element .dropdown .btn-light {
    background-color: transparent;
    border-radius: 0
}

body.open-demo-account .content .input_element .dropdown-item.active, body.open-demo-account .content .input_element .dropdown-item:active {
    background-color: #00c8ff
}

body.open-demo-account .content .input_element input[type=text] {
    width: 359px;
    border: 1px solid rgba(141, 145, 148, .5);
    background-color: transparent;
    padding: 7px 13px
}

body.open-demo-account .content .input_element.two_element .dropdown, body.open-demo-account .content .input_element.two_element input {
    width: 169px
}

body.open-demo-account .content .input_element.two_element .dropdown {
    margin-left: -45px
}

body.open-demo-account .content .input_element #btn_submit {
    width: 359px;
    text-align: left;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 8px 14px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #006ed2 50%);
    transition: background-position .4s;
    margin-top: 10px
}

body.open-demo-account .content .input_element #btn_submit:hover {
    background-position: -100% 100%
}

body.open-demo-account .content .input_element input[type=checkbox] {
    margin-top: 7px
}

body.open-demo-account .content .input_element .form-check-label {
    padding: 3px;
    border: 1px solid transparent;
    text-align: justify;
    width: 346px;
    font-size: 12px
}

body.open-demo-account .content .input_element .captcha_box {
    position: relative
}

body.open-demo-account .content .input_element img#demo_captcha {
    position: absolute;
    top: 1px;
    right: 84px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.open-demo-account .content .input_element p {
    width: 360px;
    text-align: justify;
    font-size: 15px
}

body.open-demo-account .content .input_element p span.blue_text {
    color: #00c7ff
}

body.open-demo-account .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.open-demo-account .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.open-demo-account .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.open-demo-account .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.open-demo-account .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.open-demo-account .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.open-demo-account .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.open-demo-account .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.open-demo-account .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.open-demo-account .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.open-demo-account .content .social_media ul li a i {
    font-size: 20px
}

body.open-demo-account .content .social_media ul li a:hover > i {
    color: #fff
}

body.open-demo-account .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.open-demo-account .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.open-demo-account .content .social_media ul li:nth-child(3) a:hover {
    background-color: #186895
}

body.open-demo-account .content .social_media ul li:nth-child(4) a:hover {
    background-color: red
}

body.open-demo-account .content .hid_element {
    display: none
}

body.open-demo-account .content .input_element .error {
    border: 1px solid #be1e2d !important
}

body.open-demo-account .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 100;
    top: 0;
    left: 0;
    display: none
}

body.open-demo-account .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.open-demo-account .content img.open_demo_img {
    width: 100%
}

html[lang=ar] body.open-demo-account .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.open-demo-account .content .title_with_number_box .step_title {
    float: right;
    margin-left: auto;
    margin-right: 20px;
    text-align: right
}

html[lang=ar] body.open-demo-account .content .title_with_number_box .step_desc {
    float: right;
    margin-left: auto;
    margin-right: 67px;
    text-align: right;
    padding-left: 40px
}

html[lang=ar] body.open-demo-account .content .step_check {
    float: right
}

html[lang=ar] body.open-demo-account .content .demo_desc {
    float: right;
    margin-left: auto;
    margin-right: 20px;
    text-align: right
}

html[lang=ar] body.open-demo-account .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.open-demo-account .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.open-demo-account .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.open-demo-account .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] body.open-demo-account .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.open-demo-account .content .input_element.two_element .dropdown {
    margin-left: auto;
    margin-right: -45px
}

html[lang=ar] body.open-demo-account .content .input_element {
    text-align: right
}

html[lang=ar] body.open-demo-account .content .element_box {
    margin-left: auto;
    margin-right: 67px
}

html[lang=ar] body.open-demo-account .content .input_element img#demo_captcha {
    right: auto;
    left: 84px
}

html[lang=ar] body.open-demo-account .content .input_element .form-check-label {
    margin-right: 22px
}

html[lang=ar] body.open-demo-account .content .box_numbers .contact_number {
    float: right;
    margin-right: auto;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.open-demo-account .content .box_numbers .contact_number b {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.open-demo-account .content .box_numbers .contact_number span {
    direction: ltr;
    font-family: Proxima_Nova;
    display: inline-block
}

html[lang=ar] body.open-demo-account .content .box_numbers {
    margin-left: auto;
    margin-right: 69px
}

html[lang=ar] body.open-demo-account .content .or_visit {
    margin-left: auto;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.open-demo-account .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.open-demo-account .content .social_media {
    margin-left: auto;
    margin-right: 69px
}

html[lang=ar] body.open-demo-account .content .social_media ul li {
    float: right;
    margin-right: auto;
    margin-left: 5px
}

html[lang=ar] body.open-demo-account .content .input_element #btn_submit {
    text-align: right;
    background-image: linear-gradient(to right, #006ed2 50%, #37b24a 50%)
}

body.fund-your-account .content table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px
}

body.fund-your-account .content table thead tr:first-child th {
    background-color: #00487e;
    color: #fff;
    padding: 10px 12px;
    font-size: 20px
}

body.fund-your-account .content table thead tr:first-child th a {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #37b24a 50%);
    transition: background-position .2s;
    font-size: 13px;
    display: block;
    width: 140px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    padding: 6px 0
}

body.fund-your-account .content table thead tr:first-child th a:hover {
    background-position: -100% 100%
}

body.fund-your-account .content table img {
    width: 80px
}

body.fund-your-account .content table.table_prepaid_card img {
    width: 110px
}

body.fund-your-account .content table thead tr:nth-child(2) th {
    background-color: #f1f2f4;
    color: #1b2429;
    width: 14.285714%;
    padding: 6px
}

body.fund-your-account .content table tbody tr td, body.fund-your-account .content table thead tr:nth-child(2) th {
    border: 1px solid #ddd
}

body.fund-your-account .content table tbody tr td:first-child {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
    position: relative
}

body.fund-your-account .content .table_1 tbody tr td {
    vertical-align: top
}

body.fund-your-account .content .table_1 tbody tr td:first-child {
    vertical-align: middle
}

body.fund-your-account .content table tbody tr td {
    width: 14.285714%;
    padding: 6px;
    vertical-align: middle;
    font-size: 14px
}

body.fund-your-account .content table tbody tr td span {
    color: #22cfff
}

body.fund-your-account .content .short_desc {
    color: #1b2429;
    font-size: 14px;
    margin-top: -20px
}

body.fund-your-account .content .short_desc span {
    color: #22cfff
}

body.fund-your-account .content .div_tooltip {
    background-color: #006ed2;
    color: #fff;
    width: 19px;
    border-radius: 3px;
    position: absolute;
    right: 7px;
    top: 11px;
    cursor: pointer;
    font-size: 12px
}

body.fund-your-account .tooltip.show {
    opacity: 1
}

body.fund-your-account .tooltip-inner {
    background-color: #fcfcfc;
    color: #000;
    text-align: justify;
    border: 1px solid #ddd;
    max-width: 200px;
    width: 200px
}

body.fund-your-account .bs-tooltip-auto[x-placement^=top] .arrow:before, body.fund-your-account .bs-tooltip-top .arrow:before {
    border-top-color: #006ed2
}

body.fund-your-account .table_2 tbody tr td, body.fund-your-account .table_9 tbody tr td {
    height: 90px
}

body.fund-your-account .table_2 .div_tooltip, body.fund-your-account .table_9 .div_tooltip {
    top: 35px
}

body.fund-your-account .table_4 .div_tooltip {
    top: 16px
}

body.fund-your-account .table_mobile {
    display: none
}

html[lang=ar] body.fund-your-account .content table thead tr:first-child th {
    text-align: right
}

html[lang=ar] body.fund-your-account .content table thead tr:first-child th a {
    background-image: linear-gradient(to right, #37b24a 50%, #006ed2 50%);
    float: left
}

html[lang=ar] body.fund-your-account .content table tbody tr td {
    text-align: right
}

html[lang=ar] body.fund-your-account .content table tbody tr td:first-child {
    text-align: center
}

html[lang=ar] body.fund-your-account .content table thead tr:nth-child(2) th {
    text-align: right
}

html[lang=ar] body.fund-your-account .content .table_1 tbody tr td {
    text-align: right
}

html[lang=ar] body.fund-your-account .content .div_tooltip {
    right: auto;
    left: 7px
}

html[lang=ar] body.fund-your-account .content .short_desc {
    text-align: right
}

body.members-area .content .entity_box {
    padding: 30px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    display: block;
    float: none;
    border: 1px solid rgba(137, 142, 145, .5);
    width: 370px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .2)
}

body.members-area .content .entity_logo img {
    width: 200px;
    float: left
}

body.members-area .content .div_button:hover {
    cursor: pointer;
    background-position: -100% 100%
}

body.members-area .content .div_button {
    float: left;
    text-align: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #00345c 50%, #00487e 50%);
    transition: background-position .4s;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px;
    border-radius: 6px
}

body.members-area .content .div_button:hover {
    background-position: -100% 100%
}

body.members-area .content .global_seperator {
    width: 173px;
    margin-top: 7px
}

body.members-area .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

body.members-area .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 7px 12px
}

body.members-area .content .error {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

html[lang=ar] body.members-area .content .entity_logo img {
    float: right
}

html[lang=ar] body.members-area .content .div_button {
    float: right
}

html[lang=ar] body.members-area .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.members-area .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.members-area .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.members-area .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.members-area .global_small_title {
    line-height: 30px
}

body.members-area-partners .content .entity_box {
    padding: 30px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    display: block;
    float: none;
    border: 1px solid rgba(137, 142, 145, .5);
    width: 370px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, .2)
}

body.members-area-partners .content .entity_logo img {
    width: 200px;
    float: left
}

body.members-area-partners .content .div_button:hover {
    cursor: pointer;
    background-position: -100% 100%
}

body.members-area-partners .content .div_button {
    float: left;
    text-align: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #00345c 50%, #00487e 50%);
    transition: background-position .4s;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px;
    border-radius: 6px
}

body.members-area-partners .content .div_button:hover {
    background-position: -100% 100%
}

body.members-area-partners .content .global_seperator {
    width: 173px;
    margin-top: 7px
}

body.members-area-partners .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

body.members-area-partners .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 7px 12px
}

body.members-area-partners .content .error {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

html[lang=ar] body.members-area-partners .content .entity_logo img {
    float: right
}

html[lang=ar] body.members-area-partners .content .div_button {
    float: right
}

html[lang=ar] body.members-area-partners .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.members-area-partners .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.members-area-partners .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.members-area-partners .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.members-area-partners .global_small_title {
    line-height: 30px
}

body.copy-trading .content .row_zulu_tv {
    margin-top: 20px;
    margin-bottom: 20px
}

body.copy-trading .content .zulu_tv {
    width: 100%
}

body.copy-trading .content .zulu_logo {
    width: 250px;
    margin-top: 10px
}

body.copy-trading .content .zulu_title_1 {
    color: #1a1a1a;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700
}

body.copy-trading .content .zulu_title_2 {
    color: #33c6f8;
    font-size: 20px;
    margin-top: 10px;
    text-align: justify
}

body.copy-trading .content .zulu_title_3 {
    color: #1a1a1a;
    font-size: 17px;
    margin-top: 10px;
    text-align: justify
}

body.copy-trading .content .zulu_button {
    display: block;
    float: left;
    width: 150px;
    text-align: center;
    background-color: #fb7322;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 20px;
    margin-top: 30px;
    border: 1px solid #fb7322;
    text-decoration: none
}

body.copy-trading .content .zulu_button.demo {
    background-color: transparent;
    color: #fb7322
}

body.copy-trading .content .zulu_button.demo:hover {
    background-color: #fb7322;
    color: #fff
}

body.copy-trading .content .zulu_button.real:hover {
    background-color: #dc6302;
    color: #fff;
    border-color: #dc6302
}

body.copy-trading .content .zulu_youtube {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #1a1a1a;
    margin-top: 30px
}

body.copy-trading .content .zulu_youtube iframe {
    width: 100%;
    height: 634px
}

body.copy-trading .content iframe.chart {
    width: 100%;
    height: 370px
}

body.copy-trading .content .zulu_widget {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

body.copy-trading .content .zulu_how {
    color: #1a1a1a;
    font-size: 26px;
    margin-top: 40px;
    font-weight: 700
}

body.copy-trading .content .zulu_how_desc {
    color: #1a1a1a;
    font-size: 18px;
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 30px
}

body.copy-trading .content .zulu_small_warning {
    float: none;
    clear: both;
    font-size: 12px;
    color: #1a1a1a;
    margin-top: 0
}

body.copy-trading .content .zulu_tips {
    border: 1px dashed rgba(115, 115, 115, .3);
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

body.copy-trading .content .zulu_tips_title {
    color: #095894;
    font-size: 26px;
    font-weight: 700
}

body.copy-trading .content .zulu_tips_box {
    background-color: #093756;
    color: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
    min-height: 110px
}

body.copy-trading .content .zulu_icon {
    width: 20px;
    float: left;
    margin-top: 4px
}

body.copy-trading .content .zulu_tips_desc {
    margin-left: 39px;
    float: left;
    margin-top: -33px;
    font-size: 16px
}

body.copy-trading .content .row_zulu_protection {
    margin-top: 20px;
    margin-bottom: 20px
}

body.copy-trading .content .zulu_protection_box {
    text-align: center;
    border: 1px solid rgba(115, 115, 115, .3)
}

body.copy-trading .content .zulu_guard {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 250px
}

body.copy-trading .content .zulu_advance {
    color: #ff7200;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

body.copy-trading .content .zulu_key_title {
    color: #121414;
    font-weight: 700;
    font-size: 26px
}

body.copy-trading .content .row_zulu_protection ul {
    color: #ff7200;
    list-style-type: circle;
    margin-top: 20px
}

body.copy-trading .content .row_zulu_protection ul li {
    margin-bottom: 10px
}

body.copy-trading .content .row_zulu_protection ul li span {
    color: #000;
    font-weight: 400;
    font-size: 18px
}

body.copy-trading .content .zulu_start {
    color: #1a1a1a;
    font-size: 26px;
    margin-top: 0;
    font-weight: 700
}

body.copy-trading .content .zulu_how_start {
    color: #1a1a1a;
    font-size: 18px;
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 30px
}

body.copy-trading .content .zulu_how_box {
    border: 1px solid rgba(115, 115, 115, .3);
    text-align: center;
    padding: 20px;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 63px
}

body.copy-trading .content .zulu_how_title_1 {
    color: #095894;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px
}

body.copy-trading .content .zulu_how_title_2 {
    color: #093756;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px
}

body.copy-trading .content .zulu_button.demo_2 {
    float: none;
    background-color: transparent;
    color: #fb7322;
    margin: 0 auto;
    margin-top: 20px
}

body.copy-trading .content .zulu_button.real_2 {
    float: none;
    margin: 0 auto;
    margin-top: 20px
}

body.copy-trading .content .zulu_button.real_2.right {
    float: right
}

body.copy-trading .content .zulu_button.demo_2.left {
    float: left
}

body.copy-trading .content .zulu_button.demo_2:hover {
    background-color: #fb7322;
    color: #fff
}

body.copy-trading .content .zulu_button.real_2:hover {
    background-color: #dc6302;
    color: #fff;
    border-color: #dc6302
}

html[lang=ar] body.copy-trading .content .copy-trading_logo {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_title_3 span {
    font-family: Proxima_Nova
}

html[lang=ar] body.copy-trading .content .zulu_how_desc span {
    font-family: Proxima_Nova
}

html[lang=ar] body.copy-trading .content .row_zulu_protection ul li span span {
    font-family: Proxima_Nova
}

html[lang=ar] body.copy-trading .content .zulu_how_start span {
    font-family: Proxima_Nova
}

html[lang=ar] body.copy-trading .content .zulu_how_title_1 span {
    font-family: Proxima_Nova
}

html[lang=ar] body.copy-trading .content .zulutrade_logo {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_title_1 {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_button {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.copy-trading .content .zulu_small_warning {
    text-align: right;
    margin-top: 10px;
    float: right
}

html[lang=ar] body.copy-trading .content .zulu_how {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_tips_title {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_icon {
    float: right
}

html[lang=ar] body.copy-trading .content .zulu_tips_desc {
    margin-left: 0;
    margin-right: 39px;
    text-align: right;
    float: right
}

html[lang=ar] body.copy-trading .content .zulu_key_title {
    text-align: right
}

html[lang=ar] body.copy-trading .content .row_zulu_protection ul li {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_start {
    text-align: right
}

html[lang=ar] body.copy-trading .content .zulu_button.real_2.right {
    float: left;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.copy-trading .content .zulu_button.demo_2.left {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

html[lang=ar] body.copy-trading .content .zulu_how_box .zulu_small_warning {
    float: none;
    text-align: center
}

html[lang=ar] body.copy-trading .content .zulu_tips_box {
    min-height: 79px
}

body.aplustrader .content {
    padding-bottom: 0
}

body.aplustrader .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.aplustrader .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.aplustrader .sub_header {
    background-image: url(../images/bg-1.jpg);
    padding-top: 30px;
    padding-bottom: 50px
}

body.aplustrader .sub_header_tree {
    background-color: #ffd600
}

body.aplustrader .sub_header_tree a {
    color: #1d1711
}

body.aplustrader .sub_header_tree ul li {
    border-left: 1px solid #1d1711
}

body.aplustrader .sub_header .aplustreader_logo {
    float: right;
    width: 240px;
    margin-top: 25px
}

body.aplustrader .sub_header .title {
    font-size: 30px;
    float: left
}

body.aplustrader .sub_header .title i {
    font-size: 24px
}

body.aplustrader .sub_header .desc font {
    color: #ffd600
}

body.aplustrader .sub_header .desc {
    margin-top: 50px !important;
    font-size: 18px !important
}

body.aplustrader .content .aplustreader_logo {
    width: 240px;
    margin-top: 22px
}

body.aplustrader .content .logo {
    width: 90%;
    text-align: center;
    background-color: #1d1711;
    float: left;
    border-bottom: 116px solid #1d1711;
    border-left: 0 solid transparent;
    border-right: 25px solid #fff;
    height: 0
}

body.aplustrader .content section.section_1 {
    margin-top: 70px;
    position: relative
}

body.aplustrader .content section.section_1::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f1f2f4;
    display: block;
    margin-bottom: 10px
}

body.aplustrader .content section.section_1::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f1f2f4;
    display: block;
    -webkit-box-shadow: 0 2px 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: 0 2px 7px 0 rgba(107, 107, 107, 1);
    box-shadow: 0 2px 7px 0 rgba(107, 107, 107, 1);
    margin-top: 10px
}

body.aplustrader .content .section_1 h3 {
    text-align: right;
    padding-right: 60px
}

body.aplustrader .content h3 b {
    display: block;
    font-size: 65px
}

body.aplustrader .content .vertical-seperator {
    position: absolute;
    right: 15px;
    top: -31px;
    width: 5px;
    background-color: #1d1711;
    height: 180px;
    -webkit-box-shadow: -2px 0 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: -2px 0 7px 0 rgba(107, 107, 107, 1);
    box-shadow: -2px 0 7px 0 rgba(107, 107, 107, 1)
}

body.aplustrader .content .yellow-1 {
    background-color: #ffd600;
    width: 18px;
    height: 100%;
    transform: skew(12deg);
    float: left;
    margin-left: -14px
}

body.aplustrader .content .yellow-2 {
    background-color: #ffe872;
    width: 14px;
    height: 100%;
    transform: skew(12deg);
    float: left;
    margin-left: -5px
}

body.aplustrader .content .yellow-3 {
    background-color: #fffbe5;
    width: 25px;
    height: 100%;
    transform: skew(12deg);
    float: left;
    margin-left: 0
}

body.aplustrader .content .section_2 {
    padding: 30px 0;
    margin-top: 70px
}

body.aplustrader .content .section_2 h4 {
    text-align: right;
    font-size: 26px;
    color: #1b2429;
    font-weight: 700
}

body.aplustrader .content .section_2 p {
    margin-top: 10px;
    text-align: right;
    font-size: 20px;
    color: #1b2429
}

body.aplustrader .content .section_3 {
    margin-top: 20px
}

body.aplustrader .content .section_3 .box {
    padding: 16px;
    -webkit-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    margin-bottom: 10px;
    margin-top: 20px
}

body.aplustrader .content .section_3 .box img {
    width: 100%
}

body.aplustrader .content .section_3 h5 {
    text-align: right;
    font-size: 20px;
    color: #1b2429;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px
}

body.aplustrader .content .section_3 p {
    text-align: right;
    font-size: 15px;
    color: #1b2429;
    line-height: 30px;
    margin-top: 20px
}

body.aplustrader .content .section_3 .bg {
    background-color: #1d1711;
    height: 415px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 36px;
    -webkit-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1)
}

body.aplustrader .content .section_3 .bg h6 {
    text-align: right;
    color: #ffd600;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 22px
}

body.aplustrader .content .section_3 .bg h6 span {
    color: #fff;
    display: block
}

body.aplustrader .content .section_3 .bg p {
    text-align: right;
    color: #fff;
    font-size: 25px;
    line-height: 50px
}

body.aplustrader .content .section_3 .bg input {
    background-color: #ffd600;
    color: #1d1711;
    border: 0;
    font-size: 25px;
    float: right;
    padding: 15px 50px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px
}

body.aplustrader .content .section_3 .bg input:hover {
    background-color: #d8b500
}

body.aplustrader .content hr.small-hr {
    width: 150px;
    float: right;
    border-top: 5px solid #f1f2f4;
    margin-top: 70px
}

body.aplustrader .content .row_cup {
    margin-top: 50px
}

body.aplustrader .content .row_cup .div_cup {
    background-image: url(../images/cup.png);
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 254px;
    background-position: center;
    margin-bottom: 20px
}

body.aplustrader .content .row_cup .cup_title {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 18px
}

body.aplustrader .content .section_4 {
    padding: 50px 0
}

body.aplustrader .content .section_4 h3 {
    text-align: right;
    font-size: 26px;
    color: #1b2429;
    font-weight: 700
}

body.aplustrader .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 30px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 0
}

body.aplustrader .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: right
}

body.aplustrader .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin-bottom: 30px
}

body.aplustrader .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.aplustrader .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.aplustrader .content form#form_amana .show_for_corporate {
    display: none
}

body.aplustrader .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.aplustrader .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.aplustrader .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.aplustrader .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.aplustrader .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.aplustrader .content form#form_amana .form-check .form-check-label a {
    color: #ffd600;
    text-decoration: none
}

body.aplustrader .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.aplustrader .content form#form_amana .register_button {
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #ffd600;
    color: #1d1711;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.aplustrader .content form#form_amana .register_button:hover {
    background-color: #d8b500
}

body.aplustrader .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #1d1713;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.aplustrader .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.aplustrader .tooltip {
    opacity: 1
}

body.aplustrader .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

html[lang=ar] body.aplustrader .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.aplustrader .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.aplustrader .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.aplustrader .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.aplustrader .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.aplustrader .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.aplustrader .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.aplustrader .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.aplustrader form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.aplustrader .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.aplustrader .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.aplustrader .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

body.aplustraderdigital .content {
    padding-bottom: 0
}

body.aplustraderdigital .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.aplustraderdigital .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.aplustraderdigital .sub_header {
    background-image: url(../images/bg-1.jpg);
    padding-top: 30px;
    padding-bottom: 50px
}

body.aplustraderdigital .sub_header_tree {
    background-color: #007cff
}

body.aplustraderdigital .sub_header_tree a {
    color: #fff
}

body.aplustraderdigital .sub_header_tree ul li {
    border-left: 1px solid #fff
}

body.aplustraderdigital .sub_header .aplustreader_logo {
    float: right;
    width: 240px;
    margin-top: 25px
}

body.aplustraderdigital .sub_header .title {
    font-size: 30px;
    float: left
}

body.aplustraderdigital .sub_header .title i {
    font-size: 24px
}

body.aplustraderdigital .sub_header .desc font {
    color: #007cff
}

body.aplustraderdigital .sub_header .desc {
    margin-top: 50px !important;
    font-size: 18px !important
}

body.aplustraderdigital .content .aplustreader_logo {
    width: 240px;
    margin-top: 11px
}

body.aplustraderdigital .content .logo {
    width: 90%;
    text-align: center;
    background-color: #1d1711;
    float: left;
    border-bottom: 116px solid #1d1711;
    border-left: 0 solid transparent;
    border-right: 25px solid #fff;
    height: 0
}

body.aplustraderdigital .content section.section_1 {
    margin-top: 70px;
    position: relative
}

body.aplustraderdigital .content section.section_1::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f1f2f4;
    display: block;
    margin-bottom: 10px
}

body.aplustraderdigital .content section.section_1::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f1f2f4;
    display: block;
    -webkit-box-shadow: 0 2px 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: 0 2px 7px 0 rgba(107, 107, 107, 1);
    box-shadow: 0 2px 7px 0 rgba(107, 107, 107, 1);
    margin-top: 10px
}

body.aplustraderdigital .content .section_1 h3 {
    text-align: right;
    padding-right: 60px
}

body.aplustraderdigital .content h3 b {
    display: block;
    font-size: 65px
}

body.aplustraderdigital .content .vertical-seperator {
    position: absolute;
    right: 15px;
    top: -31px;
    width: 5px;
    background-color: #1d1711;
    height: 180px;
    -webkit-box-shadow: -2px 0 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: -2px 0 7px 0 rgba(107, 107, 107, 1);
    box-shadow: -2px 0 7px 0 rgba(107, 107, 107, 1)
}

body.aplustraderdigital .content .yellow-1 {
    background-color: #007cff;
    width: 18px;
    height: 100%;
    transform: skew(12deg);
    float: left;
    margin-left: -14px
}

body.aplustraderdigital .content .yellow-2 {
    background-color: #3999fe;
    width: 14px;
    height: 100%;
    transform: skew(12deg);
    float: left;
    margin-left: -5px
}

body.aplustraderdigital .content .yellow-3 {
    background-color: #badcff;
    width: 25px;
    height: 100%;
    transform: skew(12deg);
    float: left;
    margin-left: -2px
}

body.aplustraderdigital .content .section_2 {
    padding: 30px 0;
    margin-top: 70px
}

body.aplustraderdigital .content .section_2 h4 {
    text-align: right;
    font-size: 26px;
    color: #1b2429;
    font-weight: 700
}

body.aplustraderdigital .content .section_2 p {
    margin-top: 10px;
    text-align: right;
    font-size: 20px;
    color: #1b2429
}

body.aplustraderdigital .content .section_3 {
    margin-top: 20px
}

body.aplustraderdigital .content .section_3 .box {
    padding: 16px;
    -webkit-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    margin-bottom: 10px;
    margin-top: 20px
}

body.aplustraderdigital .content .section_3 .box img {
    width: 100%
}

body.aplustraderdigital .content .section_3 h5 {
    text-align: right;
    font-size: 20px;
    color: #1b2429;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px
}

body.aplustraderdigital .content .section_3 p {
    text-align: right;
    font-size: 15px;
    color: #1b2429;
    line-height: 30px;
    margin-top: 20px
}

body.aplustraderdigital .content .section_3 .bg {
    background-color: #1d1711;
    height: 415px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 36px;
    -webkit-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    -moz-box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1);
    box-shadow: 0 0 7px 0 rgba(107, 107, 107, 1)
}

body.aplustraderdigital .content .section_3 .bg h6 {
    text-align: right;
    color: #007cff;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 22px
}

body.aplustraderdigital .content .section_3 .bg h6 span {
    color: #fff;
    display: block
}

body.aplustraderdigital .content .section_3 .bg p {
    text-align: right;
    color: #fff;
    font-size: 25px;
    line-height: 50px
}

body.aplustraderdigital .content .section_3 .bg input {
    background-color: #007cff;
    color: #fff;
    border: 0;
    font-size: 25px;
    float: right;
    padding: 15px 50px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px
}

body.aplustraderdigital .content .section_3 .bg input:hover {
    background-color: #016cde
}

body.aplustraderdigital .content hr.small-hr {
    width: 150px;
    float: right;
    border-top: 5px solid #f1f2f4;
    margin-top: 70px
}

body.aplustraderdigital .content .row_cup {
    margin-top: 50px
}

body.aplustraderdigital .content .row_cup .div_cup {
    background-image: url(../images/cup.png);
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 254px;
    background-position: center;
    margin-bottom: 20px
}

body.aplustraderdigital .content .row_cup .cup_title {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 18px
}

body.aplustraderdigital .content .section_4 {
    padding: 50px 0
}

body.aplustraderdigital .content .section_4 h3 {
    text-align: right;
    font-size: 26px;
    color: #1b2429;
    font-weight: 700
}

body.aplustraderdigital .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 30px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 0
}

body.aplustraderdigital .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: right
}

body.aplustraderdigital .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin-bottom: 30px
}

body.aplustraderdigital .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.aplustraderdigital .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.aplustraderdigital .content form#form_amana .show_for_corporate {
    display: none
}

body.aplustraderdigital .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.aplustraderdigital .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.aplustraderdigital .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.aplustraderdigital .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.aplustraderdigital .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.aplustraderdigital .content form#form_amana .form-check .form-check-label a {
    color: #007cff;
    text-decoration: none
}

body.aplustraderdigital .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.aplustraderdigital .content form#form_amana .register_button {
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #007cff;
    color: #fff;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.aplustraderdigital .content form#form_amana .register_button:hover {
    background-color: #016cde
}

body.aplustraderdigital .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #1d1713;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.aplustraderdigital .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.aplustraderdigital .tooltip {
    opacity: 1
}

body.aplustraderdigital .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.aplustraderdigital .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.aplustraderdigital .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.aplustraderdigital form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.aplustraderdigital .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.aplustraderdigital .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

body.products a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.products a.box.latest {
    margin-bottom: 0
}

body.products a.box:hover {
    border-top: 5px solid #006ed2
}

body.products a.box:hover div.view_all {
    background-position: -100% 100%
}

body.products a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.products a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.products a.box .title_2 {
    color: #f3f4f4;
    font-size: 37px
}

body.products a.box .desc_2 {
    color: #f3f4f4;
    font-size: 23px
}

body.products .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.products .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.products a.box .title {
    text-align: right
}

html[lang=ar] body.products a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.products a.box .title_2 {
    font-size: 37px;
    text-align: right
}

html[lang=ar] body.products a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.products .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.forex .content p.link {
    font-size: 18px;
    margin-bottom: 50px
}

body.forex .content p.link a.click_here {
    color: #be1e2d;
    text-decoration: none
}

body.forex .content p.link a.click_here:hover {
    color: #671119
}

body.forex .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.forex .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 30px
}

body.forex .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.forex .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.forex .content .chart .chart_icon {
    position: absolute
}

body.forex .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.forex .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.forex .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.forex .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.forex .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.forex .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.forex .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.forex .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.forex .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.forex .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.forex .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.forex .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.forex .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.forex .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.forex .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.forex .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.forex .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.forex .content table {
    width: 100%;
    margin-top: 20px;
    color: #5b6b87;
    margin-bottom: 0
}

body.forex .content table thead tr th {
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.forex .content table thead tr th:nth-child(1) {
    width: 70%
}

body.forex .content table thead tr th:nth-child(2) {
    width: 30%
}

body.forex .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.forex .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.forex .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.forex .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.forex .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.forex .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.forex .content .products_box p span {
    color: #00c8ff
}

body.forex .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.forex .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.forex .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.forex .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.forex .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.forex .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.forex .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/forex-icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.forex .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.forex .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.forex .content .product_box .icon_box:hover > * {
    color: #fff
}

body.forex .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.forex .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.forex .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.forex .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.forex .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.forex .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.forex .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.forex .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.forex .content .product_box .icon_desc {
    margin-top: 10px
}

body.forex .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.forex .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.forex .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/product-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.forex .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.forex .content .box_arrow:hover {
    color: #00c7ff
}

body.forex .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

html[lang=ar] body.forex .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.forex .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.forex .content table {
    text-align: right
}

html[lang=ar] body.forex .content a.view_all {
    float: left
}

html[lang=ar] body.forex .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.forex .content .box_arrow .arrow_desc {
    float: right
}

html[lang=ar] body.forex .content .product_box .arrow-left {
    right: auto;
    left: 5px;
    transform: rotate(-45deg)
}

html[lang=ar] body.forex .content p.link {
    text-align: right
}

body.share-cfds .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.share-cfds .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 20px
}

body.share-cfds .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.share-cfds .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.share-cfds .content .chart .chart_icon {
    position: absolute
}

body.share-cfds .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.share-cfds .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.share-cfds .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.share-cfds .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.share-cfds .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.share-cfds .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.share-cfds .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.share-cfds .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.share-cfds .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.share-cfds .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.share-cfds .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.share-cfds .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.share-cfds .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.share-cfds .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.share-cfds .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.share-cfds .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.share-cfds .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.share-cfds .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.share-cfds .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.share-cfds .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.share-cfds .content .products_box p span {
    color: #00c8ff
}

body.share-cfds .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.share-cfds .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 50px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.share-cfds .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.share-cfds .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    cursor: context-menu;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.share-cfds .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.share-cfds .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.share-cfds .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.share-cfds .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.share-cfds .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.share-cfds .content .product_box .icon_box:hover > * {
    color: #fff
}

body.share-cfds .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.share-cfds .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.share-cfds .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.share-cfds .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.share-cfds .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.share-cfds .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.share-cfds .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.share-cfds .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.share-cfds .content .product_box .icon_desc {
    margin-top: 10px
}

body.share-cfds .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.share-cfds .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.share-cfds .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/product-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.share-cfds .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.share-cfds .content .box_arrow:hover {
    color: #00c7ff
}

body.share-cfds .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

body.share-cfds .content .share_logo {
    margin-top: 30px
}

body.share-cfds .content .share_logo.show_mobile {
    display: none
}

body.share-cfds .content .share_logo img {
    width: 100%
}

html[lang=ar] body.share-cfds .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.share-cfds .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.share-cfds .content a.view_all {
    float: left
}

html[lang=ar] body.share-cfds .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.share-cfds .content .box_arrow .arrow_desc {
    float: right
}

body.share-cfds-product .content {
    border-bottom: 1px solid rgba(137, 142, 145, .5)
}

body.share-cfds-product .sub_header .material-button-raised.green {
    border-radius: 5px !important
}

body.share-cfds-product .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.share-cfds-product .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.share-cfds-product .content .form_section {
    background-image: url(../images/demo_real_bg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    background-attachment: fixed;
    background-size: 100% 100%
}

body.share-cfds-product .content .form_section .layer {
    background: #39ae4e;
    opacity: .95;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.share-cfds-product .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.share-cfds-product .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.share-cfds-product .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.share-cfds-product .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.share-cfds-product .content form#form_amana .show_for_corporate {
    display: none
}

body.share-cfds-product .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.share-cfds-product .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.share-cfds-product .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.share-cfds-product .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.share-cfds-product .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.share-cfds-product .content form#form_amana .form-check .form-check-label a {
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

body.share-cfds-product .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.share-cfds-product .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.share-cfds-product .content form#form_amana .register_button:hover {
    background-color: #117ba6
}

body.share-cfds-product .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #117ba6;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.share-cfds-product .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.share-cfds-product .tooltip {
    opacity: 1
}

body.share-cfds-product .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.share-cfds-product .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.share-cfds-product .content img.product_logo {
    width: 100%;
    margin-bottom: 40px
}

body.share-cfds-product .content hr.product_hr {
    margin-top: 30px
}

body.share-cfds-product .content .step_box {
    padding: 0 0
}

body.share-cfds-product .content .row_steps {
    margin-top: 40px
}

body.share-cfds-product .content .row_steps .col-xl-3 {
    border-right: 1px solid rgba(0, 199, 255, .5)
}

body.share-cfds-product .content .row_steps .col-xl-3:last-child {
    border: 0 !important
}

body.share-cfds-product .content .step_box .step_title {
    font-size: 20px;
    font-family: Proxima_Nova_Light
}

body.share-cfds-product .content .step_box .step_title b {
    display: block;
    margin-bottom: -9px;
    font-family: Proxima_Nova
}

body.share-cfds-product .content .step_box .step_number {
    margin-top: -15px;
    color: #00c7ff;
    font-size: 70px;
    margin-bottom: -15px
}

body.share-cfds-product .content .trade_now_box {
    -webkit-box-shadow: -5px 3px 26px -5px rgba(0, 0, 0, .75);
    -moz-box-shadow: -5px 3px 26px -5px rgba(0, 0, 0, .75);
    box-shadow: -5px 3px 26px -5px rgba(0, 0, 0, .75);
    border-radius: 7px;
    padding: 10px 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer
}

body.share-cfds-product .content .trade_now_box .trade_now_arrow {
    width: 50px;
    height: 60px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.png);
    margin-left: 30px;
    margin-top: 12px
}

body.share-cfds-product .content .trade_now_box .trade_now_title {
    font-size: 20px;
    font-weight: 700;
    margin-left: 50px;
    margin-top: -52px;
    margin-bottom: 28px
}

body.share-cfds-product .content .row_script {
    margin-top: 40px
}

body.share-cfds-product .content .row_script .tradingview-widget-copyright {
    display: none
}

body.share-cfds-product .content .row_script .second .tradingview-widget-container {
    margin-top: -33px
}

body.share-cfds-product .content .material-button-raised {
    font-size: 12px;
    border-radius: 5px;
    width: 180px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 55px
}

body.share-cfds-product .content .material-button-raised.green {
    background-color: #37b24a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

body.share-cfds-product .content .material-button-raised.blue {
    background-color: #006ed1;
    margin-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

body.share-cfds-product .content .small_risk {
    font-size: 11px;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 14px
}

body.share-cfds-product .content .div_benefit {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #dadde0;
    padding: 35px 0;
    text-align: center
}

body.share-cfds-product .content .div_benefit .benefit_icon {
    width: 80px;
    height: 80px;
    background-position: 0 0;
    background-size: 80px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_product_1.png);
    margin: 0 auto
}

body.share-cfds-product .content .div_benefit .benefit_icon.benefit_icon_1 {
    background-image: url(../images/icon_product_2.png)
}

body.share-cfds-product .content .div_benefit .benefit_icon.benefit_icon_2 {
    background-image: url(../images/icon_product_3.png)
}

body.share-cfds-product .content .div_benefit .benefit_icon.benefit_icon_3 {
    background-image: url(../images/icon_product_4.png)
}

body.share-cfds-product .content .div_benefit .benefit_title {
    font-size: 22px;
    font-family: Proxima_Nova_Light;
    margin-top: 12px
}

body.share-cfds-product .content .div_benefit .benefit_title b {
    display: block;
    margin-bottom: -9px;
    font-family: Proxima_Nova
}

body.share-cfds-product .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 20px
}

body.share-cfds-product .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.share-cfds-product .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.share-cfds-product .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.share-cfds-product .content .products_box p span {
    color: #00c8ff
}

body.share-cfds-product .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

html[lang=ar] body.share-cfds-product .content .row_steps .col-xl-3 {
    border-right: 0;
    border-left: 1px solid rgba(0, 199, 255, .5)
}

html[lang=ar] body.share-cfds-product .content .step_box .step_number {
    font-family: Proxima_Nova
}

html[lang=ar] body.share-cfds-product .content .trade_now_box .trade_now_arrow {
    margin-left: 0;
    margin-right: 30px
}

html[lang=ar] body.share-cfds-product .content .trade_now_box .trade_now_title {
    margin-left: 0;
    margin-right: 50px
}

html[lang=ar] body.share-cfds-product .content .material-button-raised {
    float: right
}

html[lang=ar] body.share-cfds-product .content .material-button-raised.blue {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 5px
}

html[lang=ar] body.share-cfds-product .content .material-button-raised.green {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 5px
}

html[lang=ar] body.share-cfds-product .content .small_risk {
    text-align: right
}

html[lang=ar] body.share-cfds-product .content .step_box .step_title {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.share-cfds-product .content .div_benefit .benefit_title {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.share-cfds-product .content .step_box .step_title b {
    font-family: "Droid Arabic Kufi";
    margin-bottom: 0
}

html[lang=ar] body.share-cfds-product .content .div_benefit .benefit_title b {
    font-family: "Droid Arabic Kufi";
    margin-bottom: 0
}

html[lang=ar] body.share-cfds-product .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.share-cfds-product .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.share-cfds-product .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.share-cfds-product .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.share-cfds-product .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.share-cfds-product .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.share-cfds-product .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.share-cfds-product .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.share-cfds-product .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.share-cfds-product .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.share-cfds-product .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.share-cfds-product .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.share-cfds-product form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.share-cfds-product .tooltip-inner {
    text-align-last: right
}

body.indices .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.indices .content div.div_tooltip:hover {
    cursor: pointer
}

body.indices .tooltip.show {
    opacity: 1
}

body.indices .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.indices .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.indices .content p.link {
    font-size: 18px;
    margin-bottom: 50px
}

body.indices .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.indices .content p.link a.click_here:hover {
    color: #671119 !important
}

body.indices .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.indices .content .global_title.blue {
    color: #00c8ff;
    margin-top: 0;
    font-size: 20px;
    float: left
}

body.indices .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 30px
}

body.indices .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.indices .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.indices .content .chart .chart_icon {
    position: absolute
}

body.indices .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.indices .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.indices .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.indices .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.indices .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.indices .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.indices .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.indices .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.indices .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.indices .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.indices .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.indices .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.indices .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.indices .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.indices .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.indices .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.indices .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.indices .content table {
    width: 100%;
    margin-top: 20px;
    color: #5b6b87;
    margin-bottom: 0
}

body.indices .content table thead tr th {
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.indices .content table thead tr th:nth-child(1) {
    width: 70%
}

body.indices .content table thead tr th:nth-child(2) {
    width: 30%
}

body.indices .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.indices .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.indices .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.indices .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.indices .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.indices .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.indices .content .products_box p span {
    color: #00c8ff
}

body.indices .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.indices .content .products_box ul {
    padding-left: 30px
}

body.indices .content .products_box ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #00c8ff;
    list-style-type: disc
}

body.indices .content .products_box ul li span {
    color: #1b2429
}

body.indices .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.indices .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.indices .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    cursor: context-menu;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.indices .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.indices .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.indices .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.indices .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.indices .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.indices .content .product_box .icon_box:hover > * {
    color: #fff
}

body.indices .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.indices .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.indices .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.indices .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.indices .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.indices .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.indices .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.indices .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.indices .content .product_box .icon_desc {
    margin-top: 10px
}

body.indices .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.indices .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.indices .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/product-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.indices .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.indices .content .box_arrow:hover {
    color: #00c7ff
}

body.indices .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

body.indices .content .table-container table, body.indices .content .table-container td, body.indices .content .table-container th {
    border-collapse: collapse;
    border: 1px solid rgba(137, 142, 145, .5)
}

body.indices .content table {
    margin-top: 0;
    margin-bottom: 20px
}

body.indices .content table th {
    width: 12.5% !important
}

body.indices .content table .td_symbol {
    text-align: right
}

body.indices .content table .td_date {
    text-align: left
}

body.indices .content table .line_td {
    background-image: linear-gradient(to top right, #fff 48%, #ebebeb, #fff 52%)
}

html[lang=ar] body.indices .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.indices .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.indices .content table {
    text-align: right
}

html[lang=ar] body.indices .content a.view_all {
    float: left
}

html[lang=ar] body.indices .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.indices .content .box_arrow .arrow_desc {
    float: right
}

html[lang=ar] body.indices .content p.link {
    text-align: right
}

html[lang=ar] body.indices .content .table-container table thead tr th {
    font-family: Proxima_Nova
}

html[lang=ar] body.indices .content table .line_td {
    background-image: linear-gradient(to top left, #fff 48%, #ebebeb, #fff 52%)
}

html[lang=ar] body.indices .content table .td_symbol {
    text-align: left
}

html[lang=ar] body.indices .content table .td_date {
    text-align: right
}

html[lang=ar] body.indices .content .global_title.blue {
    float: right
}

html[lang=ar] body.indices .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

body.precious-metals .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.precious-metals .content div.div_tooltip:hover {
    cursor: pointer
}

body.precious-metals .tooltip.show {
    opacity: 1
}

body.precious-metals .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.precious-metals .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.precious-metals .content p.link {
    font-size: 18px;
    margin-bottom: 50px
}

body.precious-metals .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.precious-metals .content p.link a.click_here:hover {
    color: #671119 !important
}

body.precious-metals .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.precious-metals .content .global_title.blue {
    color: #00c8ff;
    margin-top: 0;
    font-size: 20px;
    float: left
}

body.precious-metals .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 30px
}

body.precious-metals .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.precious-metals .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.precious-metals .content .chart .chart_icon {
    position: absolute
}

body.precious-metals .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.precious-metals .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.precious-metals .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.precious-metals .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.precious-metals .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.precious-metals .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.precious-metals .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.precious-metals .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.precious-metals .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.precious-metals .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.precious-metals .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.precious-metals .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.precious-metals .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.precious-metals .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.precious-metals .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.precious-metals .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.precious-metals .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.precious-metals .content table {
    width: 100%;
    margin-top: 0;
    color: #5b6b87;
    margin-bottom: 0
}

body.precious-metals .content table thead tr th {
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.precious-metals .content table thead tr th:nth-child(1) {
    width: 70%
}

body.precious-metals .content table thead tr th:nth-child(2) {
    width: 30%
}

body.precious-metals .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.precious-metals .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.precious-metals .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.precious-metals .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.precious-metals .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.precious-metals .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.precious-metals .content .products_box p span {
    color: #00c8ff
}

body.precious-metals .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.precious-metals .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.precious-metals .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.precious-metals .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    cursor: context-menu;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.precious-metals .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.precious-metals .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.precious-metals .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.precious-metals .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.precious-metals .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.precious-metals .content .product_box .icon_box:hover > * {
    color: #fff
}

body.precious-metals .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.precious-metals .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.precious-metals .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.precious-metals .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.precious-metals .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.precious-metals .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.precious-metals .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.precious-metals .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.precious-metals .content .product_box .icon_desc {
    margin-top: 10px
}

body.precious-metals .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.precious-metals .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.precious-metals .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/product-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.precious-metals .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.precious-metals .content .box_arrow:hover {
    color: #00c7ff
}

body.precious-metals .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

html[lang=ar] body.precious-metals .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.precious-metals .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.precious-metals .content table {
    text-align: right
}

html[lang=ar] body.precious-metals .content a.view_all {
    float: left
}

html[lang=ar] body.precious-metals .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.precious-metals .content .box_arrow .arrow_desc {
    float: right
}

html[lang=ar] body.precious-metals .content p.link {
    text-align: right
}

html[lang=ar] body.precious-metals .content .global_title.blue {
    float: right
}

html[lang=ar] body.precious-metals .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

body.energies .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.energies .content div.div_tooltip:hover {
    cursor: pointer
}

body.energies .tooltip.show {
    opacity: 1
}

body.energies .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.energies .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.energies .content p.link {
    font-size: 18px;
    margin-bottom: 50px
}

body.energies .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.energies .content p.link a.click_here:hover {
    color: #671119 !important
}

body.energies .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.energies .content .global_title.blue {
    color: #00c8ff;
    margin-top: 0;
    font-size: 20px;
    float: left
}

body.energies .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 30px
}

body.energies .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.energies .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.energies .content .chart .chart_icon {
    position: absolute
}

body.energies .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.energies .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.energies .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.energies .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.energies .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.energies .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.energies .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.energies .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.energies .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.energies .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.energies .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.energies .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.energies .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.energies .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.energies .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.energies .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.energies .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.energies .content table {
    width: 100%;
    margin-top: 0;
    color: #5b6b87;
    margin-bottom: 0
}

body.energies .content table thead tr th {
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.energies .content table thead tr th:nth-child(1) {
    width: 70%
}

body.energies .content table thead tr th:nth-child(2) {
    width: 30%
}

body.energies .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.energies .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.energies .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.energies .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.energies .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.energies .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.energies .content .products_box p span {
    color: #00c8ff
}

body.energies .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.energies .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.energies .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.energies .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    cursor: context-menu;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.energies .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.energies .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.energies .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.energies .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.energies .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.energies .content .product_box .icon_box:hover > * {
    color: #fff
}

body.energies .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.energies .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.energies .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.energies .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.energies .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.energies .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.energies .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.energies .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.energies .content .product_box .icon_desc {
    margin-top: 10px
}

body.energies .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.energies .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.energies .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/product-arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.energies .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.energies .content .box_arrow:hover {
    color: #00c7ff
}

body.energies .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

html[lang=ar] body.energies .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.energies .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.energies .content table {
    text-align: right
}

html[lang=ar] body.energies .content a.view_all {
    float: left
}

html[lang=ar] body.energies .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.energies .content .box_arrow .arrow_desc {
    float: right
}

html[lang=ar] body.energies .content p.link {
    text-align: right
}

html[lang=ar] body.energies .content .global_title.blue {
    float: right
}

html[lang=ar] body.energies .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

body.commodities .content div.div_tooltip {
    float: right;
    width: 21px;
    background-color: #00c8ff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 16px;
    padding-top: 3px;
    margin-top: 2px
}

body.commodities .content div.div_tooltip:hover {
    cursor: pointer
}

body.commodities .tooltip.show {
    opacity: 1
}

body.commodities .tooltip-inner {
    text-align: justify;
    background-color: #00c7ff;
    max-width: 300px
}

body.commodities .tooltip .arrow:before {
    border-top-color: #00c7ff
}

body.commodities .content p.link {
    font-size: 18px;
    margin-bottom: 50px
}

body.commodities .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.commodities .content p.link a.click_here:hover {
    color: #671119 !important
}

body.commodities .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.commodities .content .global_title.blue {
    color: #00c8ff;
    margin-top: 0;
    font-size: 20px;
    float: left
}

body.commodities .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 30px
}

body.commodities .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.commodities .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.commodities .content .chart .chart_icon {
    position: absolute
}

body.commodities .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.commodities .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.commodities .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.commodities .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.commodities .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.commodities .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.commodities .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.commodities .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.commodities .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.commodities .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.commodities .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.commodities .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.commodities .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.commodities .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.commodities .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.commodities .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.commodities .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.commodities .content table {
    width: 100%;
    margin-top: 0;
    color: #5b6b87;
    margin-bottom: 20px
}

body.commodities .content table thead tr th {
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.commodities .content table thead tr th:nth-child(1) {
    width: 50%
}

body.commodities .content table thead tr th:nth-child(2) {
    width: 50%
}

body.commodities .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.commodities .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.commodities .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.commodities .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.commodities .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.commodities .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.commodities .content .products_box p span {
    color: #00c8ff
}

body.commodities .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.commodities .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.commodities .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.commodities .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    cursor: context-menu;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.commodities .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.commodities .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.commodities .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.commodities .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.commodities .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.commodities .content .product_box .icon_box:hover > * {
    color: #fff
}

body.commodities .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.commodities .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.commodities .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.commodities .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.commodities .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.commodities .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.commodities .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.commodities .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.commodities .content .product_box .icon_desc {
    margin-top: 10px
}

body.commodities .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.commodities .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.commodities .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.commodities .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.commodities .content .box_arrow:hover {
    color: #00c7ff
}

body.commodities .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

html[lang=ar] body.commodities .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.commodities .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.commodities .content table {
    text-align: right
}

html[lang=ar] body.commodities .content a.view_all {
    float: left
}

html[lang=ar] body.commodities .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.commodities .content .box_arrow .arrow_desc {
    float: right
}

html[lang=ar] body.commodities .content p.link {
    text-align: right
}

html[lang=ar] body.commodities .content .global_title.blue {
    float: right
}

html[lang=ar] body.commodities .content div.div_tooltip {
    float: left;
    margin-right: 20px;
    margin-left: 0
}

body.crypto-currencies .content p.link {
    font-size: 18px;
    margin-bottom: 50px
}

body.crypto-currencies .content p.link a.click_here {
    color: #be1e2d !important;
    text-decoration: none
}

body.crypto-currencies .content p.link a.click_here:hover {
    color: #671119 !important
}

body.crypto-currencies .content a.click_here {
    text-decoration: none
}

body.crypto-currencies .content p.global_description.red {
    color: #be1e2d;
    margin-bottom: 50px
}

body.crypto-currencies .content .global_title {
    color: #1b2429;
    margin-top: 20px
}

body.crypto-currencies .content .global_title.second {
    margin-top: 30px;
    margin-bottom: 30px
}

body.crypto-currencies .content .global_title.third {
    margin-top: 50px;
    margin-bottom: 30px
}

body.crypto-currencies .content .chart {
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px
}

body.crypto-currencies .content .chart .chart_icon {
    position: absolute
}

body.crypto-currencies .content .chart .chart_icon .title {
    color: #5b6b87;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 25px;
    float: left
}

body.crypto-currencies .content .chart .chart_icon .icon {
    float: left;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background-size: 50px;
    background-repeat: no-repeat
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_1 {
    top: 30px
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_1 .icon {
    background-image: url(../images/icon_1.png)
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_2 {
    top: 136px
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_2 .icon {
    background-image: url(../images/icon_2.png)
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_3 {
    top: 244px
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_3 .icon {
    background-image: url(../images/icon_3.png)
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_4 {
    top: 30px;
    right: 0
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_4 .icon {
    float: right;
    background-image: url(../images/icon_4.png)
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_4 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_5 {
    top: 136px;
    right: 0
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_5 .icon {
    float: right;
    background-image: url(../images/icon_5.png)
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_5 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_6 {
    top: 244px;
    right: 0
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_6 .icon {
    float: right;
    background-image: url(../images/icon_6.png)
}

body.crypto-currencies .content .chart .chart_icon.chart_icon_6 .title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

body.crypto-currencies .content table {
    width: 100%;
    margin-top: 20px;
    color: #5b6b87;
    margin-bottom: 0
}

body.crypto-currencies .content table thead tr th {
    border-bottom: 2px solid #5b6b87;
    color: #5b6b87;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 10px
}

body.crypto-currencies .content table thead tr th:nth-child(1) {
    width: 70%
}

body.crypto-currencies .content table thead tr th:nth-child(2) {
    width: 30%
}

body.crypto-currencies .content table tbody tr {
    width: 50%;
    color: #5b6b87
}

body.crypto-currencies .content table tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px;
    font-family: Proxima_Nova_Light
}

body.crypto-currencies .content table tbody tr:nth-child(odd) {
    background-color: #ebf0f4
}

body.crypto-currencies .content .products_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.crypto-currencies .content .products_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #1b2429;
    font-weight: 700
}

body.crypto-currencies .content .products_box p {
    color: #1b2429;
    font-size: 16px
}

body.crypto-currencies .content .products_box p span {
    color: #00c8ff
}

body.crypto-currencies .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.crypto-currencies .content a.view_all {
    float: right;
    width: 110px;
    background-color: #fff;
    color: #5b6b87;
    text-align: center;
    padding: 7px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 11px;
    border-radius: 5px;
    border: 1px solid #5b6b87;
    font-weight: 700
}

body.crypto-currencies .content a.view_all:hover {
    background-color: #5b6b87;
    color: #fff
}

body.crypto-currencies .content .product_box .icon_box {
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 33px 5px;
    cursor: context-menu;
    color: #1b2429;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: relative;
    border: 1px solid #006ed2;
    text-decoration: none
}

body.crypto-currencies .content .product_box .icon_box:hover {
    background-color: #006ed2;
    text-decoration: none
}

body.crypto-currencies .content .product_box .icon_box:last-child {
    margin-right: 0
}

body.crypto-currencies .content .product_box .icon_box .icon {
    margin: 0 auto;
    background-size: 100%;
    width: 120px;
    height: 78px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px
}

body.crypto-currencies .content .product_box .icon_box .icon.icon_1 {
    background-position: 0 -12px
}

body.crypto-currencies .content .product_box .icon_box:hover > .icon.icon_1 {
    background-position: 0 -100px
}

body.crypto-currencies .content .product_box .icon_box:hover > * {
    color: #fff
}

body.crypto-currencies .content .product_box .icon_box .icon.icon_2 {
    background-position: 0 -183px
}

body.crypto-currencies .content .product_box .icon_box:hover > .icon.icon_2 {
    background-position: 0 -263px
}

body.crypto-currencies .content .product_box .icon_box .icon.icon_3 {
    background-position: 0 -337px
}

body.crypto-currencies .content .product_box .icon_box:hover > .icon.icon_3 {
    background-position: 0 -406px
}

body.crypto-currencies .content .product_box .icon_box .icon.icon_4 {
    background-position: 0 -481px
}

body.crypto-currencies .content .product_box .icon_box:hover > .icon.icon_4 {
    background-position: 0 -561px
}

body.crypto-currencies .content .product_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.crypto-currencies .content .product_box .icon_title {
    font-weight: 700;
    font-size: 18px;
    color: #1b2429;
    margin-top: 10px
}

body.crypto-currencies .content .product_box .icon_desc {
    margin-top: 10px
}

body.crypto-currencies .content .box_content {
    margin-top: 20px;
    margin-bottom: 20px
}

body.crypto-currencies .content .box_arrow {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    min-height: 62px;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    cursor: context-menu
}

body.crypto-currencies .content .box_arrow:before {
    content: '';
    vertical-align: middle;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: -22px 10px;
    top: 0;
    left: 11px;
    margin-right: 30px
}

body.crypto-currencies .content .box_arrow:hover::before {
    background-position: 8px -20px
}

body.crypto-currencies .content .box_arrow:hover {
    color: #00c7ff
}

body.crypto-currencies .content .box_arrow .arrow_desc {
    float: left;
    margin-top: 7px
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon .icon {
    float: right
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon .title {
    float: right;
    margin-left: 0;
    margin-right: 20px
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_4 {
    right: auto;
    left: 0
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_5 {
    right: auto;
    left: 0
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_6 {
    right: auto;
    left: 0
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_4 .icon {
    float: left !important
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_5 .icon {
    float: left !important
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_6 .icon {
    float: left !important
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_4 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_5 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_6 .title {
    float: left !important;
    margin-left: 20px !important;
    margin-right: 0 !important
}

html[lang=ar] body.crypto-currencies .content table {
    text-align: right
}

html[lang=ar] body.crypto-currencies .content a.view_all {
    float: left
}

html[lang=ar] body.crypto-currencies .content .box_arrow:before {
    float: right;
    left: auto;
    right: 11px;
    margin-right: 0;
    margin-left: 30px
}

html[lang=ar] body.crypto-currencies .content .box_arrow .arrow_desc {
    float: right
}

html[lang=ar] body.crypto-currencies .content .product_box .arrow-left {
    right: auto;
    left: 5px;
    transform: rotate(-45deg)
}

html[lang=ar] body.crypto-currencies .content p.link {
    text-align: right
}

body.fees-and-commissions .content .box {
    border: 1px solid rgba(137, 142, 145, .5);
    float: left;
    min-height: 345px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
    width: 100%
}

body.fees-and-commissions .content .box .image img {
    width: 100%
}

body.fees-and-commissions .content .box h3 {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    color: #333
}

body.fees-and-commissions .content .box p {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    color: #1b2429;
    font-size: 16px;
    margin-bottom: 0
}

body.fees-and-commissions .content .box a {
    text-align: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #00c7ff 50%);
    transition: background-position .4s;
    color: #fff;
    padding: 5px 20px;
    margin-top: 0;
    border-radius: 6px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    bottom: 0;
    position: absolute;
    left: 0
}

body.fees-and-commissions .content .box a:hover {
    background-position: -100% 100%
}

body.fees-and-commissions .content .products_box {
    padding: 10px 30px;
    float: left;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.fees-and-commissions .content .products_box h4 {
    font-size: 29px;
    margin-bottom: 20px;
    color: #1b2429
}

body.fees-and-commissions .content .products_box p {
    color: #1b2429;
    font-size: 18px
}

body.fees-and-commissions .content .products_box p b {
    color: #bd1e2d
}

body.fees-and-commissions .content .products_box p span {
    color: #00c8ff
}

body.fees-and-commissions .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.fees-and-commissions .content .products_box h5 {
    padding-bottom: 0;
    margin-bottom: 10px;
    float: left;
    margin-top: 14px
}

body.fees-and-commissions .content a.view_products_button {
    float: right;
    text-align: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #00c7ff 50%);
    transition: background-position .4s;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none;
    position: absolute;
    right: 26px;
    top: 17px
}

body.fees-and-commissions .content a.view_products_button:hover {
    background-position: -100% 100%
}

body.fees-and-commissions .content .products_box.latest {
    margin-bottom: 10px
}

html[lang=ar] body.fees-and-commissions .content .box h3 {
    text-align: right
}

html[lang=ar] body.fees-and-commissions .content .box p {
    text-align: right
}

html[lang=ar] body.fees-and-commissions .content .box ul {
    text-align: right
}

html[lang=ar] body.fees-and-commissions .content .box a {
    right: 0;
    left: auto
}

html[lang=ar] body.fees-and-commissions .content .products_box h5 {
    float: right
}

html[lang=ar] body.fees-and-commissions .content a.view_products_button {
    float: left;
    right: auto;
    left: 26px
}

body.swap-free-accounts .content .box {
    border: 1px solid rgba(137, 142, 145, .5);
    margin-bottom: 50px;
    margin-top: 30px
}

body.swap-free-accounts .content .box img {
    width: 100%;
    margin-bottom: 20px
}

body.swap-free-accounts .content .box p {
    color: #1b2429;
    font-size: 18px;
    padding: 0 30px
}

body.swap-free-accounts .content .box ul {
    list-style-type: none
}

body.swap-free-accounts .content .box ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #00c8ff
}

body.swap-free-accounts .content .box ul li span {
    color: #1b2429
}

body.swap-free-accounts .content .box ul li::before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    margin-right: 12px
}

body.swap-free-accounts .content .products_box {
    padding: 10px 30px;
    float: left;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.swap-free-accounts .content .products_box h4 {
    font-size: 29px;
    margin-bottom: 20px;
    color: #1b2429
}

body.swap-free-accounts .content .products_box p {
    color: #1b2429;
    font-size: 18px
}

body.swap-free-accounts .content .products_box p b {
    color: #bd1e2d
}

body.swap-free-accounts .content .products_box p span {
    color: #00c8ff
}

body.swap-free-accounts .content .products_box p a {
    color: #00c8ff;
    text-decoration: none
}

body.swap-free-accounts .content .products_box h5 {
    padding-bottom: 0;
    margin-bottom: 10px;
    float: left;
    margin-top: 14px
}

body.swap-free-accounts .content a.view_products_button {
    float: right;
    text-align: center;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #00c7ff 50%);
    transition: background-position .4s;
    color: #fff;
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none;
    position: absolute;
    right: 26px;
    top: 17px
}

body.swap-free-accounts .content a.view_products_button:hover {
    background-position: -100% 100%
}

body.swap-free-accounts .content .products_box.latest {
    margin-bottom: 10px
}

html[lang=ar] body.swap-free-accounts .content .box p {
    text-align: right
}

html[lang=ar] body.swap-free-accounts .content .box ul {
    text-align: right
}

html[lang=ar] body.swap-free-accounts .content .box ul li::before {
    content: "\f0a8";
    margin-right: 0;
    margin-left: 12px
}

html[lang=ar] body.swap-free-accounts .content .products_box h5 {
    float: right
}

html[lang=ar] body.swap-free-accounts .content a.view_products_button {
    float: left;
    right: auto;
    left: 26px
}

body.platforms a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.platforms a.box.latest {
    margin-bottom: 0
}

body.platforms a.box:hover {
    border-top: 5px solid #006ed2
}

body.platforms a.box:hover div.view_all {
    background-position: -100% 100%
}

body.platforms a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.platforms a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.platforms a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.platforms a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.platforms .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.platforms .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.platforms a.box .title {
    text-align: right
}

html[lang=ar] body.platforms a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.platforms a.box .title_2 {
    font-size: 37px;
    text-align: right
}

html[lang=ar] body.platforms a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.platforms .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.mt4 .content img.platform_pc {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px
}

body.mt4 .content img.platform_mobile {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 40px
}

body.mt4 .content .row_table {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px
}

body.mt4 .content .row_table tbody tr:nth-child(odd) {
    background-color: #edeef0
}

body.mt4 .content .row_table tbody tr:nth-child(even) {
    background-color: #fff
}

body.mt4 .content .row_table tbody tr td {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    width: 50%
}

body.mt4 .content .row_table tbody tr td p {
    color: #1b2429;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 17px;
    padding-left: 50px
}

body.mt4 .content .row_table tbody tr td p:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 20px
}

body.mt4 .content .row_store .download_title {
    font-size: 28px;
    color: #1b2429;
    margin-top: 90px
}

body.mt4 .content .row_store a {
    margin-top: 10px;
    display: inline-block
}

body.mt4 .content .row_store a img.store {
    width: 174px
}

body.mt4 .content .row_store p.global_description {
    margin-top: 10px
}

body.mt4 .content img.webtrader {
    width: 100%;
    margin-top: 20px
}

body.mt4 .content p.global_description a {
    text-decoration: none;
    color: #00c6ff
}

body.mt4 .content .download_multi_terminal_title {
    font-size: 18px;
    color: #00c6ff
}

body.mt4 .content .multi-terminal .download_multi_terminal_title {
    color: #00c6ff;
    margin-top: 10px
}

body.mt4 .content a.download_button {
    color: #fff;
    float: left;
    display: block;
    width: 230px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 17px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c6ff 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.mt4 .content a.download_button:hover {
    background-position: -100% 100%
}

body.mt4 .content a.download_button.latest {
    margin-bottom: 0
}

html[lang=ar] body.mt4 .content .row_table tbody tr td p {
    padding-left: auto;
    padding-right: 50px;
    text-align: right
}

html[lang=ar] body.mt4 .content .row_table tbody tr td p:before {
    left: auto;
    right: 20px
}

html[lang=ar] body.mt4 .content a.download_button {
    float: right
}

html[lang=ar] body.mt4 .content .row_store .download_title {
    text-align: right
}

html[lang=ar] body.mt4 .content .download_multi_terminal_title {
    text-align: right
}

html[lang=ar] body.mt4 .content .row_store a {
    float: right
}

body.mt5 .content img.platform_pc {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px
}

body.mt5 .content img.platform_mobile {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 40px
}

body.mt5 .content .global_description span {
    color: #00c6ff
}

body.mt5 .content .row_table {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px
}

body.mt5 .content .row_table tbody tr:nth-child(odd) {
    background-color: #edeef0
}

body.mt5 .content .row_table tbody tr:nth-child(even) {
    background-color: #fff
}

body.mt5 .content .row_table tbody tr td {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    width: 50%
}

body.mt5 .content .row_table tbody tr td p {
    color: #1b2429;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 17px;
    padding-left: 50px
}

body.mt5 .content .row_table tbody tr td p:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 20px
}

body.mt5 .content .row_store .download_title {
    font-size: 28px;
    color: #1b2429;
    margin-top: 90px
}

body.mt5 .content .row_store a {
    margin-top: 10px;
    display: inline-block
}

body.mt5 .content .row_store a img.store {
    width: 174px
}

body.mt5 .content .row_store p.global_description {
    margin-top: 10px
}

body.mt5 .content .multi-terminal .download_multi_terminal_title {
    color: #00c6ff;
    margin-top: 10px
}

body.mt5 .content a.download_button {
    color: #fff;
    float: left;
    display: block;
    width: 230px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 17px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c6ff 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.mt5 .content a.download_button:hover {
    background-position: -100% 100%
}

body.mt5 .content a.download_button.latest {
    margin-bottom: 0
}

body.mt5 .content img.webtrader {
    width: 100%;
    margin-top: 20px
}

body.mt5 .content p.global_description a {
    text-decoration: none;
    color: #00c6ff
}

html[lang=ar] body.mt5 .content .row_table tbody tr td p {
    padding-left: auto;
    padding-right: 50px;
    text-align: right
}

html[lang=ar] body.mt5 .content .row_table tbody tr td p:before {
    left: auto;
    right: 20px
}

html[lang=ar] body.mt5 .content a.download_button {
    float: right
}

html[lang=ar] body.mt5 .content .row_store .download_title {
    text-align: right
}

html[lang=ar] body.mt5 .content .download_multi_terminal_title {
    text-align: right
}

html[lang=ar] body.mt5 .content .row_store a {
    float: right
}

body.shift-to-mt5 .sub_header {
    background-image: url(../images/hd_banner.jpg)
}

body.shift-to-mt5 .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.shift-to-mt5 .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.shift-to-mt5 .sub_header .material-button-raised.green {
    border-radius: 10px;
    background-color: #fff;
    color: #006ece;
    -webkit-box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 14px -4px rgba(0, 0, 0, .75)
}

body.shift-to-mt5 .sub_header_tree {
    background-color: #006ece
}

body.shift-to-mt5 .sub_header {
    padding-bottom: 60px
}

body.shift-to-mt5 .content {
    padding-top: 60px;
    padding-bottom: 0
}

body.shift-to-mt5 .content h3 {
    font-weight: 700;
    color: #006ece;
    font-size: 34px
}

body .content .mt5_box {
    border: 1px solid rgba(65, 153, 235, .4);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 26px -13px rgba(222, 222, 222, 1), inset 0 0 26px -13px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0 0 26px -13px rgba(222, 222, 222, 1), inset 0 0 26px -13px rgba(222, 222, 222, 1);
    box-shadow: 0 0 26px -13px rgba(222, 222, 222, 1), inset 0 0 26px -13px rgba(222, 222, 222, 1);
    padding: 25px 20px;
    width: 90%;
    float: right
}

body .content .mt5_box img.mt5_logo {
    width: 250px;
    margin-top: 10px
}

body .content .mt5_box img.phone {
    width: 250px;
    margin-top: 30px
}

body .content .mt5_box a.start_trading {
    background: linear-gradient(90deg, rgba(78, 133, 237, 1) 0, rgba(35, 197, 232, 1) 100%);
    display: block;
    color: #fff;
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 30px
}

body .content .mt5_box a.start_trading i {
    margin-right: 12px
}

body .content .mt5_box a.start_trading:hover {
    background: linear-gradient(90deg, #3e82d1 0, #3e82d1 100%)
}

body.shift-to-mt5 .content h4 {
    color: #1b2429;
    font-size: 34px
}

body.shift-to-mt5 .content .global_seperator {
    margin-top: 40px;
    margin-bottom: 50px
}

body.shift-to-mt5 .content .icon_box {
    margin-top: 30px;
    margin-bottom: 30px
}

body.shift-to-mt5 .content .icon_box .icon {
    background-image: url(../images/icon_1.png);
    width: 110px;
    height: 110px;
    background-size: 100%;
    border: 1px solid #46a1e8;
    border-radius: 50%
}

body.shift-to-mt5 .content .icon_box:hover .icon {
    background-color: #46a1e8
}

body.shift-to-mt5 .content .icon_box:hover .icon_1 {
    background-image: url(../images/icon_1_h.png)
}

body.shift-to-mt5 .content .icon_box .icon.icon_2 {
    background-image: url(../images/icon_2.png)
}

body.shift-to-mt5 .content .icon_box:hover .icon_2 {
    background-image: url(../images/icon_2_h.png)
}

body.shift-to-mt5 .content .icon_box .icon.icon_3 {
    background-image: url(../images/icon_3.png)
}

body.shift-to-mt5 .content .icon_box:hover .icon_3 {
    background-image: url(../images/icon_3_h.png)
}

body.shift-to-mt5 .content .icon_box .icon.icon_4 {
    background-image: url(../images/icon_4.png)
}

body.shift-to-mt5 .content .icon_box:hover .icon_4 {
    background-image: url(../images/icon_4_h.png)
}

body.shift-to-mt5 .content .icon_box .icon_title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px
}

body.shift-to-mt5 .content .row_table {
    margin-top: 50px
}

body.shift-to-mt5 .content .row_table .table_header_features {
    color: #6d6e71;
    font-size: 50px;
    margin-top: 73px
}

body.shift-to-mt5 .content .row_table .table_header_mt4 {
    background-color: #f5f6f7
}

body.shift-to-mt5 .content .row_table .table_header_mt4 img.mt4_logo {
    width: 200px;
    margin-top: 34px
}

body.shift-to-mt5 .content .row_table .table_header_mt5 {
    background: linear-gradient(90deg, rgba(78, 133, 237, 1) 0, rgba(35, 197, 232, 1) 100%)
}

body.shift-to-mt5 .content .row_table .table_header_mt5 .title {
    background-color: #006ece;
    text-align: center;
    color: #fff;
    padding: 3px 8px;
    font-size: 18px
}

body.shift-to-mt5 .content .row_table .table_header_mt5 img.mt5_logo {
    width: 200px
}

body.shift-to-mt5 .content .row_body {
    margin-top: 14px
}

body.shift-to-mt5 .content .div_more {
    display: none
}

body.shift-to-mt5 .content .row_body .table_body_title {
    border: 1px solid #ebeced;
    font-size: 17px;
    color: #6d6e71;
    padding: 10px 7px;
    font-weight: 700
}

body.shift-to-mt5 .content .row_body .table_body_title.odd {
    border-color: #f5f6f7;
    background-color: #f5f6f7
}

body.shift-to-mt5 .content .row_body .table_body_value_1 {
    border: 1px solid #ebeced;
    font-size: 17px;
    color: #6d6e71;
    padding: 10px 15px;
    text-align: center
}

body.shift-to-mt5 .content .row_body .table_body_value_2 {
    border: 1px solid transparent;
    font-size: 17px;
    color: #fff;
    padding: 10px 15px;
    background: linear-gradient(90deg, rgba(78, 133, 237, 1) 0, rgba(35, 197, 232, 1) 100%);
    text-align: center
}

body.shift-to-mt5 .content .row_body .two_line {
    padding-top: 23px;
    padding-bottom: 23px
}

body.shift-to-mt5 .content .form_section {
    background-image: url(../images/bg-2.jpg);
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 80px
}

body.shift-to-mt5 .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.shift-to-mt5 .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.shift-to-mt5 .content form#form_amana .row:nth-child(4) {
    margin-top: 30px
}

body.shift-to-mt5 .content form#form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.shift-to-mt5 .content form#form_amana .show_for_corporate {
    display: none
}

body.shift-to-mt5 .content form#form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.shift-to-mt5 .content form#form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.shift-to-mt5 .content form#form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 0
}

body.shift-to-mt5 .content form#form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.shift-to-mt5 .content form#form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.shift-to-mt5 .content form#form_amana .form-check .form-check-label a {
    color: #a3dcf3;
    text-decoration: none
}

body.shift-to-mt5 .content form#form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.shift-to-mt5 .content form#form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgba(78, 133, 237, 1) 0, rgba(35, 197, 232, 1) 100%);
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.shift-to-mt5 .content form#form_amana .register_button:hover {
    background: linear-gradient(90deg, #3e82d1 0, #3e82d1 100%)
}

body.shift-to-mt5 .content form#form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #117ba6;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.shift-to-mt5 .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.shift-to-mt5 .tooltip {
    opacity: 1
}

body.shift-to-mt5 .content form#form_amana .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.shift-to-mt5 .content a.load_more {
    display: block;
    text-align: center;
    background-color: #f5f6f7;
    color: #6d6e71;
    font-size: 17px;
    padding: 8px 10px;
    text-decoration: none
}

body.shift-to-mt5 .content a.load_more:hover {
    background-color: #dbdddf
}

body.shift-to-mt5 .content .mobile_table {
    display: none
}

html[lang=ar] body.shift-to-mt5 .content h3 {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content h4 {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content .icon_box .icon_title {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content .global_description {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content .icon_desc {
    text-align: right
}

html[lang=ar] body .content .mt5_box {
    float: left;
    padding: 0 20px
}

html[lang=ar] body .content .mt5_box a.start_trading i {
    margin-right: 0;
    margin-left: 12px
}

html[lang=ar] body.shift-to-mt5 .content .row_table .table_header_features {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content .row_body .table_body_title {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content font {
    direction: ltr
}

html[lang=ar] body.shift-to-mt5 .content .row_body .table_body_title {
    font-size: 15px
}

html[lang=ar] body.shift-to-mt5 .content .row_body .table_body_value_1 {
    font-size: 15px
}

html[lang=ar] body.shift-to-mt5 .content .row_body .table_body_value_2 {
    font-size: 15px
}

html[lang=ar] body.shift-to-mt5 .content .two_line_arabic {
    padding: 22px 15px
}

html[lang=ar] body.shift-to-mt5 .content a.load_more {
    font-size: 15px
}

html[lang=ar] body.shift-to-mt5 .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.shift-to-mt5 .content form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.shift-to-mt5 form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.shift-to-mt5 .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.shift-to-mt5 .content .mobile_table .platform {
    float: right
}

html[lang=ar] body.shift-to-mt5 .content .mobile_table .value {
    float: right
}

html[lang=ar] body.shift-to-mt5 .sub_header {
    background-image: url(../images/hd_banner_arabic.jpg)
}

html[lang=ar] body.shift-to-mt5 .content .form_section {
    background-image: url(../images/bg-2-arabic.jpg)
}

body.tools a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.tools a.box.latest {
    margin-bottom: 0
}

body.tools a.box:hover {
    border-top: 5px solid #006ed2
}

body.tools a.box:hover div.view_all {
    background-position: -100% 100%
}

body.tools a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.tools a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.tools a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.tools a.box .desc_2 {
    color: #f3f4f4;
    font-size: 23px
}

body.tools .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.tools .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.tools a.box .title {
    text-align: right
}

html[lang=ar] body.tools a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.tools a.box .title_2 {
    font-size: 37px;
    text-align: right
}

html[lang=ar] body.tools a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.tools .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.trading-signals .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.trading-signals .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.trading-signals .content .box {
    width: 100%;
    display: block;
    padding: 20px 10px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

body.trading-signals .content .box:hover {
    -webkit-box-shadow: 0 0 22px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 22px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .75)
}

body.trading-signals .content .box a.login_button {
    display: block;
    width: 250px;
    background-color: #4bb662;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin: 0 auto
}

body.trading-signals .content .box a.login_button:hover {
    background-color: #3a8f4c
}

body.trading-signals .content .box a.login_button.login_ac {
    background-color: #3b3b3b
}

body.trading-signals .content .box a.login_button.login_ac:hover {
    background-color: #262626
}

body.trading-signals .content .box a.login_button.login_tradecaptain {
    background-color: #ed422c
}

body.trading-signals .content .box a.login_button.login_tradecaptain:hover {
    background-color: #c93623
}

body.trading-signals .content .box .signal_img img {
    width: 170px
}

body.trading-signals .content .box ul {
    padding: 0;
    list-style-type: none
}

body.trading-signals .content .box hr {
    border-top: 1px solid rgba(137, 142, 145, .5);
    margin-top: 30px;
    margin-bottom: 30px
}

body.trading-signals .content .box ul li {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    min-height: 62px;
    width: 100%;
    position: relative
}

body.trading-signals .content .box ul li:last-child {
    margin-bottom: 0
}

body.trading-signals .content .box ul li span {
    padding-left: 44px;
    margin-top: 10px;
    font-size: 13px;
    display: block;
    color: #1b2429
}

body.trading-signals .content .box ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid rgba(137, 142, 145, .5);
    background-position: 8px 8px;
    top: 14px;
    left: 11px
}

body.trading-signals .content .row_box div:nth-child(2) .box ul li:before {
    background-image: url(../images/2.png)
}

body.trading-signals .content .row_box div:nth-child(3) .box ul li:before {
    background-image: url(../images/4.png)
}

body.trading-signals .content .row_box {
    margin-left: -5px;
    margin-right: -5px
}

body.trading-signals .content .row_box [class*=col-]:not(:first-child), body.trading-signals .content .row_box [class*=col-]:not(:last-child) {
    padding-right: 5px;
    padding-left: 5px
}

body.trading-signals .content .row_box div:nth-child(1) .box ul li:nth-child(3) span {
    margin-top: 10px
}

body.trading-signals .content .row_box div:nth-child(2) .box ul li:nth-child(1) span {
    margin-top: 10px
}

body.trading-signals .content .row_box div:nth-child(2) .box ul li:nth-child(3) span {
    margin-top: 10px
}

body.trading-signals .content .row_box div:nth-child(2) .box ul li:nth-child(4) span {
    margin-top: 10px
}

body.trading-signals .content .row_box div:nth-child(3) .box ul li:nth-child(1) span {
    margin-top: 10px
}

body.trading-signals .content .row_box div:nth-child(3) .box ul li:nth-child(2) span {
    margin-top: 10px
}

body.trading-signals .content .row_box div:nth-child(3) .box ul li:nth-child(3) span {
    margin-top: 10px
}

body.trading-signals .content .row_table {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px
}

body.trading-signals .content .row_table tbody tr:nth-child(odd) {
    background-color: #edeef0
}

body.trading-signals .content .row_table tbody tr:nth-child(even) {
    background-color: #fff
}

body.trading-signals .content .row_table tbody tr td {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    width: 50%
}

body.trading-signals .content .row_table tbody tr td p {
    color: #1b2429;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 17px;
    padding-left: 50px
}

body.trading-signals .content .row_table tbody tr td p:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 20px
}

body.trading-signals #loginModal h6 {
    font-size: 26px;
    color: #262262
}

body.trading-signals #loginModal input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(38, 34, 98, .5);
    border-radius: 3px
}

body.trading-signals #loginModal #trading_signals_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.trading-signals .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

html[lang=ar] body.trading-signals .content .box ul li:before {
    left: auto;
    right: 11px
}

html[lang=ar] body.trading-signals .content .box ul li span {
    padding-left: 0;
    padding-right: 44px;
    text-align: right
}

html[lang=ar] body.trading-signals .content .row_table tbody tr td p {
    padding-left: 0;
    padding-right: 50px;
    text-align: right
}

html[lang=ar] body.trading-signals .content .row_table tbody tr td p:before {
    left: auto;
    right: 20px
}

html[lang=ar] body.trading-signals #loginModal #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.trading-signals #loginModal .modal-header .close {
    text-align: left;
    width: 97%
}

html[lang=ar] body.trading-signals #loginModal h6 {
    text-align: right;
    display: block;
    width: 90%
}

html[lang=ar] body.trading-signals #loginModal #trading_signals_captcha {
    right: auto;
    left: 16px
}

body.mobileapp .content .mobile_bg {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
    margin-top: 22px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5)
}

body.mobileapp .content .mobile_bg .layer {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.mobileapp .content .mobile_bg img.mobileapp_img {
    width: 219px
}

body.mobileapp .content .mobile_bg ul {
    list-style-type: none;
    padding: 0;
    margin-top: 75px;
    margin-left: 13px
}

body.mobileapp .content .mobile_bg ul li {
    position: relative;
    border-bottom: 1px solid rgba(137, 142, 145, .5);
    margin-bottom: 17px;
    padding-bottom: 17px;
    font-size: 15px
}

body.mobileapp .content .mobile_bg ul li:last-child {
    border-bottom: 0
}

body.mobileapp .content .mobile_bg ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 3px
}

body.mobileapp .content .global_seperator.latest {
    margin-bottom: 10px
}

body.mobileapp .content .row_store {
    margin-top: 79px;
    margin-left: 50px
}

body.mobileapp .content .row_store a {
    margin-top: 18px;
    display: inline-block
}

body.mobileapp .content .row_store .qr_box {
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 0;
    padding: 10px
}

body.mobileapp .content .row_store .store_desc {
    margin-top: 30px;
    margin-bottom: 35px
}

body.mobileapp .content .row_store .scan {
    font-size: 16px
}

body.mobileapp .content .row_store a:first-child img.store {
    margin-top: 16px
}

body.mobileapp .content .row_store a img.store {
    width: 159px
}

html[lang=ar] body.mobileapp .content .mobile_bg ul li:before {
    left: auto;
    right: -25px
}

html[lang=ar] body.mobileapp .content .mobile_bg ul {
    margin-left: 0;
    margin-right: 13px;
    text-align: right
}

html[lang=ar] body.mobileapp .content .row_store {
    margin-left: 0;
    margin-right: 50px
}

html[lang=ar] body.mobileapp .content .row_store h4.store_title {
    text-align: right
}

html[lang=ar] body.mobileapp .content .row_store .store_desc {
    text-align: right
}

body.vps .content img.vps_circle {
    width: 100%
}

body.vps .content .row_vps_circle p:first-child {
    margin-top: 23px
}

body.vps .content img.vps_advantages {
    width: 100%;
    margin-top: 20px
}

body.vps .content .row_advantages ul {
    list-style-type: none;
    margin-top: 10px
}

body.vps .content .row_advantages ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #00c8ff
}

body.vps .content .row_advantages ul li span {
    color: #1b2429
}

body.vps .content .row_advantages ul li::before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    margin-right: 12px
}

body.vps .content img.vps_tablet {
    width: 70%;
    margin-top: -24px
}

body.vps .content .row_request a {
    color: #fff;
    float: left;
    display: block;
    width: 200px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 7px;
    margin-bottom: 20px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c7ff 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.vps .content .row_request a:hover {
    background-position: -100% 100%
}

body.vps .content .row_steps {
    margin-top: 20px
}

body.vps .content .step_box {
    background-image: url(../images/vps-steps.png);
    float: left;
    width: 275px;
    height: 305px;
    background-size: cover;
    position: relative
}

body.vps .content .step_title {
    position: absolute;
    top: 85px;
    left: 103px;
    font-size: 23px;
    color: #00c7ff;
    font-weight: 700
}

body.vps .content .step_desc {
    position: absolute;
    top: 167px;
    left: 20px;
    font-size: 14px;
    text-align: justify;
    width: 240px
}

body.vps .content .step_desc span {
    color: #00c7ff
}

body.vps .content .horizonal-separator {
    float: left;
    margin-top: 144px;
    text-align: center;
    margin-left: 19px;
    margin-right: 19px
}

body.vps .content .line {
    border-bottom: 2px solid #00bdff;
    width: 41px;
    display: inline-block;
    position: relative;
    top: -6px
}

body.vps .content .circle {
    width: 15px;
    height: 15px;
    background: #00bdff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block
}

body.vps .content #vpsModal .captcha_box {
    position: relative
}

body.vps .content #vpsModal img#vps_captcha {
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.vps .content #vpsModal .required {
    border: 1px solid #e3342f !important
}

body.vps .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.vps .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.vps .content .dropdown.bootstrap-select {
    width: 100%
}

body.vps .content .dropdown .btn-light {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: block
}

html[lang=ar] body.vps .content .row_advantages ul li::before {
    content: "\f0a8";
    margin-right: 0;
    margin-left: 12px
}

html[lang=ar] body.vps .content .row_advantages ul {
    float: right;
    text-align: right
}

html[lang=ar] body.vps .content .row_request a {
    float: right
}

html[lang=ar] body.vps .content img.vps_tablet {
    float: right
}

html[lang=ar] body.vps .content .step_box {
    float: right
}

html[lang=ar] body.vps .content .horizonal-separator {
    float: right;
    margin-left: 17px;
    margin-right: 17px
}

html[lang=ar] #vpsModal .modal-title {
    text-align: right
}

html[lang=ar] #vpsModal .modal-small-title {
    text-align: right
}

html[lang=ar] #vpsModal .modal-header button {
    position: absolute;
    left: 0
}

html[lang=ar] #vpsModal .modal-body .form-group {
    text-align: right
}

html[lang=ar] #vpsModal .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] #vpsModal .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] #vpsModal .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] #vpsModal .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] #vpsModal .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.vps .content #vpsModal img#vps_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] #vpsModal .form-check-label, html[lang=ar] #vpsModal .form-check-label-terms {
    text-align: right;
    margin-right: 22px;
    width: 100%
}

html[lang=ar] #vpsModal .form-check-input {
    right: 0
}

html[lang=ar] #vpsModal .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-left: .25rem
}

html[lang=ar] #vpsModal .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem
}

html[lang=ar] body.vps .content .step_title {
    left: 89px
}

html[lang=ar] body.vps .content .row_request a {
    width: 240px
}

body.live-prices .content h4 {
    margin-bottom: 0
}

body.live-prices .content .time {
    color: #929497;
    font-size: 16px;
    margin-bottom: 20px
}

body.live-prices .content .price_by_tc {
    text-align: left;
    color: #184860;
    font-size: 15px;
    margin-top: 32px;
    margin-bottom: 10px
}

body.live-prices .content .price_by_tc img {
    width: 30px
}

body.live-prices .content iframe {
    width: 100%;
    height: 2037px;
    border: 0;
    overflow-x: hidden;
    display: block
}

html[lang=ar] body.live-prices .content .price_by_tc {
    text-align: right
}

body.financial-calculators .content nav.tabs {
    margin-top: 20px
}

body.financial-calculators .content .nav-tabs {
    border-bottom: 0
}

body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link {
    border: 0;
    border-right: 1px solid rgba(109, 110, 112, .5);
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 25px;
    color: rgba(109, 110, 112, .7);
    font-family: Proxima_Nova_Light;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link:first-child {
    padding-left: 0
}

body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link:last-child {
    padding-right: 0;
    border-right: 0
}

body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link.active {
    background-color: transparent;
    color: #00c8ff;
    font-weight: 700
}

body.financial-calculators .content .tab-content {
    margin-top: 30px
}

body.financial-calculators .content .tab-content .box {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.financial-calculators .content .tab-content .box p {
    font-size: 16px;
    margin-top: 20px
}

body.financial-calculators .content .dropdown.bootstrap-select {
    width: 100%;
    border: 1px solid rgba(141, 145, 148, .5)
}

body.financial-calculators .content .dropdown .btn-light {
    background-color: transparent;
    border-radius: 0
}

body.financial-calculators .content .dropdown-item.active, body.financial-calculators .content .dropdown-item:active {
    background-color: #00c8ff
}

body.financial-calculators .content input[type=text] {
    width: 100%;
    border: 1px solid rgba(141, 145, 148, .5);
    background-color: transparent;
    padding: 7px 13px
}

body.financial-calculators .content .btn_calc {
    color: #00c8ff;
    border: 1px solid #00c8ff;
    text-align: left;
    display: block;
    padding: 7px 15px;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.financial-calculators .content .btn_calc:hover {
    background-color: #00c8ff;
    color: #fff
}

body.financial-calculators .content .btn_reset {
    color: #be1e2d;
    border: 1px solid #be1e2d;
    text-align: left;
    display: block;
    padding: 7px 15px;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.financial-calculators .content .btn_reset:hover {
    background-color: #be1e2d;
    color: #fff
}

body.financial-calculators .content label {
    font-size: 16px
}

body.financial-calculators .content .result {
    width: 100%;
    border: 1px solid rgba(141, 145, 148, .5);
    background-color: transparent;
    padding: 7px 13px;
    font-weight: 700;
    color: #39ae4e
}

body.financial-calculators .content .formula {
    background-color: #f1f2f4;
    padding: 2px 15px;
    margin-top: 20px
}

body.financial-calculators .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 100;
    top: 0;
    left: 0;
    display: none
}

body.financial-calculators .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.financial-calculators .content input.error {
    border: 1px solid #be1e2d !important
}

body.financial-calculators .content fieldset#fibonacci {
    border: 1px solid #00bdff;
    padding: 10px 10px;
    margin: 16px 0;
    padding-bottom: 0
}

body.financial-calculators .content fieldset#fibonacci .green {
    width: auto;
    padding: 5px;
    margin: 0
}

body.financial-calculators .content fieldset#fibonacci .green h3 {
    color: #00bdff
}

body.financial-calculators .content fieldset#fibonacci table {
    width: 100%
}

body.financial-calculators .content fieldset#fibonacci .meter {
    background: #00bdff;
    border: 1px solid #00bdff;
    height: 5px;
    display: block;
    line-height: 34px;
    padding-left: 4px;
    color: #00bdff;
    font-size: 16px
}

body.financial-calculators .content fieldset#fibonacci .progress {
    height: 35px;
    border: 1px solid #fff;
    padding: .125rem
}

body.financial-calculators .content fieldset#fibonacci td span {
    padding-left: 9px
}

body.financial-calculators .content fieldset#pivot {
    border: 1px solid #00bdff;
    padding: 10px 10px;
    margin: 16px 0;
    padding-bottom: 25px
}

body.financial-calculators .content fieldset#pivot .green h3 {
    color: #00bdff
}

body.financial-calculators .content fieldset#pivot span {
    width: auto;
    padding: 5px;
    margin: 0
}

body.financial-calculators .content fieldset#pivot table {
    width: 100%
}

body.financial-calculators .content fieldset#pivot table td {
    padding: 5px;
    background-color: #e9ecef;
    border-bottom: 1px solid #fff;
    font-size: 16px
}

body.financial-calculators .content fieldset#pivot table span.green {
    color: #39ae4e
}

body.financial-calculators .content fieldset#pivot table span.red {
    color: #be1e2d
}

body.financial-calculators .content fieldset#pivot legend.green {
    width: auto;
    padding: 5px;
    margin: 0
}

body.financial-calculators .content #form_calc_0 .result {
    direction: ltr;
    background-color: rgba(141, 145, 148, .05)
}

html[lang=ar] body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link {
    border-right: 0;
    border-left: 1px solid rgba(109, 110, 112, .5);
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link:first-child {
    padding: 5px 25px;
    padding-right: 0
}

html[lang=ar] body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link:last-child {
    padding: 5px 25px;
    padding-left: 0;
    border-left: 0
}

html[lang=ar] body.financial-calculators .content .box {
    text-align: right
}

html[lang=ar] body.financial-calculators .content .box .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.financial-calculators .content .box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.financial-calculators .content .box .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.financial-calculators .content .box .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] body.financial-calculators .content .box .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.financial-calculators .content .btn_calc, html[lang=ar] body.financial-calculators .content .btn_reset {
    text-align: right
}

body.prepaid-card .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.prepaid-card .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.prepaid-card .content {
    padding-top: 0;
    padding-bottom: 0
}

body.prepaid-card .content .sub-header {
    border-top: 4px solid #262262;
    padding-top: 50px
}

body.prepaid-card .content hr.global_seperator {
    border-top: 3px solid #e1ebf0;
    margin-bottom: 20px;
    margin-top: 40px
}

body.prepaid-card .content .sub-header .box-shadow {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

body.prepaid-card .content .sub-header .box-shadow:after {
    content: "";
    position: absolute;
    width: 96%;
    height: 15px;
    bottom: -15px;
    left: 2%;
    box-shadow: 0 10px 39px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 10px 39px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 10px 39px rgba(0, 0, 0, .8);
    border-radius: 50%
}

body.prepaid-card .content .sub-header h1 {
    font-size: 70px;
    color: #131385;
    font-weight: 700;
    margin-top: 40px;
    line-height: 70px
}

body.prepaid-card .content .sub-header h1 span {
    color: #535fe9
}

body.prepaid-card .content .sub-header h2 {
    font-size: 40px;
    color: #1f3a93;
    margin-top: 10px
}

body.prepaid-card .content .sub-header .amana_card img {
    width: 100%
}

body.prepaid-card .content .sub-header .apply_button {
    display: block;
    width: 220px;
    background-color: #8fca28;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    border-radius: 3px;
    margin-top: 30px
}

body.prepaid-card .content .sub-header .apply_button.second {
    margin-bottom: 20px;
    margin-top: 50px
}

body.prepaid-card .content .sub-header .apply_button:hover {
    background-color: #131385
}

body.prepaid-card .content .global_title {
    color: #1b2429;
    margin-top: 40px;
    margin-bottom: 30px
}

body.prepaid-card .content .card_icon {
    width: 130px;
    height: 130px;
    display: block;
    background-image: url(../images/icon_1.png);
    background-size: 130px;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

body.prepaid-card .content .card_icon.icon_1 {
    background-image: url(../images/icon_4.png)
}

body.prepaid-card .content .card_icon.icon_2 {
    background-image: url(../images/icon_3.png)
}

body.prepaid-card .content .card_icon.icon_3 {
    background-image: url(../images/icon_2.png)
}

body.prepaid-card .content .icon_box .icon_description {
    color: #1b2429;
    font-weight: 700;
    margin-top: 5px;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 170px;
    margin: 0 auto
}

body.prepaid-card .content img.security-image {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px
}

body.prepaid-card .content ul.key_list {
    list-style-type: none;
    margin-top: 68px
}

body.prepaid-card .content ul.key_list li {
    border-bottom: 1px solid #e8f0f4;
    padding: 15px 0
}

body.prepaid-card .content ul.key_list li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #8fca28;
    padding: 5px 5px;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    margin-right: 20px
}

body.prepaid-card .content ul.key_list li:nth-child(2)::before {
    background-color: #006fdd
}

body.prepaid-card .content ul.key_list li:nth-child(3)::before {
    background-color: #535fe9
}

body.prepaid-card .content ul.key_list li:nth-child(4)::before {
    background-color: #131385
}

body.prepaid-card .content ul.key_list li:nth-child(5)::before {
    background-color: #020217
}

body.prepaid-card .content ul.key_list li span {
    color: #1b2429;
    font-size: 18px
}

body.prepaid-card .content #accordion {
    margin-top: 20px;
    margin-bottom: 30px
}

body.prepaid-card .content .card {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

body.prepaid-card .content .card .card-header {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: 0
}

body.prepaid-card .content .card .card-header h5 button {
    border: 0;
    border-radius: 0
}

body.prepaid-card .content .card .card-header h5 button::before {
    content: "";
    width: 5px;
    height: 69px;
    background-color: #535fe9;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

body.prepaid-card .content .card .card-header h5 button[aria-expanded=true]::before {
    background-color: #8fca28
}

body.prepaid-card .content .card .btn.btn-link {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    border-bottom: 1px solid #e8f0f4
}

body.prepaid-card .content .card:first-child .card-header h5 button {
    border-top: 1px solid #e8f0f4
}

body.prepaid-card .content .card:first-child .card-header h5 button::before {
    height: 70px;
    top: -1px
}

body.prepaid-card .accordion-tools {
    float: right
}

body.prepaid-card .content #expand_all {
    color: #c8cfd3;
    border: 0;
    background-color: transparent;
    float: left;
    cursor: pointer;
    font-size: 18px
}

body.prepaid-card .content #expand_all:hover {
    color: #8fca28
}

body.prepaid-card .content .seperator {
    float: left;
    width: 1px;
    height: 20px;
    background-color: #c8cfd3;
    margin: 0 10px;
    margin-top: 5px
}

body.prepaid-card .content #collapse_all {
    color: #c8cfd3;
    border: 0;
    background-color: transparent;
    float: left;
    cursor: pointer;
    font-size: 18px
}

body.prepaid-card .content #collapse_all:hover {
    color: #535fe9
}

body.prepaid-card .content .card p {
    padding-left: 10px;
    margin: 0
}

body.prepaid-card .content .card .card-header h5 button {
    position: relative
}

body.prepaid-card .content .card .card-header h5 button::after {
    content: "\f0d7";
    top: 10px;
    right: 20px;
    position: absolute;
    font-family: FontAwesome;
    color: #535fe9;
    font-size: 30px
}

body.prepaid-card .content .card .card-header h5 button[aria-expanded=true]::after {
    content: "\f0d8";
    color: #8fca28
}

body.prepaid-card .content table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

body.prepaid-card .content table td, body.prepaid-card .content table th {
    padding: 12px;
    width: 50%;
    font-size: 18px;
    border: 1px solid #e1ebf0
}

body.prepaid-card .content table tr:nth-child(even) {
    background-color: #e1ebf0
}

body.prepaid-card .content table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #8fca28;
    color: #fff
}

body.prepaid-card .content .form_section .navigator {
    background-color: #3632d7;
    padding: 14px 0;
    margin-bottom: 50px
}

body.prepaid-card .content .form_section .navigator #new_client {
    color: #fff;
    border: 0;
    background-color: transparent;
    float: left;
    cursor: pointer;
    color: #c2c1f3;
    font-size: 18px;
    padding: 0
}

body.prepaid-card .content .form_section .navigator #existing_client {
    color: #fff;
    border: 0;
    background-color: transparent;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #c2c1f3;
    padding: 0
}

body.prepaid-card .content .form_section .navigator .active {
    color: #fff !important;
    border-bottom: 1px solid #fff !important
}

body.prepaid-card .content .form_section .navigator .seperator {
    margin-right: 20px;
    margin-left: 20px
}

body.prepaid-card .content .form_section {
    background: #2723b6;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    margin-top: 50px;
    position: relative
}

body.prepaid-card .content .form_section h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

body.prepaid-card .content .form_section p.description {
    color: #fff;
    font-size: 16px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px
}

body.prepaid-card .content form#form_amana {
    display: none
}

body.prepaid-card .content form input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0
}

body.prepaid-card .content form .show_for_corporate {
    display: none
}

body.prepaid-card .content form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.prepaid-card .content form .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    padding: 7px 12px
}

body.prepaid-card .content form img {
    position: absolute;
    right: 16px;
    top: 0
}

body.prepaid-card .content form .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.prepaid-card .content form .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #fff
}

body.prepaid-card .content form .form-check .form-check-label a {
    color: #8fca28;
    text-decoration: none
}

body.prepaid-card .content form input[type=checkbox] {
    float: left;
    width: auto
}

body.prepaid-card .content form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #8fca28;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    border-radius: 3px
}

body.prepaid-card .content form .register_button:hover {
    background-color: #79bc04
}

body.prepaid-card .content form i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: #2b43c3;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.prepaid-card .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.prepaid-card .tooltip {
    opacity: 1
}

body.prepaid-card form .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

html[lang=ar] body.prepaid-card .content .sub-header h1 {
    text-align: right
}

html[lang=ar] body.prepaid-card .content .sub-header h2 {
    text-align: right;
    line-height: 50px;
    margin-top: 20px
}

html[lang=ar] body.prepaid-card .content .form_section h3 {
    text-align: right
}

html[lang=ar] body.prepaid-card .content .form_section p.description {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 20px
}

html[lang=ar] body.prepaid-card .content form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.prepaid-card .content form .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.prepaid-card .content form .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.prepaid-card .content form .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.prepaid-card .content form img {
    right: auto;
    left: 16px
}

html[lang=ar] body.prepaid-card .content form .form-check {
    padding-left: 0
}

html[lang=ar] body.prepaid-card .content form .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.prepaid-card .content form input[type=checkbox] {
    float: right
}

html[lang=ar] body.prepaid-card form i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.prepaid-card .content .sub-header h1 {
    margin-top: 30px;
    line-height: 80px
}

html[lang=ar] body.prepaid-card .content ul.key_list li {
    text-align: right
}

html[lang=ar] body.prepaid-card .content ul.key_list li::before {
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.prepaid-card .content .card .btn.btn-link {
    text-align: right
}

html[lang=ar] body.prepaid-card .content .card .card-header h5 button::after {
    right: auto;
    left: 20px
}

html[lang=ar] body.prepaid-card .content .card .card-header h5 button::before {
    right: 0;
    left: auto
}

html[lang=ar] body.prepaid-card .content .form_section .navigator #new_client {
    float: right
}

html[lang=ar] body.prepaid-card .content .seperator {
    float: right
}

html[lang=ar] body.prepaid-card .content .form_section .navigator #existing_client {
    float: right
}

html[lang=ar] body.prepaid-card .content #expand_all {
    float: right
}

body.partners a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.partners a.box.latest {
    margin-bottom: 0
}

body.partners a.box:hover {
    border-top: 5px solid #006ed2
}

body.partners a.box:hover div.view_all {
    background-position: -100% 100%
}

body.partners a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.partners a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.partners a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.partners a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.partners .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.partners .view_all:hover {
    background-position: -100% 100%
}

body.partners .content .notice_box {
    padding: 30px;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.partners .content .notice_box .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.partners .content .notice_box .title_with_number_box.contact .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    margin-top: -39px;
    font-size: 14px;
    color: #1b2429;
    margin-bottom: 0
}

body.partners .content .notice_box .title_with_number_box.contact .step_desc span {
    color: #00c8ff
}

body.partners .content .notice_box .title_with_number_box.contact .step_desc b {
    font-size: 20px
}

html[lang=ar] body.partners a.box .title {
    text-align: right;
    font-size: 27px
}

html[lang=ar] body.partners a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.partners a.box .title_2 {
    font-size: 37px;
    text-align: right
}

html[lang=ar] body.partners a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.partners .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

html[lang=ar] body.partners .content .notice_box .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.partners .content .notice_box .title_with_number_box.contact .step_desc {
    float: right;
    margin-right: 67px;
    margin-left: 0;
    text-align: right
}

body.introducing-brokers .content .row_box {
    margin-top: 10px
}

body.introducing-brokers .content .full_box {
    border: 1px solid rgba(141, 145, 148, .5);
    float: left;
    margin-bottom: 40px
}

body.introducing-brokers .content .full_box .box {
    width: 33.33333333333333%;
    float: left
}

body.introducing-brokers .content .full_box .box .box_header {
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: 700;
    font-size: 22px
}

body.introducing-brokers .content .full_box .box:nth-child(1) .box_header {
    background-color: #00c8ff;
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.introducing-brokers .content .full_box .box:nth-child(2) .box_header {
    background-color: #006ed2;
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.introducing-brokers .content .full_box .box:nth-child(3) .box_header {
    background-color: #1b2429
}

body.introducing-brokers .content .full_box .box .box_desc {
    padding: 20px 25px;
    min-height: 324px
}

body.introducing-brokers .content .full_box .box:nth-child(1) .box_desc {
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.introducing-brokers .content .full_box .box:nth-child(2) .box_desc {
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.introducing-brokers .content .arrow_box {
    border: 1px solid rgba(141, 145, 148, .5);
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    cursor: context-menu
}

body.introducing-brokers .content .arrow_box .arrow {
    margin: 0 auto;
    background-size: 50px 50px;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid rgba(141, 145, 148, .5);
    background-position: -22px 10px;
    float: left;
    margin-right: 20px
}

body.introducing-brokers .content .arrow_box:hover > .arrow {
    background-position: 8px -20px
}

body.introducing-brokers .content .arrow_box .title {
    font-size: 18px;
    margin-top: 5px
}

body.introducing-brokers .content .arrow_box:hover > .title {
    color: #8bc53f
}

body.introducing-brokers .content .row_arrow_box {
    margin-bottom: 20px
}

body.introducing-brokers .content p.list {
    position: relative
}

body.introducing-brokers .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.introducing-brokers .content .form_title_1 {
    margin-bottom: 30px
}

body.introducing-brokers .content .form_title_2 {
    font-size: 15px;
    margin-bottom: 0
}

body.introducing-brokers .content form#introducing_broker_form .row:nth-child(2) {
    margin-top: 30px
}

body.introducing-brokers .content form#introducing_broker_form {
    margin-top: 10px
}

body.introducing-brokers .content form#introducing_broker_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 0
}

body.introducing-brokers .content form#introducing_broker_form .row.row_custom_form div.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

body.introducing-brokers .content form#introducing_broker_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 0
}

body.introducing-brokers .content form#introducing_broker_form input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5)
}

body.introducing-brokers .content form#introducing_broker_form .dropdown.bootstrap-select {
    width: 100%
}

body.introducing-brokers .content form#introducing_broker_form .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block
}

body.introducing-brokers .content form#introducing_broker_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

body.introducing-brokers .content form#introducing_broker_form .captcha_box {
    position: relative
}

body.introducing-brokers .content form#introducing_broker_form img#introducing_broker_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.introducing-brokers .content form#introducing_broker_form .required {
    border: 1px solid #e3342f !important
}

body.introducing-brokers .content form#introducing_broker_form textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px
}

body.introducing-brokers .content form#introducing_broker_form hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

body.introducing-brokers .content form#introducing_broker_form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 150px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.introducing-brokers .content form#introducing_broker_form .register_button:hover {
    background-position: -100% 100%
}

body.introducing-brokers .content .partners_form_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.introducing-brokers .content .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.introducing-brokers .content .required {
    border: 1px solid #e3342f !important
}

body.introducing-brokers .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.introducing-brokers .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.introducing-brokers .content form#introducing_broker_form .required {
    border: 1px solid #e3342f !important
}

html[lang=ar] body.introducing-brokers .content .arrow_box .arrow {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.introducing-brokers .content .arrow_box .title {
    text-align: right
}

html[lang=ar] body.introducing-brokers .content p.list {
    text-align: right
}

html[lang=ar] body.introducing-brokers .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.introducing-brokers .content .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.introducing-brokers .content .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.introducing-brokers .content .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.introducing-brokers .content .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] body.introducing-brokers .content .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.introducing-brokers .content img#introducing_broker_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] body.introducing-brokers .content .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] body.introducing-brokers .content form#introducing_broker_form .register_button {
    float: right;
    text-align: right
}

html[lang=ar] body.introducing-brokers .content .form_title_1 {
    text-align: right
}

html[lang=ar] body.introducing-brokers .content form#introducing_broker_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 15px
}

html[lang=ar] body.introducing-brokers .content form#introducing_broker_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 15px
}

body.white-labels .content .div_icon {
    margin-top: 20px;
    margin-bottom: 30px
}

body.white-labels .content .div_icon img {
    width: 70px
}

body.white-labels .content .div_icon .icon_title {
    font-weight: 700;
    font-size: 16px
}

body.white-labels .content .div_icon hr {
    margin-top: 10px;
    margin-bottom: 10px
}

body.white-labels .content p.list {
    position: relative
}

body.white-labels .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.white-labels .content .form_title_1 {
    margin-bottom: 30px
}

body.white-labels .content .form_title_1.second {
    margin-top: 20px
}

body.white-labels .content .form_title_2 {
    font-size: 15px;
    margin-bottom: 0
}

body.white-labels .content form#white_labels_form .row:nth-child(2) {
    margin-top: 30px
}

body.white-labels .content form#white_labels_form {
    margin-top: 10px
}

body.white-labels .content form#white_labels_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 0
}

body.white-labels .content form#white_labels_form .row.row_custom_form div.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

body.white-labels .content form#white_labels_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 0
}

body.white-labels .content form#white_labels_form input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5)
}

body.white-labels .content form#white_labels_form .dropdown.bootstrap-select {
    width: 100%
}

body.white-labels .content form#white_labels_form .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block
}

body.white-labels .content form#white_labels_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

body.white-labels .content form#white_labels_form .captcha_box {
    position: relative
}

body.white-labels .content form#white_labels_form img#white_labels_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.white-labels .content form#white_labels_form .required {
    border: 1px solid #e3342f !important
}

body.white-labels .content form#white_labels_form textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px
}

body.white-labels .content form#white_labels_form hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

body.white-labels .content form#white_labels_form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.white-labels .content form#white_labels_form .register_button:hover {
    background-position: -100% 100%
}

body.white-labels .content .partners_form_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.white-labels .content .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.white-labels .content .required {
    border: 1px solid #e3342f !important
}

body.white-labels .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.white-labels .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.white-labels .content form#white_labels_form .required {
    border: 1px solid #e3342f !important
}

body.white-labels .content img.infographics {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(141, 145, 148, .3);
    margin-top: 20px;
    margin-bottom: 40px
}

body.refer-a-friend .content .step_box {
    padding: 10px 15px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: justify;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px
}

body.refer-a-friend .content p.terms {
    color: #be1e2d;
    margin-bottom: 10px;
    font-size: 15px
}

body.refer-a-friend .content .step_box p {
    margin-bottom: 0;
    font-size: 18px
}

body.refer-a-friend .content .step_box p span {
    color: #00c7ff
}

body.refer-a-friend .content .step_box .arrow {
    position: absolute;
    top: -10px;
    left: 14px;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.refer-a-friend .content .step_box:hover {
    background-color: #fafafa
}

body.refer-a-friend .content .step_box:hover > .arrow {
    left: 312px
}

body.refer-a-friend .content table {
    width: 100%;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 20px;
    margin-bottom: 5px
}

body.refer-a-friend .content table thead th {
    padding: 7px 20px;
    width: 25%;
    font-weight: 700;
    font-size: 18px;
    background-color: #f1f2f4;
    border: 1px solid rgba(83, 90, 94, .3)
}

body.refer-a-friend .content table tbody td {
    padding: 7px 20px;
    width: 25%;
    font-size: 16px;
    border: 1px solid rgba(83, 90, 94, .3)
}

body.refer-a-friend .content table tbody tr:nth-child(2) td {
    background-color: #f1f2f4
}

body.refer-a-friend .content p a {
    color: #00c7ff;
    text-decoration: none
}

body.refer-a-friend .content p a:hover {
    color: #05afde
}

body.refer-a-friend .content .hid_element {
    display: none
}

body.refer-a-friend .content .form_title_1 {
    margin-bottom: 30px
}

body.refer-a-friend .content .form_title_2 {
    font-size: 15px;
    margin-bottom: 0
}

body.refer-a-friend .content form#refer_a_friend_form .row:nth-child(2) {
    margin-top: 30px
}

body.refer-a-friend .content form#refer_a_friend_form {
    margin-top: 10px
}

body.refer-a-friend .content form#refer_a_friend_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 0
}

body.refer-a-friend .content form#refer_a_friend_form .row.row_custom_form div.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

body.refer-a-friend .content form#refer_a_friend_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 0
}

body.refer-a-friend .content form#refer_a_friend_form input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5)
}

body.refer-a-friend .content form#refer_a_friend_form .dropdown.bootstrap-select {
    width: 100%
}

body.refer-a-friend .content form#refer_a_friend_form .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block;
    margin-bottom: 12px
}

body.refer-a-friend .content form#refer_a_friend_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

body.refer-a-friend .content form#refer_a_friend_form .captcha_box {
    position: relative
}

body.refer-a-friend .content form#refer_a_friend_form img#refer_a_friend_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.refer-a-friend .content form#refer_a_friend_form .required {
    border: 1px solid #e3342f !important
}

body.refer-a-friend .content form#refer_a_friend_form textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px
}

body.refer-a-friend .content form#refer_a_friend_form hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

body.refer-a-friend .content form#refer_a_friend_form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 150px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.refer-a-friend .content form#refer_a_friend_form .register_button:hover {
    background-position: -100% 100%
}

body.refer-a-friend .content .partners_form_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.refer-a-friend .content .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.refer-a-friend .content .required {
    border: 1px solid #e3342f !important
}

body.refer-a-friend .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.refer-a-friend .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.refer-a-friend .content form#refer_a_friend_form .required {
    border: 1px solid #e3342f !important
}

html[lang=ar] body.refer-a-friend .content .step_box .arrow {
    float: right;
    background-image: url(../images/arrow-left.png);
    left: auto;
    right: 14px
}

html[lang=ar] body.refer-a-friend .content .step_box:hover > .arrow {
    right: 312px
}

html[lang=ar] body.refer-a-friend .content table thead th {
    text-align: right
}

html[lang=ar] body.refer-a-friend .content table tbody td {
    text-align: right
}

html[lang=ar] body.refer-a-friend .content .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.refer-a-friend .content .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.refer-a-friend .content .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.refer-a-friend .content .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] body.refer-a-friend .content .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.refer-a-friend .content img#refer_a_friend_captcha {
    right: auto !important;
    left: 1px
}

html[lang=ar] body.refer-a-friend .content .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] body.refer-a-friend .content form#refer_a_friend_form .register_button {
    float: right;
    text-align: right
}

html[lang=ar] body.refer-a-friend .content .form_title_1 {
    text-align: right
}

html[lang=ar] body.refer-a-friend .content form#refer_a_friend_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 15px
}

html[lang=ar] body.refer-a-friend .content form#refer_a_friend_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 15px
}

html[lang=ar] body.refer-a-friend .content p.terms {
    text-align: right
}

body.liquidity-solutions .content .row_box {
    margin-top: 20px
}

body.liquidity-solutions .content .full_box {
    border: 1px solid rgba(141, 145, 148, .5);
    float: left;
    margin-bottom: 40px
}

body.liquidity-solutions .content .full_box .box {
    width: 33.33333333333333%;
    float: left
}

body.liquidity-solutions .content .full_box .box .box_header {
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: 700;
    font-size: 22px
}

body.liquidity-solutions .content .full_box .box:nth-child(1) .box_header {
    background-color: #00c8ff;
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.liquidity-solutions .content .full_box .box:nth-child(2) .box_header {
    background-color: #006ed2;
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.liquidity-solutions .content .full_box .box:nth-child(3) .box_header {
    background-color: #1b2429
}

body.liquidity-solutions .content .full_box .box .box_desc {
    padding: 20px 25px;
    min-height: 168px
}

body.liquidity-solutions .content .full_box .box:nth-child(1) .box_desc {
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.liquidity-solutions .content .full_box .box:nth-child(2) .box_desc {
    border-right: 1px solid rgba(141, 145, 148, .5)
}

body.liquidity-solutions .content .div_icon {
    margin-top: 20px;
    margin-bottom: 30px
}

body.liquidity-solutions .content .div_icon img {
    width: 70px
}

body.liquidity-solutions .content .div_icon .icon_title {
    font-weight: 700;
    font-size: 16px
}

body.liquidity-solutions .content .div_icon hr {
    margin-top: 10px;
    margin-bottom: 10px
}

body.liquidity-solutions .content .row_table {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px
}

body.liquidity-solutions .content .row_table tbody tr:nth-child(odd) {
    background-color: #edeef0
}

body.liquidity-solutions .content .row_table tbody tr:nth-child(even) {
    background-color: #fff
}

body.liquidity-solutions .content .row_table tbody tr td {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    width: 50%
}

body.liquidity-solutions .content .row_table tbody tr td p {
    color: #1b2429;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 17px;
    padding-left: 50px
}

body.liquidity-solutions .content .row_table tbody tr td p:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 20px
}

body.liquidity-solutions .content .form_title_1 {
    margin-bottom: 30px
}

body.liquidity-solutions .content .form_title_2 {
    font-size: 15px;
    margin-bottom: 0
}

body.liquidity-solutions .content form#liquidity_solutions_form .row:nth-child(2) {
    margin-top: 30px
}

body.liquidity-solutions .content form#liquidity_solutions_form {
    margin-top: 10px
}

body.liquidity-solutions .content form#liquidity_solutions_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 0
}

body.liquidity-solutions .content form#liquidity_solutions_form .row.row_custom_form div.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

body.liquidity-solutions .content form#liquidity_solutions_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 0
}

body.liquidity-solutions .content form#liquidity_solutions_form input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5)
}

body.liquidity-solutions .content form#liquidity_solutions_form .dropdown.bootstrap-select {
    width: 100%
}

body.liquidity-solutions .content form#liquidity_solutions_form .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block
}

body.liquidity-solutions .content form#liquidity_solutions_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

body.liquidity-solutions .content form#liquidity_solutions_form .captcha_box {
    position: relative
}

body.liquidity-solutions .content form#liquidity_solutions_form img#liquidity_solutions_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.liquidity-solutions .content form#liquidity_solutions_form .required {
    border: 1px solid #e3342f !important
}

body.liquidity-solutions .content form#liquidity_solutions_form textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px
}

body.liquidity-solutions .content form#liquidity_solutions_form hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

body.liquidity-solutions .content form#liquidity_solutions_form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.liquidity-solutions .content form#liquidity_solutions_form .register_button:hover {
    background-position: -100% 100%
}

body.liquidity-solutions .content .partners_form_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.liquidity-solutions .content .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.liquidity-solutions .content .required {
    border: 1px solid #e3342f !important
}

body.liquidity-solutions .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.liquidity-solutions .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.liquidity-solutions .content form#liquidity_solutions_form .required {
    border: 1px solid #e3342f !important
}

body.liquidity-solutions .content img.infographics {
    width: 100%;
    border: 1px solid rgba(141, 145, 148, .3);
    margin-top: 20px;
    margin-bottom: 30px
}

body.asset-managers .content p.list {
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px
}

body.asset-managers .content p.list::before {
    float: left;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-right: 20px
}

body.asset-managers .content .form_title_1 {
    margin-bottom: 30px
}

body.asset-managers .content .form_title_2 {
    font-size: 15px;
    margin-bottom: 0
}

body.asset-managers .content form#asset_managers_form .row:nth-child(2) {
    margin-top: 30px
}

body.asset-managers .content form#asset_managers_form {
    margin-top: 10px
}

body.asset-managers .content form#asset_managers_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 0
}

body.asset-managers .content form#asset_managers_form .row.row_custom_form div.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

body.asset-managers .content form#asset_managers_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 0
}

body.asset-managers .content form#asset_managers_form input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5)
}

body.asset-managers .content form#asset_managers_form .dropdown.bootstrap-select {
    width: 100%
}

body.asset-managers .content form#asset_managers_form .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block
}

body.asset-managers .content form#asset_managers_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

body.asset-managers .content form#asset_managers_form .captcha_box {
    position: relative
}

body.asset-managers .content form#asset_managers_form img#asset_managers_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.asset-managers .content form#asset_managers_form .required {
    border: 1px solid #e3342f !important
}

body.asset-managers .content form#asset_managers_form textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px
}

body.asset-managers .content form#asset_managers_form hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

body.asset-managers .content form#asset_managers_form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 150px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.asset-managers .content form#asset_managers_form .register_button:hover {
    background-position: -100% 100%
}

body.asset-managers .content .partners_form_box {
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.asset-managers .content .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.asset-managers .content .required {
    border: 1px solid #e3342f !important
}

body.asset-managers .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.asset-managers .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.asset-managers .content form#asset_managers_form .required {
    border: 1px solid #e3342f !important
}

body.asset-managers .content .asset_chart {
    width: 100%;
    border: 1px solid rgba(137, 142, 145, .5);
    margin-bottom: 20px
}

body.asset-managers .content .asset_chart.show_desktop {
    display: block
}

body.asset-managers .content .asset_chart.show_mobile {
    display: none
}

html[lang=ar] body.asset-managers .content p.list {
    text-align: right
}

html[lang=ar] body.asset-managers .content p.list::before {
    float: right;
    background-image: url(../images/arrow-left.png);
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.asset-managers .content .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.asset-managers .content .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.asset-managers .content .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.asset-managers .content .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] body.asset-managers .content .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.asset-managers .content img#asset_managers_captcha {
    right: auto !important;
    left: 1px
}

html[lang=ar] body.asset-managers .content .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] body.asset-managers .content form#asset_managers_form .register_button {
    float: right;
    text-align: right
}

html[lang=ar] body.asset-managers .content .form_title_1 {
    text-align: right
}

html[lang=ar] body.asset-managers .content form#asset_managers_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 15px
}

html[lang=ar] body.asset-managers .content form#asset_managers_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 15px
}

body.thanks-demo .content h4.demo_title {
    color: #1b2429;
    margin-top: 10px
}

body.thanks-demo .content .demo_box {
    padding: 30px 20px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none
}

body.thanks-demo .content .demo_box .demo_title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2429
}

body.thanks-demo .content .demo_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto
}

body.thanks-demo .content .demo_box ul li {
    color: #1b2429;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

body.thanks-demo .content .demo_box ul li:last-child {
    margin-bottom: 0
}

body.thanks-demo .content .demo_box ul li::before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    left: 0;
    top: 2px
}

body.thanks-demo .content .demo_box:hover {
    background-color: #323a3f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.thanks-demo .content .demo_box:hover > .demo_title {
    color: #fff
}

body.thanks-demo .content .demo_box:hover > ul li {
    color: #fff
}

body.thanks-demo .content .demo_box:hover > hr {
    border-color: rgba(255, 255, 255, .5)
}

body.thanks-demo .content .demo_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.thanks-demo .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.thanks-demo .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.thanks-demo .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.thanks-demo .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks-demo .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.thanks-demo .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.thanks-demo .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks-demo .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.thanks-demo .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.thanks-demo .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.thanks-demo .content .social_media ul li a i {
    font-size: 20px
}

body.thanks-demo .content .social_media ul li a:hover > i {
    color: #fff
}

body.thanks-demo .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.thanks-demo .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.thanks-demo .content .social_media ul li:nth-child(3) a:hover {
    background-color: #e95950
}

body.thanks-demo .content .social_media ul li:nth-child(4) a:hover {
    background-color: #186895
}

body.thanks-demo .content .social_media ul li:nth-child(5) a:hover {
    background-color: red
}

body.thanks-demo .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.thanks-demo .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.thanks-demo .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.thanks-demo .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

html[lang=ar] body.thanks-demo .content h4.demo_title {
    text-align: right
}

html[lang=ar] body.thanks-demo .content .demo_box .demo_title {
    text-align: right
}

html[lang=ar] body.thanks-demo .content .demo_box ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

html[lang=ar] body.thanks-demo .content .demo_box ul li::before {
    left: auto;
    right: 0
}

html[lang=ar] body.thanks-demo .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.thanks-demo .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    float: right
}

html[lang=ar] body.thanks-demo .content .title_with_number_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 67px
}

html[lang=ar] body.thanks-demo .content .box_numbers {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks-demo .content .box_numbers .contact_number {
    float: right;
    margin-right: 0;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.thanks-demo .content .or_visit {
    margin-left: 0;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.thanks-demo .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.thanks-demo .content .social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] body.thanks-demo .content .social_media {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks-demo .content .box_numbers .contact_number span {
    font-family: Proxima_Nova;
    direction: ltr;
    display: inline-block
}

html[lang=ar] body.thanks-demo .content .demo_box .arrow-left {
    right: auto;
    left: 5px;
    border-right: 0;
    border-left: 20px solid #fff;
    transform: rotate(135deg)
}

body.thanks-real .content h4.demo_title {
    color: #1b2429;
    margin-top: 10px
}

body.thanks-real .sub_header {
    padding-bottom: 50px
}

body.thanks-real .sub_header .material-button-raised.blue.full-border {
    border-radius: 5px
}

body.thanks-real .content .demo_box {
    padding: 30px 20px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none
}

body.thanks-real .content .demo_box .demo_title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2429
}

body.thanks-real .content .demo_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto
}

body.thanks-real .content .demo_box ul li {
    color: #1b2429;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

body.thanks-real .content .demo_box ul li:last-child {
    margin-bottom: 0
}

body.thanks-real .content .demo_box ul li::before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    left: 0;
    top: 2px
}

body.thanks-real .content .demo_box:hover {
    background-color: #323a3f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.thanks-real .content .demo_box:hover > .demo_title {
    color: #fff
}

body.thanks-real .content .demo_box:hover > ul li {
    color: #fff
}

body.thanks-real .content .demo_box:hover > hr {
    border-color: rgba(255, 255, 255, .5)
}

body.thanks-real .content .demo_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.thanks-real .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.thanks-real .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.thanks-real .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.thanks-real .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks-real .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.thanks-real .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.thanks-real .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks-real .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.thanks-real .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.thanks-real .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.thanks-real .content .social_media ul li a i {
    font-size: 20px
}

body.thanks-real .content .social_media ul li a:hover > i {
    color: #fff
}

body.thanks-real .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.thanks-real .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.thanks-real .content .social_media ul li:nth-child(3) a:hover {
    background-color: #e95950
}

body.thanks-real .content .social_media ul li:nth-child(4) a:hover {
    background-color: #186895
}

body.thanks-real .content .social_media ul li:nth-child(5) a:hover {
    background-color: red
}

body.thanks-real .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.thanks-real .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.thanks-real .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.thanks-real .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

body.thanks-real footer {
    border-top: 1px solid rgba(34, 71, 99, .2)
}

html[lang=ar] body.thanks-real .content h4.demo_title {
    text-align: right
}

html[lang=ar] body.thanks-real .content .demo_box .demo_title {
    text-align: right
}

html[lang=ar] body.thanks-real .content .demo_box ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

html[lang=ar] body.thanks-real .content .demo_box ul li::before {
    left: auto;
    right: 0
}

html[lang=ar] body.thanks-real .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.thanks-real .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    float: right
}

html[lang=ar] body.thanks-real .content .title_with_number_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 67px
}

html[lang=ar] body.thanks-real .content .box_numbers {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks-real .content .box_numbers .contact_number {
    float: right;
    margin-right: 0;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.thanks-real .content .or_visit {
    margin-left: 0;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.thanks-real .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.thanks-real .content .social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] body.thanks-real .content .social_media {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks-real .content .box_numbers .contact_number span {
    font-family: Proxima_Nova;
    direction: ltr;
    display: inline-block
}

html[lang=ar] body.thanks-real .content .demo_box .arrow-left {
    right: auto;
    left: 5px;
    border-right: 0;
    border-left: 20px solid #fff;
    transform: rotate(135deg)
}

body.thanks-joint .content h4.demo_title {
    color: #1b2429;
    margin-top: 10px
}

body.thanks-joint .content .demo_box {
    padding: 30px 20px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none
}

body.thanks-joint .content .demo_box .demo_title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2429
}

body.thanks-joint .content .demo_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto
}

body.thanks-joint .content .demo_box ul li {
    color: #1b2429;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

body.thanks-joint .content .demo_box ul li:last-child {
    margin-bottom: 0
}

body.thanks-joint .content .demo_box ul li::before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    left: 0;
    top: 2px
}

body.thanks-joint .content .demo_box:hover {
    background-color: #323a3f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.thanks-joint .content .demo_box:hover > .demo_title {
    color: #fff
}

body.thanks-joint .content .demo_box:hover > ul li {
    color: #fff
}

body.thanks-joint .content .demo_box:hover > hr {
    border-color: rgba(255, 255, 255, .5)
}

body.thanks-joint .content .demo_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.thanks-joint .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.thanks-joint .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.thanks-joint .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.thanks-joint .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks-joint .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.thanks-joint .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.thanks-joint .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks-joint .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.thanks-joint .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.thanks-joint .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.thanks-joint .content .social_media ul li a i {
    font-size: 20px
}

body.thanks-joint .content .social_media ul li a:hover > i {
    color: #fff
}

body.thanks-joint .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.thanks-joint .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.thanks-joint .content .social_media ul li:nth-child(3) a:hover {
    background-color: #e95950
}

body.thanks-joint .content .social_media ul li:nth-child(4) a:hover {
    background-color: #186895
}

body.thanks-joint .content .social_media ul li:nth-child(5) a:hover {
    background-color: red
}

body.thanks-joint .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.thanks-joint .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.thanks-joint .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.thanks-joint .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

html[lang=ar] body.thanks-joint .content h4.demo_title {
    text-align: right
}

html[lang=ar] body.thanks-joint .content .demo_box .demo_title {
    text-align: right
}

html[lang=ar] body.thanks-joint .content .demo_box ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

html[lang=ar] body.thanks-joint .content .demo_box ul li::before {
    left: auto;
    right: 0
}

html[lang=ar] body.thanks-joint .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.thanks-joint .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    float: right
}

html[lang=ar] body.thanks-joint .content .title_with_number_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 67px
}

html[lang=ar] body.thanks-joint .content .box_numbers {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks-joint .content .box_numbers .contact_number {
    float: right;
    margin-right: 0;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.thanks-joint .content .or_visit {
    margin-left: 0;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.thanks-joint .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.thanks-joint .content .social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] body.thanks-joint .content .social_media {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks-joint .content .box_numbers .contact_number span {
    font-family: Proxima_Nova;
    direction: ltr;
    display: inline-block
}

html[lang=ar] body.thanks-joint .content .demo_box .arrow-left {
    right: auto;
    left: 5px;
    border-right: 0;
    border-left: 20px solid #fff;
    transform: rotate(135deg)
}

body.thanks .content h4.demo_title {
    color: #1b2429;
    margin-top: 10px
}

body.thanks .content .demo_box {
    padding: 30px 20px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none
}

body.thanks .content .demo_box .demo_title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2429
}

body.thanks .content .demo_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto
}

body.thanks .content .demo_box ul li {
    color: #1b2429;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

body.thanks .content .demo_box ul li:last-child {
    margin-bottom: 0
}

body.thanks .content .demo_box ul li::before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    left: 0;
    top: 2px
}

body.thanks .content .demo_box:hover {
    background-color: #323a3f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.thanks .content .demo_box:hover > .demo_title {
    color: #fff
}

body.thanks .content .demo_box:hover > ul li {
    color: #fff
}

body.thanks .content .demo_box:hover > hr {
    border-color: rgba(255, 255, 255, .5)
}

body.thanks .content .demo_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.thanks .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.thanks .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.thanks .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.thanks .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.thanks .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.thanks .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.thanks .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.thanks .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.thanks .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.thanks .content .social_media ul li a i {
    font-size: 20px
}

body.thanks .content .social_media ul li a:hover > i {
    color: #fff
}

body.thanks .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.thanks .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.thanks .content .social_media ul li:nth-child(3) a:hover {
    background-color: #e95950
}

body.thanks .content .social_media ul li:nth-child(4) a:hover {
    background-color: #186895
}

body.thanks .content .social_media ul li:nth-child(5) a:hover {
    background-color: red
}

body.thanks .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.thanks .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.thanks .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.thanks .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

html[lang=ar] body.thanks .content h4.demo_title {
    text-align: right
}

html[lang=ar] body.thanks .content .demo_box .demo_title {
    text-align: right
}

html[lang=ar] body.thanks .content .demo_box ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

html[lang=ar] body.thanks .content .demo_box ul li::before {
    left: auto;
    right: 0
}

html[lang=ar] body.thanks .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.thanks .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    float: right
}

html[lang=ar] body.thanks .content .title_with_number_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 67px
}

html[lang=ar] body.thanks .content .box_numbers {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks .content .box_numbers .contact_number {
    float: right;
    margin-right: 0;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.thanks .content .or_visit {
    margin-left: 0;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.thanks .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.thanks .content .social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] body.thanks .content .social_media {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thanks .content .box_numbers .contact_number span {
    font-family: Proxima_Nova;
    direction: ltr;
    display: inline-block
}

html[lang=ar] body.thanks .content .demo_box .arrow-left {
    right: auto;
    left: 5px;
    border-right: 0;
    border-left: 20px solid #fff;
    transform: rotate(135deg)
}

body.thank-you-callback .content h4.demo_title {
    color: #1b2429;
    margin-top: 10px
}

body.thank-you-callback .content .demo_box {
    padding: 30px 20px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none
}

body.thank-you-callback .content .demo_box .demo_title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2429
}

body.thank-you-callback .content .demo_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto
}

body.thank-you-callback .content .demo_box ul li {
    color: #1b2429;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

body.thank-you-callback .content .demo_box ul li:last-child {
    margin-bottom: 0
}

body.thank-you-callback .content .demo_box ul li::before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    left: 0;
    top: 2px
}

body.thank-you-callback .content .demo_box:hover {
    background-color: #323a3f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.thank-you-callback .content .demo_box:hover > .demo_title {
    color: #fff
}

body.thank-you-callback .content .demo_box:hover > ul li {
    color: #fff
}

body.thank-you-callback .content .demo_box:hover > hr {
    border-color: rgba(255, 255, 255, .5)
}

body.thank-you-callback .content .demo_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.thank-you-callback .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.thank-you-callback .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.thank-you-callback .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.thank-you-callback .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.thank-you-callback .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.thank-you-callback .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.thank-you-callback .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.thank-you-callback .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.thank-you-callback .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.thank-you-callback .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.thank-you-callback .content .social_media ul li a i {
    font-size: 20px
}

body.thank-you-callback .content .social_media ul li a:hover > i {
    color: #fff
}

body.thank-you-callback .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.thank-you-callback .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.thank-you-callback .content .social_media ul li:nth-child(3) a:hover {
    background-color: #e95950
}

body.thank-you-callback .content .social_media ul li:nth-child(4) a:hover {
    background-color: #186895
}

body.thank-you-callback .content .social_media ul li:nth-child(5) a:hover {
    background-color: red
}

body.thank-you-callback .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.thank-you-callback .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.thank-you-callback .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.thank-you-callback .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

html[lang=ar] body.thank-you-callback .content h4.demo_title {
    text-align: right
}

html[lang=ar] body.thank-you-callback .content .demo_box .demo_title {
    text-align: right
}

html[lang=ar] body.thank-you-callback .content .demo_box ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

html[lang=ar] body.thank-you-callback .content .demo_box ul li::before {
    left: auto;
    right: 0
}

html[lang=ar] body.thank-you-callback .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.thank-you-callback .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    float: right
}

html[lang=ar] body.thank-you-callback .content .title_with_number_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 67px
}

html[lang=ar] body.thank-you-callback .content .box_numbers {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thank-you-callback .content .box_numbers .contact_number {
    float: right;
    margin-right: 0;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.thank-you-callback .content .or_visit {
    margin-left: 0;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.thank-you-callback .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.thank-you-callback .content .social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] body.thank-you-callback .content .social_media {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thank-you-callback .content .box_numbers .contact_number span {
    font-family: Proxima_Nova;
    direction: ltr;
    display: inline-block
}

html[lang=ar] body.thank-you-callback .content .demo_box .arrow-left {
    right: auto;
    left: 5px;
    border-right: 0;
    border-left: 20px solid #fff;
    transform: rotate(135deg)
}

body.thank-you-partners .content h4.demo_title {
    color: #1b2429;
    margin-top: 10px
}

body.thank-you-partners .content .demo_box {
    padding: 30px 20px;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none
}

body.thank-you-partners .content .demo_box .demo_title {
    font-size: 16px;
    font-weight: 700;
    color: #1b2429
}

body.thank-you-partners .content .demo_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto
}

body.thank-you-partners .content .demo_box ul li {
    color: #1b2429;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

body.thank-you-partners .content .demo_box ul li:last-child {
    margin-bottom: 0
}

body.thank-you-partners .content .demo_box ul li::before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00c7ff;
    font-size: 16px;
    left: 0;
    top: 2px
}

body.thank-you-partners .content .demo_box:hover {
    background-color: #323a3f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body.thank-you-partners .content .demo_box:hover > .demo_title {
    color: #fff
}

body.thank-you-partners .content .demo_box:hover > ul li {
    color: #fff
}

body.thank-you-partners .content .demo_box:hover > hr {
    border-color: rgba(255, 255, 255, .5)
}

body.thank-you-partners .content .demo_box .arrow-left {
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    transform: rotate(-135deg)
}

body.thank-you-partners .content .contact_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%
}

body.thank-you-partners .content .title_with_number_box.contact .step_title {
    margin-bottom: 0
}

body.thank-you-partners .content .title_with_number_box.contact .step_desc {
    margin-top: -19px;
    font-size: 16px;
    color: #1b2429;
    margin-bottom: 0
}

body.thank-you-partners .content .box_numbers {
    margin-top: 10px;
    margin-left: 69px
}

body.thank-you-partners .content .box_numbers .contact_number {
    float: left;
    margin-right: 50px;
    font-size: 16px
}

body.thank-you-partners .content .or_visit {
    margin-top: 10px;
    margin-left: 69px;
    font-size: 16px
}

body.thank-you-partners .content .social_media {
    margin-top: 10px;
    margin-left: 69px
}

body.thank-you-partners .content .social_media ul {
    margin-top: -7px;
    list-style-type: none;
    padding-left: 0
}

body.thank-you-partners .content .social_media ul li {
    float: left;
    margin-right: 5px
}

body.thank-you-partners .content .social_media ul li a {
    background-color: #00c8ff;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.thank-you-partners .content .social_media ul li a i {
    font-size: 20px
}

body.thank-you-partners .content .social_media ul li a:hover > i {
    color: #fff
}

body.thank-you-partners .content .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92
}

body.thank-you-partners .content .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc
}

body.thank-you-partners .content .social_media ul li:nth-child(3) a:hover {
    background-color: #e95950
}

body.thank-you-partners .content .social_media ul li:nth-child(4) a:hover {
    background-color: #186895
}

body.thank-you-partners .content .social_media ul li:nth-child(5) a:hover {
    background-color: red
}

body.thank-you-partners .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.thank-you-partners .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left
}

body.thank-you-partners .content .title_with_number_box .step_desc {
    float: left;
    width: 100%;
    margin-left: 67px;
    color: #1b2429;
    font-size: 18px;
    margin-top: 20px
}

body.thank-you-partners .content .title_with_number_box .step_desc.blue {
    color: #00c8ff
}

html[lang=ar] body.thank-you-partners .content h4.demo_title {
    text-align: right
}

html[lang=ar] body.thank-you-partners .content .demo_box .demo_title {
    text-align: right
}

html[lang=ar] body.thank-you-partners .content .demo_box ul li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
}

html[lang=ar] body.thank-you-partners .content .demo_box ul li::before {
    left: auto;
    right: 0
}

html[lang=ar] body.thank-you-partners .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.thank-you-partners .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    float: right
}

html[lang=ar] body.thank-you-partners .content .title_with_number_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 67px
}

html[lang=ar] body.thank-you-partners .content .box_numbers {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thank-you-partners .content .box_numbers .contact_number {
    float: right;
    margin-right: 0;
    margin-left: 50px;
    direction: ltr;
    font-family: Proxima_Nova
}

html[lang=ar] body.thank-you-partners .content .or_visit {
    margin-left: 0;
    margin-right: 69px;
    text-align: right
}

html[lang=ar] body.thank-you-partners .content .social_media ul {
    padding-right: 0
}

html[lang=ar] body.thank-you-partners .content .social_media ul li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

html[lang=ar] body.thank-you-partners .content .social_media {
    margin-left: 0;
    margin-right: 69px
}

html[lang=ar] body.thank-you-partners .content .box_numbers .contact_number span {
    font-family: Proxima_Nova;
    direction: ltr;
    display: inline-block
}

html[lang=ar] body.thank-you-partners .content .demo_box .arrow-left {
    right: auto;
    left: 5px;
    border-right: 0;
    border-left: 20px solid #fff;
    transform: rotate(135deg)
}

body.education a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.education a.box.latest {
    margin-bottom: 0
}

body.education a.box:hover {
    border-top: 5px solid #006ed2
}

body.education a.box:hover div.view_all {
    background-position: -100% 100%
}

body.education a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.education a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.education a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.education a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.education .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.education .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.education a.box .title {
    text-align: right
}

html[lang=ar] body.education a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.education a.box .title_2 {
    font-size: 37px;
    text-align: right
}

html[lang=ar] body.education a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.education .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.forex-trading a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.forex-trading a.box.latest {
    margin-bottom: 0
}

body.forex-trading a.box:hover {
    border-top: 5px solid #006ed2
}

body.forex-trading a.box:hover div.view_all {
    background-position: -100% 100%
}

body.forex-trading a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.forex-trading a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.forex-trading a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.forex-trading a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.forex-trading .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.forex-trading .view_all:hover {
    background-position: -100% 100%
}

body.what-is-forex-trading .content img {
    width: 200px;
    margin-bottom: 20px
}

body.what-is-forex-trading .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.what-is-forex-trading .content table {
    width: 100%;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 20px;
    margin-bottom: 30px
}

body.what-is-forex-trading .content table thead th {
    padding: 7px 20px;
    width: 25%;
    font-weight: 700;
    font-size: 18px;
    background-color: #f1f2f4;
    border: 1px solid rgba(83, 90, 94, .3)
}

body.what-is-forex-trading .content table tbody td {
    padding: 7px 20px;
    width: 25%;
    font-size: 16px;
    border: 1px solid rgba(83, 90, 94, .3)
}

body.what-is-forex-trading .content table tbody tr:nth-child(2) td {
    background-color: #f1f2f4
}

body.what-is-forex-trading .content h4.sub_title {
    margin-top: 10px;
    margin-bottom: 10px
}

body.what-is-forex-trading .content h4.sub_title::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -1px;
    margin-right: 10px
}

body.forex-sessions .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.how-does-forex-work .content img {
    width: 200px;
    margin-bottom: 20px
}

body.types-of-analysis .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

html[lang=ar] body.forex-trading a.box .title {
    text-align: right;
    font-size: 20px
}

html[lang=ar] body.forex-trading a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.forex-trading a.box .title_2 {
    font-size: 26px;
    text-align: right
}

html[lang=ar] body.forex-trading a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.forex-trading .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

html[lang=ar] body.what-is-forex-trading .content img {
    float: right
}

html[lang=ar] body.what-is-forex-trading .content img {
    margin-bottom: 0
}

html[lang=ar] body.what-is-forex-trading .content h4.sub_title::before, html[lang=ar] body.what-is-forex-trading .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.what-is-forex-trading .content table tbody td, html[lang=ar] body.what-is-forex-trading .content table thead th {
    text-align: right
}

html[lang=ar] body.what-is-forex-trading .content h4.sub_title {
    text-align: right
}

html[lang=ar] body.what-is-forex-trading .content p.list {
    text-align: right
}

html[lang=ar] body.forex-sessions .content p.list {
    text-align: right
}

html[lang=ar] body.forex-sessions .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.types-of-analysis .content p.list {
    text-align: right
}

html[lang=ar] body.types-of-analysis .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.what-is-forex-trading .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.what-is-forex-trading .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.forex-pairs .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.forex-pairs .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.forex-pairs .content table {
    width: 100%;
    border: 1px solid rgba(83, 90, 94, .3);
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right
}

html[lang=ar] body.forex-pairs .content table thead th {
    padding: 7px 20px;
    width: 25%;
    font-weight: 700;
    font-size: 18px;
    background-color: #f1f2f4;
    border: 1px solid rgba(83, 90, 94, .3)
}

html[lang=ar] body.forex-pairs .content table tbody td {
    padding: 7px 20px;
    width: 25%;
    font-size: 16px;
    border: 1px solid rgba(83, 90, 94, .3)
}

html[lang=ar] body.forex-pairs .content table tbody tr:nth-child(2) td {
    background-color: #f1f2f4
}

html[lang=ar] body.forex-pairs .content img {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.forex-sessions .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.ways-of-trading-forex .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.ways-of-trading-forex .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.who-trades-forex .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.the-history-of-forex-trading .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.the-history-of-forex-trading .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.how-does-forex-work .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.how-does-forex-work .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.how-does-forex-work .content img {
    width: auto;
    float: right;
    margin-top: 20px;
    margin-bottom: 30px
}

html[lang=ar] body.types-of-analysis .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.types-of-analysis .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.types-of-charts .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.types-of-charts .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.types-of-charts .content img {
    float: right;
    margin-top: 20px;
    margin-bottom: 30px
}

body.cfd-trading a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.cfd-trading a.box.latest {
    margin-bottom: 0
}

body.cfd-trading a.box:hover {
    border-top: 5px solid #006ed2
}

body.cfd-trading a.box:hover div.view_all {
    background-position: -100% 100%
}

body.cfd-trading a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.cfd-trading a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.cfd-trading a.box .title_2 {
    color: #f3f4f4;
    font-size: 37px
}

body.cfd-trading a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.cfd-trading .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.cfd-trading .view_all:hover {
    background-position: -100% 100%
}

body.what-is-cfd .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.risk-of-cfd-trading .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.how-does-cfd-trading-work .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    height: 60px;
    margin-top: -2px;
    margin-right: 10px
}

html[lang=ar] body.cfd-trading a.box .title {
    text-align: right;
    padding-left: 30px;
    font-size: 20px
}

html[lang=ar] body.cfd-trading a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.cfd-trading a.box .title_2 {
    font-size: 26px;
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.cfd-trading a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.cfd-trading .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

html[lang=ar] body.what-is-cfd .content p.list {
    text-align: right
}

html[lang=ar] body.what-is-cfd .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.risk-of-cfd-trading .content p.list {
    text-align: right
}

html[lang=ar] body.risk-of-cfd-trading .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.how-does-cfd-trading-work .content p.list {
    text-align: right
}

html[lang=ar] body.how-does-cfd-trading-work .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.what-is-cfd .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.what-is-cfd .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.risk-of-cfd-trading .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.risk-of-cfd-trading .content .global_title.black {
    margin-top: 20px
}

html[lang=ar] body.how-does-cfd-trading-work .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.cfd-instruments .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

html[lang=ar] body.calculating-profit-and-loss-on-cfd-account .content p {
    margin-top: 20px;
    margin-bottom: 20px
}

body.cryptocurrencies a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.cryptocurrencies a.box.latest {
    margin-bottom: 0
}

body.cryptocurrencies a.box:hover {
    border-top: 5px solid #006ed2
}

body.cryptocurrencies a.box:hover div.view_all {
    background-position: -100% 100%
}

body.cryptocurrencies a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px
}

body.cryptocurrencies a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.cryptocurrencies a.box .title_2 {
    color: #f3f4f4;
    font-size: 37px
}

body.cryptocurrencies a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.cryptocurrencies .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.cryptocurrencies .view_all:hover {
    background-position: -100% 100%
}

body.what-is-bitcoin .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    height: 60px;
    margin-top: -2px;
    margin-right: 10px
}

body.what-is-ethereum .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 10px
}

body.what-is-ethereum .content p.list.big::before {
    height: 60px
}

body.ripple-vs-bitcoin .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    height: 70px;
    margin-top: -2px;
    margin-right: 10px
}

body.what-is-a-dash .content p.list::before {
    float: left;
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    color: #00c8ff;
    font-size: 20px;
    height: 70px;
    margin-top: -2px;
    margin-right: 10px
}

html[lang=ar] body.cryptocurrencies a.box .title {
    text-align: right;
    font-size: 22px
}

html[lang=ar] body.cryptocurrencies a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.cryptocurrencies a.box .title_2 {
    font-size: 27px;
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.cryptocurrencies a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.cryptocurrencies .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

html[lang=ar] body.what-is-bitcoin .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.ripple-vs-bitcoin .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.what-is-a-dash .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.what-is-ethereum .content p.list {
    text-align: right
}

html[lang=ar] body.what-is-ethereum .content p.list::before {
    float: right;
    content: "\f177";
    margin-right: 0;
    margin-left: 10px
}

body.seminars .content a.box {
    width: 100%;
    display: block;
    padding: 40px 0;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 50px
}

body.seminars .content a.box:last-child {
    margin-bottom: 20px
}

body.seminars .aplustrader_logo {
    position: absolute;
    right: 200px;
    width: 230px;
    top: 100px
}

body.seminars .content a.box img.speaker {
    width: 243px;
    border: 1px solid rgba(137, 142, 145, .5);
    border-radius: 50%;
    background-color: #f0f0f0
}

body.seminars .content a.box .box_title {
    color: #1b2429
}

body.seminars .content a.box img.flag {
    width: 50px;
    margin-top: 10px
}

body.seminars .content a.box .speaker {
    color: #00c8ff;
    margin-top: 20px
}

body.seminars .content a.box .speaker span {
    color: #00c8ff
}

body.seminars .content a.box .place {
    color: #00c8ff;
    margin-top: 10px
}

body.seminars .content a.box .place span {
    color: #1b2429
}

body.seminars .content a.box .day {
    color: #00c8ff;
    margin-top: 10px
}

body.seminars .content a.box .day span {
    color: #929497
}

body.seminars .content a.box .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 230px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 17px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #ee4036 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.seminars .content a.box:hover {
    border-color: #39ae4e
}

body.seminars .content a.box:hover > div div div .register_button {
    background-position: -100% 100%
}

body.seminars .content .no_data {
    color: #bd1e2d
}

body.seminars .content .countdown {
    position: absolute;
    top: -22px;
    left: 95px
}

body.seminars .content .countdown ul {
    display: block;
    padding: 0;
    list-style: none;
    float: left
}

body.seminars .content .countdown ul li {
    float: left;
    margin-right: 7px;
    color: #ee4036;
    font-size: 36px;
    position: relative
}

body.seminars .content .countdown ul li::after {
    content: ":";
    margin-left: 7px;
    font-size: 30px
}

body.seminars .content .countdown ul li:last-child::after {
    display: none
}

body.seminars .content .countdown ul li div {
    position: absolute;
    font-size: 12px;
    left: 9px;
    bottom: -5px
}

body.seminars .content .countdown ul li:nth-child(2) div {
    left: 3px
}

body.seminars .content .countdown ul li:nth-child(3) div {
    left: 0
}

body.seminars .content .countdown ul li:last-child div {
    left: 0
}

html[lang=ar] body.seminars .content a.box {
    padding-right: 50px;
    padding-left: 20px
}

html[lang=ar] body.seminars .content a.box .box_title {
    text-align: right
}

html[lang=ar] body.seminars .content a.box img.flag {
    float: right
}

html[lang=ar] body.seminars .content a.box .speaker {
    text-align: right
}

html[lang=ar] body.seminars .content a.box .place {
    text-align: right;
    line-height: 29px
}

html[lang=ar] body.seminars .content a.box .day {
    text-align: right
}

html[lang=ar] body.seminars .content a.box .register_button {
    float: right
}

html[lang=ar] body.seminars .content .countdown {
    left: auto;
    right: 95px
}

html[lang=ar] body.seminars .content .countdown ul li {
    float: right;
    margin-right: 0;
    margin-left: 7px
}

html[lang=ar] body.seminars .content .countdown ul li::before {
    content: ":";
    margin-left: 7px;
    font-size: 30px
}

html[lang=ar] body.seminars .content .countdown ul li:first-child::before {
    display: none
}

html[lang=ar] body.seminars .content .countdown ul li::after {
    display: none
}

html[lang=ar] body.seminars .content .no_data {
    text-align: right
}

html[lang=ar] body.seminars .content .countdown ul li {
    font-family: Proxima_Nova
}

html[lang=ar] body.seminars .content .countdown ul li:nth-child(2) div {
    left: 7px
}

html[lang=ar] body.seminars .content .countdown ul li:nth-child(3) div {
    left: 3px
}

html[lang=ar] body.seminars .content .countdown ul li:last-child div {
    left: 9px
}

html[lang=ar] body.seminars .aplustrader_logo {
    right: auto;
    left: 16px;
    top: 143px
}

body.webinars .content a.box {
    width: 100%;
    display: block;
    padding: 40px 0;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 50px
}

body.webinars .content a.box:last-child {
    margin-bottom: 20px
}

body.webinars .content a.box img.speaker {
    width: 243px;
    border: 1px solid rgba(137, 142, 145, .5);
    border-radius: 50%;
    background-color: #f0f0f0
}

body.webinars .content a.box .box_title {
    color: #1b2429
}

body.webinars .content a.box img.flag {
    width: 50px;
    margin-top: 10px
}

body.webinars .content a.box .speaker {
    color: #00c8ff;
    margin-top: 10px
}

body.webinars .content a.box .speaker span {
    color: #00c8ff
}

body.webinars .content a.box .place {
    color: #00c8ff;
    margin-top: 10px
}

body.webinars .content a.box .place span {
    color: #1b2429
}

body.webinars .content a.box .day {
    color: #00c8ff;
    margin-top: 10px
}

body.webinars .content a.box .day span {
    color: #929497
}

body.webinars .content a.box .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 230px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 17px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #ee4036 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.webinars .content a.box:hover {
    border-color: #39ae4e
}

body.webinars .content a.box:hover > div div div .register_button {
    background-position: -100% 100%
}

body.webinars .content .no_data {
    color: #bd1e2d
}

body.webinars .content ul.webinars_filter {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left
}

body.webinars .content ul.webinars_filter li {
    float: left;
    position: relative;
    margin-right: 40px;
    font-size: 18px
}

body.webinars .content ul.webinars_filter li:last-child {
    margin-right: 0
}

body.webinars .content ul.webinars_filter li a {
    text-decoration: none;
    color: #6d6e70
}

body.webinars .content ul.webinars_filter li a.active {
    color: #00c7ff
}

body.webinars .content ul.webinars_filter li a:hover {
    color: #00c7ff
}

body.webinars .content ul.webinars_filter li::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #535a5e;
    position: absolute;
    top: 5px;
    right: -19px
}

body.webinars .content ul.webinars_filter li:last-child::after {
    display: none
}

body.webinars .content .box_level {
    color: #6d6e70;
    font-size: 14px;
    margin-top: -6px
}

body.webinars .content .countdown {
    position: absolute;
    top: -22px;
    left: 95px
}

body.webinars .content .countdown ul {
    display: block;
    padding: 0;
    list-style: none;
    float: left
}

body.webinars .content .countdown ul li {
    float: left;
    margin-right: 7px;
    color: #ee4036;
    font-size: 36px;
    position: relative
}

body.webinars .content .countdown ul li::after {
    content: ":";
    margin-left: 7px;
    font-size: 30px
}

body.webinars .content .countdown ul li:last-child::after {
    display: none
}

body.webinars .content .countdown ul li div {
    position: absolute;
    font-size: 12px;
    left: 9px;
    bottom: -5px
}

body.webinars .content .countdown ul li:nth-child(2) div {
    left: 3px
}

body.webinars .content .countdown ul li:nth-child(3) div {
    left: 0
}

body.webinars .content .countdown ul li:last-child div {
    left: 0
}

html[lang=ar] body.webinars .content a.box {
    padding-right: 50px;
    padding-left: 20px
}

html[lang=ar] body.webinars .content a.box .box_title {
    text-align: right
}

html[lang=ar] body.webinars .content a.box img.flag {
    float: right
}

html[lang=ar] body.webinars .content a.box .speaker {
    text-align: right
}

html[lang=ar] body.webinars .content a.box .place {
    text-align: right;
    line-height: 29px
}

html[lang=ar] body.webinars .content a.box .day {
    text-align: right
}

html[lang=ar] body.webinars .content a.box .register_button {
    float: right
}

html[lang=ar] body.webinars .content .countdown {
    left: auto;
    right: 95px
}

html[lang=ar] body.webinars .content .countdown ul li {
    float: right;
    margin-right: 0;
    margin-left: 7px
}

html[lang=ar] body.webinars .content .countdown ul li::before {
    content: ":";
    margin-left: 7px;
    font-size: 30px
}

html[lang=ar] body.webinars .content .countdown ul li:first-child::before {
    display: none
}

html[lang=ar] body.webinars .content .countdown ul li::after {
    display: none
}

html[lang=ar] body.webinars .content .box_level {
    text-align: right;
    margin-top: 5px
}

html[lang=ar] body.webinars .content ul.webinars_filter li {
    float: right;
    margin-right: 0;
    margin-left: 40px
}

html[lang=ar] body.webinars .content ul.webinars_filter {
    float: right
}

html[lang=ar] body.webinars .content ul.webinars_filter li::after {
    right: auto;
    left: -19px
}

html[lang=ar] body.webinars .content ul.webinars_filter li:last-child {
    margin-left: 0
}

html[lang=ar] body.webinars .content .no_data {
    text-align: right
}

html[lang=ar] body.webinars .content .countdown ul li {
    font-family: Proxima_Nova
}

html[lang=ar] body.webinars .content .countdown ul li:nth-child(2) div {
    left: 7px
}

html[lang=ar] body.webinars .content .countdown ul li:nth-child(3) div {
    left: 3px
}

html[lang=ar] body.webinars .content .countdown ul li:last-child div {
    left: 9px
}

body.videos .content iframe {
    height: 450px
}

body.videos .content .main_video a {
    position: relative;
    display: inline-block
}

body.videos .content .main_video h4 {
    min-height: 50px
}

body.videos .content .main_video a:hover > .play_video {
    display: block
}

body.videos .content .main_video .play_video {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    width: 100%;
    text-align: right;
    display: none;
    height: 100%
}

body.videos .content .main_video .play_video i {
    height: 42px;
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 47%;
    margin-top: -21px;
    font-size: 50px
}

body.videos .content .main_video {
    width: 100%;
    display: block;
    padding: 40px 0;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-top: 20px;
    padding: 25px 20px
}

body.videos .content .main_video img {
    width: 100%
}

body.videos .content .time {
    color: rgba(109, 110, 112, .7);
    margin-bottom: 20px
}

body.videos .content #learning_center * {
    font-family: Proxima_Nova !important;
    line-height: inherit
}

body.videos .content #main_menu .box .tit {
    font-size: 12pt !important;
    line-height: inherit;
    background-color: #006ed1 !important;
    padding: 5px 0
}

body.videos .content #main_menu .info {
    line-height: inherit
}

body.videos .content #main_menu .box {
    margin: 0 auto;
    margin-right: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid rgba(137, 142, 145, .5)
}

body.videos .content #mte_center .info-bar {
    z-index: 18 !important
}

body.videos .content .slick-next, body.videos .content .slick-prev {
    z-index: 18 !important
}

html[lang=ar] body.videos #main_menu .box {
    float: right;
    margin-right: 0;
    margin-left: 22px
}

html[lang=ar] body.videos #main_menu .box .tit {
    font-family: "Droid Arabic Kufi" !important
}

html[lang=ar] body.videos .content #main_menu .info {
    font-family: "Droid Arabic Kufi" !important
}

body.ebooks .content iframe {
    height: 450px
}

body.ebooks .content .main_video a {
    position: relative;
    display: inline-block
}

body.ebooks .content .main_video h4 {
    min-height: 50px
}

body.ebooks .content .main_video a:hover > .play_video {
    display: block
}

body.ebooks .content .main_video .play_video {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    width: 100%;
    text-align: right;
    display: none;
    height: 100%
}

body.ebooks .content .main_video .play_video i {
    height: 42px;
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 47%;
    margin-top: -21px;
    font-size: 50px
}

body.ebooks .content .main_video {
    width: 100%;
    display: block;
    padding: 40px 0;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-top: 20px;
    padding: 25px 20px
}

body.ebooks .content .main_video img {
    width: 100%
}

body.ebooks .content .time {
    color: rgba(109, 110, 112, .7);
    margin-bottom: 20px
}

body.ebooks .content #learning_center * {
    font-family: Proxima_Nova !important;
    line-height: inherit
}

body.ebooks .content #main_menu .box .tit {
    font-size: 12pt !important;
    line-height: inherit;
    background-color: #006ed1 !important;
    padding: 5px 0
}

body.ebooks .content #main_menu .info {
    line-height: inherit
}

body.ebooks .content #main_menu .box {
    margin: 0 auto;
    margin-right: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid rgba(137, 142, 145, .5)
}

html[lang=ar] body.ebooks #main_menu .box {
    float: right;
    margin-right: 0;
    margin-left: 22px
}

html[lang=ar] body.ebooks #main_menu .box .tit {
    font-family: "Droid Arabic Kufi" !important
}

html[lang=ar] body.ebooks .content #main_menu .info {
    font-family: "Droid Arabic Kufi" !important
}

body.legal a.box {
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    text-decoration: none;
    border-top: 5px solid #f1f2f4;
    margin-bottom: 40px
}

body.legal a.box.latest {
    margin-bottom: 0
}

body.legal a.box:hover {
    border-top: 5px solid #006ed2
}

body.legal a.box:hover div.view_all {
    background-position: -100% 100%
}

body.legal a.box .title {
    color: #1b2429;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 22px
}

body.legal a.box .desc {
    color: #6d6e70;
    font-size: 16px
}

body.legal a.box .title_2 {
    color: #f3f4f4;
    font-size: 47px
}

body.legal a.box .desc_2 {
    color: #f3f4f4;
    font-size: 24px
}

body.legal .view_all {
    float: right;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #006ed2 50%, #ee4036 50%);
    transition: background-position .4s;
    color: #fff;
    width: 134px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    margin-top: 20px
}

body.legal .view_all:hover {
    background-position: -100% 100%
}

html[lang=ar] body.legal a.box .title {
    text-align: right;
    min-height: 50px;
    font-size: 21px
}

html[lang=ar] body.legal a.box .desc {
    text-align: right;
    margin-top: 10px
}

html[lang=ar] body.legal a.box .title_2 {
    font-size: 20px;
    text-align: right
}

html[lang=ar] body.legal a.box .desc_2 {
    text-align: right
}

html[lang=ar] body.legal .view_all {
    float: left;
    background-image: linear-gradient(to right, #ee4036 50%, #006ed2 50%)
}

body.risk-disclosure .content ul li {
    color: #00c7ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px
}

body.risk-disclosure .content ul li span {
    color: #1b2429
}

html[lang=ar] body.risk-disclosure .content ul li {
    text-align: right
}

body.privacy-statement .content ul li {
    color: #00c7ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px
}

body.privacy-statement .content ul li span {
    color: #1b2429
}

body.privacy-statement .content p a {
    color: #00c7ff;
    text-decoration: none
}

html[lang=ar] body.privacy-statement .content ul li {
    text-align: right
}

body.esma-regulation .content ul li {
    color: #00c7ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px
}

body.esma-regulation .content ul li span {
    color: #1b2429
}

body.esma-regulation .content p a {
    color: #00c7ff;
    text-decoration: none
}

body.esma-regulation .content p b {
    color: #00c7ff
}

html[lang=ar] body.esma-regulation .content ul li {
    text-align: right
}

body.overnight-policy .content ul li {
    color: #00c7ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px
}

body.overnight-policy .content ul li span {
    color: #1b2429
}

html[lang=ar] body.overnight-policy .content ul li {
    text-align: right
}

body.overnight-policy-amana-active .content ul li {
    color: #00c7ff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px
}

body.overnight-policy-amana-active .content ul li span {
    color: #1b2429
}

html[lang=ar] body.overnight-policy-amana-active .content ul li {
    text-align: right
}

body.transfer-account .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.transfer-account .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.transfer-account .content .item_box {
    margin-top: 30px
}

body.transfer-account .content .item_box img.item {
    height: 100px
}

body.transfer-account .content .item_box .item_text {
    font-size: 16px
}

body.transfer-account .content .title_2 {
    margin-top: 20px
}

body.transfer-account .content form#acc_trans_form {
    background-color: #e6e6e6;
    padding: 25px 25px;
    margin-bottom: 25px !important;
    width: 100%
}

body.transfer-account .content .form_container .input_label {
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a
}

body.transfer-account .content .form_container input {
    border: none;
    padding: 10px 10px;
    color: #333;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px
}

body.transfer-account .content input[type=text]:disabled {
    background-color: #fff !important
}

body.transfer-account .content .form_container .input_text {
    width: 100%;
    background-color: #fff;
    padding: 5.5px 20px;
    margin-top: 5px;
    color: #333;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px
}

body.transfer-account .content .form_container .disabled {
    pointer-events: none;
    background-color: #fff
}

body.transfer-account .content .form_container .adjust_height {
    height: 75px
}

body.transfer-account .content .form_container textarea {
    border: none;
    margin-top: 5px;
    padding: 10px 40px
}

body.transfer-account .content .form_container input::placeholder {
    color: #333;
    text-align: center
}

body.transfer-account .content .form_container input#captcha::placeholder {
    color: #333;
    text-align: left
}

body.transfer-account .content .form_container .title {
    color: #095891;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

body.transfer-account .content .form_container .currency_items ul {
    overflow: hidden;
    list-style: none;
    padding-top: 15px;
    padding-left: 0;
    margin: 0
}

body.transfer-account .content .form_container .currency_items ul li {
    float: left
}

body.transfer-account .content .form_container .currency_items ul li .select_button, body.transfer-account .content .form_container .currency_items ul li .select_button_2 {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 15px;
    float: left;
    cursor: pointer
}

body.transfer-account .content .form_container .currency_items .currency_label {
    float: left;
    padding-left: 10px;
    padding-right: 15px
}

body.transfer-account .content .required {
    color: red
}

body.transfer-account .content .empty_cell {
    height: 24px
}

body.transfer-account .content .policy {
    font-size: 14px;
    display: inline-block
}

body.transfer-account .content .policy .checkbox_div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    float: left;
    cursor: pointer;
    padding-left: 3px;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 12px
}

body.transfer-account .content .policy .checkbox_div i {
    line-height: 19px;
    display: none
}

body.transfer-account .content .policy .text {
    width: 95%;
    float: left
}

body.transfer-account .content .error {
    border: 1px solid red !important
}

body.transfer-account .content .transfer_now, body.transfer-account .content .transfer_now:focus-within, body.transfer-account .content .transfer_now:hover {
    text-decoration: none
}

body.transfer-account .content .transfer_now div {
    text-align: center;
    background-color: #095891;
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px
}

body.transfer-account .content .transfer_now img {
    width: 25px;
    position: relative;
    top: -2px;
    left: 10px;
    display: none
}

body.transfer-account .content .transfer_now div:hover {
    background-color: #fff;
    color: #095891
}

body.transfer-account .content .selected {
    border: 2px solid #fff;
    background-color: #333 !important
}

body.transfer-account form#acc_trans_form .captcha_box {
    position: relative;
    width: 400px
}

body.transfer-account form#acc_trans_form .captcha_box input {
    position: relative
}

body.transfer-account form#acc_trans_form .captcha_box input::placeholder {
    text-align: left
}

body.transfer-account form#acc_trans_form img#transfer_account_captcha {
    position: absolute;
    top: 7px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

html[lang=ar] body.transfer-account .content .form_container .input_label {
    text-align: right
}

html[lang=ar] body.transfer-account .content .form_container .currency_items ul {
    padding-right: 0
}

html[lang=ar] body.transfer-account .content .form_container .currency_items ul li {
    float: right
}

html[lang=ar] body.transfer-account .content .form_container .currency_items ul li .select_button, html[lang=ar] body.transfer-account .content .form_container .currency_items ul li .select_button_2 {
    float: right
}

html[lang=ar] body.transfer-account .content .form_container .currency_items .currency_label {
    float: right;
    padding-right: 10px;
    padding-left: 15px
}

html[lang=ar] body.transfer-account .content .policy .checkbox_div {
    float: right;
    padding-left: 3px;
    margin-right: 0;
    padding-right: 3px;
    margin-left: 10px
}

html[lang=ar] body.transfer-account .content .policy .text {
    float: right;
    text-align: right
}

html[lang=ar] body.transfer-account form#acc_trans_form img#transfer_account_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] body.transfer-account .content .form_container input#captcha::placeholder {
    text-align: right
}

body.transfer-account-afsv .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.transfer-account-afsv .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.transfer-account-afsv .content .item_box {
    margin-top: 30px
}

body.transfer-account-afsv .content .item_box img.item {
    height: 100px
}

body.transfer-account-afsv .content .item_box .item_text {
    font-size: 16px
}

body.transfer-account-afsv .content .title_2 {
    margin-top: 20px
}

body.transfer-account-afsv .content form#acc_trans_form {
    background-color: #e6e6e6;
    padding: 25px 25px;
    margin-bottom: 25px !important;
    width: 100%;
    margin-top: 25px
}

body.transfer-account-afsv .content .form_container .input_label {
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a
}

body.transfer-account-afsv .content .form_container input {
    border: none;
    padding: 10px 10px;
    color: #333;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px
}

body.transfer-account-afsv .content input[type=text]:disabled {
    background-color: #fff !important
}

body.transfer-account-afsv .content .form_container .input_text {
    width: 100%;
    background-color: #fff;
    padding: 5.5px 20px;
    margin-top: 5px;
    color: #333;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px
}

body.transfer-account-afsv .content .form_container .disabled {
    pointer-events: none;
    background-color: #fff
}

body.transfer-account-afsv .content .form_container .adjust_height {
    height: 75px
}

body.transfer-account-afsv .content .form_container textarea {
    border: none;
    margin-top: 5px;
    padding: 10px 40px
}

body.transfer-account-afsv .content .form_container input::placeholder {
    color: #333;
    text-align: center
}

body.transfer-account-afsv .content .form_container input#captcha::placeholder {
    color: #333;
    text-align: left
}

body.transfer-account-afsv .content .form_container .title {
    color: #095891;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

body.transfer-account-afsv .content .form_container .currency_items ul {
    overflow: hidden;
    list-style: none;
    padding-top: 15px;
    padding-left: 0;
    margin: 0
}

body.transfer-account-afsv .content .form_container .currency_items ul li {
    float: left
}

body.transfer-account-afsv .content .form_container .currency_items ul li .select_button, body.transfer-account-afsv .content .form_container .currency_items ul li .select_button_2 {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 15px;
    float: left;
    cursor: pointer
}

body.transfer-account-afsv .content .form_container .currency_items .currency_label {
    float: left;
    padding-left: 10px;
    padding-right: 15px
}

body.transfer-account-afsv .content .required {
    color: red
}

body.transfer-account-afsv .content .empty_cell {
    height: 24px
}

body.transfer-account-afsv .content .policy {
    font-size: 14px;
    display: inline-block
}

body.transfer-account-afsv .content .policy .checkbox_div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    float: left;
    cursor: pointer;
    padding-left: 3px;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 12px
}

body.transfer-account-afsv .content .policy .checkbox_div i {
    line-height: 19px;
    display: none
}

body.transfer-account-afsv .content .policy .text {
    width: 95%;
    float: left
}

body.transfer-account-afsv .content .error {
    border: 1px solid red !important
}

body.transfer-account-afsv .content .transfer_now, body.transfer-account-afsv .content .transfer_now:focus-within, body.transfer-account-afsv .content .transfer_now:hover {
    text-decoration: none
}

body.transfer-account-afsv .content .transfer_now div {
    text-align: center;
    background-color: #095891;
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px
}

body.transfer-account-afsv .content .transfer_now img {
    width: 25px;
    position: relative;
    top: -2px;
    left: 10px;
    display: none
}

body.transfer-account-afsv .content .transfer_now div:hover {
    background-color: #fff;
    color: #095891
}

body.transfer-account-afsv .content .selected {
    border: 2px solid #fff;
    background-color: #333 !important
}

body.transfer-account-afsv form#acc_trans_form .captcha_box {
    position: relative;
    width: 400px
}

body.transfer-account-afsv form#acc_trans_form .captcha_box input {
    position: relative
}

body.transfer-account-afsv form#acc_trans_form .captcha_box input::placeholder {
    text-align: left
}

body.transfer-account-afsv form#acc_trans_form img#transfer_account_captcha {
    position: absolute;
    top: 7px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

html[lang=ar] body.transfer-account-afsv .content .form_container .input_label {
    text-align: right
}

html[lang=ar] body.transfer-account-afsv .content .form_container .currency_items ul {
    padding-right: 0
}

html[lang=ar] body.transfer-account-afsv .content .form_container .currency_items ul li {
    float: right
}

html[lang=ar] body.transfer-account-afsv .content .form_container .currency_items ul li .select_button, html[lang=ar] body.transfer-account-afsv .content .form_container .currency_items ul li .select_button_2 {
    float: right
}

html[lang=ar] body.transfer-account-afsv .content .form_container .currency_items .currency_label {
    float: right;
    padding-right: 10px;
    padding-left: 15px
}

html[lang=ar] body.transfer-account-afsv .content .policy .checkbox_div {
    float: right;
    padding-left: 3px;
    margin-right: 0;
    padding-right: 3px;
    margin-left: 10px
}

html[lang=ar] body.transfer-account-afsv .content .policy .text {
    float: right;
    text-align: right
}

html[lang=ar] body.transfer-account-afsv form#acc_trans_form img#transfer_account_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] body.transfer-account-afsv .content .form_container input#captcha::placeholder {
    text-align: right
}

body.appropriateness-assessment #form_assessment {
    background-color: #fafafa;
    padding: 25px 25px;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    width: 100%
}

body.appropriateness-assessment .required {
    border: 2px solid red !important
}

body.appropriateness-assessment .form_title {
    color: #095891;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

body.appropriateness-assessment label {
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    margin-right: 20px;
    margin-bottom: 10px
}

body.appropriateness-assessment label span {
    color: red
}

body.appropriateness-assessment .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.appropriateness-assessment .bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ccc
}

body.appropriateness-assessment input[type=password], body.appropriateness-assessment input[type=text], body.appropriateness-assessment textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 6px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 10px;
    resize: none
}

body.appropriateness-assessment hr {
    margin: 20px 0
}

body.appropriateness-assessment .select_desc {
    margin-top: 7px
}

body.appropriateness-assessment .captcha_box {
    position: relative
}

body.appropriateness-assessment .captcha_box input {
    background-color: #fff;
    padding: 10px 10px
}

body.appropriateness-assessment img#transfer_account_captcha {
    position: absolute;
    top: 7px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.appropriateness-assessment #submit-button {
    text-align: center;
    background-color: #095891;
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #095891;
    cursor: pointer
}

body.appropriateness-assessment #submit-button:hover {
    color: #095891;
    background-color: #fff;
    border: 1px solid #095891
}

html[lang=ar] body.appropriateness-assessment .form_title {
    text-align: right
}

html[lang=ar] body.appropriateness-assessment input[type=radio] {
    float: right;
    text-align: right;
    margin-top: 5px
}

html[lang=ar] body.appropriateness-assessment label {
    float: right;
    text-align: right;
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.appropriateness-assessment .select_desc {
    float: right;
    text-align: right
}

html[lang=ar] body.appropriateness-assessment .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.appropriateness-assessment .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.appropriateness-assessment .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.appropriateness-assessment img#transfer_account_captcha {
    right: auto;
    left: 1px
}

html[lang=ar] body.appropriateness-assessment .captcha_box input {
    text-align: right
}

body.riskpulse-login section.header {
    border-top: 6px solid #262262;
    border-bottom: 0;
    padding-top: 120px;
    padding-bottom: 175px;
    background: url(../images/header_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative
}

body.riskpulse-login .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.riskpulse-login .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.riskpulse-login section.header .riskpulse_logo {
    width: 200px
}

body.riskpulse-login section.header h1 {
    color: #262262;
    font-weight: 700;
    margin-top: 40px;
    font-size: 28px;
    line-height: 36px
}

body.riskpulse-login section.header h1 span {
    color: #37b34a;
    font-size: 28px;
    font-family: Proxima_Nova_Light
}

body.riskpulse-login section.header h2 {
    color: #262262;
    font-size: 18px
}

body.riskpulse-login section.header .row_login_register_button {
    margin-top: 30px
}

body.riskpulse-login section.header .row_login_register_button div {
    padding-left: 5px;
    padding-right: 5px
}

body.riskpulse-login section.header a.register_button {
    float: right;
    display: block;
    width: 200px;
    background-color: #262262;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    font-weight: 700
}

body.riskpulse-login section.header a.register_button:hover {
    background-color: #37b34a
}

body.riskpulse-login section.header a.login_button {
    float: left;
    display: block;
    width: 200px;
    border: 1px solid #262262;
    text-align: center;
    color: #262262;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    font-weight: 700
}

body.riskpulse-login section.header a.login_button:hover {
    color: #37b34a;
    border-color: #37b34a
}

body.riskpulse-login section.header .border_gradient {
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0, rgba(237, 28, 36, 1) 30%, rgba(63, 176, 72, 1) 40%);
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0
}

body.riskpulse-login section.header .border_gradient .container {
    position: relative
}

body.riskpulse-login section.header .border_gradient .icon_pulse {
    background: url(../images/icon_pulse_1.png);
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: -39.6px;
    right: 100px;
    position: absolute
}

body.riskpulse-login section.section_1 {
    padding-top: 30px;
    padding-bottom: 300px;
    position: relative;
    z-index: 10
}

body.riskpulse-login section.section_1 .row_circle_box {
    width: 80%;
    margin: 0 auto
}

body.riskpulse-login section.section_1 .row_circle_box .circle_box {
    width: 250px;
    height: 250px;
    border: 7px solid #f1f2f4;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

body.riskpulse-login section.section_1 .row_circle_box .circle_box .number_box {
    color: #37b34a;
    font-size: 38px;
    font-weight: 700;
    margin-top: 40px
}

body.riskpulse-login section.section_1 .row_circle_box .circle_box p {
    font-size: 18px;
    color: #262262;
    line-height: 23px;
    margin-top: 10px
}

body.riskpulse-login section.section_1 .row_circle_box .circle_box p b {
    display: block;
    margin-bottom: 10px;
    font-size: 20px
}

body.riskpulse-login h5 {
    margin-top: 40px;
    color: #262262;
    font-size: 36px;
    display: inline-block
}

body.riskpulse-login section.section_1 .border_gradient {
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0, rgba(237, 28, 36, 1) 40%, rgba(63, 176, 72, 1) 60%);
    width: 50%;
    height: 2px;
    margin: 0 auto;
    margin-top: 50px
}

body.riskpulse-login section.section_1 .tv_box {
    position: relative;
    margin-top: 50px
}

body.riskpulse-login section.section_1 .tv_box .tv {
    width: 500px;
    float: left;
    background: url(../images/tv.png);
    height: 270px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 90px;
    position: relative
}

body.riskpulse-login section.section_1 .tv_box .left_icon {
    width: 305px;
    float: left;
    height: 440px
}

body.riskpulse-login section.section_1 .tv_box .right_icon {
    width: 305px;
    float: left;
    height: 440px
}

body.riskpulse-login section.section_1 .tv_box .icon_tv {
    width: 120px;
    height: 120px;
    border: 5px solid #d4d3e0;
    border-radius: 50%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    padding: 10px
}

body.riskpulse-login section.section_1 .tv_box .left_icon .icon_tv {
    float: left;
    clear: both
}

body.riskpulse-login section.section_1 .tv_box .right_icon .icon_tv {
    float: right;
    clear: both
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.active {
    background-color: #3fb048
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_1 {
    background-image: url(../images/icon_1.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_2 {
    background-image: url(../images/icon_2.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_3 {
    background-image: url(../images/icon_3.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_4 {
    background-image: url(../images/icon_4.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_5 {
    background-image: url(../images/icon_5.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_6 {
    background-image: url(../images/icon_6.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv:hover {
    background-color: #3fb048
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_1:hover {
    background-image: url(../images/icon_h_1.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_2:hover {
    background-image: url(../images/icon_h_2.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_3:hover {
    background-image: url(../images/icon_h_3.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_4:hover {
    background-image: url(../images/icon_h_4.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_5:hover {
    background-image: url(../images/icon_h_5.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_6:hover {
    background-image: url(../images/icon_h_6.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_1.active {
    background-image: url(../images/icon_h_1.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_2.active {
    background-image: url(../images/icon_h_2.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_3.active {
    background-image: url(../images/icon_h_3.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_4.active {
    background-image: url(../images/icon_h_4.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_5.active {
    background-image: url(../images/icon_h_5.png)
}

body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_6.active {
    background-image: url(../images/icon_h_6.png)
}

body.riskpulse-login section.section_1 .tv_box .arrow {
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 310px;
    height: 59px;
    display: none
}

body.riskpulse-login section.section_1 .tv_box .arrow.active {
    display: block
}

body.riskpulse-login section.section_1 .tv_box .arrow.arrow_1 {
    background-image: url(../images/line_1.png);
    left: -214px;
    top: -9px
}

body.riskpulse-login section.section_1 .tv_box .arrow.arrow_2 {
    background-image: url(../images/line_2.png);
    left: -214px;
    top: 113px
}

body.riskpulse-login section.section_1 .tv_box .arrow.arrow_3 {
    background-image: url(../images/line_3.png);
    left: -214px;
    top: 189px;
    height: 130px
}

body.riskpulse-login section.section_1 .tv_box .arrow.arrow_4 {
    background-image: url(../images/line_4.png);
    left: auto;
    right: -221px;
    top: -9px
}

body.riskpulse-login section.section_1 .tv_box .arrow.arrow_5 {
    background-image: url(../images/line_5.png);
    left: auto;
    right: -221px;
    top: 113px
}

body.riskpulse-login section.section_1 .tv_box .arrow.arrow_6 {
    background-image: url(../images/line_6.png);
    left: auto;
    right: -221px;
    top: 189px;
    height: 130px
}

body.riskpulse-login section.section_1 .tv_box .tv .current_screen {
    background-image: url(../images/screen01_en.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 349px;
    height: 193px;
    top: 21px;
    left: 78px
}

body.riskpulse-login section.section_1 .arrow_text {
    position: absolute;
    color: #d4d3e0;
    font-size: 16px
}

body.riskpulse-login section.section_1 .arrow_text.active {
    color: #262262
}

body.riskpulse-login section.section_1 .arrow_text.arrow_text_1 {
    top: 50px;
    left: 155px;
    line-height: 20px
}

body.riskpulse-login section.section_1 .arrow_text.arrow_text_2 {
    top: 197px;
    left: 155px;
    line-height: 20px
}

body.riskpulse-login section.section_1 .arrow_text.arrow_text_3 {
    top: 351px;
    left: 155px;
    line-height: 20px
}

body.riskpulse-login section.section_1 .arrow_text.arrow_text_4 {
    top: 52px;
    right: 140px;
    line-height: 20px;
    text-align: right
}

body.riskpulse-login section.section_1 .arrow_text.arrow_text_5 {
    top: 200px;
    right: 140px;
    line-height: 20px;
    text-align: right
}

body.riskpulse-login section.section_1 .arrow_text.arrow_text_6 {
    top: 352px;
    right: 140px;
    line-height: 20px;
    text-align: right
}

body.riskpulse-login section.section_1 .arrow_down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #3fb048;
    position: absolute;
    display: none
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_1 {
    left: -252px;
    top: -104px
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_2 {
    left: -252px;
    top: 49px
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_3 {
    left: -252px;
    top: 200px
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_4 {
    right: -250px;
    top: -104px
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_5 {
    right: -250px;
    top: 48px
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_6 {
    right: -250px;
    top: 199px
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_1.active {
    display: block
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_2.active {
    display: block
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_3.active {
    display: block
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_4.active {
    display: block
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_5.active {
    display: block
}

body.riskpulse-login section.section_1 .arrow_down.arrow_down_6.active {
    display: block
}

body.riskpulse-login section.section_2 {
    border-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative
}

body.riskpulse-login section.section_2 p.form_p {
    color: #262262;
    margin-bottom: 0;
    font-weight: 700
}

body.riskpulse-login section.section_2 a.login_button {
    float: left;
    display: block;
    width: 200px;
    border: 1px solid #262262;
    text-align: center;
    color: #262262;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    margin-top: 20px;
    font-weight: 700
}

body.riskpulse-login section.section_2 a.login_button:hover {
    color: #37b34a;
    border-color: #37b34a
}

body.riskpulse-login section.section_2 .sticker {
    padding: 40px 40px;
    background: linear-gradient(90deg, rgba(46, 54, 143, 1) 0, rgba(46, 54, 143, 1) 28%, rgba(0, 167, 156, 1) 84%);
    border-radius: 10px
}

body.riskpulse-login section.section_2 .sticker .star {
    background: url(../images/star.png);
    width: 100%;
    height: 124px;
    background-repeat: no-repeat;
    background-size: 100%
}

body.riskpulse-login section.section_2 .sticker h6 {
    color: #fff;
    font-size: 25px;
    margin-top: 30px
}

body.riskpulse-login section.section_2 .sticker p {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px
}

body.riskpulse-login section.section_2 .sticker hr {
    border-top: 1px solid rgba(255, 255, 255, .5);
    margin-top: 15px
}

body.riskpulse-login section.section_2 .border_gradient_seperator {
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0, rgba(237, 28, 36, 1) 40%, rgba(63, 176, 72, 1) 60%);
    height: 2px;
    margin: 0 auto;
    margin-top: 70px
}

body.riskpulse-login section.section_2 .border_gradient {
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0, rgba(237, 28, 36, 1) 30%, rgba(63, 176, 72, 1) 40%);
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0
}

body.riskpulse-login section.section_2 .border_gradient .container {
    position: relative
}

body.riskpulse-login section.section_2 .border_gradient .icon_pulse {
    background: url(../images/icon_pulse_2.png);
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: -38.6px;
    right: 100px;
    position: absolute
}

body.riskpulse-login .form_section input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(38, 34, 98, .5);
    border-radius: 3px
}

body.riskpulse-login .form_section .show_for_corporate {
    display: none
}

body.riskpulse-login .form_section .row_form_title {
    margin-top: 40px;
    margin-bottom: 40px
}

body.riskpulse-login #form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.riskpulse-login #form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid rgba(38, 34, 98, .5);
    padding: 7px 12px
}

body.riskpulse-login #form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.riskpulse-login #form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.riskpulse-login #form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #262262
}

body.riskpulse-login #form_amana .form-check .form-check-label a {
    color: #3fb048;
    text-decoration: none;
    font-weight: 700
}

body.riskpulse-login #form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.riskpulse-login #form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    background-color: #3fb048;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    border-radius: 5px
}

body.riskpulse-login #form_amana .register_button:hover {
    background-color: #319640
}

body.riskpulse-login #form_amana i.info_text {
    position: absolute;
    right: 32px;
    top: 10px;
    color: #fff;
    background-color: #262262;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.riskpulse-login .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.riskpulse-login .tooltip {
    opacity: 1
}

body.riskpulse-login .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.riskpulse-login section.footer {
    background-color: #262262;
    padding-top: 40px;
    padding-bottom: 40px
}

body.riskpulse-login section.footer .riskpulse_logo {
    width: 200px
}

body.riskpulse-login section.footer .social_media {
    width: auto;
    float: right;
    display: inline-block
}

body.riskpulse-login section.footer .social_media ul {
    margin-top: 20px;
    list-style-type: none;
    padding-left: 0
}

body.riskpulse-login section.footer .social_media ul li {
    float: left;
    margin-right: 6px
}

body.riskpulse-login section.footer .social_media ul li:last-child {
    margin-right: 0
}

body.riskpulse-login section.footer .social_media ul li a {
    background-color: #fff;
    color: #262262;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.riskpulse-login section.footer .social_media ul li a i {
    font-size: 15px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.riskpulse-login section.footer .social_media ul li:nth-child(1) a:hover {
    background-color: #485e92;
    color: #fff
}

body.riskpulse-login section.footer .social_media ul li:nth-child(2) a:hover {
    background-color: #42acdc;
    color: #fff
}

body.riskpulse-login section.footer .social_media ul li:nth-child(3) a:hover {
    background-color: #186895;
    color: #fff
}

body.riskpulse-login section.footer .social_media ul li:nth-child(4) a:hover {
    background-color: red;
    color: #fff
}

body.riskpulse-login section.footer hr {
    margin-top: 40px;
    margin-bottom: 40px
}

body.riskpulse-login section.footer .risk_disclosure a {
    color: #3fb048
}

body.riskpulse-login #loginModal h6 {
    font-size: 26px;
    color: #262262
}

body.riskpulse-login #loginModal ul {
    margin-bottom: -6px;
    padding-left: 17px
}

body.riskpulse-login #loginModal input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(38, 34, 98, .5);
    border-radius: 3px
}

body.riskpulse-login #loginModal #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.riskpulse-login section.slider {
    padding-top: 0;
    padding-bottom: 50px;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

body.riskpulse-login section.slider .box {
    border-radius: 12px;
    margin-top: -260px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 28px -9px rgba(46, 46, 46, 1);
    -moz-box-shadow: 0 0 28px -9px rgba(46, 46, 46, 1);
    box-shadow: 0 0 28px -9px rgba(46, 46, 46, 1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

body.riskpulse-login section.slider .box p {
    margin-top: 20px;
    color: #262262;
    padding: 0 60px;
    font-size: 20px;
    padding-bottom: 41px
}

body.riskpulse-login section.slider h3 {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 40px
}

body.riskpulse-login section.slider .box_icons {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
    cursor: pointer
}

body.riskpulse-login section.slider .box_icon {
    width: 12%;
    float: left
}

body.riskpulse-login section.slider .risk_seperator {
    width: 10%;
    height: 2px;
    display: block;
    background-color: #fff;
    float: left;
    margin-top: 66px
}

body.riskpulse-login section.slider .box_icon .risk_icon {
    border: 1px solid rgba(255, 255, 255, .6);
    height: 133px;
    background-size: 90%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

body.riskpulse-login section.slider .box_icon.box_icon_1 .risk_icon {
    background-image: url(../images/icon_1.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_2 .risk_icon {
    background-image: url(../images/icon_2.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_3 .risk_icon {
    background-image: url(../images/icon_3.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_4 .risk_icon {
    background-image: url(../images/icon_4.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_5 .risk_icon {
    background-image: url(../images/icon_5.png)
}

body.riskpulse-login section.slider .box_icon.active .risk_icon {
    border-radius: 15px
}

body.riskpulse-login section.slider .box_icon.box_icon_1.active .risk_icon {
    background-image: url(../images/icon_1_h.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_2.active .risk_icon {
    background-image: url(../images/icon_2_h.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_3.active .risk_icon {
    background-image: url(../images/icon_3_h.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_4.active .risk_icon {
    background-image: url(../images/icon_4_h.png)
}

body.riskpulse-login section.slider .box_icon.box_icon_5.active .risk_icon {
    background-image: url(../images/icon_5_h.png)
}

body.riskpulse-login section.slider .box_icon .risk_title {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    margin-top: 14px;
    line-height: 21px
}

body.riskpulse-login section.slider .box_icon.active .risk_title {
    color: #fff
}

body.riskpulse-login section.slider .box_icon.active .risk_arrow {
    background-image: url(../images/arrow_down.png);
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px
}

body.riskpulse-login #risk-carousel {
    margin-top: 20px
}

body.riskpulse-login #risk-carousel .item {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px
}

body.riskpulse-login #risk-carousel .item img {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: rgba(0, 0, 0, .8) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, .8) 0 0 10px;
    box-shadow: rgba(0, 0, 0, .8) 0 0 10px
}

body.riskpulse-login #risk-carousel .owl-nav button.owl-next, body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-size: 120px;
    position: absolute;
    top: 128px;
    opacity: .4
}

body.riskpulse-login #risk-carousel .owl-nav button.owl-next:hover, body.riskpulse-login #risk-carousel .owl-nav button.owl-prev:hover {
    opacity: .8
}

body.riskpulse-login #risk-carousel .owl-nav button.owl-next {
    right: -70px
}

body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
    left: -70px
}

html[lang=ar] body.riskpulse-login section.header a.register_button {
    float: left
}

html[lang=ar] body.riskpulse-login section.header a.login_button {
    float: right
}

html[lang=ar] body.riskpulse-login section.section_1 .arrow_text {
    font-size: 13px
}

html[lang=ar] body.riskpulse-login .section_2 h5 {
    text-align: right;
    width: 100%
}

html[lang=ar] body.riskpulse-login section.section_2 p.form_p {
    text-align: right
}

html[lang=ar] body.riskpulse-login section.section_2 a.login_button {
    float: right
}

html[lang=ar] body.riskpulse-login section.section_2 .sticker h6 {
    text-align: right
}

html[lang=ar] body.riskpulse-login section.section_2 .sticker p {
    text-align: right
}

html[lang=ar] body.riskpulse-login section.footer .riskpulse_logo {
    float: right
}

html[lang=ar] body.riskpulse-login form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.riskpulse-login form#form_amana .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.riskpulse-login form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.riskpulse-login form#form_amana .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.riskpulse-login form#form_amana #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.riskpulse-login form#form_amana .form-check {
    padding-left: 0
}

html[lang=ar] body.riskpulse-login form#form_amana .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.riskpulse-login form#form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.riskpulse-login form#form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.riskpulse-login .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.riskpulse-login section.footer .social_media {
    float: left
}

html[lang=ar] body.riskpulse-login section.footer .social_media ul li {
    float: right;
    margin-left: 6px;
    margin-right: 0
}

html[lang=ar] body.riskpulse-login section.footer .social_media ul li:last-child {
    margin-left: 0
}

html[lang=ar] body.riskpulse-login #loginModal #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.riskpulse-login #loginModal .modal-header .close {
    text-align: left
}

html[lang=ar] body.riskpulse-login #loginModal h6 {
    text-align: right;
    width: 100%
}

html[lang=ar] body.riskpulse-login section.header h2 {
    margin-top: 20px
}

html[lang=ar] body.riskpulse-login section.section_1 .tv_box .tv .current_screen {
    background-image: url(../images/screen01_ar.jpg)
}

html[lang=ar] body.riskpulse-login form#form_amana .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.riskpulse-login form#form_amana .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.riskpulse-login section.section_1 .row_circle_box .circle_box .number_box {
    font-family: Proxima_Nova
}

html[lang=ar] body.riskpulse-login section.section_1 .row_circle_box .circle_box p {
    font-size: 18px;
    line-height: 25px
}

html[lang=ar] body.riskpulse-login #loginModal ul {
    text-align: right;
    padding-right: 20px;
    padding-left: 0
}

html[lang=ar] body.riskpulse-login #loginModal ul li {
    margin-top: 5px;
    margin-bottom: 5px
}

html[lang=ar] body.riskpulse-login section.slider .box_icon {
    width: 12%;
    float: right
}

html[lang=ar] body.riskpulse-login section.slider .risk_seperator {
    float: right
}

html[lang=ar] body.riskpulse-login section.slider .box {
    margin-top: -220px
}

html[lang=ar] body.riskpulse-login section.section_1 {
    padding-bottom: 250px
}

html[lang=ar] body.riskpulse-login #risk-carousel .owl-nav button.owl-next {
    right: auto;
    left: -70px
}

html[lang=ar] body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
    left: auto;
    right: -70px
}

body.riskpulse-dashboard .content {
    padding-bottom: 0
}

body.riskpulse-dashboard .sub_header {
    padding-bottom: 50px
}

body.riskpulse-dashboard .content img.riskpulse_logo {
    width: 200px;
    float: right
}

body.riskpulse-dashboard .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.riskpulse-dashboard .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.riskpulse-dashboard .content .global_small_title {
    margin-top: 10px;
    font-style: italic;
    margin-bottom: 7px
}

body.riskpulse-dashboard .content .global_seperator {
    width: 100%;
    border-top: 1px solid rgba(34, 71, 99, .3)
}

body.riskpulse-dashboard .content .box {
    width: 100%;
    padding: 25px 35px;
    -webkit-box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    -moz-box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    box-shadow: 8px 12px 20px -5px rgba(217, 213, 217, 1);
    margin-bottom: 50px;
    margin-top: 20px;
    border: 1px solid rgba(137, 142, 145, .5);
    position: relative;
    border-top: 0
}

body.riskpulse-dashboard .content .box .border {
    background: linear-gradient(90deg, rgba(237, 28, 36, 1) 0, rgba(237, 28, 36, 1) 30%, rgba(63, 176, 72, 1) 40%);
    width: 100.2%;
    height: 6px;
    position: absolute;
    top: -1px;
    left: -1px
}

body.riskpulse-dashboard .content .box.box_1 .full_border {
    border-top: 1px solid #c8c9cb;
    border-bottom: 1px solid #c8c9cb;
    float: left;
    width: 100%;
    padding: 7px 0;
    margin-top: 13px;
    margin-bottom: 10px
}

body.riskpulse-dashboard .content .box.box_1 .div_name_title {
    float: left;
    color: #404041;
    font-size: 18px;
    margin-right: 10px
}

body.riskpulse-dashboard .content .box.box_1 .div_name_val {
    float: left;
    color: #929497;
    font-size: 18px;
    margin-right: 10px
}

body.riskpulse-dashboard .content .box.box_1 .vertical_seperator {
    float: left;
    width: 1px;
    height: 25px;
    background-color: #c8c9cb;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 1px
}

body.riskpulse-dashboard .content .sub-box {
    border: 1px solid #c8c9cb;
    margin-top: 20px;
    margin-bottom: 10px
}

body.riskpulse-dashboard .content .sub-box .header {
    background-color: #f1f2f4;
    border-bottom: 1px solid #c8c9cb;
    padding: 13px 16px
}

body.riskpulse-dashboard .content .sub-box .sub-header {
    border-bottom: 1px solid #c8c9cb;
    padding: 13px 16px
}

body.riskpulse-dashboard .content .sub-box .sub-header.no-border {
    border-bottom: 0
}

body.riskpulse-dashboard .content .sub-box .header .text_left {
    font-weight: 700
}

body.riskpulse-dashboard .content .sub-box .text_left {
    float: left
}

body.riskpulse-dashboard .content .sub-box .text_right {
    float: right
}

body.riskpulse-dashboard .content .sub-box .text_right.red {
    color: #ee5b43
}

body.riskpulse-dashboard .content .sub-box .text_right.green {
    color: #009345
}

body.riskpulse-dashboard .content .sub-box .div_tooltip {
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 50%;
    background-color: #404041;
    color: #fff;
    text-align: center;
    font-family: Proxima_Nova;
    cursor: pointer
}

body.riskpulse-dashboard .content .border_chart {
    border: 1px solid #c8c9cb;
    padding: 0;
    padding-top: 12px;
    margin-top: 21px
}

body.riskpulse-dashboard .content #chartdiv {
    width: 100%;
    height: 386px;
    direction: ltr
}

body.riskpulse-dashboard .content .amcharts-amexport-item {
    border: 1px solid #006ed2 !important;
    background-color: #006ed2 !important;
    opacity: 1 !important
}

body.riskpulse-dashboard .content .amcharts-amexport-item a {
    color: #fff
}

body.riskpulse-dashboard .content .box_2 .main_hr {
    border-top: 1px solid #c8c9cb
}

body.riskpulse-dashboard .content #chartdiv_profit_factor {
    width: 100%;
    height: 190px;
    direction: ltr;
    margin-top: 55px;
    margin-bottom: 55px
}

body.riskpulse-dashboard .content i.fa.arrow {
    font-size: 16px;
    margin-right: 11px;
    float: left;
    margin-top: 3px
}

body.riskpulse-dashboard .content #chartdiv_win_negative_percentage {
    width: 100%;
    height: 201px;
    direction: ltr
}

body.riskpulse-dashboard .content #chartdiv_win_loss_ratio {
    width: 100%;
    height: 190px;
    direction: ltr;
    margin-top: 31px;
    margin-bottom: 30px
}

body.riskpulse-dashboard .content #chartdiv_best_wrost_trades {
    width: 100%;
    height: 280px;
    direction: ltr;
    margin-top: 20px;
    margin-bottom: 0
}

body.riskpulse-dashboard .tooltip {
    opacity: 1
}

body.riskpulse-dashboard .tooltip-inner {
    background-color: #006ed2 !important;
    color: #fff;
    border-radius: 3px;
    text-align: justify;
    max-width: 300px
}

body.riskpulse-dashboard .bs-tooltip-auto[x-placement^=top] .arrow:before, body.riskpulse-dashboard .bs-tooltip-top .arrow:before {
    border-top-color: #006ed2 !important
}

body.riskpulse-dashboard .content #pie_chart_longs {
    width: 100%;
    height: 492px;
    direction: ltr
}

body.riskpulse-dashboard .content .border_chart_2 {
    border: 1px solid #c8c9cb;
    padding: 0;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 21px
}

body.riskpulse-dashboard .content .box.box_4 p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px
}

body.riskpulse-dashboard .content .filter_div {
    float: right
}

body.riskpulse-dashboard .content .filter_div input[type=text] {
    text-align: center;
    border: 1px solid #adaeb1;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    margin-left: 12px
}

body.riskpulse-dashboard .content .filter_div .span_date {
    position: relative;
    display: inline-block
}

body.riskpulse-dashboard .content .filter_div .span_date::before {
    position: absolute;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    right: 14px;
    top: 10px;
    display: inline-block;
    z-index: 10
}

body.riskpulse-dashboard .content .filter_div .span_date:hover::before {
    color: #006ed2
}

body.riskpulse-dashboard .content .filter_div input[type=button] {
    padding: 5px;
    color: #fff;
    border: 1px solid #006ed2;
    border-radius: 3px;
    width: 100px;
    background-color: #006ed2;
    cursor: pointer;
    margin-left: 12px
}

body.riskpulse-dashboard .content .filter_div input[type=button]:hover {
    background-color: #0157a5
}

body.riskpulse-dashboard .daterangepicker select {
    display: inline-block
}

body.riskpulse-dashboard .daterangepicker td.active, body.riskpulse-dashboard .daterangepicker td.active:hover {
    background-color: #006ed2;
    border-color: #006ed2
}

body.riskpulse-dashboard .content .sub-box.desktop-only {
    display: block
}

body.riskpulse-dashboard .content .sub-box.mobile-only {
    display: none
}

body.riskpulse-dashboard .content h5.no_data_chart_1 {
    color: #ee5b43;
    padding-top: 178px;
    padding-bottom: 179px
}

body.riskpulse-dashboard .content h5.no_data_chart_2 {
    color: #ee5b43;
    padding-top: 136px;
    padding-bottom: 136px
}

body.riskpulse-dashboard .content h5.no_data_chart_3 {
    color: #ee5b43;
    padding-top: 231px;
    padding-bottom: 231px
}

body.riskpulse-dashboard .content h5.no_data_chart_4 {
    color: #ee5b43;
    padding-top: 85px;
    padding-bottom: 86px
}

body.riskpulse-dashboard .content #chartdiv_trading_expectancy {
    width: 100%;
    height: 190px;
    direction: ltr
}

body.riskpulse-dashboard .content .box_4 span.red {
    font-weight: 700;
    color: #ee5b43
}

body.riskpulse-dashboard .content .box_4 span.green {
    font-weight: 700;
    color: #009345
}

body.riskpulse-dashboard .content .review_title {
    margin-top: 10px
}

body.riskpulse-dashboard .content #chartdiv svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3), body.riskpulse-dashboard .content #chartdiv_best_wrost_trades svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3), body.riskpulse-dashboard .content #chartdiv_profit_factor svg > g > g:nth-child(2) > g:nth-child(2), body.riskpulse-dashboard .content #chartdiv_trading_expectancy svg > g > g:nth-child(2) > g:nth-child(2), body.riskpulse-dashboard .content #chartdiv_win_loss_ratio svg > g > g:nth-child(2) > g:nth-child(2), body.riskpulse-dashboard .content #chartdiv_win_negative_percentage svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3), body.riskpulse-dashboard .content #pie_chart_longs svg > g > g:nth-child(2) > g:nth-child(2) > g > g:nth-child(3) {
    display: none
}

html[lang=ar] body.riskpulse-dashboard .content svg g[role=tooltip] text {
    direction: rtl
}

html[lang=ar] body.riskpulse-dashboard .content #chartdiv_win_negative_percentage svg g[role=tooltip] text, html[lang=ar] body.riskpulse-dashboard .content #pie_chart_longs svg g[role=tooltip] text {
    direction: ltr
}

html[lang=ar] body.riskpulse-dashboard .content .amcharts-amexport-menu.amcharts-amexport-menu-level-0 {
    left: 7px !important;
    right: auto
}

html[lang=ar] body.riskpulse-dashboard .content .amcharts-amexport-menu.amcharts-amexport-menu-level-1 {
    margin-right: -72px;
    margin-left: 100%
}

html[lang=ar] body.riskpulse-dashboard .content .amcharts-amexport-menu.amcharts-amexport-menu-level-2 {
    margin-right: -65px;
    margin-left: 100%
}

html[lang=ar] body.riskpulse-dashboard .content .box h3 {
    text-align: right
}

html[lang=ar] body.riskpulse-dashboard .content .filter_div input[type=button] {
    margin-left: 0;
    margin-right: 12px
}

html[lang=ar] body.riskpulse-dashboard .content .filter_div input[type=text] {
    margin-left: 0;
    margin-right: 12px;
    width: 170px;
    font-family: Proxima_Nova
}

html[lang=ar] body.riskpulse-dashboard .content .filter_div .span_date::before {
    right: auto;
    left: 14px
}

html[lang=ar] body.riskpulse-dashboard .content .filter_div {
    float: left
}

html[lang=ar] body.riskpulse-dashboard .daterangepicker {
    direction: ltr
}

html[lang=ar] body.riskpulse-dashboard .daterangepicker :not(i) {
    font-family: Proxima_Nova
}

html[lang=ar] body.riskpulse-dashboard .content .box.box_1 .div_name_title {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

html[lang=ar] body.riskpulse-dashboard .content .box.box_1 .div_name_val {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

html[lang=ar] body.riskpulse-dashboard .content .box.box_1 .vertical_seperator {
    float: right;
    margin-left: 20px;
    margin-right: 10px
}

html[lang=ar] body.riskpulse-dashboard .content .sub-box .text_left {
    float: right;
    text-align: right
}

html[lang=ar] body.riskpulse-dashboard .content .sub-box .text_right {
    float: left;
    text-align: left;
    font-family: Proxima_Nova;
    direction: ltr
}

html[lang=ar] body.riskpulse-dashboard .content .sub-box .text_right.rtl_direction {
    direction: rtl;
    text-align: right
}

html[lang=ar] body.riskpulse-dashboard .content i.fa.arrow {
    float: right;
    margin-right: 0;
    margin-left: 11px
}

html[lang=ar] body.riskpulse-dashboard .content .box.box_4 p {
    text-align: right
}

html[lang=ar] body.riskpulse-dashboard #pie_chart_longs g[aria-label=Legend] {
    direction: rtl
}

html[lang=ar] body.riskpulse-dashboard #pie_chart_longs g[aria-label=Legend] > g {
    transform: translateX(191px)
}

html[lang=ar] body.riskpulse-dashboard #pie_chart_longs g[aria-label=Legend] text {
    transform: translate(-40px, -2px)
}

html[lang=ar] body.riskpulse-dashboard #chartdiv_profit_factor tspan, html[lang=ar] body.riskpulse-dashboard #chartdiv_trading_expectancy tspan, html[lang=ar] body.riskpulse-dashboard #chartdiv_win_loss_ratio tspan, html[lang=ar] body.riskpulse-dashboard .content .amcharts-amexport-item a {
    font-family: Proxima_Nova !important
}

html[lang=ar] body.riskpulse-dashboard #chartdiv_win_negative_percentage svg g[role=group] * {
    font-family: Proxima_Nova !important
}

html[lang=ar] body.riskpulse-dashboard #pie_chart_longs svg g[role=region] > g > g > g > g > g > g > g > g[role=group] > g > g:last-child * {
    font-family: Proxima_Nova !important
}

html[lang=ar] body.riskpulse-dashboard #chartdiv_best_wrost_trades svg g[role=region] g > g :nth-child(3) * {
    font-family: Proxima_Nova !important
}

html[lang=ar] body.riskpulse-dashboard #chartdiv svg g[role=region] g > g :nth-child(3) * {
    font-family: Proxima_Nova
}

html[lang=ar] body.riskpulse-dashboard #chartdiv svg g[role=group] * {
    font-family: "Droid Arabic Kufi" !important
}

html[lang=ar] body.riskpulse-dashboard .tooltip .arrow {
    left: 135px !important
}

html[lang=ar] body.riskpulse-dashboard .content img.riskpulse_logo {
    float: left
}

body.marketing-banners .content .banner_box {
    background: #f8f8f8;
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px
}

body.marketing-banners .content .banner_box .details_box {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px
}

body.marketing-banners .content .banner_box .details_box p {
    color: #333;
    margin-bottom: 0;
    font-size: 16px
}

body.marketing-banners .content .banner_box .details_box a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 10px 8px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 177px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 20px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #006ed2 50%);
    transition: background-position .2s
}

body.marketing-banners .content .banner_box .details_box a:hover {
    background-position: -100% 100%;
    text-decoration: none
}

body.marketing-banners .content .banner_box .details_box a.left_button {
    float: left
}

body.marketing-banners .content .banner_box .details_box a.right_button {
    float: right
}

body.marketing-banners textarea {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 34px;
    font-size: 15px;
    resize: none;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding-right: 10px;
    padding-left: 10px
}

html[lang=ar] body.marketing-banners .content .banner_box .details_box a.left_button {
    float: right
}

html[lang=ar] body.marketing-banners .content .banner_box .details_box a.right_button {
    float: left
}

html[lang=ar] body.marketing-banners #linkModal .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem
}

html[lang=ar] #linkModal .modal-header button {
    position: absolute;
    left: 0
}

html[lang=ar] body.banners-zulu textarea {
    font-family: Proxima_Nova
}

body.banners-zulu .content .banner_box {
    background: #f8f8f8;
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px
}

body.banners-zulu .content .banner_box .details_box {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px
}

body.banners-zulu .content .banner_box .details_box p {
    color: #333;
    margin-bottom: 0;
    font-size: 16px
}

body.banners-zulu .content .banner_box .details_box a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    padding: 10px 8px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 177px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 20px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #37b24a 50%, #006ed2 50%);
    transition: background-position .2s
}

body.banners-zulu .content .banner_box .details_box a:hover {
    background-position: -100% 100%;
    text-decoration: none
}

body.banners-zulu .content .banner_box .details_box a.left_button {
    float: left
}

body.banners-zulu .content .banner_box .details_box a.right_button {
    float: right
}

body.banners-zulu textarea {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 34px;
    font-size: 15px;
    resize: none;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding-right: 10px;
    padding-left: 10px
}

html[lang=ar] body.banners-zulu .content .banner_box .details_box a.left_button {
    float: right
}

html[lang=ar] body.banners-zulu .content .banner_box .details_box a.right_button {
    float: left
}

html[lang=ar] body.banners-zulu #linkModal .modal-footer > :not(:first-child) {
    margin-left: 0;
    margin-right: .25rem
}

html[lang=ar] #linkModal .modal-header button {
    position: absolute;
    left: 0
}

html[lang=ar] body.banners-zulu textarea {
    font-family: Proxima_Nova
}

body.contact-us .content .box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.contact-us .content .title_with_number_box .step_number {
    background-color: #00c8ff;
    color: #fff;
    font-size: 22px;
    width: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 5px
}

body.contact-us .content .title_with_number_box .step_title {
    margin-left: 20px;
    color: #1b2429;
    font-size: 22px;
    float: left;
    margin-top: 11px
}

body.contact-us .content .box .contact_box {
    float: left;
    margin-right: 70px
}

body.contact-us .content .box .contact_box:last-child {
    margin-right: 0
}

body.contact-us .content .box .contact_box:first-child {
    margin-left: 68px
}

body.contact-us .content .box .contact_box .entity_name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    color: #1b2429
}

body.contact-us .content .box .contact_box .entity_number {
    font-size: 15px;
    color: #1b2429
}

body.contact-us .content .box.second_box .contact_box:nth-child(2) {
    margin-right: 106px
}

body.contact-us .content .flag_box {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 16px;
    position: relative;
    margin-top: 20px
}

body.contact-us .content .flag_box img {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px
}

body.contact-us .content .flag_box .title_1 {
    font-weight: 700;
    font-size: 15px;
    margin-top: 6px
}

body.contact-us .content .flag_box .title_2 {
    color: #00c8ff;
    font-size: 15px;
    margin-top: -5px
}

body.contact-us .content .flag_box.second_box {
    border: 0;
    border-bottom: 1px solid rgba(137, 142, 145, .5);
    padding-top: 0
}

body.contact-us .content .flag_box.third_box {
    border: 0;
    padding-top: 0
}

body.contact-us .content .box ul {
    display: table;
    padding: 0;
    list-style: none;
    margin-top: 20px
}

body.contact-us .content .box ul li {
    float: none;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px
}

body.contact-us .content .social_box {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 10px 13px;
    margin-top: 25px;
    margin-bottom: 0
}

body.contact-us .content .social_box img {
    border: 1px solid rgba(137, 142, 145, .5);
    padding: 4px;
    border-radius: 7px;
    margin-right: 10px;
    background-color: #fff;
    width: 42px
}

body.contact-us .content .row_social a {
    text-decoration: none;
    color: #1b2429;
    font-size: 16px;
    display: block;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.contact-us .content .row_social div:nth-child(1) a:hover {
    background-color: #4ecb5c
}

body.contact-us .content .row_social div:nth-child(2) a:hover {
    background-color: #1da1f2
}

body.contact-us .content .row_social div:nth-child(3) a:hover {
    background-color: #448afe
}

body.contact-us .content .row_social div:nth-child(4) a:hover {
    background-color: #2553a3
}

body.contact-us .content .row_social div:nth-child(5) a:hover {
    background-color: #33a9dd
}

body.contact-us .content .row_social div:nth-child(6) a:hover {
    background-color: #2dc100
}

body.contact-us .content .row_social a:hover {
    color: #fff
}

body.contact-us .content #wechatModal .modal-body {
    text-align: center
}

body.contact-us .content #wechatModal img {
    width: 250px
}

body.contact-us .content .form_title_2 {
    font-size: 15px
}

body.contact-us .content form#contact_us_form {
    margin-top: 10px
}

body.contact-us .content form#contact_us_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 0
}

body.contact-us .content form#contact_us_form .row.row_custom_form div.col-sm-12:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

body.contact-us .content form#contact_us_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 0
}

body.contact-us .content form#contact_us_form input[type=text] {
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5)
}

body.contact-us .content form#contact_us_form .dropdown.bootstrap-select {
    width: 100%
}

body.contact-us .content form#contact_us_form .dropdown .btn-light {
    background-color: transparent;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    border-radius: 0;
    display: block
}

body.contact-us .content form#contact_us_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: rgba(90, 96, 100, .8)
}

body.contact-us .content form#contact_us_form .captcha_box {
    position: relative
}

body.contact-us .content form#contact_us_form img#contact_us_captcha {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

body.contact-us .content form#contact_us_form .required {
    border: 1px solid #e3342f !important
}

body.contact-us .content form#contact_us_form textarea {
    resize: none;
    width: 100%;
    margin-bottom: 12px;
    padding: 7px 10px;
    border: 1px solid rgba(90, 96, 100, .5);
    height: 170px
}

body.contact-us .content form#contact_us_form hr {
    border-top: 1px solid rgba(90, 96, 100, .3);
    margin-bottom: 26px
}

body.contact-us .content form#contact_us_form .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 172px;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #00a0cc 50%, #00c8ff 50%);
    transition: background-position .4s;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

body.contact-us .content form#contact_us_form .register_button:hover {
    background-position: -100% 100%
}

body.contact-us .content .contact_form_box {
    padding: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgba(137, 142, 145, .5);
    border-top: 5px solid #f1f2f4;
    display: inline-block;
    width: 100%;
    text-align: justify
}

body.contact-us .content .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.contact-us .content .required {
    border: 1px solid #e3342f !important
}

body.contact-us .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.contact-us .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

html[lang=ar] body.contact-us .content .title_with_number_box .step_number {
    float: right
}

html[lang=ar] body.contact-us .content .title_with_number_box .step_title {
    margin-left: 0;
    margin-right: 20px;
    float: right
}

html[lang=ar] body.contact-us .content .box .contact_box {
    float: right;
    margin-right: 0;
    margin-left: 57px
}

html[lang=ar] body.contact-us .content .box .contact_box:first-child {
    margin-right: 64px
}

html[lang=ar] body.contact-us .content .box.second_box .contact_box:nth-child(2) {
    margin-right: 0;
    margin-left: 90px
}

html[lang=ar] body.contact-us .content .flag_box img {
    left: auto;
    right: -20px
}

html[lang=ar] body.contact-us .content .flag_box .title_1 {
    text-align: right
}

html[lang=ar] body.contact-us .content .flag_box .title_2 {
    text-align: right;
    margin-top: 0
}

html[lang=ar] body.contact-us .content .flag_box.third_box {
    text-align: right
}

html[lang=ar] body.contact-us .content .social_box img {
    margin-right: 0;
    margin-left: 10px
}

html[lang=ar] body.contact-us .content .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.contact-us .content .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.contact-us .content .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.contact-us .content .dropdown-menu.show {
    left: auto;
    right: 0
}

html[lang=ar] body.contact-us .content .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.contact-us .content img#contact_us_captcha {
    right: auto !important;
    left: 1px
}

html[lang=ar] body.contact-us .content .form-check-label {
    text-align: right;
    margin-right: 22px
}

html[lang=ar] body.contact-us .content form#contact_us_form .register_button {
    float: right;
    text-align: right
}

html[lang=ar] body.contact-us .content .form_title_1 {
    text-align: right
}

html[lang=ar] body.contact-us .content form#contact_us_form .row.row_custom_form div.col-sm-12:first-child {
    padding-right: 15px
}

html[lang=ar] body.contact-us .content form#contact_us_form .row.row_custom_form div.col-sm-12:nth-child(3) {
    padding-left: 15px
}

html[lang=ar] body.contact-us .modal-header .close {
    text-align: left;
    width: 85%
}

body.deltatrader-lp .header {
    background: url(../images/header_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    margin-bottom: 210px
}

body.deltatrader-lp .content {
    padding-top: 0;
    padding-bottom: 0
}

body.deltatrader-lp .header .logo_box {
    width: 120px;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 10
}

body.deltatrader-lp .header .logo_box img {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #c6c8c9
}

body.deltatrader-lp .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.deltatrader-lp .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.deltatrader-lp a {
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.deltatrader-lp .header .sub_header {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, .8) 0, rgba(0, 69, 188, 1) 100%);
    padding: 20px
}

body.deltatrader-lp .header .sub_header img.logo {
    width: 110px;
    margin-top: 5px
}

body.deltatrader-lp .header .sub_header img.logo.capital_logo {
    margin-left: 5px
}

body.deltatrader-lp .header .sub_header a.sign_in {
    width: 81px;
    background-color: #fff;
    text-align: center;
    padding: 1px 0;
    border-radius: 3px;
    float: right;
    color: #808083;
    text-decoration: none;
    margin-right: 0
}

body.deltatrader-lp .header .sub_header a.sign_in:hover {
    background-color: #231f20;
    color: #fff
}

body.deltatrader-lp .header .sub_header .dropdown {
    float: left;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0;
    height: 25px
}

body.deltatrader-lp .header .sub_header .dropdown .btn {
    color: #fff;
    padding: 0 21px;
    text-align: center;
    min-width: 82px;
    line-height: 1.8
}

body.deltatrader-lp .header .sub_header .dropdown .btn span {
    display: block
}

body.deltatrader-lp .header .sub_header .dropdown .btn .main_flag {
    margin-top: -4px
}

body.deltatrader-lp .header .sub_header .dropdown-menu {
    margin-top: 1px;
    left: -2px;
    min-width: 86px
}

body.deltatrader-lp .header .sub_header .dropdown-menu .dropdown-item {
    padding: 2px 5px
}

body.deltatrader-lp .header .sub_header .dropdown-menu .dropdown-item .flag {
    margin-top: -2px;
    margin-left: 2px
}

body.deltatrader-lp .header .main_header {
    padding: 150px 0;
    padding-top: 90px
}

body.deltatrader-lp .header .main_header h1 {
    font-size: 64px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 0
}

body.deltatrader-lp .header .main_header h1 span {
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
    font-family: no_font;
    font-weight: 400;
    margin-right: -12px;
    margin-left: -12px
}

body.deltatrader-lp .header .main_header h2 {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 0
}

body.deltatrader-lp .header .main_header a.apply_button {
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    font-size: 24px;
    color: #fff;
    padding: 17px 35px;
    font-family: Proxima_Nova_Light;
    border-radius: 5px;
    text-decoration: none
}

body.deltatrader-lp .header .main_header a.apply_button:hover {
    background: #231f20
}

body.deltatrader-lp .header .last_header {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, .8) 0, rgba(0, 69, 188, 1) 100%);
    padding: 30px;
    position: relative
}

body.deltatrader-lp .header .last_header .video_play {
    position: absolute;
    left: 50%;
    top: -110px
}

body.deltatrader-lp .header .last_header .vido_tv {
    width: 580px;
    border: 10px solid #231f20;
    height: 300px;
    border-radius: 7px;
    border-bottom: 30px solid #231f20;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    left: -50%;
    background-color: #231f20
}

body.deltatrader-lp .header .last_header .vido_tv img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 7px
}

body.deltatrader-lp .header .vido_tv .video_layer {
    position: absolute;
    z-index: 9;
    background-color: rgba(255, 255, 255, .3);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px
}

body.deltatrader-lp .vido_tv .play_icon {
    background-color: #007bff;
    position: absolute;
    width: 50px;
    height: 24px;
    left: 46%;
    z-index: 10;
    top: 124px
}

body.deltatrader-lp .vido_tv .play_icon i {
    color: #1c1510;
    font-size: 60px;
    right: -6px;
    top: -14px;
    position: absolute;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.deltatrader-lp .vido_tv .play_icon i:hover {
    color: #2c2921
}

body.deltatrader-lp .section_1 {
    padding-bottom: 50px
}

body.deltatrader-lp .section_1 .next_round {
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0, rgba(0, 69, 188, 1) 100%);
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-size: 36px
}

body.deltatrader-lp .section_1 .deltatrader_title {
    color: #231f20;
    font-size: 56px;
    margin-top: 30px
}

body.deltatrader-lp .section_1 .blue_hr {
    border-top: 5px solid #007bff
}

body.deltatrader-lp .section_1 p.deltatrader_desc {
    font-size: 17px;
    margin-top: 20px;
    font-family: Proxima_Nova_Light
}

body.deltatrader-lp .section_1 p.deltatrader_desc a {
    color: #231f20;
    text-decoration: none
}

body.deltatrader-lp .section_1 p.deltatrader_desc a:last-child {
    color: #007bff
}

body.deltatrader-lp .section_1 p.deltatrader_desc a:last-child:hover {
    color: #0265cf
}

body.deltatrader-lp .section_2 {
    background: url(../images/body_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    padding: 40px 0;
    border: 0;
    position: relative
}

body.deltatrader-lp .section_2 .blue_layer {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, .95) 0, rgba(0, 69, 188, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body.deltatrader-lp .section_2 .deltatrader_title {
    color: #fff;
    font-size: 56px
}

body.deltatrader-lp .section_2 p.deltatrader_desc {
    color: #fff;
    font-size: 17px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 50px;
    margin-top: 20px
}

body.deltatrader-lp .section_2 .step_box {
    margin-top: 20px;
    margin-bottom: 30px
}

body.deltatrader-lp .section_2 .step_box .step_number {
    width: 50px;
    background-color: #0c2835;
    color: #fff;
    text-align: center;
    font-size: 34px;
    margin: 0 auto;
    border-radius: 5px;
    float: left
}

body.deltatrader-lp .section_2 .step_box .step_number.number_2 {
    background-color: #ef5a28
}

body.deltatrader-lp .section_2 .step_box .step_number.number_3 {
    background-color: #ffd400
}

body.deltatrader-lp .section_2 .step_box .step_number.number_4 {
    background-color: #00ca4a
}

body.deltatrader-lp .section_2 .step_box .step_desc {
    float: left;
    color: #fff;
    margin-left: 20px;
    font-size: 22px;
    line-height: 25px;
    font-family: Proxima_Nova_Light;
    margin-top: 2px
}

body.deltatrader-lp .section_2 .step_point {
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, .5);
    float: left;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative
}

body.deltatrader-lp .section_2 .step_point .point {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -8px;
    left: 10%
}

body.deltatrader-lp .section_2 .step_point .point.point_2 {
    left: 50%
}

body.deltatrader-lp .section_2 .step_point .point.point_3 {
    left: 90%
}

body.deltatrader-lp .section_2 .icon_box {
    margin-bottom: 50px;
    display: inline-block
}

body.deltatrader-lp .section_2 .icon_box .icon {
    width: 140px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    padding: 30px;
    float: left;
    margin-right: 20px
}

body.deltatrader-lp .section_2 .icon_box .icon img {
    width: 100%
}

body.deltatrader-lp .section_2 .icon_box .icon_title {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

body.deltatrader-lp .section_2 .icon_box.icon_box_2 .icon_title {
    margin-top: 20px
}

body.deltatrader-lp .section_2 .icon_box.icon_box_3 .icon_title {
    margin-top: 20px
}

body.deltatrader-lp .section_2 .icon_box .icon_desc {
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-size: 14px
}

body.deltatrader-lp .section_3 {
    background-color: #231f20;
    color: #fff;
    font-size: 22px;
    padding: 20px 0
}

body.deltatrader-lp .section_3 p {
    margin: 0;
    font-family: Proxima_Nova_Light
}

body.deltatrader-lp .section_3 p a {
    color: #00ca4a;
    text-decoration: underline
}

body.deltatrader-lp .section_3 p a:hover {
    color: #19ab4e
}

body.deltatrader-lp .section_4 {
    background: url(../images/header_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    border: 0;
    padding-top: 50px;
    padding-bottom: 100px
}

body.deltatrader-lp .section_4 .deltatrader_title {
    font-size: 56px;
    font-family: Proxima_Nova_Light
}

body.deltatrader-lp .section_4 .deltatrader_title span {
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    font-family: no_font;
    font-weight: 400;
    margin-right: -8px;
    margin-left: -8px
}

body.deltatrader-lp .section_4 .deltatrader_title_2 {
    font-size: 29px;
    margin-bottom: 40px;
    margin-top: 0
}

body.deltatrader-lp .section_4 ul.section_list {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 25px 170px;
    list-style-type: none;
    border-radius: 5px
}

body.deltatrader-lp .section_4 ul.section_list li span {
    font-size: 20px;
    font-family: Proxima_Nova_Light
}

body.deltatrader-lp .section_4 ul.section_list li::before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 20px
}

body.deltatrader-lp .section_4 .account_box {
    background-color: #fff;
    width: 100%;
    margin-top: 40px;
    padding: 10px 10px;
    padding-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 5px
}

body.deltatrader-lp .section_4 .account_box img {
    width: 80px;
    margin-top: 30px
}

body.deltatrader-lp .section_4 .account_box .box_title {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px
}

body.deltatrader-lp .section_4 .account_box a {
    text-align: center;
    width: 200px;
    padding: 10px 20px;
    background-color: #231f20;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    text-decoration: none
}

body.deltatrader-lp .section_4 .account_box .small_risk {
    font-size: 12px;
    margin-top: 20px;
    padding: 0 30px
}

body.deltatrader-lp .section_4 .account_box .image_2 {
    display: none
}

body.deltatrader-lp .section_4 .account_box:hover {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, .8) 0, rgba(0, 69, 188, 1) 100%)
}

body.deltatrader-lp .section_4 .account_box:hover > .box_title {
    color: #fff
}

body.deltatrader-lp .section_4 .account_box:hover > .small_risk {
    color: #fff
}

body.deltatrader-lp .section_4 .account_box:hover > .box_link a {
    background-color: #8ac43f
}

body.deltatrader-lp .section_4 .account_box.box_3 .box_title {
    line-height: 21px;
    margin-top: 19px;
    margin-bottom: 37px
}

body.deltatrader-lp .section_4 .account_box.box_3 .box_title span {
    font-size: 18px
}

body.deltatrader-lp .section_4 .account_box:hover > .box_icon .image_1 {
    display: none
}

body.deltatrader-lp .section_4 .account_box:hover > .box_icon .image_2 {
    display: initial
}

body.deltatrader-lp .section_4 .account_box.box_2 {
    padding-bottom: 78px
}

body.deltatrader-lp .section_4 .account_box.box_3 {
    padding-bottom: 78px
}

body.deltatrader-lp .section_5 {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, .8) 0, rgba(0, 69, 188, 1) 100%);
    padding: 20px;
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-size: 26px
}

body.deltatrader-lp .section_6 {
    padding-bottom: 80px
}

body.deltatrader-lp .section_6 .deltatrader_title {
    color: #231f20;
    font-size: 56px;
    margin-top: 50px
}

body.deltatrader-lp .section_6 .circle_box {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 15px;
    border-radius: 50%;
    width: 97%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 70px;
    min-height: 338px
}

body.deltatrader-lp .section_6 .circle_box img {
    width: 100px;
    margin: 10px 0
}

body.deltatrader-lp .section_6 .circle_number {
    color: #007bff;
    font-size: 25px;
    font-weight: 700;
    margin-top: 37px
}

body.deltatrader-lp .section_6 p {
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 37px
}

body.deltatrader-lp .section_6 a {
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    font-size: 24px;
    color: #fff;
    padding: 17px 35px;
    font-family: Proxima_Nova_Light;
    border-radius: 5px;
    text-decoration: none
}

body.deltatrader-lp .section_6 a:hover {
    background: #231f20
}

body.deltatrader-lp #termsModal .modal-header {
    border-bottom: 0
}

body.deltatrader-lp #termsModal .modal-body {
    margin-top: -25px
}

body.deltatrader-lp #termsModal .modal-content {
    background: #007bff;
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0, rgba(0, 69, 188, 1) 100%)
}

body.deltatrader-lp #termsModal .modal-body * {
    color: #fff;
    font-size: 22px
}

body.deltatrader-lp #termsModal .modal-body p {
    font-family: Proxima_Nova_Light
}

body.deltatrader-lp #termsModal .modal-body p {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 40px
}

body.deltatrader-lp #termsModal .modal-body p.modal_title {
    display: block;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0
}

body.deltatrader-lp #termsModal .modal-header .close {
    color: #fff;
    font-size: 28px;
    opacity: 1;
    text-shadow: none
}

body.deltatrader-lp .register_form {
    display: none
}

body.deltatrader-lp .register_form #form_amana {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 30px 20px;
    margin-top: 50px
}

body.deltatrader-lp .register_form #form_amana h3 {
    font-size: 36px
}

body.deltatrader-lp .register_form #form_amana p.description {
    font-size: 18px
}

body.deltatrader-lp .register_form #form_amana input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0
}

body.deltatrader-lp .register_form #form_amana .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.deltatrader-lp .register_form #form_amana .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 7px 12px
}

body.deltatrader-lp .register_form #form_amana #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.deltatrader-lp .register_form #form_amana .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.deltatrader-lp .register_form #form_amana .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #000
}

body.deltatrader-lp .register_form #form_amana .form-check .form-check-label a {
    color: #007bff;
    text-decoration: none
}

body.deltatrader-lp .register_form #form_amana .form-check-terms {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.deltatrader-lp .register_form #form_amana .form-check-terms .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #000
}

body.deltatrader-lp .register_form #form_amana .form-check-terms .form-check-label a {
    color: #007bff;
    text-decoration: none
}

body.deltatrader-lp .register_form #form_amana input[type=checkbox] {
    float: left;
    width: auto
}

body.deltatrader-lp .register_form #form_amana .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.deltatrader-lp .register_form #form_amana .register_button:hover {
    background: #231f20
}

body.deltatrader-lp .register_form #form_amana i.info_text {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #fff;
    background-color: rgba(0, 69, 188, 1);
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.deltatrader-lp .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.deltatrader-lp .tooltip {
    opacity: 1
}

body.deltatrader-lp .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.deltatrader-lp .register_form #form_amana a.close_form i {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 61px;
    color: rgba(0, 69, 188, 1)
}

body.deltatrader-lp .register_form #form_amana .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
    overflow-x: hidden
}

body.deltatrader-lp .login_form {
    display: none
}

body.deltatrader-lp .login_form #form_login {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 30px 20px;
    margin-top: 50px
}

body.deltatrader-lp .login_form #form_login h3 {
    font-size: 36px;
    text-align: center
}

body.deltatrader-lp .login_form #form_login ul {
    padding: 0 210px;
    list-style-type: none;
    padding-right: 0
}

body.deltatrader-lp .login_form #form_login ul li {
    font-size: 16px;
    font-family: Proxima_Nova_Light
}

body.deltatrader-lp .login_form #form_login ul li::before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px
}

body.deltatrader-lp .login_form #form_login a.close_form i {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 61px;
    color: rgba(0, 69, 188, 1)
}

body.deltatrader-lp .login_form #form_login input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0
}

body.deltatrader-lp .login_form #form_login #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.deltatrader-lp .login_form #form_login .login_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.deltatrader-lp .login_form #form_login .login_button:hover {
    background: #231f20
}

body.deltatrader-lp .login_form #form_login .row_form {
    margin: 0 auto;
    margin-top: 90px;
    width: 80%
}

body.deltatrader-lp .login_form #form_login .div_or {
    font-size: 30px;
    font-weight: 700;
    margin-top: 160px
}

body.deltatrader-lp .login_form #form_login .account_box {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px
}

body.deltatrader-lp .additional_account_form {
    display: none
}

body.deltatrader-lp .additional_account_form #form_additional_account {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 30px 20px;
    margin-top: 50px
}

body.deltatrader-lp .additional_account_form #form_additional_account h3 {
    font-size: 36px
}

body.deltatrader-lp .additional_account_form #form_additional_account p.description {
    font-size: 18px
}

body.deltatrader-lp .additional_account_form #form_additional_account a.close_form i {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 61px;
    color: rgba(0, 69, 188, 1)
}

body.deltatrader-lp .additional_account_form #form_additional_account input[type=text] {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0
}

body.deltatrader-lp .additional_account_form #form_additional_account .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.deltatrader-lp .additional_account_form #form_additional_account .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 7px 12px
}

body.deltatrader-lp .additional_account_form #form_additional_account #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.deltatrader-lp .additional_account_form #form_additional_account .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.deltatrader-lp .additional_account_form #form_additional_account .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #000
}

body.deltatrader-lp .additional_account_form #form_additional_account .form-check .form-check-label a {
    color: #007bff;
    text-decoration: none
}

body.deltatrader-lp .additional_account_form #form_additional_account .form-check-additional {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.deltatrader-lp .additional_account_form #form_additional_account .form-check-additional .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px;
    color: #000
}

body.deltatrader-lp .additional_account_form #form_additional_account .request_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background: linear-gradient(90deg, #0075f7 0, #0051cb 60%);
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.deltatrader-lp .additional_account_form #form_additional_account .request_button:hover {
    background: #231f20
}

body.deltatrader-lp .additional_account_form #form_additional_account .div_ib_details {
    display: none
}

body.deltatrader-lp footer {
    border-top: 1px solid #c6c8c9
}

body.deltatrader-lp .main_header .million {
    display: block;
    background-color: #0d80fb;
    width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    font-family: Proxima_Nova
}

body.deltatrader-lp .main_header .sub_title {
    font-size: 30px
}

body.deltatrader-lp .main_header .sub_title.sub_title_2 {
    margin-bottom: 50px
}

html[lang=ar] body.deltatrader-lp .header .main_header h1 {
    font-family: "Droid Arabic Kufi";
    margin-bottom: 10px
}

html[lang=ar] body.deltatrader-lp .header .main_header h2 b {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .header .main_header a.apply_button {
    font-family: "Droid Arabic Kufi";
    padding: 8px 35px
}

html[lang=ar] body.deltatrader-lp .section_6 a {
    font-family: "Droid Arabic Kufi";
    padding: 8px 35px
}

html[lang=ar] body.deltatrader-lp .header .main_header h1 span {
    margin-right: 0;
    margin-left: 0
}

html[lang=ar] body.deltatrader-lp .header .sub_header img.logo {
    float: right
}

html[lang=ar] body.deltatrader-lp .header .sub_header img.logo.capital_logo {
    margin-right: 6px
}

html[lang=ar] body.deltatrader-lp .header .sub_header a.sign_in {
    float: left;
    width: 120px;
    padding: 5px 0
}

html[lang=ar] body.deltatrader-lp .header .logo_box {
    right: auto;
    left: 0
}

html[lang=ar] body.deltatrader-lp .section_2 .step_box .step_number {
    float: right
}

html[lang=ar] body.deltatrader-lp .section_2 .step_box .step_desc {
    float: right;
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
    font-family: "Droid Arabic Kufi";
    line-height: 28px
}

html[lang=ar] body.deltatrader-lp .section_2 .step_point .point {
    left: auto;
    right: 10%
}

html[lang=ar] body.deltatrader-lp .section_2 .step_point .point.point_2 {
    left: auto;
    right: 50%
}

html[lang=ar] body.deltatrader-lp .section_2 .step_point .point.point_3 {
    left: auto;
    right: 90%
}

html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon_title {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon_desc {
    text-align: right
}

body.deltatrader-lp .section_4 ul.section_list {
    padding: 25px 160px
}

html[lang=ar] body.deltatrader-lp .section_4 ul.section_list li::before {
    content: "\f0d9";
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.deltatrader-lp .section_4 ul.section_list li {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana a.close_form i {
    right: auto;
    left: 30px
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana h3 {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana p.description {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .login_form #form_login a.close_form i {
    right: auto;
    left: 30px
}

html[lang=ar] body.deltatrader-lp .additional_account_form #form_additional_account a.close_form i {
    right: auto;
    left: 30px
}

html[lang=ar] body.deltatrader-lp .additional_account_form #form_additional_account h3 {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .additional_account_form #form_additional_account p.description {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .login_form #form_login ul {
    padding: 0 50px;
    padding-left: 0
}

html[lang=ar] body.deltatrader-lp .login_form #form_login ul li::before {
    content: "\f0d9";
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.deltatrader-lp .login_form #form_login ul li {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.deltatrader-lp form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.deltatrader-lp form .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.trade-forex-and-cfds .content form#form_amana .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] body.deltatrader-lp form .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.deltatrader-lp form .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.deltatrader-lp form .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.deltatrader-lp form .div_ad_currency .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Proxima_Nova
}

html[lang=ar] body.deltatrader-lp form .div_ad_currency .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

html[lang=ar] body.deltatrader-lp form #real_account_captcha {
    right: auto !important;
    left: 16px
}

html[lang=ar] body.deltatrader-lp form .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.deltatrader-lp .form-check {
    padding-left: 0
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana input[type=checkbox] {
    float: right
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana .form-check-terms {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .register_form #form_amana .form-check-terms .form-check-label {
    float: right;
    padding-right: 21px
}

html[lang=ar] body.deltatrader-lp .additional_account_form #form_additional_account .form-check-additional {
    text-align: right
}

html[lang=ar] body.deltatrader-lp .additional_account_form #form_additional_account .form-check-additional .form-check-label {
    float: right;
    padding-right: 21px
}

html[lang=ar] body.deltatrader-lp .section_1 .next_round {
    font-family: "Droid Arabic Kufi";
    font-size: 26px
}

html[lang=ar] body.deltatrader-lp .section_1 p.deltatrader_desc {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .section_1 .deltatrader_title {
    font-size: 46px
}

html[lang=ar] body.deltatrader-lp .section_2 .deltatrader_title {
    font-size: 46px
}

html[lang=ar] body.deltatrader-lp .section_2 p.deltatrader_desc {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .section_2 .step_box .step_number {
    font-family: Proxima_Nova
}

html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon_desc {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .section_3 p {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .section_4 .deltatrader_title {
    font-family: "Droid Arabic Kufi";
    font-size: 46px
}

html[lang=ar] body.deltatrader-lp .section_4 .deltatrader_title span {
    margin-right: 0;
    margin-left: 0;
    font-size: 56px
}

html[lang=ar] body.deltatrader-lp .section_4 ul.section_list li span {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .section_4 .account_box a {
    padding: 2px 20px
}

html[lang=ar] body.deltatrader-lp .login_form #form_login ul li {
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.deltatrader-lp .section_6 .circle_number {
    font-family: Proxima_Nova
}

html[lang=ar] body.deltatrader-lp .section_6 .deltatrader_title {
    font-size: 46px
}

html[lang=ar] body.deltatrader-lp #termsModal .modal-body p {
    text-align: right;
    margin-left: 0;
    margin-right: 40px;
    font-family: "Droid Arabic Kufi"
}

body.open-real-account-index .open_real_account {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat
}

body.open-real-account-index .content {
    padding: 0;
    margin: 0
}

body.open-real-account-index .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.open-real-account-index .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.open-real-account-index .open_real_account select {
    display: none
}

body.open-real-account-index .open_real_account h1 {
    color: #fff;
    padding-top: 100px;
    font-size: 42px
}

body.open-real-account-index .open_real_account .box_circle {
    margin-top: 80px;
    float: left
}

body.open-real-account-index .open_real_account .c100.p75 .slice {
    clip: rect(auto, auto, auto, auto)
}

body.open-real-account-index .open_real_account hr.global_seperator {
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 60px;
    margin-bottom: 0
}

.c100 .bar, .c100.p51 .fill, .c100.p75 .fill {
    position: absolute;
    border: .05em solid #fff;
    width: .9em;
    height: .9em;
    clip: rect(0, .5em, 1em, 0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.c100.p75 .bar:after, .c100.p75 .fill, .pie-fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 .1em .1em 0;
    border: 1px solid #fff
}

.c100 *, .c100 :after, .c100 :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: .2em;
    color: #ccc;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.c100:after {
    position: absolute;
    top: .08em;
    left: .08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: .84em;
    height: .84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0, 1em, 1em, .5em);
    right: -1px;
    top: -1px
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.c100.circle_1 {
    margin-right: 20px;
    cursor: pointer
}

.c100.circle_2 {
    margin-right: 20px;
    cursor: pointer
}

.c100.circle_3 {
    margin-right: 0;
    cursor: pointer
}

.c100.circle_1 span img {
    width: 50px
}

.c100.circle_1 span span.hid_span {
    display: none;
    position: absolute;
    top: 28px;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
    right: 24px;
    font-family: Proxima_Nova_Light;
    font-weight: 100
}

.c100.circle_1 span span.hid_span span {
    font-size: 20px;
    font-weight: 700
}

.c100.circle_2 span img {
    width: 50px
}

.c100.circle_2 span span.hid_span {
    display: none;
    position: absolute;
    top: 28px;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
    right: 35px;
    font-family: Proxima_Nova_Light;
    font-weight: 100
}

.c100.circle_2 span span.hid_span span {
    font-size: 20px;
    font-weight: 700
}

.c100.circle_3 span img {
    width: 50px
}

.c100.circle_3 span span.hid_span {
    display: none;
    position: absolute;
    top: 28px;
    line-height: 19px;
    color: #fff;
    font-size: 13px;
    right: 11px;
    font-family: Proxima_Nova_Light;
    font-weight: 100
}

.c100.circle_3 span span.hid_span span {
    font-size: 20px;
    font-weight: 700
}

.c100.circle_2 .bar, .c100.circle_2 .fill {
    border-color: #006ed2
}

.c100.circle_3 .bar, .c100.circle_3 .fill {
    border-color: #37b34a
}

.c100.circle_1 > .slice, .c100.circle_2 > .slice, .c100.circle_3 > .slice {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.c100.circle_1:hover > .slice, .c100.circle_2:hover > .slice, .c100.circle_3:hover > .slice {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.c100.circle_1:hover > span img, .c100.circle_2:hover > span img, .c100.circle_3:hover > span img {
    display: none
}

.c100.circle_1:hover > span span.hid_span, .c100.circle_2:hover > span span.hid_span, .c100.circle_3:hover > span span.hid_span {
    display: inline
}

body.open-real-account-index .open_real_account .sub_title_1 {
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-weight: 100;
    margin-top: 20px;
    font-size: 41px
}

body.open-real-account-index .open_real_account .sub_title_2 {
    color: #37b34a;
    font-family: Proxima_Nova_Light;
    font-weight: 100;
    margin-top: -14px;
    font-size: 41px
}

body.open-real-account-index .open_real_account .sub_title_2 span {
    font-family: Proxima_Nova_Light
}

body.open-real-account-index .open_real_account .sub_title_3 {
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-weight: 100;
    margin-top: 0;
    font-size: 22px
}

body.open-real-account-index .open_real_account .form_container {
    float: right;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 0 26px
}

body.open-real-account-index .open_real_account .form_container h4 {
    margin-top: 110px;
    font-size: 26px;
    margin-bottom: 20px
}

body.open-real-account-index .open_real_account .form_container #form_open_real_account {
    width: 89%;
    margin: 0 auto;
    margin-bottom: 90px
}

body.open-real-account-index .open_real_account .form_container input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px
}

body.open-real-account-index .open_real_account .form_container .show_for_corporate {
    display: none
}

body.open-real-account-index .open_real_account #form_open_real_account .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.open-real-account-index .open_real_account #form_open_real_account .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 7px 12px
}

body.open-real-account-index .open_real_account #form_open_real_account #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.open-real-account-index .open_real_account #form_open_real_account .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.open-real-account-index .open_real_account #form_open_real_account .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px
}

body.open-real-account-index .open_real_account #form_open_real_account .form-check .form-check-label a {
    color: #006ed2;
    text-decoration: none
}

body.open-real-account-index .open_real_account #form_open_real_account input[type=checkbox] {
    float: left;
    width: auto
}

body.open-real-account-index .open_real_account #form_open_real_account .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    background-color: #37b34a;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.open-real-account-index .open_real_account #form_open_real_account .register_button:hover {
    background-color: #319640
}

body.open-real-account-index .open_real_account #form_open_real_account i.info_text {
    position: absolute;
    right: 32px;
    top: 10px;
    color: #fff;
    background-color: #006ed2;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.open-real-account-index .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.open-real-account-index .tooltip {
    opacity: 1
}

body.open-real-account-index .open_real_account #form_open_real_account .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select > .dropdown-toggle {
    width: 178px;
    background-color: #f1f1f2;
    border: 0
}

body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #999;
    font-family: Proxima_Nova
}

body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu {
    min-width: auto
}

body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu .inner.show {
    overflow-y: hidden !important
}

body.open-real-account-index .open_real_account #form_open_real_account .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

html[lang=ar] body.open-real-account-index .open_real_account h1 {
    text-align: right
}

html[lang=ar] body.open-real-account-index .open_real_account .box_circle {
    float: right
}

html[lang=ar] .c100 {
    float: right
}

html[lang=ar] .c100.circle_1 {
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] .c100.circle_2 {
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.open-real-account-index .open_real_account .sub_title_1 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 20px
}

html[lang=ar] body.open-real-account-index .open_real_account .sub_title_2 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 20px
}

html[lang=ar] body.open-real-account-index .open_real_account .sub_title_3 {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.open-real-account-index .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.open-real-account-index .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.open-real-account-index .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.open-real-account-index .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account .form-check {
    padding-left: 0
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account input[type=checkbox] {
    float: right
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select > .dropdown-toggle {
    float: right
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] .tooltip .arrow {
    left: 135px !important
}

html[lang=ar] .c100.circle_1 span span.hid_span {
    font-family: "Droid Arabic Kufi";
    right: 20px
}

html[lang=ar] .c100.circle_2 span span.hid_span {
    font-family: "Droid Arabic Kufi";
    right: 17px
}

html[lang=ar] .c100.circle_3 span span.hid_span {
    font-family: "Droid Arabic Kufi";
    right: 21px
}

html[lang=ar] body.open-real-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu {
    left: -1px !important;
    min-width: 177px
}

html[lang=ar] body.open-real-account-index .open_real_account .form_container h4 {
    text-align: right
}

html[lang=zh] .c100.circle_3 span span.hid_span {
    right: 37px
}

html[lang=zh] .c100.circle_2 span span.hid_span {
    right: 45px
}

html[lang=zh] .c100.circle_1 span span.hid_span {
    right: 30px;
    top: 39px
}

body.open-ib-account-index .open_real_account {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat
}

body.open-ib-account-index .content {
    padding: 0;
    margin: 0
}

body.open-ib-account-index .content .loader_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .97);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none
}

body.open-ib-account-index .content .loader_layer img {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    color: #fff;
    margin-top: -70px;
    margin-left: -35px;
    animation: flipRotate 1.7s infinite;
    width: 50px
}

body.open-ib-account-index .open_real_account select {
    display: none
}

body.open-ib-account-index .open_real_account h1 {
    color: #fff;
    padding-top: 100px;
    font-size: 42px
}

body.open-ib-account-index .open_real_account .box_circle {
    margin-top: 80px;
    float: left
}

body.open-ib-account-index .open_real_account .c100.p75 .slice {
    clip: rect(auto, auto, auto, auto)
}

body.open-ib-account-index .open_real_account hr.global_seperator {
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 60px;
    margin-bottom: 0
}

.c100 .bar, .c100.p51 .fill, .c100.p75 .fill {
    position: absolute;
    border: .05em solid #fff;
    width: .9em;
    height: .9em;
    clip: rect(0, .5em, 1em, 0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.c100.p75 .bar:after, .c100.p75 .fill, .pie-fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 .1em .1em 0;
    border: 1px solid #fff
}

.c100 *, .c100 :after, .c100 :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: .2em;
    color: #ccc;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.c100:after {
    position: absolute;
    top: .08em;
    left: .08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: .84em;
    height: .84em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0, 1em, 1em, .5em);
    right: -1px;
    top: -1px
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.c100.circle_1 {
    margin-right: 20px;
    cursor: pointer
}

.c100.circle_2 {
    margin-right: 20px;
    cursor: pointer
}

.c100.circle_3 {
    margin-right: 0;
    cursor: pointer
}

.c100.circle_1 span img {
    width: 50px
}

.c100.circle_1 span span.hid_span {
    display: none;
    position: absolute;
    top: 28px;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
    right: 24px;
    font-family: Proxima_Nova_Light;
    font-weight: 100
}

.c100.circle_1 span span.hid_span span {
    font-size: 20px;
    font-weight: 700
}

.c100.circle_2 span img {
    width: 50px
}

.c100.circle_2 span span.hid_span {
    display: none;
    position: absolute;
    top: 28px;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
    right: 35px;
    font-family: Proxima_Nova_Light;
    font-weight: 100
}

.c100.circle_2 span span.hid_span span {
    font-size: 20px;
    font-weight: 700
}

.c100.circle_3 span img {
    width: 50px
}

.c100.circle_3 span span.hid_span {
    display: none;
    position: absolute;
    top: 28px;
    line-height: 19px;
    color: #fff;
    font-size: 13px;
    right: 11px;
    font-family: Proxima_Nova_Light;
    font-weight: 100
}

.c100.circle_3 span span.hid_span span {
    font-size: 20px;
    font-weight: 700
}

.c100.circle_2 .bar, .c100.circle_2 .fill {
    border-color: #006ed2
}

.c100.circle_3 .bar, .c100.circle_3 .fill {
    border-color: #37b34a
}

.c100.circle_1 > .slice, .c100.circle_2 > .slice, .c100.circle_3 > .slice {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.c100.circle_1:hover > .slice, .c100.circle_2:hover > .slice, .c100.circle_3:hover > .slice {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.c100.circle_1:hover > span img, .c100.circle_2:hover > span img, .c100.circle_3:hover > span img {
    display: none
}

.c100.circle_1:hover > span span.hid_span, .c100.circle_2:hover > span span.hid_span, .c100.circle_3:hover > span span.hid_span {
    display: inline
}

body.open-ib-account-index .open_real_account .sub_title_1 {
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-weight: 100;
    margin-top: 20px;
    font-size: 41px
}

body.open-ib-account-index .open_real_account .sub_title_2 {
    color: #37b34a;
    font-family: Proxima_Nova_Light;
    font-weight: 100;
    margin-top: -14px;
    font-size: 41px
}

body.open-ib-account-index .open_real_account .sub_title_2 span {
    font-family: Proxima_Nova_Light
}

body.open-ib-account-index .open_real_account .sub_title_3 {
    color: #fff;
    font-family: Proxima_Nova_Light;
    font-weight: 100;
    margin-top: 0;
    font-size: 22px
}

body.open-ib-account-index .open_real_account .form_container {
    float: right;
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 0 26px
}

body.open-ib-account-index .open_real_account .form_container h4 {
    margin-top: 110px;
    font-size: 26px;
    margin-bottom: 20px
}

body.open-ib-account-index .open_real_account .form_container #form_open_real_account {
    width: 89%;
    margin: 0 auto;
    margin-bottom: 90px
}

body.open-ib-account-index .open_real_account .form_container input {
    width: 100%;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px
}

body.open-ib-account-index .open_real_account .form_container .show_for_corporate {
    display: none
}

body.open-ib-account-index .open_real_account #form_open_real_account .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px
}

body.open-ib-account-index .open_real_account #form_open_real_account .bootstrap-select > .dropdown-toggle {
    width: 100%;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 7px 12px
}

body.open-ib-account-index .open_real_account #form_open_real_account #real_account_captcha {
    position: absolute;
    right: 16px;
    top: 1px
}

body.open-ib-account-index .open_real_account #form_open_real_account .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

body.open-ib-account-index .open_real_account #form_open_real_account .form-check .form-check-label {
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    margin-top: 3px
}

body.open-ib-account-index .open_real_account #form_open_real_account .form-check .form-check-label a {
    color: #006ed2;
    text-decoration: none
}

body.open-ib-account-index .open_real_account #form_open_real_account input[type=checkbox] {
    float: left;
    width: auto
}

body.open-ib-account-index .open_real_account #form_open_real_account .register_button {
    color: #fff;
    float: left;
    display: block;
    width: 342px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    background-color: #37b34a;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s
}

body.open-ib-account-index .open_real_account #form_open_real_account .register_button:hover {
    background-color: #319640
}

body.open-ib-account-index .open_real_account #form_open_real_account i.info_text {
    position: absolute;
    right: 32px;
    top: 10px;
    color: #fff;
    background-color: #006ed2;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer
}

body.open-ib-account-index .tooltip-inner {
    text-align: justify;
    text-align-last: left;
    font-size: 14px;
    max-width: 300px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    opacity: 1
}

body.open-ib-account-index .tooltip {
    opacity: 1
}

body.open-ib-account-index .open_real_account #form_open_real_account .error_field {
    outline: 3px solid rgba(169, 68, 68, 1) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    -moz-box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8);
    box-shadow: 0 0 10px 0 rgba(169, 68, 68, .8)
}

body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select > .dropdown-toggle {
    width: 178px;
    background-color: #f1f1f2;
    border: 0
}

body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #999;
    font-family: Proxima_Nova
}

body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: Proxima_Nova
}

body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu {
    min-width: auto
}

body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu .inner.show {
    overflow-y: hidden !important
}

body.open-ib-account-index .open_real_account #form_open_real_account .div_country .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important
}

html[lang=ar] body.open-ib-account-index .open_real_account h1 {
    text-align: right
}

html[lang=ar] body.open-ib-account-index .open_real_account .box_circle {
    float: right
}

html[lang=ar] .c100 {
    float: right
}

html[lang=ar] .c100.circle_1 {
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] .c100.circle_2 {
    margin-right: 0;
    margin-left: 20px
}

html[lang=ar] body.open-ib-account-index .open_real_account .sub_title_1 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 20px
}

html[lang=ar] body.open-ib-account-index .open_real_account .sub_title_2 {
    text-align: right;
    font-family: "Droid Arabic Kufi";
    margin-bottom: 20px
}

html[lang=ar] body.open-ib-account-index .open_real_account .sub_title_3 {
    text-align: right;
    font-family: "Droid Arabic Kufi"
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account i.info_text {
    right: auto;
    left: 32px
}

html[lang=ar] body.open-ib-account-index .tooltip-inner {
    text-align-last: right
}

html[lang=ar] body.open-ib-account-index .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right
}

html[lang=ar] body.open-ib-account-index .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px
}

html[lang=ar] body.open-ib-account-index .bootstrap-select .dropdown-menu li {
    text-align: right
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account #real_account_captcha {
    right: auto;
    left: 16px
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account .form-check {
    padding-left: 0
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account .form-check .form-check-label {
    padding-left: 0;
    padding-right: 1.25rem;
    padding-left: 0
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account input[type=checkbox] {
    float: right
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select > .dropdown-toggle {
    float: right
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0
}

html[lang=ar] .tooltip .arrow {
    left: 135px !important
}

html[lang=ar] .c100.circle_1 span span.hid_span {
    font-family: "Droid Arabic Kufi";
    right: 20px
}

html[lang=ar] .c100.circle_2 span span.hid_span {
    font-family: "Droid Arabic Kufi";
    right: 17px
}

html[lang=ar] .c100.circle_3 span span.hid_span {
    font-family: "Droid Arabic Kufi";
    right: 21px
}

html[lang=ar] body.open-ib-account-index .open_real_account #form_open_real_account .div_select_entity .bootstrap-select .dropdown-menu {
    left: -1px !important;
    min-width: 177px
}

html[lang=ar] body.open-ib-account-index .open_real_account .form_container h4 {
    text-align: right
}

html[lang=zh] .c100.circle_3 span span.hid_span {
    right: 37px
}

html[lang=zh] .c100.circle_2 span span.hid_span {
    right: 45px
}

html[lang=zh] .c100.circle_1 span span.hid_span {
    right: 30px;
    top: 39px
}

@media not all and (min-resolution: .001dpcm) {
    @media {
        header nav.menu > ul > li {
            padding-left: 16px
        }

        footer .footer_social_media ul li:last-child a {
            -o-transition: 0s;
            -ms-transition: 0s;
            -moz-transition: 0s;
            -webkit-transition: 0s;
            transition: 0s
        }
    }
}

@supports (-ms-ime-align:auto) {
    header nav.menu > ul > li {
        padding-left: 16px
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    header nav.menu > ul > li {
        padding-left: 16px
    }

    .modal-header {
        display: block
    }
}

@media (max-width: 1200px) {
    .responsive-center-lg {
        text-align: center !important
    }

    header .timezone .zone {
        float: none;
        clear: both
    }

    header .sub_menu {
        top: 21px
    }

    header .sub_menu .custom_col.first {
        margin-left: 34px
    }

    header .sub_menu ul {
        padding-left: 0
    }

    header #sub-menu-5 ul {
        width: 220px;
        padding-right: 40px
    }

    header #sub-menu-5 .sub_menu_title {
        margin-right: 40px;
        margin-left: 0
    }

    header .sub_menu .sub_menu_title {
        margin-left: 0
    }

    header .sub_menu .custom_col.first.platform {
        margin-left: 34px
    }

    header .sub_menu .custom_col.platform ul {
        width: 170px
    }

    header .sub_menu .custom_col.platform {
        float: left;
        margin-right: 34px
    }

    header .sub_menu .custom_col.first.learning-section {
        margin-left: 34px
    }

    header .sub_menu .custom_col.learning-section ul {
        width: 190px
    }

    header .sub_menu .custom_col.learning-section {
        margin-right: 34px
    }

    header .world_time {
        margin-top: 0;
        display: none
    }

    header .row_button {
        float: none !important;
        margin: 0 auto;
        display: inline-block
    }

    header .logo {
        margin-top: 10px;
        margin-bottom: 10px
    }

    header .dropdown-menu {
        left: -9px
    }

    .demo_real_section {
        background-attachment: initial;
        background-size: cover;
        padding-top: 0
    }

    .demo_real_section .layer {
        background: linear-gradient(to bottom, #222a34 50%, #39ae4e 50%);
        padding-top: 0;
        padding-bottom: 0
    }

    .demo_real_section a.demo_button {
        margin-right: auto
    }

    .demo_real_section a {
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 40px;
        float: none
    }

    .demo_real_section .title {
        margin-top: 40px;
        text-align: center
    }

    .demo_real_section .desc {
        text-align: center
    }

    .demo_real_section .small_risk {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: -20px;
        margin-bottom: 20px
    }

    body.company .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.company a.box .title_2 {
        display: none
    }

    body.company a.box .desc_2 {
        display: none
    }

    body.legal .view_all {
        margin: 0 auto;
        float: none !important;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.legal a.box .title_2 {
        display: none
    }

    body.legal a.box .desc_2 {
        display: none
    }

    body.partners .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.partners a.box .title_2 {
        display: none
    }

    body.partners a.box .desc_2 {
        display: none
    }

    body.accounts .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.accounts a.box .title_2 {
        display: none
    }

    body.accounts a.box .desc_2 {
        display: none
    }

    .global_title {
        font-size: 28px;
        text-align: center
    }

    .global_small_title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px
    }

    .global_description {
        text-align: center;
        font-size: 16px
    }

    .global_seperator {
        float: none;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px
    }

    body.who-are-we .icon_box {
        width: 100%;
        margin-right: 0
    }

    body.who-are-we .calendar_box {
        width: 100%;
        overflow: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    body.who-are-we .calendar_box ul.list_year {
        width: 1100px
    }

    body.who-are-we .calendar_bar {
        width: 1100px
    }

    body.why-choose-us .benefit_button {
        width: 190px
    }

    body.interview-with-our-ceo .ceo_bg {
        width: 800px
    }

    body.our-news .news_box .view_more {
        position: relative
    }

    .demo_real_section.real_section a.real_button {
        float: none !important;
        margin: 0 auto !important
    }

    .demo_real_section.real_section .small_risk {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%
    }

    body.thanks-demo .content .demo_box {
        padding: 10px 10px;
        min-height: 235px
    }

    body.thanks-real .content .demo_box {
        padding: 10px 10px;
        min-height: 235px
    }

    body.thanks-joint .content .demo_box {
        padding: 10px 10px;
        min-height: 235px
    }

    body.thanks .content .demo_box {
        padding: 10px 10px;
        min-height: 235px
    }

    body.thank-you-partners .content h4.demo_title {
        text-align: center !important
    }

    body.thanks .content h4.demo_title {
        text-align: center !important
    }

    body.thanks-real .content h4.demo_title {
        text-align: center !important
    }

    body.thanks-joint .content h4.demo_title {
        text-align: center !important
    }

    body.thanks-demo .content h4.demo_title {
        text-align: center !important
    }

    body.thank-you-callback .content h4.demo_title {
        text-align: center !important
    }

    body.thank-you-partners .content .demo_box {
        padding: 10px 10px;
        min-height: 235px
    }

    body.thank-you-callback .content .demo_box {
        padding: 10px 10px;
        min-height: 235px
    }

    body.account-types .content .account_table {
        margin-right: 11px
    }

    body.account-types .content .account_table .table_row:nth-child(10) {
        min-height: 112px
    }

    body.account-types .content .account_table.table_1 .table_row:nth-child(9) {
        min-height: 112px
    }

    body.account-types .content .account_table .table_row:nth-child(15) {
        min-height: 64px
    }

    body.account-types .content .account_table.table_1 .table_row:nth-child(14) {
        min-height: 64px
    }

    body.account-types .content .account_table.table_1 .table_row:nth-child(15) {
        min-height: auto
    }

    body.account-types .content .account_table .table_row:nth-child(19) {
        min-height: 64px
    }

    body.account-types .content .account_table.table_1 .table_row:nth-child(19) {
        min-height: auto
    }

    body.account-types .content .account_table.table_3 .ticker {
        top: -29px;
        left: 74px
    }

    body.products .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.products a.box .title_2 {
        display: none
    }

    body.products a.box .desc_2 {
        display: none
    }

    body.precious-metals nav.tabs {
        width: 100%
    }

    body.precious-metals nav.tabs .nav-item {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
        text-align: center
    }

    body.open-demo-account .content .input_element img#demo_captcha {
        right: 0 !important
    }

    body.platforms .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.platforms a.box .title_2 {
        display: none
    }

    body.platforms a.box .desc_2 {
        display: none
    }

    body .content a.box.latest {
        margin-bottom: 40px
    }

    body .content a.box.latest.last_row {
        margin-bottom: 0
    }

    body.mt4 .content .row_store p.global_description {
        text-align: left
    }

    body.mt5 .content .row_store p.global_description {
        text-align: left
    }

    body.mobileapp .content .mobile_bg ul {
        margin-top: 0;
        margin-left: 53px
    }

    body.tools .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.tools a.box .title_2 {
        display: none
    }

    body.tools a.box .desc_2 {
        display: none
    }

    body.members-area .content .entity_title {
        font-size: 13px
    }

    body.members-area-partners .content .entity_title {
        font-size: 13px
    }

    body.contact-us .content .box .contact_box {
        margin-right: 35px
    }

    body.contact-us .content .row_social a {
        font-size: 13px
    }

    body.contact-us .content .social_box img {
        padding: 5px
    }

    body.contact-us .content .social_box {
        padding: 10px 7px
    }

    body.home-page .content section.amana-mobileapp ul {
        left: 16px
    }

    body.home-page .content section.amana-benefit .icon_box {
        padding: 33px 25px
    }

    body.home-page .content section.amana-fast-link .icon_box {
        padding: 33px 25px
    }

    body.home-page .content section.amana-fast-link h3 {
        font-size: 24px;
        text-align: center
    }

    body.home-page .content section.amana-fast-link h4 {
        font-size: 24px;
        text-align: center
    }

    body.home-page .content section.amana-fast-link p {
        text-align: center
    }

    body.home-page .content section.amana-fast-link .account_button.real_account {
        margin-top: 20px
    }

    body.videos .content #main_menu .box {
        width: 29%;
        height: auto;
        padding-bottom: 10px;
        min-height: 315px
    }

    body.videos .content #main_menu .info {
        display: inline-block;
        width: 100%
    }

    body.ebooks .content #main_menu .box {
        width: 29%;
        height: auto;
        padding-bottom: 10px;
        min-height: 315px
    }

    body.ebooks .content #main_menu .info {
        display: inline-block;
        width: 100%
    }

    body.introducing-brokers .content p.global_description.list {
        text-align: left;
        margin-top: 25px
    }

    body.introducing-brokers .content .full_box .box .box_desc {
        min-height: auto
    }

    body.white-labels .content p.global_description.list {
        text-align: left;
        margin-top: 25px
    }

    body.refer-a-friend .content .step_box:hover > .arrow {
        left: 254px
    }

    body.liquidity-solutions .content .full_box .box .box_desc {
        min-height: 188px
    }

    body.asset-managers .content p.global_description.list {
        text-align: left;
        margin-top: 25px
    }

    body.education .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.education a.box .title_2 {
        display: none
    }

    body.education a.box .desc_2 {
        display: none
    }

    body.forex-trading .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.forex-trading a.box .title_2 {
        display: none
    }

    body.forex-trading a.box .desc_2 {
        display: none
    }

    body.cfd-trading .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.cfd-trading a.box .title_2 {
        display: none
    }

    body.cfd-trading a.box .desc_2 {
        display: none
    }

    body.cryptocurrencies .view_all {
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.cryptocurrencies a.box .title_2 {
        display: none
    }

    body.cryptocurrencies a.box .desc_2 {
        display: none
    }

    body.what-is-forex-trading .content p.list {
        text-align: left
    }

    body.forex-sessions .content p.list {
        text-align: left
    }

    body.types-of-analysis .content p.list {
        text-align: left
    }

    body.what-is-cfd .content p.list {
        text-align: left
    }

    body.risk-of-cfd-trading .content p.list {
        text-align: left
    }

    body.how-does-cfd-trading-work .content p.list {
        text-align: left
    }

    body.what-is-bitcoin .content p.list {
        text-align: left
    }

    body.what-is-ethereum .content p.list {
        text-align: left
    }

    body.ripple-vs-bitcoin .content p.list {
        text-align: left
    }

    body.home-page .content section.mid-section-slider .benefit_list_1 {
        left: 0
    }

    body.home-page .content section.mid-section-slider .benefit_list_2 {
        right: 0
    }

    body.interview-with-our-ceo .ceo_name {
        margin-top: 32px
    }

    body.interview-with-our-ceo .ceo_position {
        margin-left: 248px;
        margin-top: -5px
    }

    body.open-real-account-index .open_real_account #form_open_real_account .register_button {
        width: 100%
    }

    body.open-ib-account-index .open_real_account #form_open_real_account .register_button {
        width: 100%
    }

    header .row_button .popup_menu {
        left: 257px
    }

    body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
        margin-left: -14px;
        width: 456px;
        height: 106px;
        margin-top: 43px
    }

    body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section div {
        font-size: 62px
    }

    body.forex .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.forex .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.forex .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.forex .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.forex .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.forex .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.crypto-currencies .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.crypto-currencies .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.crypto-currencies .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.crypto-currencies .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.crypto-currencies .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.crypto-currencies .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.indices .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.indices .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.indices .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.indices .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.indices .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.indices .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.share-cfds .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.share-cfds .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.share-cfds .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.share-cfds .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.share-cfds .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.share-cfds .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.precious-metals .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.precious-metals .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.precious-metals .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.precious-metals .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.precious-metals .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.precious-metals .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.energies .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.energies .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.energies .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.energies .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.energies .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.energies .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.commodities .content .chart .chart_icon.chart_icon_1 {
        top: 15px
    }

    body.commodities .content .chart .chart_icon.chart_icon_2 {
        top: 106px
    }

    body.commodities .content .chart .chart_icon.chart_icon_3 {
        top: 195px
    }

    body.commodities .content .chart .chart_icon.chart_icon_4 {
        top: 15px
    }

    body.commodities .content .chart .chart_icon.chart_icon_5 {
        top: 106px
    }

    body.commodities .content .chart .chart_icon.chart_icon_6 {
        top: 195px
    }

    body.live-prices .content table.currencies .chart {
        width: 800px
    }

    body.riskpulse-login section.section_1 .row_circle_box {
        width: 100%
    }

    body.riskpulse-login section.section_1 .tv_box .tv {
        display: none
    }

    body.riskpulse-login section.section_1 .tv_box .left_icon {
        width: 100%;
        float: none !important;
        height: auto !important
    }

    body.riskpulse-login section.slider .box_icon .risk_icon {
        height: 111px
    }

    body.riskpulse-login #risk-carousel .item img {
        width: 90%;
        margin: 0 auto
    }

    body.riskpulse-login #risk-carousel .owl-nav button.owl-next {
        right: -15px;
        top: 79px
    }

    body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
        left: -15px;
        top: 79px
    }

    body.riskpulse-login section.section_1 .tv_box .right_icon {
        width: 100%;
        float: none !important;
        height: auto !important
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv {
        float: none !important;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
        background-color: #3fb048
    }

    body.riskpulse-login section.section_1 .arrow_text {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        text-align: center !important;
        margin-bottom: 50px;
        color: #262262 !important
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_1 {
        background-image: url(../images/icon_h_1.png)
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_2 {
        background-image: url(../images/icon_h_2.png)
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_3 {
        background-image: url(../images/icon_h_3.png)
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_4 {
        background-image: url(../images/icon_h_4.png)
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_5 {
        background-image: url(../images/icon_h_5.png)
    }

    body.riskpulse-login section.section_1 .tv_box .icon_tv.icon_6 {
        background-image: url(../images/icon_h_6.png)
    }

    body.riskpulse-login section.slider .box {
        padding: 0 16px
    }

    body.riskpulse-login section.slider h5 {
        font-size: 24px
    }

    body.riskpulse-login section.slider .box p {
        font-size: 18px
    }

    body.elite-services .content .box_trading_desk p {
        text-align: left
    }

    body.elite-services .content .box_trading_desk .box_icon_trading_desk {
        width: 100px;
        height: 100px
    }

    body.seminars .aplustrader_logo {
        right: 20px
    }

    body.aplustrader .content .section_3 .box {
        min-height: 435px
    }

    body.aplustrader .content .section_3 .bg {
        min-height: 435px
    }

    body.aplustraderdigital .content .section_3 .box {
        min-height: 435px
    }

    body.aplustraderdigital .content .section_3 .bg {
        min-height: 435px
    }

    html[lang=ar] body.elite-services .content .box_trading_desk p {
        text-align: right
    }

    html[lang=ar] body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
        width: 515px;
        margin-top: 38px
    }

    html[lang=ar] body.what-is-bitcoin .content p.list {
        text-align: right
    }

    html[lang=ar] body.ripple-vs-bitcoin .content p.list {
        text-align: right
    }

    html[lang=ar] body.what-is-a-dash .content p.list {
        text-align: right
    }

    html[lang=ar] header .row_button .popup_menu {
        right: 257px;
        left: auto
    }

    html[lang=ar] header .sub_menu .custom_col.platform ul {
        width: 240px
    }

    html[lang=ar] header .sub_menu .custom_col.first.platform {
        margin-left: 0;
        margin-right: 0
    }

    html[lang=ar] header .sub_menu .custom_col.first {
        margin-left: 0;
        margin-right: 0
    }

    html[lang=ar] header #sub-menu-5 .sub_menu_title {
        margin-left: 30px;
        margin-right: 0
    }

    html[lang=ar] header .sub_menu ul li a {
        font-size: 14px
    }

    html[lang=ar] header #sub-menu-5 ul {
        width: 207px
    }

    html[lang=ar] .demo_real_section .layer {
        background: linear-gradient(to bottom, #222a34 50%, #39ae4e 50%);
        padding-top: 0;
        padding-bottom: 0
    }

    html[lang=ar] .demo_real_section .title {
        text-align: center
    }

    html[lang=ar] .demo_real_section .desc {
        text-align: center
    }

    html[lang=ar] .demo_real_section a, html[lang=ar] .demo_real_section a.demo_button {
        float: none;
        margin: 0 auto;
        margin-bottom: 40px
    }

    html[lang=ar] .demo_real_section .desc.real, html[lang=ar] .demo_real_section .small_risk, html[lang=ar] .demo_real_section .title.real {
        margin-right: 0
    }

    html[lang=ar] body.company a.box .title {
        text-align: center
    }

    html[lang=ar] body.company a.box .desc {
        text-align: center
    }

    html[lang=ar] body.company .view_all {
        float: none
    }

    html[lang=ar] body.accounts a.box .title {
        text-align: center
    }

    html[lang=ar] body.accounts a.box .desc {
        text-align: center
    }

    html[lang=ar] body.accounts .view_all {
        float: none
    }

    html[lang=ar] body.products a.box .title {
        text-align: center
    }

    html[lang=ar] body.products a.box .desc {
        text-align: center
    }

    html[lang=ar] body.products .view_all {
        float: none
    }

    html[lang=ar] body.platforms a.box .title {
        text-align: center
    }

    html[lang=ar] body.platforms a.box .desc {
        text-align: center
    }

    html[lang=ar] body.platforms .view_all {
        float: none
    }

    html[lang=ar] body.education a.box .title {
        text-align: center
    }

    html[lang=ar] body.education a.box .desc {
        text-align: center
    }

    html[lang=ar] body.education .view_all {
        float: none
    }

    html[lang=ar] body.forex-trading a.box .title {
        text-align: center
    }

    html[lang=ar] body.forex-trading a.box .desc {
        text-align: center
    }

    html[lang=ar] body.forex-trading .view_all {
        float: none
    }

    html[lang=ar] body.forex-trading a.box .title {
        text-align: center
    }

    html[lang=ar] body.forex-trading a.box .desc {
        text-align: center
    }

    html[lang=ar] body.forex-trading .view_all {
        float: none
    }

    html[lang=ar] body.cfd-trading a.box .title {
        text-align: center
    }

    html[lang=ar] body.cfd-trading a.box .desc {
        text-align: center
    }

    html[lang=ar] body.cfd-trading .view_all {
        float: none
    }

    html[lang=ar] body.cryptocurrencies a.box .title {
        text-align: center
    }

    html[lang=ar] body.cryptocurrencies a.box .desc {
        text-align: center
    }

    html[lang=ar] body.cryptocurrencies .view_all {
        float: none
    }

    html[lang=ar] body.tools a.box .title {
        text-align: center
    }

    html[lang=ar] body.tools a.box .desc {
        text-align: center
    }

    html[lang=ar] body.tools .view_all {
        float: none
    }

    html[lang=ar] body.partners a.box .title {
        text-align: center
    }

    html[lang=ar] body.partners a.box .desc {
        text-align: center
    }

    html[lang=ar] body.partners .view_all {
        float: none
    }

    html[lang=ar] .global_title {
        text-align: center
    }

    html[lang=ar] .global_small_title {
        text-align: center
    }

    html[lang=ar] .global_seperator {
        float: none
    }

    html[lang=ar] body.who-are-we .calendar_title {
        text-align: center
    }

    html[lang=ar] body.interview-with-our-ceo .ceo_name {
        margin-top: 32px;
        margin-right: 210px
    }

    html[lang=ar] body.interview-with-our-ceo .ceo_position {
        margin-right: 248px;
        margin-top: -5px
    }

    html[lang=ar] body.open-demo-account .content .input_element img#demo_captcha {
        right: auto !important;
        left: 0 !important
    }
}

@media (max-width: 992px) {
    body .container.padding-header {
        display: none !important
    }

    body header {
        padding: 0 !important
    }

    body #mobile_menu hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important
    }

    header .dropdown-item {
        max-width: 100%
    }

    .header_icon {
        display: none
    }

    header .row_button {
        float: none !important;
        width: 100%
    }

    header .header_icon_mobile {
        width: 31px;
        height: 31px;
        float: left;
        background-color: #1b2429;
        text-align: center;
        padding-top: 5px;
        border-radius: 7px;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
        margin-top: 22px
    }

    header .header_icon_mobile.contact_icon {
        margin-left: 2px
    }

    header .header_icon_mobile.chat_icon {
        margin-left: 6px
    }

    header .header_icon_mobile.contact_icon i {
        color: #fff;
        font-size: 18px
    }

    header .header_icon_mobile.chat_icon i {
        color: #fff;
        font-size: 18px
    }

    header .header_icon_mobile:hover > i {
        font-size: 18px;
        color: #8fc349
    }

    .button_container {
        float: left;
        width: 100%;
        padding-bottom: 13px
    }

    .responsive-center-lg {
        text-align: center !important
    }

    header .padding-header {
        padding-top: 0;
        clear: both
    }

    header .world_time {
        margin-top: -42px
    }

    .responsive-center-md {
        text-align: center !important
    }

    header {
        padding-top: 0
    }

    header nav.menu {
        display: none
    }

    header .timezone {
        float: none
    }

    header .timezone .time {
        float: none
    }

    header .row_button {
        margin-top: 10px
    }

    header .material-button-raised {
        margin-bottom: 8px
    }

    header .dropdown-menu {
        left: 0;
        width: 100%
    }

    #mobile_menu {
        display: block
    }

    #side_menu {
        background-color: #fff !important
    }

    #hamburger {
        position: relative;
        z-index: 1050;
        opacity: 1;
        top: 10px;
        float: left
    }

    #hamburger:hover {
        opacity: 1
    }

    #hamburger .hamburger-inner, #hamburger .hamburger-inner:after, #hamburger .hamburger-inner:before {
        background-color: #00c8ff
    }

    #hamburger.is-active .hamburger-inner, #hamburger.is-active .hamburger-inner:after, #hamburger.is-active .hamburger-inner:before {
        background-color: #fff
    }

    #side_menu {
        overflow: auto !important;
        background-color: #434b5a
    }

    #side_menu h3 {
        padding: 15px !important;
        background: #2b3990 !important;
        padding-left: 14px !important;
        color: #fff
    }

    #side_menu ul {
        list-style-type: none;
        padding-left: 0;
        margin: 0 !important
    }

    #side_menu ul li {
        padding: 10px;
        padding-left: 16px
    }

    #side_menu ul li a {
        display: block;
        color: #2b3990;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none
    }

    #side_menu ul li a.active {
        color: #f05a28
    }

    #side_menu ul li a:hover {
        color: #00c8ff;
        text-decoration: none
    }

    #side_menu ul li a i {
        float: right;
        margin-right: 15px
    }

    .slide-reveal-overlay {
        display: block
    }

    header .world_time {
        display: none
    }

    header .row_button {
        margin-top: 10px
    }

    header .logo {
        margin-top: 0;
        margin-bottom: 0
    }

    header .dropdown, header .material-button-raised {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 18px;
        float: none
    }

    header .hide_mobile_md {
        display: none
    }

    header .sub_menu {
        display: none !important
    }

    header .mobile_logo_div {
        float: right
    }

    header .mobile_logo {
        width: 160px;
        margin-right: 17px;
        margin-top: 10px
    }

    header .dropdown .btn, header .material-button-raised {
        font-size: 14px
    }

    footer .owl-carousel {
        padding-bottom: 0
    }

    footer .footer_menu .row_form .subscribe_title {
        margin-left: 54px
    }

    footer .list_button {
        float: none;
        margin: 0 auto;
        margin-top: 20px
    }

    footer .footer_list {
        width: 200px;
        margin: 0 auto;
        text-align: center;
        display: inline-block
    }

    footer ul.footer_menu > li {
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px
    }

    footer .footer_sub_menu_div {
        width: 100px;
        margin: 0 auto;
        float: none;
        margin-top: 20px
    }

    footer .row_sub_footer ul li {
        float: none;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 10px
    }

    footer .footer_cookies {
        margin-top: 20px
    }

    footer .row_sub_footer ul li a {
        font-size: 16px
    }

    footer .copyright, footer .risk_disclosure {
        text-align: center
    }

    header {
        border-bottom: 0
    }

    .sub_header {
        margin-top: 12px
    }

    .sub_header .title {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 24px
    }

    .sub_header .desc {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 20px
    }

    .sub_header .material-button-raised {
        border-radius: 5px !important;
        clear: both;
        margin: 0 auto !important;
        float: none;
        display: block;
        margin-bottom: 20px !important
    }

    .sub_header .small_risk {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;
        width: 100%
    }

    .sub_header_tree ul {
        display: table;
        margin: 0 auto
    }

    .sub_header_tree ul li {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
        border: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 10px
    }

    .sub_header_tree ul li:last-child {
        margin-bottom: 0
    }

    .sub_header_tree ul li a {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
        border: 0
    }

    body.who-are-we .box::before {
        content: ""
    }

    body.who-are-we .list_bg {
        background-attachment: initial;
        background-size: cover;
        margin-top: 34px
    }

    body.who-are-we .box {
        width: 100%
    }

    body.who-are-we .box .desc {
        font-size: 16px
    }

    body.who-are-we .icon_box {
        width: 100%
    }

    body.who-are-we .entity_box {
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
        background-color: #fafbfb
    }

    body.why-choose-us .benefit_box {
        border: 0;
        margin-top: 20px
    }

    body.why-choose-us .benefit_border {
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: 1px solid rgba(0, 199, 255, .5)
    }

    body.why-choose-us .benefit_button {
        width: 100%;
        margin: 0 auto;
        margin-top: 26px
    }

    body.our-regulations .entity {
        background-attachment: initial;
        background-size: cover
    }

    body.our-regulations .licence_img {
        float: none !important;
        margin-bottom: 20px
    }

    body.our-regulations .entity hr {
        width: 100%;
        float: none
    }

    body.our-regulations .licence_seperator {
        display: none
    }

    body.interview-with-our-ceo .ceo_bg {
        transform: skewX(0) !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background-size: 100% 100%
    }

    body.interview-with-our-ceo .ceo_bg .ceo_image {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        margin: 0 auto;
        margin-top: -170px;
        margin-bottom: -20px
    }

    body.interview-with-our-ceo .ceo_bg * {
        transform: skewX(0) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.interview-with-our-ceo .ceo_name {
        text-align: center;
        width: 100%
    }

    body.interview-with-our-ceo .ceo_position {
        text-align: center;
        width: 100%
    }

    body.interview-with-our-ceo .ceo_box {
        border: 0 !important
    }

    body.interview-with-our-ceo .ceo_bg {
        background-attachment: initial;
        background-size: cover
    }

    body.careers nav.tabs {
        width: 100% !important
    }

    body.careers nav.tabs .nav-item {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 20px
    }

    body.careers .accordion .apply_button {
        float: none;
        margin: 0 auto;
        margin-top: 20px
    }

    body.careers .accordion .card_working_time {
        width: 100%
    }

    body.careers .accordion .btn {
        white-space: normal
    }

    body.careers .accordion .more_button {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.our-news .news_box img.main_image {
        max-width: 250px
    }

    body.our-news .news_box .view_more {
        position: relative;
        margin: 0 auto;
        float: none;
        margin-top: 20px
    }

    body.our-news .news_box h4 {
        margin-top: 30px
    }

    body.our-news-details .content h4 {
        margin-top: 30px
    }

    body.our-news-details .news_box img.main_image {
        max-width: 250px
    }

    body.faq .content .card-body {
        padding-left: 0
    }

    body.executive-team .content img.members_image {
        width: 200px !important
    }

    body.open-demo-account .content .title_with_number_box .step_number {
        margin: 0 auto !important;
        float: none !important;
        margin-bottom: 25px !important
    }

    body.open-demo-account .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.open-demo-account .content .title_with_number_box .step_desc {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.open-demo-account .content .step_check {
        margin: 0 auto !important;
        float: none !important;
        margin-bottom: 25px !important
    }

    body.open-demo-account .content .demo_desc {
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.open-demo-account .content .sub_demo_list:last-child {
        border-bottom: 1px solid rgba(141, 145, 148, .5);
        margin-bottom: 30px
    }

    body.open-demo-account .content .element_box {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.open-demo-account .content .input_element input[type=text] {
        width: 100%
    }

    body.open-demo-account .content .input_element .dropdown {
        width: 100%
    }

    body.open-demo-account .content .input_element.two_element .dropdown {
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }

    body.open-demo-account .content .input_element img#career_captcha {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 15px
    }

    body.open-demo-account .content .input_element .form-check-label {
        width: 100%
    }

    body.open-demo-account .content .input_element #btn_submit {
        width: 100%
    }

    body.open-demo-account .content .input_element p {
        width: 100%
    }

    body.open-demo-account .content .title_with_number_box.contact .step_desc {
        margin-top: 10px
    }

    body.open-demo-account .content .box_numbers {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.open-demo-account .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.open-demo-account .content .or_visit {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center !important
    }

    body.open-demo-account .content .social_media {
        display: inline-block;
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.open-demo-account .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.open-demo-account .content .div_form {
        background-attachment: initial;
        background-size: cover
    }

    body.thanks-demo .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thanks-demo .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thanks-demo .content .title_with_number_box .step_number {
        margin: 0 auto;
        float: none !important;
        margin-bottom: 25px
    }

    body.thanks-demo .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.thanks-demo .content .title_with_number_box .step_desc {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.thanks-demo .content .step_check {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.thanks-demo .content .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.thanks-demo .content .box_numbers {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.thanks-demo .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.thanks-demo .content .or_visit {
        float: none;
        margin-left: 0;
        text-align: center
    }

    body.thanks-demo .content .social_media {
        width: 175px;
        margin: 0 auto !important;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.thanks-demo .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.thanks-demo .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thanks-demo .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thanks .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thanks .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thanks .content .title_with_number_box .step_number {
        margin: 0 auto;
        float: none !important;
        margin-bottom: 25px
    }

    body.thanks .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.thanks .content .title_with_number_box .step_desc {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.thanks .content .step_check {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.thanks .content .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.thanks .content .box_numbers {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.thanks .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.thanks .content .or_visit {
        float: none;
        margin-left: 0;
        text-align: center
    }

    body.thanks .content .social_media {
        width: 175px;
        margin: 0 auto !important;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.thanks .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.thank-you-partners .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thank-you-partners .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thank-you-partners .content .title_with_number_box .step_number {
        margin: 0 auto;
        float: none !important;
        margin-bottom: 25px
    }

    body.thank-you-partners .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.thank-you-partners .content .title_with_number_box .step_desc {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.thank-you-partners .content .step_check {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.thank-you-partners .content .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.thank-you-partners .content .box_numbers {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.thank-you-partners .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.thank-you-partners .content .or_visit {
        float: none;
        margin-left: 0;
        text-align: center
    }

    body.thank-you-partners .content .social_media {
        width: 175px;
        margin: 0 auto !important;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.thank-you-partners .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.thank-you-callback .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thank-you-callback .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thank-you-callback .content .title_with_number_box .step_number {
        margin: 0 auto;
        float: none !important;
        margin-bottom: 25px
    }

    body.thank-you-callback .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.thank-you-callback .content .title_with_number_box .step_desc {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.thank-you-callback .content .step_check {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.thank-you-callback .content .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.thank-you-callback .content .box_numbers {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.thank-you-callback .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.thank-you-callback .content .or_visit {
        float: none;
        margin-left: 0;
        text-align: center
    }

    body.thank-you-callback .content .social_media {
        width: 175px;
        margin: 0 auto !important;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.thank-you-callback .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.thanks-real .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thanks-real .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thanks-real .content .title_with_number_box .step_number {
        margin: 0 auto;
        float: none !important;
        margin-bottom: 25px
    }

    body.thanks-real .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.thanks-real .content .title_with_number_box .step_desc {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.thanks-real .content .step_check {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.thanks-real .content .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.thanks-real .content .box_numbers {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.thanks-real .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.thanks-real .content .or_visit {
        float: none;
        margin-left: 0;
        text-align: center
    }

    body.thanks-real .content .social_media {
        width: 175px;
        margin: 0 auto !important;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.thanks-real .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.thanks-joint .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thanks-joint .content .demo_box .demo_title {
        text-align: center !important
    }

    body.thanks-joint .content .title_with_number_box .step_number {
        margin: 0 auto;
        float: none !important;
        margin-bottom: 25px
    }

    body.thanks-joint .content .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.thanks-joint .content .title_with_number_box .step_desc {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.thanks-joint .content .step_check {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.thanks-joint .content .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important
    }

    body.thanks-joint .content .box_numbers {
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important;
        text-align: center
    }

    body.thanks-joint .content .box_numbers .contact_number {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.thanks-joint .content .or_visit {
        float: none;
        margin-left: 0;
        text-align: center
    }

    body.thanks-joint .content .social_media {
        width: 175px;
        margin: 0 auto !important;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.thanks-joint .content .social_media ul li:last-child {
        margin-right: 0
    }

    body.thanks-demo .content .demo_box {
        padding: 30px 20px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.thanks-demo .content .demo_box .demo_title {
        text-align: center !important
    }

    body.account-types .content .row_tables {
        display: none
    }

    body.account-types .content .notice_box .title_with_number_box .step_number {
        margin: 0 auto !important;
        float: none !important;
        margin-bottom: 25px !important
    }

    body.account-types .content .notice_box .title_with_number_box .step_title {
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.account-types .content .notice_box .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        text-align: center !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.account-types .content .row_mobile {
        display: block
    }

    body.account-types .content .row_mobile .mobile_table {
        width: 100%;
        margin-bottom: 30px
    }

    body.account-types .content .row_mobile .mobile_table th {
        text-align: center
    }

    body.account-types .content .row_mobile .mobile_table td, body.account-types .content .row_mobile .mobile_table th {
        border: 1px solid #ddd;
        padding: 10px;
        font-size: 16px;
        vertical-align: top;
        position: relative
    }

    body.account-types .content .row_mobile .mobile_table th {
        background-color: #00487e;
        color: #fff
    }

    body.account-types .content .row_mobile .mobile_table tbody tr td:first-child {
        background-color: #00487e;
        color: #fff;
        width: 50%
    }

    body.account-types .content .row_mobile .mobile_table tbody tr td a {
        width: 100%;
        padding: 7px;
        color: #fff;
        background-color: #00487e;
        display: block;
        text-align: center;
        border-radius: 7px;
        text-decoration: none
    }

    body.account-types .content .row_mobile .mobile_table tbody tr td a:hover {
        background-color: #01375f
    }

    body.account-types .content .small_risk.risk_desktop {
        display: none
    }

    body.account-types .content .small_risk {
        font-size: 12px
    }

    body.account-types .content .row_mobile .mobile_table.table_2 th {
        background-color: #37b34a
    }

    body.account-types .content .row_mobile .mobile_table.table_2 tbody tr td:first-child {
        background-color: #37b34a
    }

    body.account-types .content .row_mobile .mobile_table.table_2 tbody tr td a {
        background-color: #37b34a
    }

    body.account-types .content .row_mobile .mobile_table.table_2 tbody tr td a:hover {
        background-color: #2d903c
    }

    body.account-types .content .row_mobile .mobile_table.table_4 th {
        background-color: #00487e
    }

    body.account-types .content .row_mobile .mobile_table.table_4 tbody tr td:first-child {
        background-color: #00487e
    }

    body.account-types .content .row_mobile .mobile_table.table_4 tbody tr td a {
        background-color: #00487e
    }

    body.account-types .content .row_mobile .mobile_table.table_4 tbody tr td a:hover {
        background-color: #01375f
    }

    body.account-types .content .row_mobile .mobile_table:last-child {
        margin-bottom: 0
    }

    body.account-types .content .row_mobile .mobile_table tbody tr td span {
        color: #00c8ff
    }

    body.account-types .content .row_mobile .table_2 .ticker {
        background-color: #fff;
        padding: 1px;
        color: #37b34a;
        width: 53px;
        text-align: center;
        font-size: 17px;
        border-radius: 3px;
        position: absolute;
        right: 10px;
        top: 8px;
        line-height: 10px;
        padding-top: 4px
    }

    body.account-types .content .row_mobile .table_2 .ticker span {
        color: #37b34a;
        font-size: 10px
    }

    body.fund-your-account .content .table_desktop {
        display: none
    }

    body.fund-your-account .content .table_mobile {
        display: block
    }

    body.fund-your-account .content table thead tr:nth-child(2) th {
        padding: 20px 10px;
        position: relative;
        height: 80px;
        text-align: center !important
    }

    body.fund-your-account .content table tbody tr td:first-child {
        text-align: left;
        padding: 10px 10px;
        font-weight: 700;
        width: 50%
    }

    body.fund-your-account .content tbody tr td {
        vertical-align: middle !important;
        height: auto
    }

    body.fund-your-account .content .div_tooltip {
        right: 17px !important;
        top: 17px !important
    }

    body.fund-your-account .content table img {
        width: 120px
    }

    body.fund-your-account .content table tbody tr td {
        width: 50%
    }

    body.fund-your-account .content table thead tr:first-child th {
        font-size: 16px
    }

    body.fund-your-account .content table:last-child {
        margin-bottom: 0
    }

    body.forex .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.forex .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.crypto-currencies .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.crypto-currencies .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.indices .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.indices .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.share-cfds .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.share-cfds .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.precious-metals .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.precious-metals .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.energies .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.energies .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.commodities .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.commodities .content .products_box p {
        font-size: 16px;
        text-align: center
    }

    body.mt4 .content .row_table tbody tr td p {
        padding: 10px 10px
    }

    body.mt4 .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 5px
    }

    body.mt4 .content a.download_button {
        margin: 0 auto;
        float: none !important;
        margin-top: 10px
    }

    body.mt4 .content .row_store .download_title {
        margin-top: 0
    }

    body.mt4 .content .row_store .download_title {
        text-align: center !important
    }

    body.mt4 .content .row_store a {
        float: none !important;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.mt4 .content .row_store p.global_description {
        text-align: center
    }

    body.mt5 .content .row_table tbody tr td p {
        padding: 10px 10px
    }

    body.mt5 .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 5px
    }

    body.mt5 .content a.download_button {
        margin: 0 auto;
        float: none !important;
        margin-top: 10px
    }

    body.mt5 .content .row_store .download_title {
        margin-top: 0
    }

    body.mt5 .content .row_store .download_title {
        text-align: center !important
    }

    body.mt5 .content .row_store a {
        float: none !important;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.mt5 .content .row_store p.global_description {
        text-align: center
    }

    body.mobileapp .content .mobile_bg ul {
        margin-top: 60px;
        margin-left: 0
    }

    body.mobileapp .content .row_store {
        margin-left: -15px !important;
        margin-right: -15px !important;
        text-align: center
    }

    body.mobileapp .content .row_store a {
        display: block
    }

    body.mobileapp .content .row_store .qr_box {
        border: 0
    }

    body.mobileapp .content .row_store img.store {
        width: 158px
    }

    body.mobileapp .content .mobile_bg img.mobileapp_img {
        width: 170px
    }

    body.copy-trading .content .zulu_tv {
        width: 250px
    }

    body.copy-trading .content .zulu_button {
        float: none !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        width: 250px
    }

    body.copy-trading .content .zulu_youtube {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden
    }

    body.copy-trading .content .zulu_youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    body.copy-trading .content .zulu_widget iframe {
        width: 100% !important
    }

    body.copy-trading .content .zulu_tips_box {
        float: none;
        width: 100%
    }

    body.copy-trading .content .zulu_tips_box * {
        float: none !important;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 8px;
        margin-top: 5px;
        text-align: center !important
    }

    body.copy-trading .content .zulu_key_title {
        margin-top: 20px
    }

    body.copy-trading .content .zulu_button.real_2.right {
        float: none !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important
    }

    body.copy-trading .content .zulu_button.demo_2.left {
        float: none !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important
    }

    body.copy-trading .content .zulu_logo {
        margin-top: 30px
    }

    body.seminars .content a.box {
        padding: 20px 20px !important
    }

    body.seminars .aplustrader_logo {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        width: 179px
    }

    body.seminars .content a.box .box_title {
        margin-top: 20px;
        text-align: center !important
    }

    body.seminars .content a.box .register_button {
        float: none !important;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.seminars .content a.box img.speaker {
        width: 200px
    }

    body.webinars .content a.box {
        padding: 20px 20px !important
    }

    body.webinars .content a.box .box_title {
        margin-top: 20px
    }

    body.webinars .content a.box .register_button {
        float: none !important;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.webinars .content a.box img.speaker {
        width: 200px
    }

    body.webinars .content a.box img.speaker {
        width: 200px
    }

    body.webinars .content .countdown {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        margin: 0 auto !important;
        text-align: center;
        float: none;
        display: inline-block
    }

    body.seminars .content .countdown {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: inline-block
    }

    body.webinars .content ul.webinars_filter {
        display: table;
        text-align: center;
        width: 100%
    }

    body.webinars .content ul.webinars_filter li {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 20px
    }

    body.webinars .content ul.webinars_filter li::after {
        display: none
    }

    body.webinars .content ul.webinars_filter li a {
        display: block;
        background-color: transparent;
        padding: 10px 0;
        color: #00c8ff;
        border-radius: 7px;
        border: 1px solid #00c8ff
    }

    body.webinars .content ul.webinars_filter li a.active {
        background-color: #00c8ff;
        color: #fff
    }

    body.technical-tools .content .row_box {
        margin-right: -15px;
        margin-left: -15px
    }

    body.technical-tools .content .row_box [class*=col-]:not(:first-child), body.technical-tools .content .row_box [class*=col-]:not(:last-child) {
        padding-right: 15px;
        padding-left: 15px
    }

    body.technical-tools .content .row_table tbody tr td p {
        padding: 10px 10px
    }

    body.technical-tools .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 5px
    }

    body.technical-tools .content .box ul li:before {
        display: none
    }

    body.technical-tools .content .box {
        float: left;
        display: block
    }

    body.technical-tools .content .box ul li {
        float: left;
        min-height: auto
    }

    body.technical-tools .content .box ul li span {
        float: left;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 0 !important;
        width: 100%;
        text-align: center !important;
        font-size: 16px
    }

    body.members-area .content .entity_title {
        font-size: 16px;
        text-align: center !important;
        float: none
    }

    body.members-area .content .entity_desc {
        margin-top: 10px;
        float: none
    }

    body.members-area .content .entity_logo {
        text-align: center;
        float: none
    }

    body.members-area .content .entity_logo img {
        float: none !important
    }

    body.members-area .content .div_button {
        float: none !important;
        width: 220px;
        margin: 0 auto;
        margin-top: 20px
    }

    body.members-area .content .nav {
        display: table;
        margin: 0 auto
    }

    body.members-area .content .nav-tabs .nav-item {
        margin-top: 20px;
        margin-bottom: 20px;
        float: none;
        clear: both
    }

    body.members-area .content .nav-tabs .nav-link {
        width: 250px;
        text-align: center;
        float: none;
        clear: both;
        margin-right: 0;
        border-radius: 7px !important
    }

    body.members-area .content .nav-tabs .nav-item:nth-child(2) {
        margin-bottom: 0
    }

    body.members-area-partners .content .entity_title {
        font-size: 16px;
        text-align: center !important;
        float: none
    }

    body.members-area-partners .content .entity_desc {
        margin-top: 10px;
        float: none
    }

    body.members-area-partners .content .entity_logo {
        text-align: center;
        float: none
    }

    body.members-area-partners .content .entity_logo img {
        float: none !important
    }

    body.members-area-partners .content .div_button {
        float: none !important;
        width: 220px;
        margin: 0 auto;
        margin-top: 20px
    }

    body.members-area-partners .content .nav {
        display: table;
        margin: 0 auto
    }

    body.members-area-partners .content .nav-tabs .nav-item {
        margin-top: 20px;
        margin-bottom: 20px;
        float: none;
        clear: both
    }

    body.members-area-partners .content .nav-tabs .nav-link {
        width: 250px;
        text-align: center;
        float: none;
        clear: both;
        margin-right: 0;
        border-radius: 7px !important
    }

    body.members-area-partners .content .nav-tabs .nav-item:nth-child(2) {
        margin-bottom: 0
    }

    body.fees-and-commissions .content .box {
        min-height: auto
    }

    body.fees-and-commissions .content .box a {
        position: relative;
        margin-top: 20px;
        float: left
    }

    body.fees-and-commissions .content a.view_products_button {
        position: relative;
        float: none !important;
        right: auto !important;
        left: auto !important;
        top: auto;
        display: block;
        margin: 0 auto;
        width: 220px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    body.fees-and-commissions .content .products_box h5 {
        padding-bottom: 0;
        float: none
    }

    body.fees-and-commissions .content .products_box.latest {
        text-align: center;
        padding: 10px 30px
    }

    body.swap-free-accounts .content a.view_products_button {
        position: relative;
        float: none !important;
        right: auto !important;
        left: auto !important;
        top: auto;
        display: block;
        margin: 0 auto;
        width: 220px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    body.swap-free-accounts .content .products_box h5 {
        padding-bottom: 0;
        float: none !important
    }

    body.swap-free-accounts .content .products_box.latest {
        text-align: center;
        padding: 10px 30px
    }

    body.contact-us .content .box .contact_box {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%
    }

    body.contact-us .content .row_social a {
        font-size: 16px
    }

    body.contact-us .content .social_box img {
        padding: 7px
    }

    body.contact-us .content .social_box {
        padding: 10px 15px
    }

    body.contact-us .content .flag_box img {
        left: auto;
        right: -10px;
        top: -10px
    }

    body.contact-us .content .box {
        padding: 15px
    }

    body.contact-us .content .title_with_number_box .step_title {
        font-size: 20px;
        margin-left: 10px
    }

    body.contact-us .content form#contact_us_form .row.row_custom_form div.col-sm-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.contact-us .content form#contact_us_form .dropdown .btn-light {
        margin-bottom: 12px
    }

    body.contact-us .content form#contact_us_form .register_button {
        width: 100%;
        text-align: center !important;
        margin-top: 20px
    }

    body.home-page .content section.slider {
        padding-top: 0
    }

    body.home-page .main_header .material-button-raised.black {
        display: block
    }

    body.home-page .content section.slider h4 {
        text-align: center;
        font-size: 24px
    }

    body.home-page .content section.slider p {
        text-align: center
    }

    body.home-page .content section.slider a.button {
        margin: 0 auto;
        float: none;
        margin-top: 20px;
        margin-bottom: 10px
    }

    body.home-page .content section.slider img.mobileapp {
        width: 250px;
        margin-bottom: 40px;
        margin-top: 30px
    }

    body.home-page .content section.slider .div_store {
        position: relative;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block
    }

    body.home-page .content section.slider a.store {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        display: block
    }

    body.home-page .content section.amana-benefit .row:first-child > div.col-sm-12::after {
        display: none
    }

    body.home-page .content section.amana-benefit {
        padding-top: 50px;
        padding-bottom: 10px
    }

    body.home-page .content section.amana-benefit .icon_box {
        margin-top: 30px;
        margin-bottom: 20px
    }

    body.home-page .content section.amana-form .div_title h3 {
        font-size: 24px
    }

    body.home-page .content section.amana-form .div_title p {
        font-size: 16px
    }

    body.home-page .content section.amana-form .container_form .row div.col-sm-12 {
        padding-right: 15px;
        padding-left: 15px
    }

    body.home-page .content section.amana-form input {
        float: none !important
    }

    body.home-page .content section.amana-form .material-button-raised {
        float: none !important;
        margin-top: 12px !important
    }

    body.home-page .content section.slider a.store img {
        width: 160px
    }

    body.home-page .content section.slider a.close_slide {
        margin-top: 20px
    }

    body.home-page .content section.slider h4:first-child {
        margin-top: 20px
    }

    body.home-page .content section.amana-mobileapp .layer {
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }

    body.home-page .content section.amana-mobileapp ul {
        position: relative;
        top: 30px
    }

    body.home-page .content section.amana-mobileapp img.amana_mobileapp {
        width: 80%
    }

    body.home-page .content section.amana-mobileapp .div_store {
        position: relative;
        top: 30px;
        margin: 0 auto
    }

    body.home-page .content section.amana-mobileapp .div_store {
        position: relative;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        width: 100%
    }

    body.home-page .content section.amana-mobileapp a.store {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        display: block
    }

    body.home-page .content section.amana-regulation a {
        float: none;
        clear: both;
        margin-bottom: 20px
    }

    body.home-page .content section.amana-mobileapp h3 {
        font-size: 24px
    }

    body.home-page .content section.amana-mobileapp p {
        font-size: 16px
    }

    body.home-page .content section.amana-regulation h3 {
        font-size: 24px
    }

    body.home-page .content section.amana-regulation p {
        font-size: 16px
    }

    body.market-news .content .row_news h4 {
        text-align: center;
        font-size: 25px
    }

    body.market-news .content .row_news .time {
        text-align: center
    }

    body.market-news .content .row_news img {
        width: 100%;
        height: auto
    }

    body.market-reports .content .row_news h4 {
        text-align: center;
        font-size: 25px
    }

    body.market-reports .content .row_news .time {
        text-align: center
    }

    body.market-reports .content .row_news img {
        width: 100%;
        height: auto
    }

    body.market-news-details .content .row_news h4 {
        text-align: center;
        font-size: 25px
    }

    body.market-news-details .content .row_news .time {
        text-align: center
    }

    body.market-news-details .content .row_news img {
        width: 100%;
        height: auto
    }

    body.market-reports-details .content .row_news h4 {
        text-align: center;
        font-size: 25px
    }

    body.market-reports-details .content .row_news .time {
        text-align: center
    }

    body.market-reports-details .content .row_news img {
        width: 100%;
        height: auto
    }

    body.market-news .content .row_news a {
        margin: 0 auto;
        margin-top: 40px
    }

    body.market-news-details .content .row_news a {
        margin: 0 auto;
        margin-top: 40px
    }

    body.market-reports .content .row_news a {
        margin: 0 auto;
        margin-top: 40px
    }

    body.market-reports-details .content .row_news a {
        margin: 0 auto;
        margin-top: 40px
    }

    body.financial-calculators .content .btn_calc {
        margin-bottom: 20px
    }

    body.financial-calculators .content .btn_reset {
        margin-bottom: 20px
    }

    body.financial-calculators .content nav.tabs .nav-tabs .nav-item.nav-link {
        float: none;
        width: 200px;
        border: 1px solid #00c7ff !important;
        padding: 5px 25px !important;
        clear: both;
        margin: 0 auto;
        text-align: center;
        border-radius: 7px;
        margin-bottom: 20px;
        display: block
    }

    body.videos .content #main_menu .box {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: 0;
        min-height: auto
    }

    body.videos .content #main_menu .box div.icn {
        padding: 80px
    }

    body.videos .content #main_menu .info {
        display: block
    }

    body.videos .content iframe {
        height: 250px
    }

    body.videos .content a:hover > .play_video {
        display: none !important
    }

    body.videos .content .play_video {
        display: none
    }

    body.ebooks .content #main_menu .box {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: 0;
        min-height: auto
    }

    body.ebooks .content #main_menu .box div.icn {
        padding: 80px
    }

    body.ebooks .content #main_menu .info {
        display: block
    }

    body.ebooks .content iframe {
        height: 250px
    }

    body.ebooks .content a:hover > .play_video {
        display: none !important
    }

    body.ebooks .content .play_video {
        display: none
    }

    body.partners .content .notice_box .title_with_number_box .step_number {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }

    body.partners .content .notice_box .title_with_number_box.contact .step_desc {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    body.introducing-brokers .content .full_box .box {
        width: 100%;
        margin-bottom: 0
    }

    body.introducing-brokers .content .full_box .box:nth-child(3) .box_header {
        border: 1px solid rgba(141, 145, 148, .5)
    }

    body.introducing-brokers .content form#introducing_broker_form .row.row_custom_form div.col-sm-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.introducing-brokers .content form#introducing_broker_form .dropdown .btn-light {
        margin-bottom: 12px
    }

    body.introducing-brokers .content form#introducing_broker_form .register_button {
        width: 100%;
        text-align: center !important;
        margin-top: 20px
    }

    body.white-labels .content form#white_labels_form .row.row_custom_form div.col-sm-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.white-labels .content form#white_labels_form .dropdown .btn-light {
        margin-bottom: 12px
    }

    body.white-labels .content form#white_labels_form .register_button {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    body.refer-a-friend .content .step_box .arrow {
        display: none
    }

    body.refer-a-friend .content .step_box {
        text-align: center
    }

    body.refer-a-friend .content table thead th {
        font-size: 14px;
        padding: 5px 10px
    }

    body.refer-a-friend .content table tbody td {
        font-size: 14px;
        padding: 10px 10px
    }

    body.refer-a-friend .content form#refer_a_friend_form #h_other {
        margin-top: 10px
    }

    body.refer-a-friend .content form#refer_a_friend_form .row.row_custom_form div.col-sm-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.refer-a-friend .content form#refer_a_friend_form .register_button {
        width: 100%;
        text-align: center !important;
        margin-top: 20px
    }

    body.liquidity-solutions .content .full_box .box {
        width: 100%;
        margin-bottom: 0
    }

    body.liquidity-solutions .content .full_box .box .box_desc {
        min-height: auto
    }

    body.liquidity-solutions .content .full_box .box:nth-child(3) .box_header {
        border: 1px solid rgba(141, 145, 148, .5)
    }

    body.liquidity-solutions .content .row_table tbody tr td p {
        padding: 10px 10px
    }

    body.liquidity-solutions .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 5px
    }

    body.liquidity-solutions .content form#liquidity_solutions_form .row.row_custom_form div.col-sm-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.liquidity-solutions .content form#liquidity_solutions_form .dropdown .btn-light {
        margin-bottom: 12px
    }

    body.liquidity-solutions .content form#liquidity_solutions_form .register_button {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    body.asset-managers .content form#asset_managers_form .row.row_custom_form div.col-sm-12 {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    body.asset-managers .content form#asset_managers_form .dropdown .btn-light {
        margin-bottom: 12px
    }

    body.asset-managers .content form#asset_managers_form .register_button {
        width: 100%;
        text-align: center !important;
        margin-top: 20px
    }

    body.what-is-forex-trading .content table thead th {
        padding: 5px 7px;
        font-size: 14px
    }

    body.what-is-forex-trading .content table tbody td {
        padding: 5px 7px;
        font-size: 14px
    }

    body.risk-disclosure .content ul {
        padding-left: 15px
    }

    body.risk-disclosure .content ul li {
        font-size: 16px
    }

    body.overnight-policy .content ul {
        padding-left: 15px
    }

    body.overnight-policy .content ul li {
        font-size: 16px
    }

    body.privacy-statement .content ul {
        padding-left: 15px
    }

    body.privacy-statement .content ul li {
        font-size: 16px
    }

    body.esma-regulation .content ul {
        padding-left: 15px
    }

    body.esma-regulation .content ul li {
        font-size: 16px
    }

    body.esma-regulation-form .content ul {
        padding-left: 15px
    }

    body.esma-regulation-form .content ul li {
        font-size: 16px
    }

    body.vps .content img.vps_advantages {
        width: 200px
    }

    body.vps .content img.vps_circle {
        margin-top: 20px;
        width: 200px
    }

    body.vps .content img.vps_tablet {
        float: none !important;
        margin-top: 10px;
        width: 200px
    }

    body.vps .content .row_request a {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 20px
    }

    body.vps .content .horizonal-separator {
        display: none
    }

    body.vps .content .step_box {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 20px
    }

    body.transfer-account form#acc_trans_form .captcha_box {
        width: 100%
    }

    body.marketing-banners .content .banner_box .details_box a {
        float: none !important
    }

    body.marketing-banners .content .banner_box img {
        max-width: 100%
    }

    body.marketing-banners textarea {
        width: 100%;
        height: 200px;
        padding-top: 74px;
        padding-right: 20px;
        padding-left: 20px
    }

    body.banners-zulu .content .banner_box .details_box a {
        float: none !important
    }

    body.banners-zulu .content .banner_box img {
        max-width: 100%
    }

    body.banners-zulu textarea {
        width: 100%;
        height: 200px;
        padding-top: 74px;
        padding-right: 20px;
        padding-left: 20px
    }

    body.why-choose-us .benefit_box .col {
        width: 100%;
        flex-basis: unset;
        -ms-flex-preferred-size: unset
    }

    body.why-choose-us .benefit_title {
        margin-top: 21px
    }

    body.home-page .content section.deltatrader-section a.close_slide {
        margin-right: 20px
    }

    body.home-page .content section.deltatrader-section h3 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 30px
    }

    body.home-page .content section.deltatrader-section p {
        font-size: 14px;
        text-align: center;
        margin-top: 0
    }

    body.home-page .content section.deltatrader-section .hidden_mobile {
        display: none
    }

    body.home-page .content section.deltatrader-section h4 {
        text-align: center;
        margin-bottom: 16px;
        font-size: 20px
    }

    body.home-page .content section.deltatrader-section a.button {
        float: none;
        margin: 0 auto
    }

    body.home-page .content section.deltatrader-section p.terms_and_conditions {
        padding-left: 0
    }

    body.home-page .content section.deltatrader-section .show_mobile {
        display: block
    }

    body.home-page .content section.deltatrader-section img.deltatrader_ads {
        width: 100%;
        padding: 0 45px;
        margin-bottom: 30px
    }

    body.home-page .content section.deltatrader-section img.amanacapital_logo {
        width: 110px;
        margin-top: 0;
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -50px
    }

    body.home-page .content section.deltatrader-section img.capital_514_logo {
        width: 110px;
        margin-top: 0;
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -50px;
        margin-left: 10px
    }

    body.home-page .content section.mid-section-slider .show_mobile {
        display: block
    }

    body.home-page .content section.mid-section-slider .hidden_mobile {
        display: none
    }

    body.home-page .content section.mid-section-slider img.amanacapital_logo {
        width: 200px;
        padding: 0 20px;
        margin-bottom: 20px
    }

    body.home-page .content section.mid-section-slider h3 {
        font-size: 24px
    }

    body.home-page .content #slider_1 p {
        font-size: 16px;
        margin-bottom: 0
    }

    body.home-page .content section.mid-section-slider .material-button-raised {
        border-radius: 5px !important;
        clear: both;
        margin: 0 auto !important;
        float: none;
        display: block;
        margin-bottom: 20px !important;
        margin-top: 30px !important
    }

    body.home-page .content section.mid-section-slider a.benefit {
        display: block;
        width: 270px;
        float: none;
        border: 1px solid #020914;
        color: #a6a8ab;
        font-family: Proxima_Nova_Light;
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        background-color: #020914;
        padding: 3px 15px;
        margin-bottom: 16px;
        text-decoration: none;
        -o-transition: 0s;
        -ms-transition: 0s;
        -moz-transition: 0s;
        -webkit-transition: 0s;
        transition: 0s
    }

    body.home-page .content section.mid-section-slider a.benefit b {
        color: #fff
    }

    body.open-demo-account .content img.open_demo_img {
        display: none
    }

    body.asset-managers .content .asset_chart.show_desktop {
        display: none
    }

    body.asset-managers .content .asset_chart.show_mobile {
        display: block
    }

    form#sidebar_form .form_box .register_button {
        text-align: center !important;
        float: none !important;
        margin: 0 auto !important;
        margin-top: 20px !important
    }

    body.our-news-details .news_box .view_more {
        float: none !important;
        margin: 0 auto
    }

    body.our-news-details .news_box * {
        text-align: center !important
    }

    body.riskpulse-dashboard .content .box h3 {
        text-align: center !important
    }

    body.riskpulse-dashboard .content .filter_div {
        widows: 100% !important;
        float: none !important
    }

    body.riskpulse-dashboard .content .filter_div .span_date {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%
    }

    body.riskpulse-dashboard .content .filter_div input[type=text] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.riskpulse-dashboard .content .filter_div input[type=button] {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px
    }

    body.riskpulse-dashboard .content .box.box_1 .vertical_seperator {
        width: 100%;
        height: 1px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }

    body.riskpulse-dashboard .content .sub-box .div_tooltip {
        margin-top: -22px
    }

    body.riskpulse-dashboard .content .mobile-only.sub-box .div_tooltip {
        margin-top: 0
    }

    body.riskpulse-dashboard .content i.fa.arrow {
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        left: 20px
    }

    body.riskpulse-dashboard .content .sub-box .sub-header .text_left, body.riskpulse-dashboard .content .sub-box .sub-header .text_right {
        width: 100% !important;
        text-align: center !important
    }

    body.riskpulse-dashboard .content .sub-box.desktop-only {
        display: none
    }

    body.riskpulse-dashboard .content .sub-box.mobile-only {
        display: block
    }

    body.riskpulse-login section.slider .risk_seperator {
        display: none
    }

    body.riskpulse-login section.slider .box_icon {
        width: 100% !important;
        display: none
    }

    body.riskpulse-login section.slider .box_icon.active {
        display: block
    }

    body.riskpulse-login section.slider .box_icon .risk_icon {
        width: 130px;
        height: 130px;
        margin: 0 auto
    }

    body.riskpulse-login #risk-carousel .owl-nav button.owl-next, body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
        font-size: 60px;
        top: -220px
    }

    body.riskpulse-login #risk-carousel .owl-nav button.owl-next {
        right: 50px
    }

    body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
        left: 50px
    }

    body.riskpulse-login #risk-carousel .item img {
        width: 100%
    }

    body.open-real-account-index .open_real_account h1 {
        text-align: center !important;
        padding-top: 50px;
        font-size: 32px
    }

    body.open-real-account-index .open_real_account hr.global_seperator {
        margin-top: 30px
    }

    body.open-real-account-index .open_real_account .box_circle {
        margin-top: 50px
    }

    body.open-real-account-index .open_real_account .c100 {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px
    }

    body.open-real-account-index .open_real_account .box_circle {
        float: none !important
    }

    body.open-real-account-index .open_real_account .sub_title_1 {
        text-align: center !important;
        font-size: 28px
    }

    body.open-real-account-index .open_real_account .sub_title_2 {
        text-align: center !important;
        font-size: 28px
    }

    body.open-real-account-index .open_real_account .sub_title_3 {
        text-align: center !important;
        font-size: 22px
    }

    body.open-real-account-index .open_real_account .form_container {
        padding: 0 16px;
        margin-top: 40px;
        height: auto;
        margin-bottom: 40px
    }

    body.open-real-account-index .open_real_account .form_container #form_open_real_account {
        width: 100%;
        margin-bottom: 40px
    }

    body.open-real-account-index .open_real_account .form_container h4 {
        margin-top: 50px;
        text-align: center
    }

    body.open-ib-account-index .open_real_account h1 {
        text-align: center !important;
        padding-top: 50px;
        font-size: 32px
    }

    body.open-ib-account-index .open_real_account hr.global_seperator {
        margin-top: 30px
    }

    body.open-ib-account-index .open_real_account .box_circle {
        margin-top: 50px
    }

    body.open-ib-account-index .open_real_account .c100 {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px
    }

    body.open-ib-account-index .open_real_account .box_circle {
        float: none !important
    }

    body.open-ib-account-index .open_real_account .sub_title_1 {
        text-align: center !important;
        font-size: 28px
    }

    body.open-ib-account-index .open_real_account .sub_title_2 {
        text-align: center !important;
        font-size: 28px
    }

    body.open-ib-account-index .open_real_account .sub_title_3 {
        text-align: center !important;
        font-size: 22px
    }

    body.open-ib-account-index .open_real_account .form_container {
        padding: 0 16px;
        margin-top: 40px;
        height: auto;
        margin-bottom: 40px
    }

    body.open-ib-account-index .open_real_account .form_container #form_open_real_account {
        width: 100%;
        margin-bottom: 40px
    }

    body.open-ib-account-index .open_real_account .form_container h4 {
        margin-top: 50px;
        text-align: center
    }

    header .row_button .popup_menu {
        position: initial;
        left: auto;
        margin-bottom: 19px;
        width: 100%
    }

    header .row_button .popup_menu .arrow-up {
        display: none
    }

    body.trade-forex-and-cfds .content .box_icon {
        text-align: center
    }

    body.trade-forex-and-cfds .content .icon {
        margin: 0 auto
    }

    body.shares-trading .content .box_icon {
        text-align: center
    }

    body.shares-trading .content .icon {
        margin: 0 auto
    }

    body.shares-trading .content .share_logo.show_mobile {
        display: block
    }

    body.shares-trading .content .share_logo.show_desktop {
        display: none
    }

    body.share-cfds .content .share_logo.show_mobile {
        display: block
    }

    body.share-cfds .content .share_logo.show_desktop {
        display: none
    }

    body.active-traders .content .box_icon {
        text-align: center
    }

    body.active-traders .content .icon {
        margin: 0 auto
    }

    body.active-traders .content .sticker_box {
        margin-top: 30px;
        text-align: center
    }

    body.elite-services .content .sticker_box {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 0
    }

    body.elite-services .content .box_icon {
        text-align: center
    }

    body.elite-services .content .icon {
        margin: 0 auto
    }

    body.welcome-bonus .content .ribon_section {
        margin-top: 0;
        margin-bottom: 10px;
        float: none !important
    }

    body.welcome-bonus .content .ribon_section .ribon_1 {
        float: none !important;
        text-align: center !important
    }

    body.welcome-bonus .content .ribon_section .ribon_2 {
        float: none !important;
        text-align: center;
        margin: 0 auto !important;
        margin-top: 70px !important
    }

    body.welcome-bonus .content .ribon_section .ribon_3 {
        float: none !important;
        text-align: center;
        margin: 0 auto !important;
        width: 100% !important
    }

    body.welcome-bonus .content .limited_time {
        width: 100% !important;
        margin: 0 auto !important;
        border-radius: 5px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section {
        float: none !important;
        text-align: center;
        margin: 0 auto !important
    }

    body.welcome-bonus .content .ribon_section .ribon_2 .dollar_section div:first-child {
        padding-top: 41px !important
    }

    body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section {
        background-image: none !important;
        text-align: center !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 20px
    }

    body.welcome-bonus .content .ribon_section .ribon_3 .rectangle_section div {
        font-size: 42px;
        color: #000e46;
        text-align: center;
        float: none
    }

    body.welcome-bonus .content .material-button-raised.orange {
        float: none !important
    }

    body.welcome-bonus .content .material-button-raised.orange_2 {
        float: none !important
    }

    body.aplustrader .content .section_3 .box {
        min-height: auto
    }

    body.aplustrader .content .section_3 .bg {
        min-height: auto
    }

    body.aplustrader .aplustreader_logo {
        float: none !important;
        width: 200px !important;
        display: block;
        margin: 0 auto
    }

    body.aplustrader .sub_header .title {
        text-align: center;
        float: none;
        margin-top: 20px
    }

    body.aplustrader .sub_header .desc {
        margin-top: 0 !important;
        line-height: 30px;
        margin-bottom: 0 !important
    }

    body.aplustrader .sub_header {
        padding-top: 10px;
        padding-bottom: 30px
    }

    body.aplustrader .content section.section_1 {
        margin-top: 0
    }

    body.aplustrader .content .vertical-seperator {
        display: none
    }

    body.aplustrader .content .section_1 h3 {
        font-size: 30px;
        text-align: center;
        margin-right: 0;
        padding-right: 0
    }

    body.aplustrader .content .section_1 h3 b {
        font-size: 40px;
        text-align: center
    }

    body.aplustrader .content .yellow-1 {
        display: none
    }

    body.aplustrader .content .yellow-2 {
        display: none
    }

    body.aplustrader .content .yellow-3 {
        display: none
    }

    body.aplustrader .content .logo {
        height: auto;
        border-bottom: 0;
        border-right: 0;
        padding: 20px 0;
        width: 100%;
        margin-top: 20px
    }

    body.aplustrader .content .logo img {
        margin-top: 0
    }

    body.aplustrader .content .section_2 {
        padding: 0 0
    }

    body.aplustrader .content .section_2 h4 {
        text-align: center
    }

    body.aplustrader .content .section_2 p {
        text-align: center
    }

    body.aplustrader .content .section_3 h5 {
        text-align: center
    }

    body.aplustrader .content .section_3 p {
        text-align: center
    }

    body.aplustrader .content .section_3 .bg {
        height: auto;
        display: inline-block
    }

    body.aplustrader .content .section_3 .bg h6 {
        text-align: center
    }

    body.aplustrader .content .section_3 .bg p {
        text-align: center
    }

    body.aplustrader .content .section_3 .bg input {
        display: block;
        margin: 0 auto;
        float: none
    }

    body.aplustrader .content .section_4 h3 {
        text-align: center
    }

    body.aplustraderdigital .content .section_3 .box {
        min-height: auto
    }

    body.aplustraderdigital .content .section_3 .bg {
        min-height: auto
    }

    body.aplustraderdigital .aplustreader_logo {
        float: none !important;
        width: 200px !important;
        display: block;
        margin: 0 auto
    }

    body.aplustraderdigital .sub_header .title {
        text-align: center;
        float: none;
        margin-top: 20px
    }

    body.aplustraderdigital .sub_header .desc {
        margin-top: 0 !important;
        line-height: 30px;
        margin-bottom: 0 !important
    }

    body.aplustraderdigital .sub_header {
        padding-top: 10px;
        padding-bottom: 30px
    }

    body.aplustraderdigital .content section.section_1 {
        margin-top: 0
    }

    body.aplustraderdigital .content .vertical-seperator {
        display: none
    }

    body.aplustraderdigital .content .section_1 h3 {
        font-size: 30px;
        text-align: center;
        margin-right: 0;
        padding-right: 0
    }

    body.aplustraderdigital .content .section_1 h3 b {
        font-size: 40px;
        text-align: center
    }

    body.aplustraderdigital .content .yellow-1 {
        display: none
    }

    body.aplustraderdigital .content .yellow-2 {
        display: none
    }

    body.aplustraderdigital .content .yellow-3 {
        display: none
    }

    body.aplustraderdigital .content .logo {
        height: auto;
        border-bottom: 0;
        border-right: 0;
        padding: 20px 0;
        width: 100%;
        margin-top: 20px
    }

    body.aplustraderdigital .content .logo img {
        margin-top: 0
    }

    body.aplustraderdigital .content .section_2 {
        padding: 0 0
    }

    body.aplustraderdigital .content .section_2 h4 {
        text-align: center
    }

    body.aplustraderdigital .content .section_2 p {
        text-align: center
    }

    body.aplustraderdigital .content .section_3 h5 {
        text-align: center
    }

    body.aplustraderdigital .content .section_3 p {
        text-align: center
    }

    body.aplustraderdigital .content .section_3 .bg {
        height: auto;
        display: inline-block
    }

    body.aplustraderdigital .content .section_3 .bg h6 {
        text-align: center
    }

    body.aplustraderdigital .content .section_3 .bg p {
        text-align: center
    }

    body.aplustraderdigital .content .section_3 .bg input {
        display: block;
        margin: 0 auto;
        float: none
    }

    body.aplustraderdigital .content .section_4 h3 {
        text-align: center
    }

    body.forex .content .chart {
        background-image: none;
        height: auto
    }

    body.forex .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.forex .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.forex .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.forex .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.crypto-currencies .content .chart {
        background-image: none;
        height: auto
    }

    body.crypto-currencies .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.crypto-currencies .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.crypto-currencies .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.crypto-currencies .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.indices .content .chart {
        background-image: none;
        height: auto
    }

    body.indices .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.indices .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.indices .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.indices .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.share-cfds .content .chart {
        background-image: none;
        height: auto
    }

    body.share-cfds .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.share-cfds .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.share-cfds .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.share-cfds .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.shares-trading .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.precious-metals .content .chart {
        background-image: none;
        height: auto
    }

    body.precious-metals .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.precious-metals .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.precious-metals .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.precious-metals .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.energies .content .chart {
        background-image: none;
        height: auto
    }

    body.energies .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.energies .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.energies .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.energies .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.commodities .content .chart {
        background-image: none;
        height: auto
    }

    body.commodities .content .chart .chart_icon {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    body.commodities .content .chart .chart_icon .icon {
        float: none !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    body.commodities .content .chart .chart_icon .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 30px;
        text-align: center
    }

    body.commodities .content a.view_all {
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px
    }

    body.spreads-and-commissions .content .show_mobile {
        display: block
    }

    body.spreads-and-commissions .content .show_desktop {
        display: none
    }

    body.spreads-and-commissions .content nav.tabs .nav-item {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    body.spreads-and-commissions .content a[data-toggle=modal] {
        width: 100%
    }

    body.spreads-and-commissions .content .modal-title {
        color: #000
    }

    body.spreads-and-commissions .content .modal-body table tr td:nth-child(2) {
        color: #000;
        font-weight: 400
    }

    body.spreads-and-commissions .content nav.tabs .nav-item {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.spreads-and-commissions .content .tab-content hr.global_seperator {
        margin-top: 0
    }

    body.spreads-and-commissions .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.spreads-and-commissions-tradeloss .content .show_mobile {
        display: block
    }

    body.spreads-and-commissions-tradeloss .content .show_desktop {
        display: none
    }

    body.spreads-and-commissions-tradeloss .content nav.tabs .nav-item {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    body.spreads-and-commissions-tradeloss .content a[data-toggle=modal] {
        width: 100%
    }

    body.spreads-and-commissions-tradeloss .content .modal-title {
        color: #000
    }

    body.spreads-and-commissions-tradeloss .content .modal-body table tr td:nth-child(2) {
        color: #000;
        font-weight: 400
    }

    body.spreads-and-commissions-tradeloss .content nav.tabs .nav-item {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.spreads-and-commissions-tradeloss .content .tab-content hr.global_seperator {
        margin-top: 0
    }

    body.spreads-and-commissions-tradeloss .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.spreads-and-commissions-active .content .show_mobile {
        display: block
    }

    body.spreads-and-commissions-active .content .show_desktop {
        display: none
    }

    body.spreads-and-commissions-active .content nav.tabs .nav-item {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    body.spreads-and-commissions-active .content a[data-toggle=modal] {
        width: 100%
    }

    body.spreads-and-commissions-active .content .modal-title {
        color: #000
    }

    body.spreads-and-commissions-active .content .modal-body table tr td:nth-child(2) {
        color: #000;
        font-weight: 400
    }

    body.spreads-and-commissions-active .content nav.tabs .nav-item {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    body.spreads-and-commissions-active .content .tab-content hr.global_seperator {
        margin-top: 0
    }

    body.spreads-and-commissions-active .content .products_box h4 {
        font-size: 22px;
        text-align: center
    }

    body.trade-forex-and-cfds .content a.view_all {
        width: 100%;
        text-align: center
    }

    body.active-traders .content a.view_all {
        width: 100%;
        text-align: center
    }

    body.live-prices .content iframe {
        height: 2900px
    }

    body.live-prices .content table.currencies .chart {
        width: 500px
    }

    header .dropdown, header .material-button-raised {
        float: none;
        display: inline-block;
        clear: both;
        width: 80%
    }

    footer .footer_social_media ul {
        padding-right: 0;
        float: none;
        margin: 0 auto;
        display: inline-block
    }

    body.members-area .content .entity_box {
        width: 100%
    }

    body.members-area-partners .content .entity_box {
        width: 100%
    }

    body.riskpulse-login section.header .riskpulse_logo {
        float: none !important
    }

    body.riskpulse-login section.header h1 {
        margin-top: 50px
    }

    body.riskpulse-login section.header {
        padding-bottom: 70px
    }

    body.riskpulse-login section.header a.register_button {
        float: none !important;
        margin: 0 auto !important;
        margin-bottom: 30px !important
    }

    body.riskpulse-login section.header a.login_button {
        float: none !important;
        margin: 0 auto !important
    }

    body.riskpulse-login section.section_2 p.form_p {
        text-align: center !important
    }

    body.riskpulse-login section.section_2 a.login_button {
        float: none !important;
        margin: 0 auto !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }

    body.riskpulse-login section.section_2 {
        padding-top: 40px;
        padding-bottom: 70px
    }

    body.riskpulse-login section.section_2 .sticker .star {
        width: 100px;
        background-position: center !important;
        margin: 0 auto !important
    }

    body.riskpulse-login section.section_2 .sticker h6 {
        text-align: center !important
    }

    body.riskpulse-login section.section_2 .sticker p {
        text-align: center !important
    }

    body.riskpulse-dashboard .content .box {
        padding: 20px 10px
    }

    body.riskpulse-dashboard .content img.riskpulse_logo {
        float: none !important;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.home_page_404 section.page_404 img {
        width: 90%
    }

    body.home_page_404 section.page_404 h4 {
        font-size: 26px
    }

    body.indices .content .table-container {
        width: 100%;
        overflow: scroll
    }

    body.indices .content .table-container table {
        width: 1200px
    }

    body.spreads-and-commissions .content .global_title.blue {
        margin-bottom: 10px
    }

    body.spreads-and-commissions-tradeloss .content .global_title.blue {
        margin-bottom: 10px
    }

    body.spreads-and-commissions-active .content .global_title.blue {
        margin-bottom: 10px
    }

    body.spreads-and-commissions .content .table-container {
        width: 100%;
        overflow: scroll
    }

    body.spreads-and-commissions-tradeloss .content .table-container {
        width: 100%;
        overflow: scroll
    }

    body.spreads-and-commissions-active .content .table-container {
        width: 100%;
        overflow: scroll
    }

    body.elite-services .content .box_trading_desk p {
        text-align: center
    }

    body.amana-nonzero .sub_header .container img {
        position: relative;
        margin-bottom: 40px;
        max-width: 150px
    }

    body.amana-nonzero .content .infographics ul {
        float: none !important;
        margin: 0 auto !important;
        display: table !important;
        margin-top: 20px !important
    }

    body.amana-nonzero .content a.fancybox.show_mobile {
        display: block
    }

    body.amana-nonzero .content a.fancybox.show_desktop {
        display: none
    }

    body.amana-nonzero-dashboard .sub_header .container img {
        position: relative;
        margin-bottom: 40px;
        max-width: 150px
    }

    body.amana-nonzero-dashboard .sub_header {
        padding-bottom: 30px
    }

    body.tradeloss-recovery .content .row_table div {
        border-radius: 0 !important
    }

    body.tradeloss-recovery .content .show_desktop.show_desktop {
        display: none !important
    }

    body.tradeloss-recovery .content .form_mail_section h3 {
        text-align: center !important
    }

    body.tradeloss-recovery .content .form_mail_section p.description {
        text-align: center !important
    }

    body.tradeloss-recovery .content a.fancybox.show_mobile {
        display: block
    }

    body.tradeloss-recovery .content .logo_1 {
        width: 200px
    }

    body.tradeloss-recovery .content .diagram_box_2 .logo_1 {
        float: none;
        margin: 0 auto;
        margin-bottom: 30px
    }

    body.tradeloss-recovery .content .logo_2 {
        float: right;
        margin-top: -7px
    }

    body.tradeloss-recovery .content .sub-header h1 {
        text-align: center !important;
        font-size: 30px;
        margin-top: 40px
    }

    body.tradeloss-recovery .content .sub-header h2 {
        text-align: center !important;
        font-size: 24px
    }

    body.tradeloss-recovery .content .image_pc {
        display: none
    }

    body.tradeloss-recovery .content .sub-header {
        padding: 50px 0
    }

    body.tradeloss-recovery .content .diagram_box {
        margin-top: -30px;
        padding: 40px 20px
    }

    body.tradeloss-recovery .content .sub-header a.a_button {
        display: block !important;
        float: none !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-size: 20px
    }

    body.tradeloss-recovery .content .diagram_box .title_1 {
        text-align: center !important;
        font-size: 30px
    }

    body.tradeloss-recovery .content .diagram_box .title_2 {
        text-align: center !important;
        font-size: 24px
    }

    body.tradeloss-recovery .content .diagram_box p {
        text-align: center !important
    }

    body.tradeloss-recovery .content .diagram_box a.a_trade_now {
        display: block !important;
        float: none !important;
        margin: 0 auto !important;
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        font-size: 20px
    }

    body.tradeloss-recovery .content .diagram_box_2 .title_1 {
        text-align: center !important;
        font-size: 25px;
        margin-bottom: 0;
        line-height: normal !important
    }

    body.tradeloss-recovery .content .diagram_box_2 {
        padding: 40px 20px
    }

    body.tradeloss-recovery .content .diagram_box_2 .row_number .div_number {
        float: none !important;
        margin: 0 auto !important
    }

    body.tradeloss-recovery .content .diagram_box_2 .row_number .div_text {
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        margin-top: 20px
    }

    body.tradeloss-recovery .content .diagram_box_2 .logo {
        display: none
    }

    body.tradeloss-recovery .content .diagram_box_2 .div_bg {
        display: none
    }

    body.tradeloss-recovery .content .diagram_box_2 a.a_get_now {
        display: block;
        margin: 0 auto;
        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px
    }

    body.tradeloss-recovery .content .diagram_box_2 .eligible_box {
        margin-top: 0 !important;
        text-align: center
    }

    body.tradeloss-recovery .content .diagram_box_3 .div_icon {
        margin: 0 auto
    }

    body.tradeloss-recovery .content .diagram_box_3 .title_1 {
        text-align: center !important;
        font-size: 25px;
        line-height: initial;
        margin-top: 30px
    }

    body.tradeloss-recovery .content .diagram_box_3 {
        padding: 40px 20px
    }

    body.tradeloss-recovery .content .diagram_box_3 p {
        text-align: center !important
    }

    body.tradeloss-recovery .content .diagram_box_3 a {
        float: none;
        width: 100%;
        margin-top: 20px;
        display: block
    }

    body.tradeloss-recovery .content .diagram_box_3 a img {
        width: 100%
    }

    body.tradeloss-recovery .content .form_section h3 {
        text-align: center !important;
        font-size: 25px
    }

    body.tradeloss-recovery .content .form_section p.description {
        text-align: center !important
    }

    body.tradeloss-recovery .content .diagram_box_4 .title_1 {
        text-align: center !important;
        font-size: 25px
    }

    body.tradeloss-recovery .content form#form_amana .form-check .form-check-label a {
        color: #fff;
        font-weight: 700
    }

    body.tradeloss-recovery .content .diagram_box_3 a i {
        left: 45%
    }

    body.tradeloss-recovery .content .form_section .div_bg {
        display: none
    }

    #deltaTraderModal .modal-body .popup_circle {
        position: relative;
        width: 130px;
        height: 130px;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
        margin-top: 20px
    }

    #deltaTraderModal .modal-body .popup_bar .bar_text {
        margin-left: 0;
        text-align: center
    }

    #deltaTraderModal .modal-body .popup_title {
        margin-left: 0;
        text-align: center;
        font-size: 24px
    }

    #deltaTraderModal .modal-body .popup_bar {
        margin-top: 20px
    }

    #deltaTraderModal .modal-body .popup_title span {
        font-size: 35px;
        margin-right: 0;
        margin-left: 0
    }

    #deltaTraderModal .modal-body .popup_title_2 {
        margin-left: 0;
        text-align: center;
        font-size: 20px
    }

    #deltaTraderModal .modal-body .popup_button {
        margin-left: 0;
        text-align: center
    }

    #deltaTraderModal .modal-body .small_risk {
        margin-left: 0;
        text-align: center
    }

    #deltaTraderModal .modal-body .popup_button a {
        float: none;
        margin: 0 auto !important;
        margin-bottom: 20px !important
    }

    #deltaTraderModal .modal-body .small_risk {
        margin-top: 0
    }

    #deltaTraderModal .modal-body {
        padding-bottom: 40px
    }

    body.deltatrader-lp .header {
        margin-bottom: 0
    }

    body.deltatrader-lp .header .last_header .video_play {
        position: relative;
        left: auto;
        top: 0;
        margin: 0 auto
    }

    body.deltatrader-lp .header .last_header .vido_tv {
        position: relative;
        left: auto;
        width: 210px;
        height: 130px;
        margin: 0 auto;
        display: block
    }

    body.deltatrader-lp .vido_tv .play_icon {
        left: 70px;
        top: 28px
    }

    body.deltatrader-lp .header .main_header {
        padding: 50px 0
    }

    body.deltatrader-lp .header .sub_header {
        margin-top: 0
    }

    body.deltatrader-lp .header .main_header h1 {
        font-size: 36px
    }

    body.deltatrader-lp .header .main_header h1 span {
        font-size: 40px;
        margin-right: -2px;
        margin-left: -2px
    }

    body.deltatrader-lp .section_4 .deltatrader_title span {
        font-size: 45px;
        margin-right: -2px;
        margin-left: -2px
    }

    body.deltatrader-lp .login_form #form_login ul {
        padding: 0 0
    }

    body.deltatrader-lp .header .main_header h2 {
        font-size: 19px
    }

    body.deltatrader-lp .header .main_header a.apply_button {
        font-size: 19px
    }

    body.deltatrader-lp .header img.capital_logo {
        float: right
    }

    body.deltatrader-lp .header .sub_header img.logo {
        width: 80px
    }

    body.deltatrader-lp .section_1 .next_round {
        margin-top: 40px;
        font-size: 20px;
        padding: 20px 20px
    }

    body.deltatrader-lp .section_1 .deltatrader_title {
        font-size: 36px
    }

    body.deltatrader-lp .section_1 p.deltatrader_desc {
        font-size: 18px
    }

    body.deltatrader-lp .section_2 .icon_box {
        margin-top: 30px
    }

    body.deltatrader-lp .section_2 .icon_box .icon {
        float: none;
        margin: 0 auto;
        margin-bottom: 40px
    }

    body.deltatrader-lp .section_2 .icon_box .icon_title {
        text-align: center
    }

    body.deltatrader-lp .section_2 .icon_box .icon_desc {
        text-align: center
    }

    body.deltatrader-lp .section_2 .deltatrader_title {
        font-size: 36px
    }

    body.deltatrader-lp .section_4 .deltatrader_title {
        font-size: 36px
    }

    body.deltatrader-lp .section_6 .deltatrader_title {
        font-size: 36px
    }

    body.deltatrader-lp .section_4 ul.section_list {
        padding: 5px 16px
    }

    body.deltatrader-lp .section_6 .circle_box {
        border-radius: 10px
    }

    body.deltatrader-lp .header .sub_header .social_media {
        margin: 0 auto;
        float: none;
        width: 220px;
        display: inline-block;
        margin-top: 30px
    }

    body.deltatrader-lp .header .sub_header .dropdown {
        float: none
    }

    body.deltatrader-lp .header .sub_header a.sign_in {
        float: none !important;
        margin: 0 auto;
        display: block
    }

    body.deltatrader-lp .header .logo_box {
        position: relative;
        right: auto !important;
        left: auto !important;
        margin: 0 auto
    }

    body.amana-nonzero .content a.fancybox.video {
        position: relative;
        margin: 0 auto;
        float: none;
        display: inline-block
    }

    body.amana-nonzero .content .img_video {
        width: 250px
    }

    body.amana-nonzero .content .video_layer {
        width: 250px;
        height: 141px
    }

    body.amana-nonzero .content .play_icon {
        right: 100px;
        top: 80px
    }

    body.deltatrader-lp .main_header .million {
        width: 100%;
        font-size: 40px
    }

    body.deltatrader-lp .main_header .sub_title {
        font-size: 19px
    }

    body.welcome-bonus .content .bottom_line {
        display: none !important
    }

    body.amana-nonzero-dashboard .content .menu, body.amana-nonzero-dashboard .content .menu.fixed {
        position: relative;
        width: 100%;
        text-align: center !important;
        top: 0;
        padding-bottom: 0
    }

    body.amana-nonzero-dashboard .content .menu img {
        width: 200px
    }

    body.amana-nonzero-dashboard .nonzero_menu .poweredby {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.amana-nonzero-dashboard .content .text_right {
        margin-top: -53px
    }

    body.amana-nonzero-dashboard .content .div_tooltip {
        float: left;
        margin-right: 10px
    }

    body.amana-nonzero-dashboard .content .table_responsive {
        width: 100%;
        overflow: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    body.amana-nonzero-dashboard .content .table_responsive table {
        width: 700px;
        padding-left: 0
    }

    body.spreads-and-commissions .content table a {
        width: 100%
    }

    body.spreads-and-commissions-tradeloss .content table a {
        width: 100%
    }

    body.spreads-and-commissions-active .content table a {
        width: 100%
    }

    body.share-cfds-product .content img.product_logo {
        width: 200px
    }

    body.share-cfds-product .content hr.product_hr {
        margin-top: 0
    }

    body.share-cfds-product .content .row_steps .col-xl-3 {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(0, 199, 255, .5)
    }

    body.share-cfds-product .content .step_box {
        margin-top: 20px;
        margin-bottom: 20px
    }

    body.share-cfds-product .content .row_steps {
        margin-top: 20px
    }

    body.share-cfds-product .content .material-button-raised {
        border-radius: 5px !important;
        clear: both;
        margin: 0 auto !important;
        float: none;
        display: block;
        margin-bottom: 20px !important
    }

    body.share-cfds-product .content .row_script .second .tradingview-widget-container {
        margin-bottom: 50px
    }

    body.share-cfds-product .content .small_risk {
        text-align: center
    }

    body.prepaid-card .content .sub-header {
        padding-top: 0
    }

    body.prepaid-card .content .sub-header h1 {
        font-size: 40px;
        line-height: normal !important;
        text-align: center !important
    }

    body.prepaid-card .content .sub-header h2 {
        font-size: 30px;
        line-height: normal !important;
        text-align: center !important
    }

    body.prepaid-card .content .sub-header .apply_button {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 20px
    }

    body.prepaid-card .content .card .card-header h5 button {
        white-space: inherit
    }

    body.prepaid-card .content .card .card-header h5 button::after {
        display: none
    }

    body.prepaid-card .content .card .card-header h5 button::before {
        height: 100% !important
    }

    body.prepaid-card .accordion-tools {
        float: none;
        margin: 0 auto;
        display: inline-block
    }

    body.prepaid-card .form-tools {
        float: none;
        margin: 0 auto;
        display: inline-block
    }

    body.prepaid-card .content ul.key_list {
        margin-top: 30px
    }

    body.insurance .content .sub-header .layer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    body.insurance .content .sub-header img {
        width: 200px
    }

    body.insurance .content .sub-header h1 {
        text-align: center !important;
        font-size: 30px
    }

    body.insurance .content .sub-header h2 {
        text-align: center !important;
        font-size: 20px
    }

    body.insurance .content .sub-header button {
        width: 100%
    }

    body.insurance .content .form_section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    body.insurance .content .form_section h3 {
        font-size: 30px
    }

    body.insurance .content .form_section p.description {
        font-size: 20px
    }

    body.insurance .content .icon_section .icon_box {
        width: 80%;
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin: 0 auto;
        clear: both;
        display: inline-block;
        margin-bottom: 70px
    }

    body.insurance .content .icon_section .icon_box h3 {
        text-align: center !important
    }

    body.insurance .content .icon_section .icon_box .more {
        float: left;
        display: block;
        clear: both;
        margin-top: 10px
    }

    body.insurance .content .icon_section {
        padding: 30px 0
    }

    body.insurance .content .icon_section .icon_box:last-child {
        margin-bottom: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    body.insurance .content .balance_section .layer h3 {
        font-size: 30px
    }

    body.insurance .content .balance_section .layer h4 {
        font-size: 30px;
        line-height: normal
    }

    body.insurance .content .balance_section .layer {
        padding: 30px 0
    }

    body.insurance .content .balance_details_section {
        padding: 30px 0
    }

    body.insurance .content .balance_details_section .frame {
        height: 100%;
        display: block;
        text-align: center
    }

    body.insurance .content .balance_details_section .helper {
        display: block
    }

    body.insurance .content .balance_details_section img {
        width: 65%
    }

    body.insurance .content .balance_details_section h3 {
        font-size: 30px;
        text-align: center !important
    }

    body.insurance .content .balance_details_section p {
        font-size: 20px
    }

    body.insurance .content .form_section {
        padding: 0
    }

    body.insurance .content .form_section .layer {
        padding: 30px 0
    }

    body.shift-to-mt5 .content h3 {
        font-size: 30px
    }

    body.shift-to-mt5 .content h4 {
        font-size: 30px
    }

    body.shift-to-mt5 .content .icon_box {
        text-align: center
    }

    body.shift-to-mt5 .content .icon_box .icon {
        margin: 0 auto
    }

    body .content .mt5_box img.mt5_logo {
        width: 200px
    }

    body .content .mt5_box img.phone {
        width: 200px
    }

    body .content .mt5_box a.start_trading {
        width: 200px
    }

    body .content .mt5_box {
        padding: 10px 10px;
        width: 100%
    }

    body.shift-to-mt5 .content h3 {
        font-size: 30px;
        text-align: center
    }

    body.shift-to-mt5 .content .desktop_table {
        display: none
    }

    body.shift-to-mt5 .content .mobile_table {
        display: block
    }

    body.shift-to-mt5 .content .mobile_table .table_header_features {
        color: #6d6e71;
        font-size: 20px;
        margin-top: 20px;
        border: 1px solid #ebeced;
        text-align: center;
        padding: 10px 15px;
        background-color: #f5f6f7
    }

    body.shift-to-mt5 .content .mobile_table .table_body_title {
        border: 1px solid #ebeced;
        text-align: center;
        padding: 10px 15px;
        font-weight: 700
    }

    body.shift-to-mt5 .content .mobile_table .platform {
        width: 20%;
        float: left;
        font-size: 16px;
        text-align: center;
        border: 1px solid #ebeced;
        padding: 10px 5px
    }

    body.shift-to-mt5 .content .mobile_table .platform.mt5 {
        border: 1px solid transparent;
        font-size: 16px;
        color: #fff;
        padding: 10px 5px;
        background: linear-gradient(90deg, rgba(78, 133, 237, 1) 0, rgba(35, 197, 232, 1) 100%)
    }

    body.shift-to-mt5 .content .mobile_table .value {
        width: 80%;
        float: left;
        font-size: 16px;
        text-align: center;
        border: 1px solid #ebeced;
        padding: 10px 5px
    }

    body.shift-to-mt5 .content .mobile_table .value.mt5 {
        border: 1px solid transparent;
        font-size: 16px;
        color: #fff;
        padding: 10px 5px;
        background: linear-gradient(90deg, rgba(78, 133, 237, 1) 0, rgba(35, 197, 232, 1) 100%)
    }

    body.shift-to-mt5 .content .mobile_table .mobile_load_more {
        display: none
    }

    body.shift-to-mt5 .sub_header {
        padding-bottom: 20px
    }

    html[lang=ar] body.shift-to-mt5 .content .global_description {
        text-align: center
    }

    html[lang=ar] body.shift-to-mt5 .content .icon_box .icon_title {
        text-align: center
    }

    html[lang=ar] body.shift-to-mt5 .content .icon_desc {
        text-align: center
    }

    html[lang=ar] body.shift-to-mt5 .content h3 {
        text-align: center
    }

    body.home-page .content #slider_2 .delta_box_2 p {
        font-size: 30px
    }

    body.home-page .content #slider_2 .delta_box_1 h4 {
        font-size: 24px
    }

    body.home-page .content #slider_2 .delta_box_3 p {
        font-size: 24px
    }

    body.home-page .content #slider_2 .delta_box_1 {
        width: 100%
    }

    body.home-page .content #slider_2 .delta_box_2 {
        width: 100%;
        border-radius: 0
    }

    body.home-page .content #slider_2 .delta_box_3 {
        width: 100%
    }

    body.home-page .content #slider_2 a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important
    }

    body.home-page .content #slider_2 .delta_box_1 h4 span {
        font-size: 30px;
        margin-right: -2px;
        margin-left: -2px
    }

    body.home-page .content #slider_3 img {
        width: 100%
    }

    body.home-page .content #slider_3 a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important
    }

    body.home-page .content #slider_3 img {
        width: 200px;
        margin: 0 auto;
        margin-top: 70px
    }

    body.home-page .content #slider_3 p.text_1 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px
    }

    body.home-page .content #slider_3 p.text_2 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px
    }

    body.home-page .content #slider_3 .div_buttons {
        margin-top: 30px
    }

    body.home-page .content #slider_4 ul {
        margin-top: 20px;
        margin-left: 0
    }

    body.home-page .content #slider_4 ul li span {
        font-size: 16px
    }

    body.home-page .content #slider_4 img {
        width: 250px;
        margin-top: 0;
        margin: 0 auto
    }

    body.home-page .content #slider_4 a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important
    }

    body.home-page .content #slider_5 .star {
        margin: 0 auto;
        margin-top: 20px;
        width: 100px
    }

    body.home-page .content #slider_5 .logo {
        margin: 0 auto;
        margin-top: 20px;
        width: 200px
    }

    body.home-page .content #slider_5 p.text_1 {
        font-size: 20px;
        text-align: center
    }

    body.home-page .content #slider_5 p.text_2 {
        text-align: center;
        width: 100%;
        font-size: 16px
    }

    body.home-page .content #slider_5 a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important
    }

    body.home-page .content #slider_5 .div_buttons {
        margin-top: 20px
    }

    body.home-page .content #slider_6 img {
        width: 80% !important;
        margin: 0 auto
    }

    body.home-page .content #slider_6 .logo.mobile {
        display: block
    }

    body.home-page .content #slider_6 .logo.desktop {
        display: none
    }

    body.home-page .content #slider_6 ul {
        margin-top: 10px;
        margin-left: 0
    }

    body.home-page .content #slider_6 a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important
    }

    body.home-page .content #slider_6 .div_buttons {
        margin-top: 20px
    }

    body.home-page .content #slider_7 .logo {
        width: 70%;
        margin-left: 0;
        margin: 0 auto;
        margin-top: 30px
    }

    body.home-page .content #slider_7 .sticker {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px
    }

    body.home-page .content #slider_7 .divider {
        display: block;
        width: 100%;
        float: left
    }

    body.home-page .content #slider_7 .row-sticker {
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        width: 358px
    }

    body.home-page .content #slider_7 a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important
    }

    body.home-page .content #slider_7 .div_buttons {
        margin-top: 20px
    }

    html[lang=ar] body.insurance .content .sub-header h1 span:after {
        display: none
    }

    html[lang=ar] body.riskpulse-login #risk-carousel .owl-nav button.owl-next {
        right: auto;
        left: 50px
    }

    html[lang=ar] body.riskpulse-login #risk-carousel .owl-nav button.owl-prev {
        right: 50px;
        left: auto
    }

    html[lang=ar] body.amana-nonzero-dashboard .content .menu .main_menu, html[lang=ar] body.amana-nonzero-dashboard .content .menu .sub_menu {
        text-align: center
    }

    html[lang=ar] body.amana-nonzero .content .play_icon {
        left: 103px;
        right: auto
    }

    html[lang=ar] body.deltatrader-lp .login_form #form_login ul {
        padding-right: 0
    }

    html[lang=ar] body.deltatrader-lp .header .sub_header img.logo.capital_logo {
        float: left
    }

    html[lang=ar] body.deltatrader-lp .header .sub_header .social_media {
        float: none
    }

    html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon {
        float: none;
        margin: 0 auto;
        margin-bottom: 40px
    }

    html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon_title {
        text-align: center
    }

    html[lang=ar] body.deltatrader-lp .section_2 .icon_box .icon_desc {
        text-align: center
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_circle b {
        font-family: Proxima_Nova
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_bar .bar_text {
        margin-right: 0;
        text-align: center
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_circle {
        left: auto !important;
        right: auto !important
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_title {
        margin-right: 0;
        text-align: center
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_title_2 {
        margin-right: 0;
        text-align: center
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_button {
        float: none;
        margin-right: 0
    }

    html[lang=ar] #deltaTraderModal .modal-body .popup_button a {
        float: none
    }

    html[lang=ar] #deltaTraderModal .modal-body .small_risk {
        margin-right: 0;
        text-align: center
    }

    html[lang=ar] body.elite-services .content .box_trading_desk h4 {
        text-align: center
    }

    html[lang=ar] body.riskpulse-login .section_2 h5 {
        text-align: center
    }

    html[lang=ar] #hamburger {
        float: right
    }

    html[lang=ar] header .header_icon_mobile {
        margin-left: 0;
        margin-right: 6px;
        float: right
    }

    html[lang=ar] header .mobile_logo_div {
        float: left
    }

    html[lang=ar] header .mobile_logo {
        margin-right: 0;
        margin-left: 17px
    }

    html[lang=ar] header #side_menu h3 {
        text-align: right
    }

    html[lang=ar] header #side_menu ul {
        padding-right: 0
    }

    html[lang=ar] header #side_menu ul li {
        padding-left: 10px;
        padding-right: 16px
    }

    html[lang=ar] header #side_menu ul li a {
        text-align: right
    }

    html[lang=ar] header #side_menu ul li a i {
        float: left;
        margin-right: 0;
        margin-left: 15px
    }

    html[lang=ar] header .dropdown, html[lang=ar] header .material-button-raised {
        float: none;
        display: inline-block;
        clear: both;
        width: 80%;
        margin-left: 0
    }

    html[lang=ar] header .dropdown-menu {
        right: 0
    }

    html[lang=ar] .Deltatrader_popup__close {
        margin-top: 15px;
        margin-right: 15px;
        margin-left: 0 !important
    }

    html[lang=ar] .Deltatrader_popup__logo {
        margin: 0 auto
    }

    html[lang=ar] .Deltatrader_popup__logo img {
        width: 156px;
        margin: 0 auto;
        margin-top: 20px;
        margin-left: 20px
    }

    html[lang=ar] .Deltatrader_popup__body {
        width: 90%;
        right: 5%;
        left: auto;
        top: 60px;
        position: absolute;
        padding: 10px
    }

    html[lang=ar] .Deltatrader_popup__body::after {
        position: absolute;
        background-position: 50%
    }

    html[lang=ar] body div.Deltatrader_popup__title_1 {
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }

    html[lang=ar] .Deltatrader_popup__title_2 {
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }

    html[lang=ar] .Deltatrader_popup__title_3 {
        font-size: 50px;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }

    html[lang=ar] body.home-page .content section.deltatrader-section img.capital_514_logo {
        float: right;
        margin-left: 0;
        right: 0;
        left: auto;
        margin-top: -33px
    }

    html[lang=ar] body.home-page .content section.deltatrader-section img.amanacapital_logo {
        float: right;
        margin-top: -33px
    }

    html[lang=ar] body.home-page .content section.deltatrader-section h3 {
        text-align: center;
        margin-top: 20px
    }

    html[lang=ar] body.home-page .content section.deltatrader-section h4 {
        text-align: center
    }

    html[lang=ar] body.home-page .content section.deltatrader-section p {
        text-align: center
    }

    html[lang=ar] body.home-page .content section.deltatrader-section a.button {
        float: none;
        margin: 0 auto
    }

    html[lang=ar] body.home-page .content section.amana-fast-link h3 {
        text-align: center
    }

    html[lang=ar] body.home-page .content section.amana-fast-link h4 {
        text-align: center
    }

    html[lang=ar] footer .material-button-raised {
        margin-right: 0 !important
    }

    html[lang=ar] footer .follow_us_title {
        text-align: center
    }

    html[lang=ar] footer .footer_social_media {
        float: none;
        display: block;
        text-align: center
    }

    html[lang=ar] footer .footer_social_media ul {
        float: none
    }

    html[lang=ar] footer .footer_sub_menu_div {
        width: 160px
    }

    html[lang=ar] footer .row_sub_footer ul li {
        border-right: 0;
        text-align: center;
        width: 100%
    }

    html[lang=ar] footer .row_sub_footer ul li:last-child {
        padding-left: 0;
        padding-right: 0
    }

    html[lang=ar] footer .logo {
        float: none
    }

    html[lang=ar] .sub_header .title {
        text-align: center
    }

    html[lang=ar] .sub_header .material-button-raised {
        float: none
    }

    html[lang=ar] .sub_header .small_risk {
        text-align: center
    }

    html[lang=ar] body.who-are-we .entity_logo {
        text-align: center
    }

    html[lang=ar] body.who-are-we .entity_title {
        text-align: center
    }

    html[lang=ar] .sub_header .desc {
        text-align: center
    }

    html[lang=ar] body.our-regulations .licence_title {
        text-align: center
    }

    html[lang=ar] body.our-regulations .licence_number {
        text-align: center
    }

    html[lang=ar] body.account-types .content .row_mobile .mobile_table td, html[lang=ar] body.account-types .content .row_mobile .mobile_table th {
        text-align: right
    }

    html[lang=ar] body.account-types .content .row_mobile .table_2 .ticker {
        left: 10px;
        right: auto
    }

    body.fund-your-account .content .div_tooltip {
        right: auto !important;
        left: 17px !important
    }

    html[lang=ar] body.fund-your-account .content tbody tr td {
        text-align: right !important
    }

    html[lang=ar] body.fees-and-commissions .content .box a {
        float: right
    }

    html[lang=ar] body.fees-and-commissions .content .products_box h5 {
        text-align: center;
        float: none
    }

    html[lang=ar] body.mt4 .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        float: right;
        margin-right: 0;
        margin-left: 5px
    }

    html[lang=ar] body.mt4 .content .row_table tbody tr td p {
        padding-right: 20px
    }

    html[lang=ar] body.mt5 .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        float: right;
        margin-right: 0;
        margin-left: 5px
    }

    html[lang=ar] body.mt5 .content .row_table tbody tr td p {
        padding-right: 20px
    }

    html[lang=ar] body.mobileapp .content .row_store h4.store_title {
        text-align: center
    }

    html[lang=ar] body.mobileapp .content .row_store .store_desc {
        text-align: center
    }

    html[lang=ar] body.copy-trading .content .zulutrade_logo {
        text-align: center
    }

    html[lang=ar] body.copy-trading .content .zulu_small_warning {
        float: none;
        text-align: center
    }

    html[lang=ar] body.copy-trading .content .zulu_how {
        text-align: center
    }

    html[lang=ar] body.copy-trading .content .zulu_tips_title {
        text-align: center
    }

    html[lang=ar] body.copy-trading .content .zulu_start {
        text-align: center
    }

    html[lang=ar] body.what-is-forex-trading .content img {
        float: none;
        max-width: 100%
    }

    html[lang=ar] body.forex-pairs .content img {
        float: none;
        max-width: 100%
    }

    html[lang=ar] body.how-does-forex-work .content img {
        float: none;
        max-width: 100%
    }

    html[lang=ar] body.types-of-charts .content img {
        float: none;
        max-width: 100%
    }

    html[lang=ar] body.seminars .content a.box img.flag {
        float: none
    }

    html[lang=ar] body.seminars .content a.box .speaker {
        text-align: center
    }

    html[lang=ar] body.seminars .content a.box .place {
        text-align: center
    }

    html[lang=ar] body.seminars .content a.box .day {
        text-align: center
    }

    html[lang=ar] body.webinars .content .box_level, html[lang=ar] body.webinars .content a.box .day, html[lang=ar] body.webinars .content a.box .place, html[lang=ar] body.webinars .content a.box .speaker {
        text-align: center
    }

    html[lang=ar] body.technical-tools .content .row_table tbody tr td p {
        padding-right: 20px
    }

    html[lang=ar] body.technical-tools .content .row_table tbody tr td p:before {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        float: right;
        margin-right: 0;
        margin-left: 5px
    }

    html[lang=ar] body.contact-us .content .flag_box img {
        right: auto;
        left: -10px
    }

    html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.forex .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.crypto-currencies .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.indices .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.share-cfds .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.precious-metals .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.energies .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_4 .icon {
        float: none !important
    }

    html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_4 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_5 .icon {
        float: none !important
    }

    html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_5 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_6 .icon {
        float: none !important
    }

    html[lang=ar] body.commodities .content .chart .chart_icon.chart_icon_6 .title {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    html[lang=ar] body.tradeloss-recovery .content .logo_2 {
        float: left
    }

    html[lang=ar] body.tradeloss-recovery .content .diagram_box_3 .title_1 {
        line-height: normal;
        margin-top: 0
    }
}

@media (max-width: 768px) {
    header .material-button-raised.black span {
        font-size: 16px
    }

    header .material-button-raised {
        height: 41px;
        margin-right: 0;
        margin-left: 0
    }

    header .dropdown, header .material-button-raised {
        padding-top: 4px;
        padding-bottom: 4px
    }

    header .dropdown {
        margin-top: 0
    }

    header .row_button {
        margin-top: 10px
    }

    header .row_button div.col-sm-6 {
        width: 50%
    }

    footer .footer_menu .row_form .subscribe_title {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }

    footer .footer_menu .row_form .subscribe_input {
        width: 100%;
        text-align: center
    }

    footer .footer_menu .row_form .subscribe_input #footer_email {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }

    footer .footer_menu .row_form .subscribe_button {
        width: 100%;
        text-align: center
    }

    footer .material-button-raised.red {
        float: none;
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
        height: 41px
    }

    footer .list_button .material-button-raised {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
        height: 41px
    }

    footer .list_button .material-button-raised:last-child {
        margin-bottom: 0
    }

    footer .footer_list {
        display: none
    }

    footer ul.footer_menu > li > a {
        font-size: 16px
    }

    footer ul.footer_menu > li a {
        font-size: 14px
    }

    footer .follow_us_title {
        text-align: center
    }

    footer .footer_social_media {
        width: 225px;
        margin: 0 auto;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center
    }

    footer .footer_cookies .material-button-raised.black {
        display: none
    }

    body.home-page .content section.main_header h1 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 24px
    }

    body.home-page .content section.main_header h2 {
        font-size: 16px;
        margin-bottom: 20px
    }

    body.home-page .content section.main_header .material-button-raised {
        border-radius: 5px !important;
        clear: both;
        margin: 0 auto !important;
        float: none;
        display: block;
        margin-bottom: 20px !important
    }

    body.home-page .content section.main_header {
        padding-bottom: 0
    }

    body.home-page .content section.main_header .small_risk {
        margin-bottom: 40px
    }

    body.home-page .content section.tc-widget iframe#sentiment {
        height: 320px
    }

    body.home-page .content section.tc-widget iframe#sentiment_2 {
        height: 276px
    }

    body.home-page .content section.tc-widget .owl-carousel.owl-drag .owl-item {
        text-align: center
    }

    body.home-page .content section.tc-widget .col_price {
        margin: 0 auto;
        display: inline-block;
        float: none
    }

    html[lang=ar] header .dropdown {
        margin-bottom: 6px;
        margin-top: 0
    }
}

@media (max-width: 420px) {
    header .row_button div.col-sm-6 {
        width: 100%
    }

    header .dropdown, header .material-button-raised {
        width: 80%
    }

    html[lang=ar] header .material-button-raised {
        margin: 0 auto;
        margin-bottom: 20px
    }
}

@media (max-width: 345px) {
    header .mobile_logo {
        width: 120px;
        margin-right: 10px;
        margin-top: 17px
    }
}

.amana-form a.material-button-raised {
    color: #fff!important;
    line-height: 45px;
}
a.license {
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    text-decoration: none;
}
body.share-cfds .content .share_logo.show_mobile {
    display: none;
}
@media (max-width: 992px){
    body.share-cfds .content .share_logo.show_desktop {
        display: none;
    }
}
.page .pagination {
    justify-content: center;
}
.arc-con img {
    max-width:100%
}
.latest-news a {
    font-size: 16px;
    font-weight: bold;
    line-height:36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box .media img {
    width: 240px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.idnex-news .news-box .media img {
    width: 100%;
    height: 254px;
}
.news-box .media h5 a {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #00c8ff;
    display: block;
}
.news-box h3 {
    color: #006ed2;
    font-size: 42px;
    font-family: Proxima_Nova_Light;
    margin-bottom: 30px;
}
.news-box .media-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news-box .media-body p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#666;
    margin-bottom: 5px;
}
.news-box .media-body p.time {
    font-size:12px;
    color:#ccc;
    text-align:right;
}
.news-box .col-md-6 {
    border: 1px solid #eee;
    padding: 15px;
}

.arc-c-item {
    margin-bottom: 25px;
    border: 1px solid #d0d0d0;
    padding: 20px 10px;
    transition: .3s all;
}
.arc-c-item:hover {
    transform: translate(0, -10px);
    box-shadow: 4px 4px 8px #55cbde;
}
.arc-c-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.arc-c-item h3 a {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.cate {
    margin-top: 25px;
}
.arc.content {
    background: #f1f1f1;
}
.arc h1 {
    text-align: center;
}
.arc-time {
    color: #777;
    font-size: 13px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}
.arc article {
    background: #fff;
    padding: 25px 15px 35px;
}
.arc aside {
    background: #fff;
    padding: 25px 10px;
}

.latest-news a {
    border-bottom: 1px dashed #d6d4d4;
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.latest-news a span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #d6d4d4;
    font-size: 12px;
    margin-right: 5px;
}

.latest-news a:nth-child(-n+3) span {
    background: #e89525;
    border-color: #e89525;
    color: #fff;
}

.arc aside h3 {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 3px solid #e89525;
    font-size: 22px;
}

.f1 a p i {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-right: 1px solid #ccc5c5;
    line-height: 44px;
    text-align: center;
}
.f1 a p {
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc5c5;
}
.f1 a {
    color: #333;
    text-decoration: none;
}
.f1 {
    background: #fff;
    margin-bottom: 20px;
    /* border: 1px solid #ccc5c5; */
    box-shadow: 1px 1px 8px #5dcbec;
}
.f1 a img {
    display: block;
    width: 100%;
    padding: 25px;
}
.f1 a p span {
    display: inline-block;
    line-height: 40px;
    padding-left: 12px;
    margin-top: -1px;
}

body.mt5 .content a.download_button {
    color: #fff;
    float: left;
    display: block;
    width: 230px;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 17px;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #39ae4e 50%, #00c6ff 50%);
    transition: background-position .4s;
    border-radius: 10px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}