html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
}

a {
    color: #2b85bc;
}

.head {
    background-image: url("/res/vid/fxvm-hero-video-01.webp");
    background-position: center center;
    /*background-attachment: fixed;*/
    background-size: cover;
}

.lead_custom {
    background-color: rgba(0, 0, 0, 0.5);
}

.text-orange {
    color: #ff7011;
}

.text-shadow {
    text-shadow: 2px 2px 2px #000000;
}

.text-bg {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 10px;
    border-radius: 3px;
}

.price-previous {
    text-decoration: line-through;
    font-size: 1.1rem;
    font-weight: 400;
}
.price-discounted {
    color: #ff7011;
    font-size: 3rem;
    font-weight: 600;
}

.fxvm-liner {
    width: 100px;
    border-bottom: 4px solid #2b85bc;
}

.bg-success_light {
    background-color: #97e6a9;
}

.ui-disclosure .form-control {
    flex: 1 1 15px;
    width: 15px;
    height: 24px;
}

#contact-result {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.7s;
}
.flex-width-btn{
    width: 100%;
}
/****************************** .btn- ******************************/
.btn-orange {
    background-color: #ff7011;
    color: #fff;
}

.btn-orange:hover {
    color: #fff;
    background-color: #d45907;
    transition: all .5s;
}

.btn-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

