#about-page-awards{
    margin:80px 0;
}
.about-page-awards .container {
 padding: 20px 0 10px 0 !important;
}
/*! CSS Used from: https://www.multibankfx.com/public_files/static_css/themify-icons.css */
[class^="ti-"] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: icomoon;
    src: url(icomoon.ttf);
}
.ti-user:before {
    content: "\e602";
}
.ti-mobile:before {
    content: "\e621";
}
.ti-desktop:before {
    content: "\e640";
}
.ti-world:before {
    content: "\e665";
}
.ti-menu:before {
    content: "\e68e";
}
.ti-bar-chart:before {
    content: "\e6ba";
}
.ti-headphone-alt:before {
    content: "\e719";
}
.ti-email:before {
    content: "\e75a";
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/font-awesome.min.css */
.fa {
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-user:before {
    content: "\f007";
}
.fa-desktop:before {
    content: "\f108";
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/bootstrap.min.css */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
strong {
    font-weight: bolder;
}
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
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;
}
img {
    vertical-align: middle;
    border-style: none;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}
@media (max-width: 1250px) {

    .nav-menu-list li a  {
        font-size: 14px!important;
        padding: 0px 2px !important;
  
  }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1,
.col-12,
.col-3,
.col-4,
.col-6,
.col-8,
.col-9,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-6,
.col-xl-10,
.col-xl-4,
.col-xl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
    opacity: 0.65;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-white {
    background-color: #fff !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.position-relative {
    position: relative !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mx-0 {
    margin-left: 0 !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.mx-4 {
    margin-left: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
}
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
}
.py-5 {
    padding-bottom: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
}
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-white {
    color: #fff !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/global_style.css */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 26px;
    font-family: calibri, sf pro, Arial, sans-serif;
    color: #333;
    letter-spacing: 0.011em;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
body,
html {
    min-height: 100%;
}
a {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    display: block;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1834a7;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(237, 237, 237, 0.1);
}
section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
@media (max-width: 790px) {
    .twc-section {
        padding: 0px;
    }
    section{
        padding: 0;
    }
}
@media (min-width: 1366px) {
    .container {
        max-width: 1366px;
    }
}
.mex-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.mex-content {
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    font-weight: 400;
}
@media (min-width: 441px) {
    .slidebar{
        display: inline-flex;
    }
} 
@media (max-width: 441px) {
    .mex-content {
        
            font-size: 20px;
    }
    .start-trading-mobile-h{
        position: relative;
        bottom: 191px;
        right: 30%;
        height: 0px;
    }
    .start-trading-mobile-desc{
        height: 0px;
        position: relative;
        top: 40;
        bottom: 165px;
        right: 20px;
        width: 162px;
        font-size: 16px;
    }

    .live-account-wrapper{
        display: flex;
        justify-content: space-between;
    }
    .mex-m-r-15 {
        margin-right: 0px;
    }
    .start-trading-mobile-btn-1{
        width: 49%;
    }
    .start-trading-mobile-btn-2{
       width: 49%;
    }

    .dnone-mobile{
        display: none !important;
    }
    .sectiopn-trade-with-confidence {
        /* display: none; */
    }
    /* .lc-1ozfevo.eqd5v0k0.lc-1xypejv-enter-done{
        opacity: -1 !important;
    }
    #chat-widget-container{
        opacity: -1 !important;
    } */
}
.mex-content p {
    margin-bottom: 0;
}
.hover-img-zoom {
    overflow: hidden;
}
.hover-img-zoom img {
    transition: all 0.3s ease-out;
}
.hover-img-zoom:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}
.shadow-box-animate {
    padding: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 3px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
.shadow-box-animate:hover {
    box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translate3d(0, -5px, 0);
    transition: all 0.3s ease-in-out;
}
.box-animate {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
.box-animate:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
}
.mex-block-card .card-content-box {
    padding: 20px;
}
@media (max-width: 767px) {
    .mex-m-b-100 {
        margin-bottom: 40px !important;
    }
    .mex-m-t-50 {
        margin-top: 30px !important;
    }
    .mex-m-b-40 {
        margin-bottom: 20px !important;
    }
    .mex-p-t-80 {
        padding-top: 40px !important;
    }
    .mex-content p {
        font-size: 18px;
    }
    .mex-content {
        font-size: 18px;
    }
}
@media all and (max-width: 1200px) {
    .text-overflow-3-xs {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 26px;
        height: 78px;
    }
}
@media (min-width: 768px) {
    .ForIts {
        margin-top: 15px;
    }
}
.btn {
    margin: 0;
    padding: 13px 20px;
    min-width: 180px;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: 0;
    border-radius: 0;
}
.btn-sm {
    font-size: 11px;
    padding: 8px 15px 7px;
}
.btn.btn-navy {
    background-color: #000032;
    color: #fff;
    border: 2px solid #000032;
}
.btn.btn-navy:hover {
    background-color: #333;
    border: 2px solid #333;
}
.btn.btn-gold {
    background-color: #d2a94b;
    color: #fff;
    border: 2px solid #d2a94b;
}
.btn.btn-gold:hover {
    background: #e2a840;
    border: 2px solid #e2a840;
}
.btn.btn-red {
    background-color: #ce0b0b;
    color: #fff;
    border: 2px solid #ce0b0b;
}
.btn.btn-red:hover {
    background: red;
    border: 2px solid red;
}
.btn.btn-blue {
    background-color: #178ecc;
    color: #fff;
    border: 2px solid #178ecc;
}
.btn.btn-blue:hover {
    background: #1cade1;
    border: 2px solid #1cade1;
}
.btn.btn-grey {
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}
.btn.btn-grey:hover {
    background-color: #000;
    border: 2px solid #000;
}
.btn.btn-mex {
    color: #fff;
    background-color: #1e32a3;
    border: 2px solid #1e32a3;
}
.btn.btn-mex:hover {
    border: 2px solid #0b1c7f;
    background-color: #0b1c7f;
}
.btn.btn-mex-red {
    color: #fff;
    border: 2px solid #d10a07;
    background-color: #d10a07;
}
.btn.btn-mex-red:hover {
    background: #a90907;
    border: 2px solid #a90907;
}
.btn.btn-mex-blue {
    background: #148ecd;
    color: #fff;
    border: 2px solid #148ecd;
}
.btn.btn-mex-blue:hover {
    background: #097bb6;
    border: 2px solid #097bb6;
}
.btn.btn-mex,
.btn.btn-mex-blue,
.btn.btn-mex-gray,
.btn.btn-mex-red {
    margin: 0;
    padding: 13px 20px;
    min-width: 180px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: 0;
}
.contact-form-button-container a {
    font-weight: 400 !important;
    font-family: oswald, Helvetica, Arial, sans-serif;
    padding: 5px 20px !important;
}
.btn.btn-mex.btn-sm {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 14px;
    min-width: auto;
}
.btn.btn-mex {
    color: #fff;
    background-color: #1e32a3;
    border-color: #1e32a3;
}
.btn.btn-mex:hover {
    border: 2px solid #0b1c7f;
    background-color: #0b1c7f;
}
.btn.btn-mex-red {
    color: #fff;
    border: 2px solid #d10a07;
    background-color: #d10a07;
}
.btn.btn-mex-red:hover {
    background: #a90907;
    border: 2px solid #a90907;
}
.btn.btn-mex-blue {
    background: #148ecd;
    color: #fff;
    border: 2px solid #148ecd;
}
.btn.btn-mex-blue:hover {
    background: #097bb6;
    border: 2px solid #097bb6;
}
.btn.btn-mex-gray {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}
.btn.btn-mex-gray:hover {
    background: #000;
    border: 2px solid #000;
}
.btn {
    border-radius: 0 !important;
}
.btn-contact {
    display: block;
    width: 100%;
    border: none;
    background-color: #177ac0;
    padding: 5px 0;
    font: 24px calibri;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 441px) {
    .btn.btn-mex,
    .btn.btn-mex-blue,
    .btn.btn-mex-gray,
    .btn.btn-mex-red {
        padding: 10px 6px;
        font-size: 12px;
        line-height: 14px;
        min-width: auto;
    }
}
.show-1200-flex {
    display: none !important;
}
@media (max-width: 1280px) {
    .hide-1280 {
        display: none !important;
    }
    .line-height-1280-55 {
        line-height: 47px !important;
    }
}
@media (max-width: 1200px) {
    .hide-1200 {
        display: none !important;
    }
    .show-1200-flex {
        display: flex !important;
    }
}
@media (max-width: 1024px) {
    .hide-1024 {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .hide-768 {
        display: none !important;
    }
    .header-mb-btn {
        width: 50% !important;
        padding: 4px 15px;
        margin: 10px 0;
    }
    
}

h1,
h2,
h3,
h4 {
    color: #222;
    font-family: oswald, Helvetica, Arial, sans-serif;
}
.font-10 {
    font-size: 10px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.text-white {
    color: #fff;
}
.text-1e32a3 {
    color: #1e32a3 !important;
}
.mex-h1 {
    font-family: oswald, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 1vh;
}
.mex-h1,
.mex-h2,
.mex-h3 {
    font-family: oswald, Helvetica, Arial, sans-serif;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
}
.mex-h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.mex-h2 {
    font-size: 40px;
    line-height: 46px;
}
.mex-h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.mex-bold {
    font-weight: 400;
}
.text-fff {
    color: #fff !important;
}
.text-000033 {
    color: #003;
}
.text-222 {
    color: #222 !important;
}
.text-22A0C4 {
    color: #22a0c4 !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-34 {
    font-size: 34px !important;
    line-height: 36px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-type-cap {
    font-family: oswald, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4 !important;
}
.text-overflow-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.text-overflow-2 {
    overflow: hidden;
    overflow-y: auto;
    line-height: 26px;
    height: 52px;
}
.text-overflow-3 {
    overflow: hidden;
    overflow-y: auto;
    line-height: 26px;
    height: 78px;
}
.uppercase {
    text-transform: uppercase !important;
}
.nav-menu-mymex {
    margin: 5px;
}
.nav-menu-hamburger, .nav-menu-mymex {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px 5px 5px;
    background-color: #000333;
    border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .mex-h1 {
        font-size: 42px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .mex-h1 {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 38px;
    }
}
@media (max-width: 441px) {
    .card-content-mobile {
        background-color: #1e32a3 !important;
        position: relative;
        bottom: 133px;
        text-align: center;
    }
    .mex-h1 {
        font-size: 28px;
    }
    .mex-h2 {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 400;
    }
    .card-content-mobile .mex-h3{
        font-size: 16px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
        font-family: oswald, Helvetica, Arial, sans-serif ;
        color: white;
    }
}
.mex-p-l-0 {
    padding-left: 0 !important;
}
.mex-p-15 {
    padding: 15px !important;
}
.mex-p-h-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.mex-p-v-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.mex-p-t-80 {
    padding-top: 80px !important;
}
.mex-p-b-80 {
    padding-bottom: 80px !important;
}
.mex-p-l-none {
    padding-left: 0 !important;
}
.mex-p-r-none {
    padding-right: 0 !important;
}
.mex-p-t-none {
    padding-top: 0 !important;
}
.mex-m-b-100 {
    margin-bottom: 100px !important;
}
.mex-m-t-50 {
    margin-top: 50px !important;
}
.mex-m-b-40 {
    margin-bottom: 40px !important;
}
.mex-m-b-30 {
    margin-bottom: 30px !important;
}
.mex-m-t-20 {
    margin-top: 20px !important;
}
.mex-m-b-20 {
    margin-bottom: 20px !important;
}
.mex-m-r-15 {
    margin-right: 15px;
}
.mex-m-t-15 {
    margin-top: 15px !important;
}
.mex-m-b-15 {
    margin-bottom: 15px !important;
}
.mex-m-t-10 {
    margin-top: 10px !important;
}
.mex-m-b-10 {
    margin-bottom: 10px !important;
}
.mex-m-r-5 {
    margin-right: 5px !important;
}
.mex-m-b-5 {
    margin-bottom: 5px !important;
}
.mex-m-b-none {
    margin-bottom: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb16 {
    margin-bottom: 16px;
}
.p0 {
    padding: 0;
}
.pt64 {
    padding-top: 64px;
}
.pb16 {
    padding-bottom: 16px;
}
.pb32 {
    padding-bottom: 32px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-75 {
    line-height: 75px;
}
.h-40p {
    height: 40px !important;
}
.mex-m-x-n15 {
    margin-left: -15px;
    margin-right: -15px;
}
.w-110 {
    width: 110%;
}
.min-w-unset {
    min-width: unset !important;
}
@media all and (max-width: 1200px) {
    .mb-md-0 {
        margin-bottom: 0;
    }
}
@media all and (max-width: 767px) {
    .mb-xs-8 {
        margin-bottom: 8px;
    }
    .p0-xs {
        padding: 0 !important;
    }
}
.mex-block-card-v {
    padding: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 3px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
.mex-block-card-v a {
    text-decoration: none;
}
.mex-block-card-v .card-img-box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.mex-block-card-v:hover {
    box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translate3d(0, -5px, 0);
    transition: all 0.3s ease-in-out;
}
section.mex-block-card-v {
    padding: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 3px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
section.mex-block-card-v .card-img-box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
section.mex-block-card-v .card-content {
    padding: 20px;
}
section.mex-block-card-v .mex-content {
    margin-bottom: 30px;
}
section.mex-block-card-v.mex-third .card-content {
    padding: 20px;
}
section.mex-block-card-v.mex-third .card-img-box {
    max-height: 273px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}
section.mex-block-card-v.mex-third .mex-content {
    margin-bottom: 30px;
}
section.mex-block-card-v.mex-qtr .card-img-box {
    max-height: 205px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
}
section.mex-block-card-v.mex-qtr .card-img {
    height: 200px;
}
@media (min-width: 992px) {
    .home-about-multibank.card-img {
        max-height: 430px;
    }
}
section.mex-block-card-v.mex-qtr .card-content {
    padding: 20px 15px;
}
section.mex-block-card-v.mex-qtr .mex-content {
    margin-bottom: 0;
}
@media (max-width: 441px) {
    /* section.mex-block-card-v .card-content {
        padding: 20px;
    } */
    section.mex-block-card-v .mex-content {
        margin-bottom: 15px;
    }

/* .card-content-mobile {
        background-color: #1e32a3 !important;
        position: relative;
        bottom: 133px;
        text-align: center;
    } */
   
    
    

    .text-overflow-2{
        display:none;
    }
    
    .section-products{
        height: 97px;
    }
    .text-overflow-1{
       
        color:#f8f9fa;
        font-size: 2.5vh;
    }
    .d-sm-none{
        display: none;
    }
            .hide-products{
                display:none;
            }
            #root{
                display:none;
            }
}
@media (max-width: 991px) {
    section.mex-block-full {
        height: auto;
        padding-bottom: 18px;
    }
    section.mex-block-full > div {
        margin-bottom: 30px;
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section.mex-block-card-v .card-content {
        padding: 20px;
    }
    section.mex-block-card-v .mex-content {
        margin-bottom: 30px;
    }
    section.mex-block-card-v.mex-third .card-content {
        padding: 30px 15px;
    }
    section.mex-block-card-v.mex-third .mex-content {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    section.mex-block-card-v.mex-third .card-content {
        padding: 25px;
    }
    section.mex-block-card-v.mex-third .mex-content {
        margin-bottom: 20px;
    }
}
.ico-ic_demo_account:before {
    content: "\e918";
}
.ico-ic_get_a_call:before {
    content: "\e91a";
}
.ico-ic_live_account:before {
    content: "\e91d";
}
.bg-gray {
    background: #f8f8f8;
}
.bg-000 {
    background-color: #000;
}
.table-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    display: block;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #1834a7;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(237, 237, 237, 0.1);
}
section.mex-company-news {
    padding: 0;
}
.mex-new-content-box {
    margin-top: 15px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 6px -6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 6px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 6px -6px;
}
section.mex-company-news .mex-new-content {
    border-top: 1px solid #ccc;
    background-color: #fff;
}
.mex-new-content a {
    font-weight: 400;
}
section.mex-company-news .mex-new-img {
    width: 150px;
    height: 100px;
    float: right;
}
.form-control {
    box-shadow: none;
}
.mex-form-item label {
    color: #666;
    width: 100%;
}
.mex-form-item input {
    background: #e3e3e3;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-weight: 500;
    border-radius: 0;
    font-size: 16px;
}
.mex-form-item input:focus {
    outline: 0;
    border: 1px solid #1e32a3;
}
.multibank-form input::placeholder {
    color: rgba(20, 20, 20, 0.4) !important;
}
.iti__country-list {
    max-width: 400px;
}
.iti .input_with_phone {
    padding-right: 6px;
    padding-left: 50px;
    margin-left: 0;
}
.mex-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 3px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
}
.mex-box-shadow:hover {
    box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translate3d(0, -5px, 0);
    transition: all 0.3s ease-in-out;
}
.mex-clamp-1,
.mex-clamp-2,
.mex-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.mex-clamp-1 {
    -webkit-line-clamp: 1;
    min-height: 24px;
}
.mex-clamp-2 {
    -webkit-line-clamp: 2;
    min-height: 48px;
}
.mex-clamp-4 {
    -webkit-line-clamp: 4;
    min-height: 96px;
}
@media (max-width: 441px) {
    .mex-clamp-1,
    .mex-clamp-2,
    .mex-clamp-4 {
        min-height: auto;
        -webkit-line-clamp: initial;
    }
}
sup.sup-size {
    color: red;
    margin-left: 3px;
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/global_component.css */
.header-bottom-nav a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    max-width: 100%;
    white-space: normal;
    display: inline;
}
.iti__flag {
    background-image: url(https://www.multibankfx.com/public_files/images/common/country/flags.png) !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(https://www.multibankfx.com/public_files/images/common/country/flags@2x.png) !important;
    }
}
.iti {
    display: block !important;
}
.header a:hover {
    color: #d2a94b;
}
.header-menu-trigger:hover {
    color: #d2a94b !important;
}
.header a.btn:hover {
    color: #fff !important;
}
.nav-item .header-menu-trigger.about-us-custom:hover .nav-about-menu.header-nav-menu {
    display: block;
}
@media (min-width: 1200px) and (max-width: 1279px) {
    .header-logo {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .header-logo {
        max-height: 70%;
    }
}
.header-top {
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}
.header-top-left-menu {
    height: 45px;
    line-height: 43px;
}
.header-top ul {
    margin: 0;
    padding: 0;
}
.header-top-left-menu li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}
.header-top-left-menu li a {
    color: #666;
    font-weight: 400;
    font-size: 12px;
}
.header-top-left-menu li a:hover {
    color: #d2a94b;
}
.border-right {
    border-right: 1px solid #ccc;
}
.small-M-logo {
    position: relative;
    top: -2px;
    display: inline-block;
}
.header-top-right-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.header-top-right-menu > a {
    min-width: auto !important;
}
.header-bottom {
    border-bottom: 1px solid #ccc;
}
.header-bottom ul {
    padding: 0;
    margin: 0;
}
.logo {
    height: 37px;
    padding-left: 30px;
}
.header-bottom-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header-bottom-nav > li {
    padding-right: 36px;
    white-space: nowrap;
    position: relative;
}
.nav-item:after {
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 20px;
    content: "\f107";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    transition-duration: 0.3s;
}
.nav-menu-heading {
    text-align: center;
    height: auto;
    padding: 10px 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.nav-menu {
    width: 100vw;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    z-index: 999;
    background-color: #fff;
}
.nav-menu-mobile {
    width: 100vw;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}
.nav-menu-mobile {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.nav-menu li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 0;
}
.lang-menu {
    margin-right: 20px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}
.lang-menu-current {
    padding: 0 20px;
    position: relative;
}
.lang-menu-current a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    max-width: 100%;
    white-space: normal;
}
.lang-menu-current a:hover {
    color: #d2a94b !important;
}
.lang-menu-current:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    content: "\f107";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}
.lang-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 200px;
    border-top: 1px solid #ccc;
    z-index: 999;
}
.lang-menu-dropdown a {
    height: auto;
    padding: 6px 24px;
    display: block;
    line-height: 24px;
}
.lang-menu:hover .lang-menu-dropdown {
    display: block;
}
.nav-menu .nav-about-menu.header-nav-menu {
    display: none;
}
.about-us-custom:hover + .nav-menu .nav-about-menu.header-nav-menu {
    display: block !important;
}
.lang-mobile-menu:after {
    right: 1.5rem !important;
    top: 0.25rem !important;
}
.hide-menu-custom {
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000000;
    background-color: #fff;
}
.hamburger {
    display: inline-block;
    margin-top: 6px;
    cursor: pointer;
}
.icon1 {
    margin: 0px 0px;
    width: 22px;
    height: 3px;
    background-color: white; 
    border-radius: 5px;
    transition: 0.4s;
    margin-left: 1px;
}
.icon2 {
    margin: 3px 0;
    width: 22px;
    height: 3px;
    background-color: white; 
    border-radius: 5px;
    transition: 0.4s;
    margin-left: 1px;
}
.icon3 {
    margin: 3px 0;
    width: 22px;
    height: 3px;
    background-color: white; 
    border-radius: 5px;
    transition: 0.4s;
    margin-left: 1px;
}
@media screen and (max-width: 1199px)
{
    .header-bottom-left-container .header-logo {
        height: 30px;
        padding-left: 15px;
    }
}
@media (max-width: 1199px){
    .header-logo {
        max-height: 70%;
    }
}

@media screen and (min-width: 1281px) {
    .nav-menu-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 1280px) {
    .header-boottom-logo {
        height: 28px;
    }
}
.nav-menu-mobile-section {
    position: relative;
    font-size: 18px;
    cursor: pointer;
}
.nav-menu-mobile-section:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    content: "\f107";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}
.nav-menu-mobile-section > ul {
    display: none;
    background: #efefef;
}
.nav-menu-mobile-section > ul > li {
    padding: 5px 0;
}
.nav-menu-mobile-section a:hover,
.nav-menu-mobile-section > ul > li:hover {
    color: #d2a94b;
}
.nav-col-hr {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.nav-menu-list {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.nav-menu-list li a {
    display: block;
    text-transform: uppercase;
    padding: 6px 24px;
}
.text-1e32a3 {
    color: #1e32a3;
}
section.mex-block-full .mex-img-cover {
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
}
.mex-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    section.mex-block-full .mex-img-cover {
        position: static;
        height: 100% !important;
    }
    section.mex-block-full .both-content {
        width: 100%;
        background: #fff;
        color: #222;
        padding: 15px;
        text-align: center;
    }
    section.mex-block-full .both-content {
        width: 100%;
        background: #fff;
        color: #222;
        padding: 15px;
        text-align: center;
    }
    section.mex-block-full .both-content .text-fff {
        color: #222 !important;
    }
}
.contact-us a {
    color: #333;
}
.footer ul {
    width: 100%;
    display: block;
    padding: 0;
}
.footer ul li {
    width: 100%;
    color: gray;
}
.footer ul li a {
    text-align: left;
    float: left;
    color: gray;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #d4ab4b;
}
.footer_btn {
    text-align: right;
}
.footer_other_left a {
    vertical-align: baseline;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    margin-right: 4%;
    text-decoration: none;
}
.footer_other_left a:hover {
    color: #d4ab4b;
}
.footer_map_content {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: gray;
    border-bottom-color: gray;
    padding: 30px 0 15px;
    margin: 25px 0 0;
}
.footer_map {
    width: 100%;
    display: block;
}
.footer_map li {
    float: left;
    list-style: none;
}
.footer_map li strong {
    font-size: 18px;
}
.footer_map li a {
    width: 100%;
    display: inline;
    line-height: 16px;
    text-align: left;
    padding: 0;
    margin: 0 0 15px;
}
.footer_pa {
    margin-top: 25px;
    text-align: left;
}
.footer_pa p {
    color: gray;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 12px;
    padding-top: 20px;
}
.footer_pa p a {
    font-size: 14px;
    color: gray;
}
.footer_pa p a:hover {
    text-decoration: none;
    color: #d4ab4b;
}
.top-mb-ic {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
}
.top-mb-ic.red {
    background-color: #ce0b0b;
}
.top-mb-ic.blue {
    background-color: #178ecc;
}
.top-mb-ic.black {
    background-color: #333;
}
.top-mb-ic.dark-blue {
    background-color: #000032;
}
.font-16 {
    font-size: 16px !important;
}
.font-14 {
    font-size: 14px !important;
}
.footer-contact-ic {
    width: 30%;
    height: auto;
}
.top-mb-ic img {
    width: 100%;
    height: auto;
}
.mb-header-btn:hover .top-mb-text {
    color: #e2a840 !important;
}
@media (max-width: 767px) {
    section.contact-us {
        padding: 40px 0 0 !important;
    }
}
@media (max-width: 400px) {
    .footer-mb-social-media {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .footer_btn {
        text-align: left;
    }
    .footer ul li a:first-child {
        display: block;
        width: 100%;
        float: none;
        border-bottom: 1px dashed #ccc;
    }
    .footer ul li a {
        margin-right: 20px;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    .footer_map li a {
        width: auto;
    }
}
@media only screen and (max-width: 520px) {
    .footer_other_left {
        margin-bottom: 5px;
    }
    .footer_logo {
        display: block;
    }
}
.footer-icon-list img.footer-icon {
    margin: 5px 15px;
    align-self: auto;
}
@media (max-width: 992px) {
    .footer-icon-list {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .contact-us .border-line {
        padding-bottom: 15px;
        border-bottom: 1px dashed #ccc;
    }
}
.slidebar  {
    width: auto;
    height: auto;
    display: inline-block;
    background: none;
    position: fixed;
    right: 5px;
    top: 25%;
    z-index: 1000;
    display: none;
}
.slidebar a  {
    width: auto;
    height: 52px;
    display: block;
    padding: 0;
    border: 0 !important;
    cursor: pointer;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background: none;
}
.slidebar a span  {
    color: #FFF;
    height: 52px;
    display: inline-block;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.slidebar a .text  {
    height: 52px;
    line-height: 52px;
    float: left;
    padding: 0 15px;
    text-align: center;
    position: relative;
    display: none;
    font-family: "Oswald",  Helvetica,  Arial,  sans-serif;
    text-transform: uppercase;
}
.slidebar .text:before  {
    content: '';
    border-style: solid;
    border-width: 5px 0 5px 8px;
    position: absolute;
    right: -8px;
    top: 20px;
}
.slidebar svg  {
    height: 28px;
    margin-top: 4px;
}
.slidebar i  {
    font-size: 28px;
    margin-top: 4px;
    color: #ffffff;
    line-height: 36px;
}
.slidebar .cls-1  {
    fill: #FFF;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.slidebar a span.btn  {
    width: auto;
    height:initial;
    overflow: hidden;
    padding: 0px;
    min-width: auto;
    float: right;
    border: 0 !important;
}

/* mobile sliderbar */
.slidebar-mobile{
    width: auto;
    height: auto;
    /* display: inline-block; */
    background: none;
    position: fixed;
    right: 5px;
    top: 88%;
    z-index: 1000;
    width: 311px;
    /* display: block; */
    display: flex;
    /* align-items: stretch; */
    justify-content: space-around;
    background: #fff;
}
.slidebar-mobile a {
    width: auto;
    height: 52px;
    /* display: block; */
    padding: 0;
    border: 0 !important;
    cursor: pointer;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background: none;
}
.slidebar-mobile a span.btn {
    padding: 0;
    background: none !important;
    /* margin: 0 0 3px 0; */
}
.get-a-all-btn .btn {
    /* background: #c3a118; */
    opacity: 0.9;
}
.get-a-all-btn .text {
    background: #c3a118;
}
.get-a-all-btn .text:before {
    border-color: transparent transparent transparent #c3a118;
}
.live-account-btn .btn {
    /* background: #ac1121; */
    opacity: 0.9;
}
.live-account-btn .text {
    background: #ac1121;
}
.live-account-btn .text:before {
    border-color: transparent transparent transparent #ac1121;
}
.demo-account-btn .btn {
    background: #107cb5;
    opacity: 0.9;
}
.demo-account-btn .text {
    background: #107cb5;
}
.demo-account-btn .text:before {
    border-color: transparent transparent transparent #107cb5;
}
.ib-registration-btn .btn {
    /* background: #333; */
    opacity: 0.9;
}
.ib-registration-btn .text {
    background: #333;
}
.ib-registration-btn .text:before {
    border-color: transparent transparent transparent #333;
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/page_style.css */
.index-awards .swiper-slide {
    width: 33.33%;
}
@media (max-width: 991px) {
    .index-awards .swiper-slide {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .index-awards .swiper-slide {
        width: 100%;
    }
}
.index-awards .swiper-slide {
    width: 33.33%;
}
#call_back_footer_form .cb-partnership input,
#contact_us_form .cb-partnership input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
#call_back_footer_form .cb-partnership input,
#contact_us_form .cb-partnership input {
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
#call_back_footer_form .cb-partnership input,
#contact_us_form .cb-partnership input {
    background-image: url(https://www.multibankfx.com/public_files/images/common/icons/cb_unchecked.png);
}
#call_back_footer_form .cb-partnership input:checked,
#contact_us_form .cb-partnership input:checked {
    background-image: url(https://www.multibankfx.com/public_files/images/common/icons/cb_checked.png);
}
#call_back_footer_form .cb-partnership label,
#contact_us_form .cb-partnership label {
    color: #000 !important;
}
.contact-form-button-container span {
    font-size: 20px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
    .index-awards .swiper-slide {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .index-awards .swiper-slide {
        width: 100%;
    }
}
.home-banner-form {
    position: absolute;
    top: 230px;
    right: 63px;
    display: block;
    width: 365px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75);
    padding-bottom: 10px;
}
.home-banner-form input,
.home-banner-form select {
    background-color: #fff !important;
}
@media (max-width: 992px) {
    .swiper-slide.home-page a {
        width: 100% !important;
    }
    .home-banner-form {
        position: static;
        top: unset;
        right: unset;
        width: 100%;
    }
}
@media (min-width: 1440px) {
    .swiper-slide.home-page a {
        width: 100% !important;
    }
}
#swiper-container-2 .swiper-slide {
    overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1439px) {
    #swiper-container-2 .swiper-slide .min1 > img {
        max-width: 130%;
        margin-left: -15%;
    }
    .about-page-awards #swiper-container-awards:before {
        content: "";
        display: none;
        background: url(https://www.multibankfx.com/resource/newwebsite/v1_0/images/about_us/about/awards_top_bg@2x.png);
        width: 90%;
        height: 100%;
        position: absolute;
        left: 5%;
        background-size: 100% auto;
        opacity: 0;
    }
}
@media (min-width: 992px) {
    .trade-confidence-container {
        margin-bottom: 50px !important;
    }
}
@media (max-width: 991px) {
    #swiper-container-2 img {
        max-width: 100%;
        min-height: unset;
        width: 100%;
    }
    .trade-with-confidence-card {
        display: inline-block;
        width: 100%;
        min-height: inherit;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 3px;
        transform: translate3d(0, 0, 0);
        transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .trade-with-confidence-card:hover {
        box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
        position: relative;
        transform: translate3d(0, -5px, 0);
        transition: all 0.3s ease-in-out;
    }
}
#swiper-container-global-presence {
    width: 60%;
    min-height: 520px;
}
#swiper-container-global-presence .swiper-slide {
    width: 33.33%;
    background: 0 0;
    margin-top: 50px;
}
#swiper-container-global-presence .card-img-box {
    max-height: inherit;
}
#swiper-container-global-presence .swiper-slide-next {
    width: 40%;
}
#swiper-container-global-presence section.mex-block-card-v {
    box-shadow: none;
}
.global-presence .swiper-button-next {
    right: 15%;
    top: 500px;
    outline: 0;
}
.global-presence .swiper-button-prev {
    left: 15%;
    top: 500px;
    outline: 0;
}
@media (min-width: 1919px) {
    #swiper-container-global-presence .width-40 .mex-img-cover {
        height: 13vw !important;
    }
}
#swiper-container-global-presence .width-40,
#swiper-container-global-presence .width-40 section {
    transform: scale(1.14);
}
#swiper-container-global-presence .width-40 section {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}
#swiper-container-awards .width-40 {
    transform: scale(1.1);
    overflow: visible;
}
#swiper-container-awards .width-30 {
    transform: scale(0.9);
}
#swiper-container-global-presence .width-30,
#swiper-container-global-presence .width-30 section {
    z-index: -1;
    margin-right: 1px;
}
#swiper-container-global-presence section:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.width-30 {
    opacity: 0.8;
}
#swiper-container-global-presence .width-40 section:before {
    display: none;
}
#swiper-container-global-presence .card-content {
    padding: 15px;
}
.mex-card-cover {
    padding: 0;
    height: 360px;
}
.mex-card-cover .card-content {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    left: 0;
    background: 0 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 50px;
    padding-right: 15px;
    background-image: linear-gradient(to top, rgba(29, 53, 76, 0.9686274509803922), rgba(32, 32, 32, 0));
}
.mex-card-cover div {
    color: #fff;
}
#swiper-container-global-presence .card-content {
    padding: 15px;
    height: 150px;
}
#swiper-container-global-presence .width-40 .card-content {
    height: auto;
}
#swiper-container-global-presence .width-40 .mex-img-cover {
    width: auto;
    object-fit: unset;
    height: 14vw;
    max-width: unset;
    margin-bottom: 0;
}
#swiper-container-global-presence section.mex-block-card-v {
    width: unset;
    overflow: unset;
}
#swiper-container-global-presence .swiper-slide.width-40 {
    transform: scale(1);
}
#swiper-container-global-presence .width-30 section.mex-block-card-v.mex-third .mex-content {
    display: none;
}
#swiper-container-global-presence .width-40 section.mex-block-card-v.mex-third .mex-content {
    display: block;
    margin-bottom: 20px !important;
}
@media (max-width: 767px) {
    .mex-card-cover {
        height: auto;
    }
    .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 8vw !important;
        height: 8vw !important;
    }
    #swiper-container-global-presence section:before {
        display: none;
    }
    #swiper-container-global-presence section.mex-block-card-v.mex-third .mex-content,
    #swiper-container-global-presence section.mex-block-card-v.mex-third .mex-content br {
        display: block;
    }
}
@media (max-width: 767px) {
    #swiper-container-global-presence {
        width: 70%;
    }
    #swiper-container-global-presence .card-content {
        height: auto !important;
    }
    .global-presence .swiper-button-next {
        right: 0;
    }
    .global-presence .swiper-button-prev {
        left: 0;
    }
    #swiper-container-global-presence .swiper-slide {
        margin-top: 0;
    }
}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.min2 {
    display: none;
}
.about-page-awards.table-background_1 {
    /* background: #070401; */
    background-repeat: no-repeat;
    background-position: center;
}
.about-page-awards #swiper-container-awards:before {
    content: "";
    display: inline-block;
    background: url(https://www.multibankfx.com/resource/newwebsite/v1_0/images/about_us/about/awards_top_bg@2x.png);
    width: 90%;
    height: 100%;
    position: absolute;
    left: 5%;
    background-size: 100% auto;
    opacity: 0;
}
.about-page-awards .container {
    position: unset !important;
    height: unset !important;
    transform: unset !important;
    padding: 60px 0;
}
.about-page-awards .swiper-container {
    height: 26vw !important;
}
.about-page-awards .swiper-container .swiper-slide.width-40 img {
    margin-top: 20px;
}
.about-page-awards .swiper-button-prev {
    left: -50px;
}
.about-page-awards .swiper-button-next {
    right: -50px;
}
@media (min-width: 1920px) {
    .about-page-awards .swiper-container {
        max-height: 800px !important;
        margin: 0 auto !important;
    }
    .about-page-awards #swiper-container-awards:before {
        content: "";
        display: none;
        background: url(https://www.multibankfx.com/resource/newwebsite/v1_0/images/awards_wall.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 100% auto;
        background-position-y: 5vw;
    }
}
@media (max-width: 992px) {
    .about-page-awards .swiper-container {
        max-height: 600px !important;
    }
    .about-page-awards .swiper-container img {
        height: 20vw !important;
    }
    .about-page-awards #swiper-container-awards:before {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .about-page-awards .swiper-container {
        height: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-page-awards .swiper-container img {
        height: 40vw !important;
    }
    .about-page-awards .container {
        padding: 40px 0;
    }
    .about-page-awards .swiper-button-prev {
        left: 50px;
    }
    .about-page-awards .swiper-button-next {
        right: 50px;
    }
    .text-overflow-1 {
        white-space: normal;
    }
    .text-overflow-2,
    .text-overflow-3 {
        height: auto;
        -webkit-line-clamp: unset;
    }
}
@media (min-width: 1920px) {
    .about-page-awards #swiper-container-awards:before {
        content: "";
        display: inline-block;
        background: url(https://www.multibankfx.com/resource/newwebsite/v1_0/images/awards_wall.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 100% auto;
        background-position-y: 5vw;
    }
}
.about-page-awards #swiper-container-awards:before {
    content: "";
    display: inline-block;
    background: url(https://www.multibankfx.com/resource/newwebsite/v1_0/images/awards_wall.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% auto;
    background-position-y: 5vw;
}
.about-page-awards .swiper-container .width-40 span {
    display: block !important;
    width: 350px;
}
.about-page-awards .width-40 .mex-h3 {
    font-size: 24px !important;
}
.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background-size: contain;
    outline: 0;
}
.about-page-awards .width-30 .mex-content,
.about-page-awards .width-30 .mex-h3 {
    display: none;
}
.about-page-awards .mex-content,
.about-page-awards .mex-h3 {
    font-size: 16px;
    color: #fff;
}
.about-page-awards .swiper-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 1920px) {
    .about-page-awards {
        padding: 0 !important;
    }
    .about-page-awards .container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        padding-top: 80px;
    }
    .about-page-awards .swiper-container {
        padding-top: 12%;
    }
}
.about-page-awards .swiper-container img {
    height: 150px;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
}
.about-page-awards .swiper-container span {
    display: block;
    width: 300px;
}
.about-page-awards .width-40 .mex-h3 {
    display: none;
}
.about-page-awards .width-40 .mex-content,
.about-page-awards .width-40 .mex-h3 {
    transform: scale(1.2);
}
.mex-h1 {
    text-align: center;
}
.about-page-awards .swiper-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 24vw;
    overflow: hidden;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