/****************************** .icon-flags ******************************/
.icon-flags {
    background-image: url('/res/img/icons/flags-grid.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 11px;
}

.icon-flags-en {
    background-position: -10px -10px;
}

.icon-flags-us {
    background-position: -46px -10px;
}

.icon-flags-nl {
    background-position: -10px -41px;
}

.icon-flags-ch {
    background-position: -118px -72px;
}

.icon-flags-de {
    background-position: -46px -41px;
}

.icon-flags-sg {
    background-position: -82px -10px;
}

.icon-flags-hk {
    background-position: -82px -41px;
}

.icon-flags-jp {
    background-position: -10px -72px;
}

.icon-flags-ru {
    background-position: -46px -72px;
}

.icon-flags-pl {
    background-position: -82px -72px;
}

.icon-flags-es {
    background-position: -118px -10px;
}

.icon-flags-cn {
    background-position: -118px -41px;
}

.icon-flags-za {
    background-position: -10px -98px;
}

.icon-flags-in {
    background-position: -46px -98px;
}

.icon-flags-au {
    background-position: -82px -98px;
}

.icon-flags-kr {
    background-position: -118px -98px;
}

/****************************** .icon-windows ******************************/
.icon-windows {
    background-image: url('/res/img/icons/windows-server.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.icon-windows-2008 {
    background-position: -10px -10px;
}

.icon-windows-2012 {
    background-position: -46px -10px;
}

.icon-windows-2016 {
    background-position: -10px -46px;
}

/****************************** .fxvm-cta-main ******************************/
.fxvm-cta-main {
}

.container-footer-blue {
    background-color: #003352;
}

/****************************** .fxvm-features-main-title ******************************/
.fxvm-features-main-title {
}

/****************************** .fxvm-features-pepperstone ******************************/
.fxvm-features-pepperstone {
}

.center-vertical {
    display: flex;
    align-items: center;
}

.small-font {
    font-size: small;
}

.display-5 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2
}

.logo {
    transition-duration: 0.3s;
    height: 95px;
}

/****************************** .fxvm-hero-video ******************************/
.fxvm-hero-video {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    border-bottom: 3px solid #000;
}

.fxvm-hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fxvm-hero-video .container {
    position: relative;
    z-index: 2;
}

.fxvm-hero-video h1 {
    font-size: 3rem;
}

/****************************** .fxvm-footer ******************************/
.fxvm-footer {
}

.footer-list-links {
    /*font-size: 1;*/
    line-height: 1.8;
    background-color: #414141;
}

.footer-list-links li a {
    color: #adb5bd;
}

.footer-list-links li a:hover {
    color: #fff;
    transition: all 0.5s;
}

.footer-bottom {
    line-height: 1.8;
    font-size: 1.2rem;
    color: #6c757d;
    background-color: #292929;
}

.footer-bottom a {
    color: #8e8e8e;
}

.footer-bottom a:hover {
    color: #fff;
    transition: all 0.5s;
}

.footer-bottom .disclaimer {
    font-size: 0.9rem;
}

/****************************** .fxvm-features-6 ******************************/
.fxvm-features-6 {
}

.feature-icon:hover {
    background-color: #1e1e1e;
}

.feature-icon {
    transition-duration: 0.7s;
    border: 2px solid white !important;
    border-radius: 4px;
    color: white;
    background-color: #2b85bc;
}

.feature-icon-2 {
    font-size: 50px;

}

div.feature-backround {
    border: 2px solid white !important;
    transition-duration: 0.6s;
    border-radius: 4px;

}

div.feature-backround:hover {
    border: 2px solid #1e1e1e !important;
    border-radius: 4px;
}

/****************************** .fxvm-features-main-fortraders ******************************/
.fxvm-features-main-fortraders {
}

/****************************** .fxvm-features-main-latency ******************************/
.fxvm-features-main-latency {
}

.text-blue {
    color: #2b85bc;
}

/****************************** navbar section ******************************/
.fxvm-nav-bar-section {
}

.sm-navbar-element:hover {
    background-color: #f0f0f0;
}

.sm-navbar-element a {
    color: #5a6268;
}

.nav-container {
    background-color: rgba(255, 255, 255, 0.9);
}

.nav-link {
    color: black;
}

.nav-link:hover {
    transition: all 0.5s;
    color: black;
    background-color: #dcdcdc;
}

.drop-menu {
    position: absolute;
    background-color: white;
    transform: translateX(-100%);
    /*transition: transform 300ms ease-in;*/
    transition-duration: 0.3s;
    visibility: hidden;
    overflow-y: scroll;
}

.drop-hover {
    position: relative;
}

.drop-items-hover {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    z-index: 1021;
    background-color: #f5f5f5;
    transition: 400ms ease-in;
    transform: translateY(25%);
    opacity: 0;
}

.drop-hover:hover .drop-items-hover {
    /*display: inline-block;*/
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

/****************************** .fxvm-pricing-vps ******************************/
.fxvm-pricing-vps {
}

.fxvm-pricing-vps tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.fxvm-pricing-vps .fxvm-table-os img {
    width: 16px;
    height: 16px;
}

.fxvm-pricing-vps td a,
.fxvm-pricing-vps td a:hover {
    color: #414141;
}

.fxvm-pricing-vps .tooltip-inner {
    background-color: #F0F0F0;
    color: black;
}

.fxvm-pricing-vps .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #F0F0F0 !important;
}

.fxvm-pricing-vps .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #F0F0F0 !important;
}

.fxvm-pricing-vps .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: darkslategrey !important;
}

.fxvm-pricing-vps .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: darkslategrey !important;
}

.fxvm-pricing-vps .fa-info-circle {
    color: #6c757d;
}

.fxvm-pricing-vps .fa-info-circle:hover {
    color: #2b85bc;
}

/****************************** .fxvm-pricing-vps-table ******************************/
.fxvm-pricing-vps-table {
}

.fxvm-pricing-vps-table thead {
    color: #2b85bc;
    font-size: 1.1em;
}

.fxvm-pricing-vps-table th,
.fxvm-pricing-vps-table thead th {
    border: 0;
}

.fxvm-pricing-vps-table tbody tr td:last-child {
    border-right: 1px solid #dee2e6;
}

.fxvm-pricing-vps-table tbody tr:last-child td:last-child {
    border-right: 0;
}

.fxvm-pricing-vps-table .fa-check-circle {
    color: #28a745;
}

.fxvm-pricing-vps-table tbody tr td:first-child {
    font-weight: 700;
    font-size: 0.9rem;
}

span.icon.icon-check::before {
     content: url('/res/img/icons/check-circle.svg');
     display: inline-block;
     width: 1rem;
     font-size: 25px;
     line-height: 14px;
     vertical-align: middle;
     margin-right: 20px;
}

/****************************** .pricing-mobile ******************************/
.pricing-mobile {
}

.pricing-mobile > .container {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}

.pricing-mobile h3 {
    color: #2b85bc;
    font-size: 1.2rem;
    font-weight: 400;
}

.pricing-mobile h3 span {
    background: #2b85bc;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
}

.pricing-mobile h3,
.pricing-mobile .fas,
.pricing-mobile .fab,
.pricing-mobile .far {
    color: #2b85bc;
}

.pricing-mobile .fas,
.pricing-mobile .fab,
.pricing-mobile .far {
    width: 20px;
    margin-right: 6px;
}

.pricing-mobile li {
    font-size: 0.9em;
    line-height: 2;
    font-weight: 700;
}

.pricing-mobile li .icon-flags {
    margin-left: 6px;
}

.pricing-mobile .btn .fas {
    color: #fff;
    margin-left: 4px;
}

/****************************** fxvm-features-3 ******************************/
.fxvm-features-3 {

}

a.modal-photo {
    position: relative;
}

h3.fig-caption {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.modal-photo:hover img {
    filter: brightness(50%);
    transition-duration: 1s;
}

a.modal-photo:hover h3.fig-caption {
    opacity: 1;
    transition-duration: 1s;
}

/****************************** forex-vps-hosting-header ******************************/
.forex-vps-hosting-header {

}

/****************************** fxvm-header-dedicated ******************************/
.fxvm-header-dedicated {

}

/****************************** fxvm-header-latency ******************************/
.fxvm-header-latency {

}

/****************************** fxvm-features-dedicated ******************************/
.fxvm-features-dedicated {

}

/****************************** fxvm-txt-latency ******************************/
.fxvm-txt-latency {

}

/****************************** fxvm-latency-table=============================*/
.fxvm-latency-table {

}

/*===========================================*/
a {
    text-decoration: unset !important;
}


.latency-button:hover {
    background-color: #2b85bc;

}

/*================================fxvm-cta-help=====================================================*/
.fxvm-cta-help {
}

.fxvm-cta-help-bar {
    font-size: 35px;
}

.blue-background {
    background-color: #2b85bc;
}

/*=============================================================================*/

/*----------*/
.title-text {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    font-family: 'Lato', sans-serif;

}

.line-after:after {
    content: '';
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 40px;
    border-top: 2px solid #444;

}

.wide-spaces {
    letter-spacing: 2px;
}

/*latency table*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

/*end of latency table*/

/*reviews carousel*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    /*background: #f1f1f1;*/
    color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    /*background: #ccc;*/
}

/**/
.secondary-page-header-title {
    background-color: rgba(43, 133, 188, 0.4);
}

.side-bar {
    color: #494f54;
}

.side-bar:hover {
    color: #343a40;
}

.side-bar-clicked, .side-bar-clicked:hover {
    color: white;
    background-color: #2b85bc;
}

.left-border-section {
    border-left: 7px;
    border-left-style: solid;
    border-left-color: #2b85bc;
}

.active-nav-link, .active-nav-link:hover {
    background-color: #2b85bc;
    color: white;

}

.header-text {
    line-height: 1.5;
}

.btn-secondary-custom {
    background-color: #494f54;
    color: white;
}

.btn-secondary-custom:hover {
    color: white;
    background-color: #2b85bc;
}

/*===================separate-location-plans================================*/
.separate-location-plans {

}

.vps-price:after {

    content: '/mo';
    font-size: 1.5rem;
    color: #667;
}

.popular-plan:after {
    display: block;
    content: 'MOST POPULAR';
    font-size: 1rem;
    margin-top: 1rem;
    color: #667;
    font-weight: normal;

}