#swiper-container-awards .width-40 {
    transform: scale(1);
    position: relative;
    z-index: 9;
}
.about-page-awards .swiper-container img {
    transition: all 0.3s;
    height: 7vw;
}
.about-page-awards .swiper-container .swiper-slide.width-40 img {
    height: 15vw;
    max-width: unset;
    margin-bottom: 20px;
}
.about-page-awards .swiper-container span {
    transition: all 0.3s 0.5s;
}
.about-page-awards .width-40 .mex-content,
.about-page-awards .width-40 .mex-h3 {
    transform: unset;
    opacity: 1;
    font-size: 22px;
}
.about-page-awards .swiper-container img {
    max-width: unset;
}
.about-page-awards .swiper-container {
    height: 30vw !important;
}
#swiper-container-awards {
    transform: scale(1.2);
}
#swiper-container-awards span {
    transform: scale(0.75);
}
#swiper-container-awards .mex-content {
    margin-top: -0.5vw;
    line-height: 1.4vw;
}
.about-page-awards .swiper-button-next {
    right: -160px;
}
.about-page-awards .swiper-button-prev {
    left: -160px;
}
@media (min-width: 1920px) {
    .about-page-awards .swiper-container {
        margin-top: 7vmax;
        padding-top: unset;
    }
    .about-page-awards .container {
        position: absolute;
        width: 75%;
        height: 100%;
        top: 0;
        left: 50%;
        z-index: 99;
        padding-top: 80px;
        transform: translateX(-50%);
    }
}
@media (max-width: 1680px) {
    .about-page-awards .swiper-button-next {
        right: -130px;
    }
    .about-page-awards .swiper-button-prev {
        left: -130px;
    }
}
@media (max-width: 1280px) {
    .about-page-awards .swiper-button-next {
        right: -100px;
    }
    .about-page-awards .swiper-button-prev {
        left: -100px;
    }
}
@media (min-width: 1024px) {
    .about-page-awards .container {
        position: absolute;
        width: 75%;
        height: 100%;
        top: 0;
        left: 50%;
        z-index: 99;
        padding-top: 25px;
        transform: translateX(-50%);
    }
}
@media (max-width: 992px) {
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }
}
@media (max-width: 767px) {
    .about-page-awards .swiper-container {
        height: 100vw;
    }
    .about-page-awards .swiper-container img {
        height: 150px;
    }
}
@media (max-width: 991px) {
    .contact-us .border-line:before {
        content: none;
    }
}
@media (max-width: 1244px) {
    .nav-bar {
        height: auto;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .font-24 {
        font-size: 16px !important;
    }
}
.platforms_content {
    background: #fff;
    padding: 20px;
}
.platforms_content h4 img {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
}
.platforms_content h4 span {
    display: block;
}
.index-platforms .btn {
    padding: 6px 10px !important;
}
.index-platforms .container {
    background: url(https://www.multibankfx.com/public_files/images/home/home_platforms_bg.jpg) no-repeat right top;
    background-size: auto 100%;
}
@media (max-width: 767px) {
    section.bg-gray.contact-us .border-line:nth-child(2) {
        padding: inherit;
    }
}
@media (max-width: 690px) {
    section.mex-company-news .mex-new-content {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 16px;
    }
    section.mex-company-news .mex-new-img {
        width: 80px;
        height: 80px;
        float: right;
    }
}
@media (max-width: 300px) {
    button {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
}
.contact-us .border-line li {
    font-size: 20px;
    width: 100%;
    display: inline-block;
}
.contact-country {
    padding: 0;
    margin: 0;
}
.contact-us .contact-country li {
    height: 26px;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 20px;
    color: #222;
    font-size: 18px;
}
.contact-us .contact-country a {
    text-decoration: none;
}
.contact-us .contact-country a:hover {
    color: #007bff;
}
.contact-country .country-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}
@media (max-width: 480px) {
    .contact-country {
        margin-bottom: 10px;
    }
    .contact-us .contact-country li {
        height: auto;
        line-height: 1.2;
        margin-bottom: 8px;
        color: #222;
        font-size: 16px;
    }
    .contact-country .country-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 2px;
    }
}
section.table-background.plants {
    background-image: url(/public_files/static_html_files/_medias/form_bg.webp);
    background-position: top center;
    background-color: #fff;
}
.btn-vr {
    width: 2px;
    height: 16px;
    background-color: #fff;
    margin: 0 10px;
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/intlTelInput.min.css */
.iti {
    position: relative;
    display: inline-block;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti input {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__country {
    padding: 5px 10px;
    outline: 0;
}
.iti__dial-code {
    color: #999;
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
.iti--allow-dropdown input {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0;
}
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0;
}
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0;
}
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0;
}
.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(https://www.multibankfx.com/public_files/img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(https://www.multibankfx.com/public_files/img/flags@2x.png);
    }
}
.iti__flag.iti__np {
    background-color: transparent;
} /*! CSS Used from: Embedded */
form {
    position: relative;
}
form:not(#demo_competition_form_2019_08_13) .sms-code-container {
    display: none;
}
form:not(#demo_competition_form_2019_08_13) .send-code-container {
    display: none;
} /*! CSS Used from: https://www.multibankfx.com/public_files/static_css/swiper-3.4.2.min.css */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
} /*! CSS Used from: Embedded */
.top-mb-ic {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
}
.top-mb-ic.red {
    background-color: #ce0b0b;
}
.top-mb-ic.blue {
    background-color: #178ecc;
}
.top-mb-ic.black {
    background-color: #333;
}
.top-mb-ic.dark-blue {
    background-color: #000032;
}
.font-16 {
    font-size: 16px !important;
}
.font-14 {
    font-size: 14px !important;
}
.footer-contact-ic {
    width: 30%;
    height: auto;
}
.top-mb-ic img {
    width: 100%;
    height: auto;
}
.mb-header-btn:hover .top-mb-text {
    color: #e2a840 !important;
}
@media (max-width: 767px) {
    section.contact-us {
        padding: 40px 0 0 0 !important;
    }
}
@media (max-width: 400px) {
    .footer-mb-social-media {
        font-size: 20px !important;
    }
} /*! CSS Used from: Embedded */
.home-banner-form .btn-contact {
    line-height: 1.1;
}
.home-banner-form .mex-h3 {
    line-height: 20px;
}
.form-check-label {
    line-height: 1.2;
}
.swiper-slide .min1 {
    height: 745px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1441px) and (max-width: 1920px) {
    .home-banner-form {
        top: 220px;
        left: 50%;
        margin-left: 260px;
    }
    .container {
        position: static;
        width: auto;
    }
}
@media (min-width: 1281px) and (max-width: 1440px) {
    .swiper-slide .min1 {
        width: 1680px;
        height: 760px;
    }
    .home-banner-form {
        top: 180px;
        margin-left: 230px;
    }
    .home-banner-form .p-1 {
        padding: 0.15rem 0.25rem !important;
    }
    .home-banner-form .cb-partnership {
        padding: 0.25rem 0.25rem 0 0.25rem !important;
    }
    .home-banner-form label {
        line-height: 12px;
    }
    .home-banner-form .bg-dark {
        margin: 0.25rem !important;
    }
    .home-banner-form .btn-contact {
        margin-top: 0.25rem !important;
    }
}
@media (min-width: 1201px) and (max-width: 1280px) {
    .home-banner-form {
        top: 190px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .swiper-slide .min1 {
        width: 1440px;
        height: 760px;
    }
    .home-banner-form {
        top: 170px !important;
        margin-left: 205px;
        width: 27%;
    }
    .bg-000 {
        width: 115%;
    }
    .home-banner-form .p-1 {
        padding: 0.1rem 0.25rem !important;
    }
    .home-banner-form .my-2 {
        margin: 0.2rem 0.25rem !important;
    }
    .home-banner-form .cb-partnership {
        padding: 0.25rem 0.25rem 0 0.25rem !important;
    }
    .home-banner-form label {
        line-height: 12px;
    }
    .home-banner-form .bg-dark {
        margin: 0.15 rem 0.25rem !important;
    }
    .home-banner-form .btn-contact {
        margin-top: 0.15rem !important;
        padding: 2px 0 !important;
    }
    .home-banner-form .contact-form-button-container a {
        margin-bottom: 3px !important;
        padding: 0 auto !important;
    }
    .home-banner-form .form-check {
        margin: -10px auto -4px !important;
    }
    .home-banner-form .mex-form-item input {
        height: 33px;
    }
    .home-banner-form .contact-form-button-container a {
        padding: 5px 10px !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .home-banner-form {
        top: 150px;
    }
}
@media (max-width: 992px) {
    .swiper-slide .min2 {
        background-repeat: no-repeat;
        background-size: contain;
    }
    .swiper-slide .min2 img {
        width: 100%;
        max-width: 100%;
    }
    .home-banner-form {
        margin-top: 15px;
    }
}
@media (max-width: 1920px) and (min-width: 1400px) {
    .container .home-banner-form {
        top: 272px;
        margin-left: 388px;
    }
} /*! CSS Used from: Embedded */
.home-banner-form .btn-contact {
    line-height: 1.1;
}
/*.form-check-label {
    line-height: 1.2;
} */
.swiper-slide .min1 {
    height: 745px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 992px) and (max-width: 1920px) {
    .home-banner-form {
        top: 260px;
        left: 50%;
        margin-left: 260px;
    }
    .container {
        position: static;
        width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1440px) {
    .swiper-slide .min1 {
        width: 1680px;
        height: 700px;
    }
    .home-banner-form {
        top: 245px;
        margin-left: 230px;
    }
    .home-banner-form .p-1 {
        padding: 0.15rem 0.25rem !important;
    }
    .home-banner-form .cb-partnership {
        padding: 0.25rem 0.25rem 0 0.25rem !important;
    }
    .home-banner-form label {
        line-height: 12px;
    }
    .home-banner-form .bg-dark {
        margin: 0.25rem !important;
    }
    .home-banner-form .btn-contact {
        margin-top: 0.25rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1280px) {
    .swiper-slide .min1 {
        width: 1440px;
        height: 600px;
    }
    .home-banner-form {
        top: 210px;
        margin-left: 205px;
        width: 27%;
    }
    .bg-000 {
        width: 115%;
    }
    .home-banner-form .p-1 {
        padding: 0.1rem 0.25rem !important;
    }
    .home-banner-form .my-2 {
        margin: 0.2rem 0.25rem !important;
    }
    .home-banner-form .cb-partnership {
        padding: 0.25rem 0.25rem 0 0.25rem !important;
    }
    .home-banner-form label {
        line-height: 12px;
    }
    .home-banner-form .bg-dark {
        margin: 0.15 rem 0.25rem !important;
    }
    .home-banner-form .btn-contact {
        margin-top: 0.15rem !important;
        padding: 2px 0 !important;
    }
    .home-banner-form .contact-form-button-container a {
        margin-bottom: 3px !important;
        padding: 0 auto !important;
    }
    .home-banner-form .form-check {
        margin: -10px auto -4px !important;
    }
    .home-banner-form .mex-form-item input {
        height: 33px;
    }
    .home-banner-form .contact-form-button-container a {
        padding: 5px 10px !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home-banner-form {
        top: 205px;
    }
}
@media (max-width: 992px) {
    .swiper-slide .min2 {
        background-repeat: no-repeat;
        background-size: contain;
    }
    .swiper-slide .min2 img {
        width: 100%;
        max-width: 100%;
    }
    .home-banner-form {
        margin-top: 15px;
    }
}
#swiper-container-lp .swiper-slide .min1 {
    height: 800px;
}
@media (max-width: 1440px) and (min-width: 992px) {
    #swiper-container-lp .swiper-slide .min1 {
        height: 710px;
    }
}
@media (max-width: 1280px) and (min-width: 992px) {
    #swiper-container-lp .swiper-slide .min1 {
        height: 650px;
    }
}
@media (min-width: 992px) {
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
} /*! CSS Used fontfaces */
.header-bottom-nav a:hover .hide-menu-custom {
    display: flex;
}
a.demo-account-btn:hover > span.text,
a.get-a-all-btn:hover > span.text,
a.ib-registration-btn:hover > span.text,
a.live-account-btn:hover > span.text {
    display: block !important;
}
.contact-us .border-line:before {
    content: "";
    height: 400px;
    position: absolute;
    right: 25px;
    top: 20px;
    border-right: 1px solid #777575;
}
@media (max-width: 980px) {
    .contact-us .border-line:before {
        border-right: 0;
    }
}


.custom-card-img .card{
    height: 200px !important;
}
@media (max-width:767px){
    #about-page-awards{
        margin: 20px 0;
        padding: 40px 0px;
    }
    section.mex-block-card-v {
        padding: 0;
        width: 100%;
        max-height: 200px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 3px;
        transform: translate3d(0, 0, 0);
        transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    }
    section.mex-block-card-v.mex-qtr .card-img {
        vertical-align: middle;
        object-fit: cover;
        width: 100%;
        height: 110px;
    }
    section.mex-block-card-v.mex-qtr .card-content{
        padding: 5px ;
    }
    .mb-platform-icon{
        width: 40px;
        height:40px;
    }

    .about-custom-mobile{
       display: none;

    }
    .index-platforms .container{
        background: none;
    }
    .card-content-mobile {
        background-color: #1e32a3 !important;
        position: absolute;
        bottom: 0;
        color: white;
        width: 100%;
        text-align: center;
    }
    .mex-block-card-v{
        height: 110px;
    }
    .card-content-mobile .mex-h3{
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        font-family: oswald, Helvetica, Arial, sans-serif;
        color: white;
    }
    

    
   .slidebar2{
        position: fixed;
        padding: 6px 0;
        background-color: #fff;
        bottom: 0;
        width: 100%;
        display: flex !important;
        justify-content: space-around;
        z-index: 3;
    }
    .slidebar{
        display:none;
    }

   #widget-global-9hyenq21ztw {

        display: none;
    }


    #swiper-container-awards .mex-content{
        margin-top: 0;
        line-height: normal;
    
    }
  
    .about-page-awards .swiper-container span{
        transition: none;
    }
    .about-page-awards .swiper-container{
        height: 50vh !important;
    }
    .about-page-awards .mex-h3{
        font-size: 21px;
    }
    .about-page-awards .mex-content{
        font-size: 18px;
    }
    .about-page-awards .container{
        padding-top: 20px;
    }

    }



.card-img-overlay{
    background: #1512124d;
}
.custom-platform-bg{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    z-index: 0;
     opacity: 0.1;
}

label.error {
    margin-bottom: 5px;
    color: red!important;
    font-weight: 400;
}
@media screen and (max-width: 640px){
    .header-bottom-left-container .header-logo {
        height: 22px;
    }
.header-logo {
    height: 22px;
    padding-left: 15px;
}
}