@media (min-width: 800px) {
    .center-card {
        margin-right: -5%;
        margin-left: -5%;
        background-color: white;
        z-index: 99;
        line-height: 2;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .side-column {
        background-color: #F0F0F0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

}

.red-background {
    background-color: #d9534f;
    border-color: #d9534f;
}

.plan-feature:hover {
    color: #2b85bc;

}

/*!*====================================fxvm-reviews*==========================================/*/
.fxvm-reviews {

}

.separate-review-card {
    height: 100%;
    overflow: hidden;
    background-color: white;
}

.carousel-button-left img, .carousel-button-right img {
    cursor: pointer;
    opacity: 0.1;
    height: 30px;
    transition-duration: 0.1s;

}
.carousel-button-left img:hover{
    opacity: 0.4;
    transform: translateY(10%) rotate(180deg);

}
.carousel-button-right img:hover {
    opacity: 0.4;
    transform: translateY(10%);

}
.carousel-button-left img {
    transform: rotate(180deg);
}

.carosel-holder {
    background-color: white;
    border-radius: 10px;
}

/*!*==================================== end of fxvm-reviews*==========================================/*/

/*==========================fxvm-carousel============================================*/
.fxvm-carousel {

}

/*carousel*/
.my-carousel {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin: auto;
    flex-grow: 1;

}

.my-carousel-track {
    position: relative;
    height: 100%;
    transition: transform 250ms ease-in;
}

.slide-elt {
    position: absolute;
    height: 100%;

}

.carousel-button-right span:hover, .carousel-button-left span:hover {
    cursor: pointer;
    filter: brightness(0.3);
    transform: translateY(5%);
}

.max-h-100 {
    max-height: 100%;
}
.trustpilot-image{
    width: 100%;
}
.trustpilot-widget{
    width: 250px;
}
.trustpilot-image img{
    width: 110px;
}
@media (min-width: 568px) {
    .trustpilot-image{
        width: auto;
    }
    .trustpilot-widget{
        width: 190px;
    }
    .trustpilot-image img{
        width: 150px;
    }

}

/*end =============================== carousel*/

.logos-container-upper {
    height: 70px;
    width: 70px;
}

.logos-container {
    top: 50%;
    transform: translateY(-75%);
    transition: transform 120ms ease-in;
    width: 100%;
}

.logos-container:hover {
    transform: translateY(-20%);
}

.light-background {
    background-color: #f0f0f0;;
}

.payment-options-faq {
    height: 30px;
}

/**************************************************** Responsive (max-height: 600px) and (min-width: 768px) ****************************************************/

/**************************************************** Responsive Mobile (max-width: 767px) ****************************************************/
@media (max-width: 767px) {
    .fxvm-liner {
        margin: 0 auto;
    }

    .fxvm-hero-video {
        text-align: center;
    }

    .fxvm-hero-video h1 {
        font-size: 2rem;
    }

    .hero-tp-container {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
        border-radius: 3px;
    }

    .fxvm-pricing-vps ul {
        display: table;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/*=======================================fxvm-features-main-locations=====================================*/
.fxvm-features-main-locations {

}

.location-map {
    position: relative
}

.location-container {
    position: absolute;
    top: 50%;
    left: 50%
}

.section-dark .location-map .map {
    opacity: .5
}

.location-map-sm {
    height: 260px
}

.location-map-sm .location-container {
    height: 260px;
    width: 524px;
    margin: -130px 0 0 -262px
}

.location-map-sm .map {
    height: 260px;
    width: 524px
}

.location-map-sm .location-name {
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease;
    transform: scale(.65);
    transform-origin: bottom left
}

.location-map-sm .location:hover {
    z-index: 1000
}

.location-map-sm .location:hover .location-name {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

@media (max-width: 991px) {
    .location-map-sm {
        height: 170px
    }

    .location-map-sm .location-container {
        transform: scale(.65)
    }
}

.location-map-lg .map {
    height: 580px;
    width: 1174px
}

@media (min-width: 568px) {
    .location-map-lg {
        height: 520px
    }

    .location-map-lg .location-container {
        height: 580px;
        width: 1174px;
        margin: -290px 0 0 -582px
    }

    .location-map .actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

@media (min-width: 568px) and (max-width: 1199px) {
    .location-map-lg {
        height: 450px
    }

    .location-map-lg .location-container {
        transform: scale(.9)
    }
}

@media (min-width: 568px) and (max-width: 991px) {
    .location-map-lg {
        height: 424px
    }

    .location-map-lg .location-container {
        transform: scale(.68)
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .location-map-lg {
        height: 290px
    }

    .location-map-lg .location-container {
        transform: scale(.5)
    }
}

@media (max-width: 567px) {
    .location-map-lg .map {
        display: none
    }

    .location-map-lg .location-container {
        position: inherit;
        top: auto;
        left: auto;
        max-width: 380px;
        margin: 0 auto;
        padding: 25px 0
    }

    .location-container:after, .location-container:before {
        display: block;
        content: "";
        clear: both
    }

    .location-map-lg .location-map {
        padding: 0 30px
    }
}

.location-pin, .location-pin:after {
    background-color: #1e88e4;
    border-radius: 100%
}

.location-pin {
    z-index: 999;
    height: 12px;
    width: 12px
}

.location-pin, .location-pin-lg {
    position: relative;
    display: block
}

.location-pin-lg {
    height: 20px;
    width: 20px
}

.location-pin:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    margin: -11px 0 0 -11px;
    animation: a 2s linear;
    animation-iteration-count: infinite
}

.location-pin-lg:after {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px
}

.location-map-sm .location {
    height: 8px;
    width: 8px;
    cursor: pointer
}

.location-map-sm .location-pin {
    height: 4px;
    width: 4px
}

.location-map-sm .location-pin:after {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px
}

@keyframes a {
    0% {
        transform: scale(0);
        opacity: .05
    }
    20% {
        transform: scale(.7);
        opacity: .1
    }
    40% {
        transform: scale(.9);
        opacity: .2
    }
    60% {
        transform: scale(1.1);
        opacity: .3
    }
    to {
        transform: scale(1.4);
        opacity: 0
    }
}

.location {
    position: absolute;
    z-index: 998;
    height: 12px;
    width: 12px
}

.location-name {
    position: absolute;
    z-index: 999;
    display: block;
    height: 28px
}

.location-name span {
    display: block;
    height: 28px;
    padding: 0 10px;
    background-color: #1e88e4;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    border-radius: 3px;
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, .2)
}

.location-name:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 1px;
    width: 20px;
    background-color: #545a5e
}

.location-map-grey .location-name:after {
    background-color: #c4cacc
}

.location-zurich {
    top: 68px;
    left: 250px
}

.location-zurich .location-name {
    top: -9px;
    left: 110px
}

.location-zurich .location-name:after {
    top: 50%;
    left: -100px;
    width: 100px
}

.location-map-sm .location-zurich {
    top: 68px;
    left: 250px
}

.location-new-york {
    top: 210px;
    left: 300px
}

.location-new-york .location-name {
    bottom: 28px;
    left: 28px
}

.location-new-york .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    transform: rotate(-45deg)
}

.location-map-sm .location-new-york {
    top: 98px;
    left: 132px
}

.location-london {
    top: 134px;
    left: 525px
}

.location-london .location-name {
    bottom: 24px;
    right: 24px
}

.location-london .location-name:after {
    bottom: -10px;
    right: -24px;
    width: 30px;
    transform: rotate(45deg)
}

.location-map-sm .location-london {
    top: 62px;
    left: 232px
}

.location-london .location-name {
    transform-origin: bottom right
}

.location-amsterdam {
    top: 131px;
    left: 545px
}

.location-amsterdam .location-name {
    bottom: 73px;
    left: 73px
}

.location-amsterdam .location-name:after {
    bottom: -32px;
    left: -83px;
    width: 95px;
    transform: rotate(-45deg)
}

.location-map-sm .location-amsterdam {
    top: 64px;
    left: 242px
}

.location-frankfurt {
    top: 142px;
    left: 562px
}

.location-frankfurt .location-name {
    top: -9px;
    left: 60px
}

.location-frankfurt .location-name:after {
    top: 50%;
    left: -60px;
    width: 60px
}

.location-map-sm .location-frankfurt {
    top: 62px;
    left: 255px
}

.location-tokyo {
    top: 90px;
    right: 70px
}

.location-tokyo .location-name {
    bottom: 50px;
    left: 50px
}

.location-tokyo .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    transform: rotate(-45deg)
}

.location-map-sm .location-tokyo {
    top: 90px;
    right: 72px
}

.location-hongkong {
    top: 110px;
    right: 110px
}

.location-hongkong .location-name {
    bottom: 50px;
    left: 50px
}

.location-hongkong .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    transform: rotate(-45deg)
}

.location-map-sm .location-hongkong {
    top: 110px;
    right: 110px
}

.location-singapore {
    top: 163px;
    right: 105px
}

.location-singapore .location-name {
    bottom: 50px;
    left: 50px
}

.location-singapore .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    transform: rotate(-45deg)
}

.location-map-sm .location-singapore {
    top: 163px;
    right: 105px
}

.location-chicago {
    top: 76px;
    left: 128px;
}

.location-chicago .location-name {
    bottom: 50px;
    left: 50px
}

.location-chicago .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    transform: rotate(-45deg)
}

.location-map-sm .location-chicago {
    top: 76px;
    left: 128px;
}

.location-mumbai {
    top: 121px;
    right: 165px;
}

.location-mumbai .location-name {
    bottom: 50px;
    left: 50px
}

.location-mumbai .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    transform: rotate(-45deg)
}

.location-map-sm .location-mumbai {
    top: 121px;
    right: 165px;
}

.location-sydney {
    top: 210px;
    right: 33px;
}

.location-sydney .location-name {
    bottom: 50px;
    left: 50px;
    bottom: 24px;
    left: 20px;
}

.location-sydney .location-name:after {
    bottom: -8px;
    left: -21px;
    width: 27px;
    transform: rotate(-45deg)
}

.location-map-sm .location-sydney {
    top: 210px;
    right: 33px;
}

.location-miami {
    top: 240px;
    left: 300px
}

.location-miami .location-name {
    bottom: 28px;
    left: 28px
}

.location-miami .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    transform: rotate(-45deg)
}

.location-map-sm .location-miami {
    top: 118px;
    left: 130px
}

@media (min-width: 568px) and (max-width: 767px) {
    .location-map-lg .location-name {
        height: 36px;
        font-size: 20px;
        line-height: 36px
    }
}

@media (max-width: 567px) {
    .location-map-lg .location {
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
        height: auto;
        width: 50%;
        margin-bottom: 8px;
        padding-left: 30px
    }

    .location-map-lg .location:after, .location-map-lg .location:before {
        display: block;
        content: "";
        clear: both
    }

    .location-map-lg .location-pin {
        position: absolute;
        left: 0;
        top: 4px;
        margin: 5px 10px
    }

    .location-map-lg .location .location-name, .location-map-lg .location .location-name > span {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        background: transparent;
        color: #616366;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .location-map-lg .location-name:after {
        display: none
    }

    .section-dark .location-map-lg .location .location-name span {
        color: #fff
    }
}

/*list brokers mobile*/
.broker-item:hover, .currency-item:hover {
    background-color: gainsboro;
    cursor: pointer;
}

/*==========*/
.estimated {
    display: none;
}

.active-currency {
    cursor: pointer;
}

/****************************** #promo-easter ******************************/
#promo-easter {
    background: #fff;
    color: #2b85bc;
    border-bottom: 1px solid #e4e4e4;
}

#promo-easter h3 {
    color: #000;
}

/*=============================social bar ============================*/
@media (max-width: 768px) {
    #social-bar div {
        padding: 4px;
    }


}

@media (min-width: 768px) {
    #social-bar div {
        padding: 7px;
        font-size: large;
    }

}

#social-bar {
    z-index: 100;
}

#social-bar div a {
    color: unset;
}

#social-bar div:hover {
    filter: brightness(80%);
}

.email {
    background-color: rgba(27, 76, 119, 0.7);
}

.facebook {
    background-color: rgba(59, 89, 152, 0.7);
}

.instagram {
    background-color: rgba(255, 112, 17, 0.7);
}

/*=====================video affiliate=========================*/
/******************promo-monthly********************************/
.money-bg {
    background-repeat: repeat;
    background-position: left top;
    background-image: linear-gradient(rgba(0, 123, 255, 0.85), rgba(0, 123, 255, 0.85)),
    url('/res/img/promo/money.png');


}
.xmas-bg{
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: linear-gradient(rgba(0, 123, 255, 0.6), rgba(0, 123, 255, 0.6)),
    url('/res/img/promo/xmas-top-banner-bg.png');
    background-size: cover;

}
.d-xs-flex{
    display: none;
}
@media (min-width: 320px) {
    .d-xs-flex{
        display: flex;
    }

}
.promo-main-text {
    font-size: 1.8rem;
    font-weight: 600;

}

.promo-limited-text {
    font-size: 0.8rem;
    font-weight: 100;
    margin-top: -0.3rem;
    text-align: left;

}

.promo-code-div {
    background-color: white;
}

.promo-text-color {
    color: #343a40;
}

.promo-code-use-text {
    font-size: 0.7rem;
    font-weight: 200;
    text-align: center;
}

.promo-code {
    font-size: 1.6rem;
    font-weight: 900;
    margin-top: -0.5rem;
}

.promo-counter {
    order: -1;
    width: 100%;
}

.promo-counter div {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 0.3rem;
    background-color: white;
    margin-left: 0.4rem;
    border-radius: 3px;
    line-height: 2.1rem;
}

.promo-counter-colon {
    padding: 0;
    margin: 0;
    background-color: unset !important;
}

@media (min-width: 568px) {
    .promo-code-div {
        background-color: white;
        transform: skewX(-20deg);
    }

    .promo-code-div div {
        transform: skewX(10deg)
    }

    .promo-limited-text {
        font-size: 1.2rem;
        font-weight: 100;
        margin-top: -0.5rem;
        text-align: center;

    }
    .flex-width-btn{
        width: auto;
        margin-right: 1rem;
    }


}

@media (min-width: 768px) {
    .promo-counter {
        order: 2;
        width: auto;
    }
    .flex-width-btn{
        margin-right: 0;
    }


}
@media (min-width: 992px) {
    .flex-width-btn{
        margin-right: 1rem;
    }
}



/****************************** brokers-list ******************************/
.broker-list-title {
    font-weight: 900;
}
.search-bar {
    background: #F2F4F8;
    border-radius: 12px;
    border: none;
    padding: 24px 58px;
    width: 100%;
}
.search-bar:focus {
    outline-color: #2b85bc;
}
.fa-search {
    position: absolute;
    top: 28px;
    left: 30px;
}
.hidden-button {
    display: none;
}
.broker {
    display: flex;
}
.reset-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 72px;
    border-radius: 0 12px 12px 0;
    border: none;
    background-color: transparent;
    color: #000;
    padding: 24px 25px;
    font-size: 16px;
}
.err-msg {
    display: block;
    opacity: 0;
    color: #d00000;
    margin-top: 20px;
}
.broker-icon {
    flex: 1 1 50%;
    width: 50%;
    max-width: 230px;
    object-fit: contain;
}

/* Terms of service table */
.terms-table {
    border-collapse: collapse;
    width: 100%;
}
.terms-table th,td {
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

/* Vimeo player */
.vimeo-player {
    position: relative;
    width: 100%;
}
.vimeo-player::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.vimeo-player__inner {
    position: absolute;
    inset: 0 0 0 0;
}
.vimeo-player__inner {
    cursor: pointer;
}
.vimeo-player__inner[data-placeholder]::after {
    content: '';
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 78 78'%3e%3ccircle cx='39' cy='39' r='38.5' stroke='white'/%3e%3cpath d='M51 39.5 32 50V29l19 10.5Z' fill='white'/%3e%3c/svg%3e") center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    backdrop-filter: blur(3px);
    border: 2px solid #fff;
    border-radius: 50%;
    transform-origin: center;
    transition: all 0.25s ease;
}
.vimeo-player__inner[data-placeholder]:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}
.vimeo-player__inner iframe, .vimeo-player__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1px);
}
.vimeo-player__inner img {
    max-width: unset;
}



/* Testimonials video slider */

.testimonials-section .testimonials {
    padding: 0 30px 65px;
}
.testimonials-section .testimonials .splide {
    width: 100%;
    max-width: 100%;
}
.testimonials-section .testimonials .splide .vimeo-player {
    flex: none;
    position: relative;
}
.testimonials-section .testimonials .splide .vimeo-player::before {
    padding-top: 0;
}
.testimonials-section .testimonials .splide .vimeo-player.is-prev {
    display: block;
}
.testimonials-section .testimonials .splide .vimeo-player.is-prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.testimonials-section .testimonials .splide .vimeo-player__inner {
    position: relative;
    height: 100%;
    min-height: 530px;
    text-align: center;
}
.testimonials-section .testimonials .splide .vimeo-player__inner img {
    position: relative;
    object-fit: contain;
}
.testimonials-section .testimonials .splide .vimeo-player__inner iframe {
    height: 100%;
}
.testimonials-section .testimonials .splide__arrows {
    margin-top: 32px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 110px;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
    .testimonials-section .testimonials .splide__arrows {
        display: none;
    }
}
@media (min-width: 1300px) {
    .testimonials-section .testimonials {
        max-width: 1000px;
    }
}
.testimonials-section .testimonials .splide__arrow {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 72 11'%3e%3cpath fill='___color___' fill-rule='evenodd' d='M10 11 0 5.5 10 0v5h62v1H10v5z' clip-rule='evenodd'/%3e%3c/svg%3e");
    box-sizing: content-box;
    cursor: pointer;
    height: 11px;
    padding: 20px 0;
    width: 72px;
    border: none;
}
.testimonials-section .testimonials .splide__arrow:focus {
    outline: none;
}
.testimonials-section .testimonials .splide .splide__arrow--next {
    margin-left: 24px;
    transform: rotate(180deg);
}
.testimonials-section .testimonials .vimeo-player {
    flex: 1 1 500px;
}
.testimonials-section .testimonials-see-all {
    color: #fff;
}
.testimonials-section .testimonials-see-all:hover {
    color: #fff;
}

/* cookie message */
.cookie-consent {
    visibility: hidden;
    opacity: 0;
    padding: 16px 16px 24px;
    position: fixed;
    width: 345px;
    left: 15px;
    bottom: 15px;
    border-radius: 8px;
    z-index: 9999;
    background: #003352;
    color: #fff;
    letter-spacing: 0.02em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.cookie-consent.show {
    display: flex;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.cookie-consent__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0 0;
    border-top: 1px solid #e5e5e5;
    gap: 16px;
}
.cookie-consent__buttons .btn {
    padding: 10px 12px;
    font-size: 14px;
    width: auto;
    min-width: fit-content;
}
.cookie-consent__content {
    padding: 8px 16px 24px;
}
.cookie-consent__content__title {
    font-weight: 500;
}
.cookie-consent__content__text {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.75rem;
}

.cookie-consent .btn.btn-outline-white {
    background-color:transparent;
    border-color:#fff;
    color:#fff
}

.cookie-consent .btn.btn-outline-white:hover {
    background-color: #fff;
    color: #003352;
}
