@charset "utf-8";

/*
Theme Name: Star Trader SCN
*/
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/dist/fonts/Montserrat-Bold.eot');
    src: url('/dist/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-Bold.woff2') format('woff2'), url('/dist/fonts/Montserrat-Bold.woff') format('woff'), url('/dist/fonts/Montserrat-Bold.ttf') format('truetype'), url('/dist/images/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('/dist/fonts/Montserrat-Black.eot');
    src: url('/dist/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-Black.woff2') format('woff2'), url('/dist/fonts/Montserrat-Black.woff') format('woff'), url('/dist/fonts/Montserrat-Black.ttf') format('truetype'), url('/dist/images/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/dist/fonts/Montserrat-Light.eot');
    src: url('/dist/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-Light.woff2') format('woff2'), url('/dist/fonts/Montserrat-Light.woff') format('woff'), url('/dist/fonts/Montserrat-Light.ttf') format('truetype'), url('/dist/images/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/dist/fonts/Montserrat-SemiBold.eot');
    src: url('/dist/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/dist/fonts/Montserrat-SemiBold.woff') format('woff'), url('/dist/fonts/Montserrat-SemiBold.ttf') format('truetype'), url('/dist/images/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/dist/fonts/Montserrat-Medium.eot');
    src: url('/dist/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-Medium.woff2') format('woff2'), url('/dist/fonts/Montserrat-Medium.woff') format('woff'), url('/dist/fonts/Montserrat-Medium.ttf') format('truetype'), url('/dist/images/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('/dist/fonts/Montserrat-Thin.eot');
    src: url('/dist/fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-Thin.woff2') format('woff2'), url('/dist/fonts/Montserrat-Thin.woff') format('woff'), url('/dist/fonts/Montserrat-Thin.ttf') format('truetype'), url('/dist/images/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/dist/fonts/Montserrat-Regular.eot');
    src: url('/dist/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/Montserrat-Regular.woff2') format('woff2'), url('/dist/fonts/Montserrat-Regular.woff') format('woff'), url('/dist/fonts/Montserrat-Regular.ttf') format('truetype'), url('/dist/images/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-display: swap;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

*,
html,
body {
    word-break: break-word !important;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #04E2DD;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    color: #707070;
    line-height: 1.25;
}

.head {
    position: absolute;
    top: 36.25px;
    width: 100%;
    z-index: 15;
}

.note {
    text-align: center;
    max-width: 1130px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px 20px;
}

.srcoll_head .note {
    color: #fff;
}

.srcoll_head .trading_ins {
    background: #0C184D;
}

/* head top */
.head > p {
    text-align: center;
    max-width: 1240px;
    margin: 10px auto;
    display: none;
    font-size: 14px;
}

.header_top {
    background: #040824;
}

.startrader_inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.public_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_language {
    display: inline;
    position: relative;
}

.head_logo {
    max-width: 260px;
    padding: 10px 0;
    width: 260px;
    height: 52px;
}

.header_top a,
.head_language span,
.demo_form_language a {
    color: #9296ca;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.header_top_left a:after,
.header_main .head_menu > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2797bb;
    left: 0;
    display: none;
}

.header_top_left {
    margin-left: 30px;
}

.header_top_right ul li a:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(/dist/images/head_top_after.png) center no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 50%;
    width: 12px;
    height: 5px;
    display: none;
}

.header_top_left a:hover:after,
.header_main .head_menu > li:hover:after,
.header_top_right ul li a:hover:after {
    display: block;
}

.head_language span:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(/dist/images/header_down.png) center no-repeat;
    top: 50%;
    margin-top: -6px;
    right: 0px;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.head_language span img,
.head_language .head_language_div a img,
.head_main_language ul li img,
.main_language img {
    padding-right: 3px;
    width: 19px;
    height: 11px;
}

.head_language .head_language_div {
    display: none;
    position: absolute;
    right: 0;
    background: #040824;
    top: 37px;
    z-index: 99;
    width: 154px;
}

.head_language .head_language_div a {
    display: block;
}

.head_language .head_language_div a:hover {
    background: #07F2F3;
    color: #fff;
}

.head_language:hover .head_language_div {
    display: block;
}

/*head*/
.header_main {
    background: #10133c;
    border-bottom: 1px solid #5e5e5e;
    position: relative;
}

.header_main .head_menu > li {
    vertical-align: top;
    padding: 20px 5px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    position: relative;
}

.header_main ul li a {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.header_main .head_menu li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 57px;
    background: #3c336b;
    width: 200px;
    -moz-box-shadow: -3px 0px 14px 6px rgba(255, 255, 255, 0.05);
    box-shadow: -3px 0px 14px 6px rgba(255, 255, 255, 0.05);
}

.header_main .head_menu li .sub-menu li a,
.head_scroll_menu_div li a {
    padding: 10px 15px;
}

.header_main .head_menu li .sub-menu li:hover,
.head_scroll_menu_div > ul > li:hover {
    background: #00e8dc;
}

.header_main .head_menu li .sub-menu li a {
    display: block;
}

.header_main .head_menu li:hover .sub-menu {
    display: block;
}

.head_menu > li:last-child .sub-menu {
    left: inherit;
    right: 0;
}

.header_main .head_menu li.current-menu-parent:after {
    display: block;
}

.header_main .head_menu li.current-menu-parent .sub-menu li.current_page_item {
    background: #00e8dc;
}

/*scroll head*/
.srcoll_head {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 20;
    padding: 0;
    -moz-box-shadow: -3px 0px 14px 6px rgba(37, 36, 36, 0.05);
    box-shadow: -3px 0px 14px 6px rgba(37, 36, 36, 0.05);
}

.srcoll_head_right {
    padding: 20px 0;
}

.srcoll_head_right .head_right_scroll_menu a {
    padding: 5px 20px;
    color: #000;
}

.srcoll_head_right .head_right_scroll_menu a:hover {
    color: #2797bb;
}

.head_scroll_menu_div ul li a {
    color: #fff;
    width: 100%;
    display: block;
    background: #3c336b;
    position: relative;
}

.head_scroll_menu_div a:hover,
.head_scroll_menu_div a.active {
    background: #00e8dc
}

.head_scroll_menu_div {
    position: absolute;
    left: 0;
    width: 100%;
    top: 108px;
    display: none;
    background: #3c336b;
    z-index: 21;
}

.header_main .head_scroll_menu_div {
    top: 58px;
}

.head_scroll_menu_div .current-menu-parent > a,
.head_scroll_menu_div .current-menu-parent .current-menu-item a,
.head_scroll_menu_div .current-menu-item a {
    background: #00e8dc;
}

.head_scroll_menu_div .menu-item-has-children > a:hover,
.head_main_language .main_language:hover {
    background: #00e8dc !important;
}

.head_scroll_menu_div .sub-menu a {
    padding-left: 36px;
}

.head_scroll_menu_div .menu-item-has-children > a {
    cursor: pointer;
}

.header_main .srcoll_head_right,
.main_language_flex {
    display: none;
}

.srcoll_menu_more,
.head_menu_more {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(/dist/images/header_menus.png) center center;
    -moz-background-size: cover;
    background-size: cover;
}

.head_menu_more {
    background: url(/dist/images/header_main_menus.png) center center;
    -moz-background-size: cover;
    background-size: cover;
    display: none;
    position: absolute;
    right: 20px;
    top: 13px;
}

.srcoll_menu_more:hover,
.head_menu_more:hover {
    background: url(/dist/images/header_menus_hover.png) center center;
    -moz-background-size: cover;
    background-size: cover;
}

.head_scroll_menu_div .menu-item-has-children > a:before,
.head_main_language .main_language::before {
    content: '';
    position: absolute;
    background: url(/dist/images/smalldown.png) center center;
    display: block;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-background-size: cover;
    background-size: cover;
}

.smallup:before {
    content: '';
    position: absolute;
    background: url(/dist/images/smallup.png) center center !important;
    display: block;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.head_scroll_menu_div .sub-menu,
.head_main_language {
    display: none;
}

.header_main .head_menu li .sub-menu li.menu-item-type-custom a,
.head_scroll_menu_div li .sub-menu li.menu-item-type-custom a {
    font-size: 14px;
    font-weight: bold;
}

.header_main .head_menu li .sub-menu li.menu-item-type-custom:hover,
.head_scroll_menu_div li .sub-menu li.menu-item-type-custom a:hover {
    background: #3c336b !important;
}

.header_main .head_menu li .sub-menu li.menu-item-type-custom:hover a,
.head_scroll_menu_div li .sub-menu li.menu-item-type-custom:hover a {
    color: #fff
}

.header_main .head_menu li.current-menu-parent .sub-menu li.current_page_item a,
.header_main .head_menu li .sub-menu li a:hover,
.head_scroll_menu_div > ul > li > a:hover,
.head_scroll_menu_div .sub-menu li a:hover,
.head_scroll_menu_div .current-menu-item a,
.head_main_language .main_language:hover,
.head_main_language li a:hover {
    color: #0D0F3B;
}

.head_main_language .main_language {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 100%;
    background: #3c336b;
    cursor: pointer;
    position: relative;
}

/*public title*/
.public_title {
    text-align: center;
}

.public_title h1 {
    text-transform: uppercase;
}

.public_title h1,
.public_title h2,
.public_title h3 {
    font-family: "Montserrat-Bold", sans-serif;
    text-align: center;
    color: #fff;
}

.public_title p {
    max-width: 800px;
    text-align: center;
    margin: 20px auto 0;
    color: #fff;
    width: 100%;
}

.product_banner {
    padding: 150px 20px 100px;
}

/* active */
.bonus_footer {
    display: none;
}

.deposit_bonus .bonus_cont {
    padding-bottom: 50px;
}

/*product_swiper*/
.product_swiper.swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    margin: 0 auto;
}

.product_swiper .swiper-slide {
    background: #77777724;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    width: 320px !important;
    margin: 0 20px;
}

.product_swiper_name {
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.product_swiper_increase {
    background: #ecebf2;
    width: 90px;
    font-size: 14px;
    padding: 5px 20px;
    text-align: center;
    color: #707070;
}

.product_swiper_gainicon {
    width: 32px;
    height: 32px;
    background: url('/dist/images/product_none.png') center center no-repeat;
}

.product_swiper_bid span,
.product_swiper_ask span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 40px 0 5px;
}

.product_swiper_bid p,
.product_swiper_ask p {
    background: #f1fffc;
    padding: 10px;
    text-align: center;
    color: #707070;
    font-size: 14px;
    width: 100px;
}

.product_swiper_gainicon.product_swiper_grenn {
    background: url('/dist/images/product_green.png') center center no-repeat;
}

.product_swiper_red {
    color: #d81e06 !important;
}

.product_swiper_grenn {
    color: #0cf4b5 !important;
}

.product_swiper_gainicon.product_swiper_red {
    background: url('/dist/images/product_red.png') center center no-repeat;
}

/*product sheet*/
.star_title p,
.star_title h2 {
    line-height: 1.4;
    color: #707070;
}

.product_sheet {
    padding: 60px 0 105px;
}

.sheet_relative {
    position: relative;
}

.product_sheet_div {
    margin: 60px 0 0;
}

.product_sheet .product_text {
    margin-top: 20px;
    text-align: center;
}

.product_sheet .product_text p {
    font-size: 14px;
    color: #707070;
    text-align: left;
    font-style: oblique
}

.product_sheet {
    padding: 80px 0;
    background: #f7f9fb;
}

.product_sheet_div ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F0EDED;
}

.product_sheet_div ul li img {
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    max-width: 55px;
}

.product_sheet_div ul li span {
    margin: 0 2px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #707070;
    width: 25%;
    padding: 22px 10px;
}

.product_sheet_div ul li.sheet_title span {
    border: 1px solid #E8E8E8;
    background: #fff;
    font-size: 16px;
}

.product_sheet_div ul li.sheet_title {
    border: none;
}

.product_sheet .public_title p {
    max-width: 100%;
}

.product_sheet .product_text a {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #0CF4B5;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #0CF4B5;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 20px;
}

.product_sheet .product_text a:hover {
    background: #0CF4B5;
    color: #fff;
}

.product_loading {
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_loading img {
    max-width: 150px;
    -moz-animation: product_rotate 2s infinite linear;
    animation: product_rotate 2s infinite linear;
    -webkit-animation: product_rotate 2s infinite linear;
}

.sheet_red {
    color: #d81e06 !important;
}

.sheet_green {
    color: #0cf4b5 !important;
}

.sheet_li .sheet_pro {
    color: #707070 !important;
}

@keyframes product_rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes product_rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes product_rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

/*product_article*/
.star_ul,
.product_article {
    padding: 90px 0;
}

.article_title p {
    font-family: "Montserrat-Light", sans-serif;
}

.product_article_div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product_article_div li {
    width: -moz-calc(33% - 40px);
    width: calc(33% - 40px);
    background: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 35px;
    margin: 70px 20px 0;
}

.product_article_div li h5 {
    color: #fff;
}

.product_article_div li p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

.product_article_div li a {
    display: block;
    max-width: 200px;
    padding: 10px;
    border: 2px solid #fff;
    background: transparent;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 30px auto 0;
    text-align: center;
    color: #fff;
}

.product_article_div li a:hover {
    background: #40e9e1;
    -moz-box-shadow: -3px 1px 22px 0px rgba(222, 222, 222, 0.6);
    box-shadow: -3px 1px 22px 0px rgba(222, 222, 222, 0.6);
    border: 2px solid #40e9e1;
}

/*product account */
.account_btn,
.demo_account {
    margin-top: 66px;
}

.account_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account_btn div {
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    max-width: 240px;
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
    padding: 2px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 20px;
}

.account_btn a {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 13px 15px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.account_btn .partent_account a {
    color: #8B17FF;
    background: #fff;
}

.account_btn div:hover {
    background: #40e9e1;
    -moz-box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.account_btn .partent_account:hover a {
    background: #40e9e1;
    color: #fff;
}

.account_btn .live_account:hover a {
    background: #40e9e1;
}

.demo_account {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    color: #707070;
    font-weight: bold;
}

.account_btn_blueback .partent_account a {
    background: #000;
    color: #40e9e1;
}

.account_btn_blueback .partent_account a:hover {
    color: #fff;
}

.public_choose_account {
    background: -webkit-linear-gradient(top, rgba(201, 166, 248, .38) 0%, rgba(248, 248, 248, 1) 50%);
    background: -moz-linear-gradient(top, rgba(201, 166, 248, .38) 0%, rgba(248, 248, 248, 1) 50%);
    background: linear-gradient(180deg, rgba(201, 166, 248, .38) 0%, rgba(248, 248, 248, 1) 50%);
    padding: 120px 0 100px;
}

.public_choose_account .choose_account_title h2 {
    color: #0D0F3B;
    font-family: "Montserrat-SemiBold", sans-serif;
    text-align: center;
}

.public_choose_account .choose_account_title p {
    color: #353756;
    font-family: "Montserrat-Light", sans-serif;
    text-align: center;
    margin-top: 20px;
}

.choose_account ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choose_account ul li {
    width: -moz-calc(50% - 100px);
    width: calc(50% - 100px);
    margin: 80px 50px 0;
    -moz-box-shadow: -3px 0px 42px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 42px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-width: 450px;
}

.choose_item_title {
    padding: 60px 20px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}

.choose_line {
    width: 100%;
    height: 8px;
    background: -webkit-linear-gradient(left, #8B17FF 0%, #00E8DC 100%);
    background: -moz-linear-gradient(left, #8B17FF 0%, #00E8DC 100%);
    background: linear-gradient(90deg, #8B17FF 0%, #00E8DC 100%);
}

.choose_item_content {
    padding: 40px;
    background: #fff;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}

.choose_item_content_div p {
    color: #333;
    padding: 10px 0;
    text-align: center;
}

.choose_item_content hr {
    border: 1px dashed #a2a2a2;
    margin: 40px 0;
}

.choose_item_content .account_btn {
    margin: 0;
}

.choose_item_content .live_account {
    width: 100%;
    max-width: 254px;
}

.choose_item_content .live_account a {
    padding: 15px;
}

.choose_account .choose_item_note {
    color: #353756;
    margin-top: 50px;
    text-align: center;
    font-family: "Montserrat-Light", sans-serif;
}

.choose_account .choose_item_note strong {
    padding-right: 5px;
}

/* Why-trade-with-Star-Trader */
.account_none .star_ul .account {
    display: none;
}

.star_ul ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.star_ul .startrader_inner {
    position: relative;
    z-index: 2;
}

.star_ul {
    position: relative;
}

.star_ul:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: 'TRADE WITH US';
    color: rgba(112, 112, 112, 0.05);
    font-size: 230px;
    font-family: "Montserrat-Bold", sans-serif;
    width: 55%;
}

.star_ul ul li {
    width: 32%;
    margin: 80px 0 0;
    text-align: center;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 20px 25px;
}

.star_ul ul li:hover {
    background: #fff;
    -moz-box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.star_ul ul li:nth-child(3n - 1) {
    margin: 80px 1.3% 0;
}

.star_ul ul li .trade_item_icon {
    height: 63px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.star_ul ul li .trade_item_subtitle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #ff4521;
    margin-top: 30px;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.star_ul ul li p {
    color: #555;
    text-align: center;
    margin: 25px 0 0px;
    line-height: 1.2;
    font-family: "Montserrat-Regular", sans-serif;
}

.light_green h2 {
    color: #00E8DC;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: bold;
}

/*Economic Calendar*/
.account_btn_blueback {
    margin-top: 45px;
}

.economic_calendar {
    background: #fff;
    margin-top: -100px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
}

.economic_calendar iframe {
    width: 650px;
}

.economic_calendar_user {
    margin: 50px 0 100px;
}

.economic_calendar_user p {
    color: #1A1A1A;
}

.economic .star_ul {
    background: #f5f7f9;
}

/*MT4*/
.tool_platform {
    padding: 80px 0 0;
}

.tool_platform .tool_platform_title > img {
    margin-bottom: 60px;
}

.tool_platform_list {
    margin: 50px 0 0;
}

.tool_platform_list li {
    padding: 50px;
    background: #F7F9FF;
    -moz-border-radius: 44px;
    border-radius: 44px;
    width: 45%;
}

.tool_platform_list p {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.tool_platform_list p:last-child {
    margin: 0;
}

.tool_platform_list p:after {
    background: url(/dist/images/tool_icons.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    content: '';
    display: block;
    width: 14px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.tool_platform_list_btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tool_platform_list_btn .tool_platform_download {
    width: 45%;
    text-align: center;
}

.tool_platform_div .tool_platform_list_btn .tool_platform_download:nth-child(odd) {
    text-align: right;
}

.tool_platform_div .tool_platform_list_btn .tool_platform_download:nth-child(even) {
    text-align: left;
}

.tool_platform_list_btn a {
    max-width: 345px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #00e8dc;
    display: inline-block;
    padding: 19px 15px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #353756;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
}

.tool_platform_list_btn a strong {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 36px;
    height: 35px;
}

.tool_platform_list_btn a:hover strong {
    background-position-x: -36px !important;
}

.tool_platform_list_btn a span {
    display: inline-block;
    vertical-align: middle;
}

.tool_platform_list_btn a span.ios_text {
    vertical-align: inherit;
    text-transform: none;
}

.tool_platform_div .public_flex,
.tool_platform_div .tool_platform_list_btn {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tool_platform_system {
    color: #BCBCBC;
    text-align: center;
    margin-top: 30px;
}

.tool_platform_div .tool_platform_list_btn a,
.mt_platform .tool_platform_list_btn a {
    padding: 10px;
}

.mt_platform .tool_platform_list_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mt_platform .tool_platform_list_btn p {
    margin: 0 20px;
    max-width: 345px;
}

.mt_platform .tool_platform_list_btn a {
    background: #fff;
}

.tool_platform_list_btn a:hover,
.mt_platform .tool_platform_list_btn a:hover {
    background: #0cf4b5;
    color: #fff;
    -moz-box-shadow: -3px 1px 15px 0px #00ffba !important;
    box-shadow: -3px 1px 15px 0px #00ffba !important;
}

.tool_tablet {
    padding: 100px 0; /* display:table; */
    width: 100%;
}

.tool_tablet .tool_tablet_img img {
    max-width: 500px;
    width: 100%;
}

.tool_tablet .tool_tablet_content {
    text-align: right;
    width: 50%;
}

.tool_tablet_content .account_btn {
    margin-top: 30px;
}

.tool_tablet h2 {
    color: #707070;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 40px;
}

.tool_tablet .tool_tablet_img {
    width: 44%;
    text-align: center;
}

.tool_perfect {
    background: #F5F7F9;
    padding: 100px 0;
}

.tool_perfect h2,
.tool_steps h2 {
    color: #0D0F3B;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", sans-serif;
    font-weight: bold;
}

.tool_perfect .public_title p {
    color: #555;
    margin-top: 30px;
    text-align: center;
}

.tool_perfect_list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool_perfect_list li {
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-top: 40px;
}

.tool_perfect_list li strong {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 24px;
    display: block;
    color: #0D0F3B;
}

.tool_perfect_list li p {
    font-size: 20px;
    margin-top: 16px;
    color: #0D0F3B;
    text-transform: uppercase;
}

.tool_perfect_hint {
    max-width: 800px;
    margin: 50px auto 0;
    text-align: center;
}

.tool_webtrader .public_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool_webtrader {
    padding: 60px 0;
}

.tool_webtrader h2 {
    margin-bottom: 40px;
}

.tool_webtrader h2 span {
    display: block;
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #707070;
    font-size: 18px;
}

.tool_webtrader_img {
    width: 48%;
    margin-right: -15%;
    z-index: 1;
    text-align: right;
}

.tool_webtrader_img img {
    width: 100%;
    max-width: 600px;
    margin-top: 70px;
}

.tool_webtrader_list {
    width: 60%;
    background: #f7f9ff;
    -moz-border-radius: 44px;
    border-radius: 44px;
    padding: 80px 50px 80px 200px;
}

.tool_webtrader_list p:after {
    background: url(/dist/images/tool_icons.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.tool_steps {
    background: #F5F7F9;
    padding: 100px 0;
}

.tool_step_list {
    margin-top: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool_step_list li {
    width: 28%;
    background: #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 50px 30px 40px;
    text-align: center;
    position: relative;
    margin-right: 60px;
}

.tool_step_list li:last-child {
    margin: 0;
}

.tool_step_list li .tool_steps_num {
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    background: -webkit-linear-gradient(left, #8B17FF 9.9%, #40E9E1 93.07%);
    background: -moz-linear-gradient(left, #8B17FF 9.9%, #40E9E1 93.07%);
    background: linear-gradient(90deg, #8B17FF 9.9%, #40E9E1 93.07%);
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.tool_step_list li:after {
    content: '';
    position: absolute;
    right: -85px;
    border-top: 2px dashed #00E8DC;
    width: 55px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
}

.tool_step_list li:last-child:after {
    display: none;
}

.tool_step_list li h5 {
    color: #0D0F3B;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}

.tool_step_list li p {
    color: #555555;
    margin-top: 20px;
    line-height: 2;
}

.funding_methods {
    padding: 100px 20px;
    max-width: 980px;
}

.funding_accept h6 {
    color: #707070;
    text-align: center;
    margin-top: 30px;
}

.funding_accept .public_flex {
    justify-content: center;
}

.funding_accept ul li {
    width: -moz-calc(33% - 20px);
    width: calc(33% - 20px);
    margin: 0 20px;
}

.funding_accept ul li h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.funding_accept .funding_accept_div {
    height: 80px;
    background: #F7F8FA;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #46DAE3;
    padding: 8px 20px;
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
}

.funding_accept_div img {
    max-width: 180px;
}

.funding_wallet_div img {
    max-width: 110px;
    max-height: 50px;
}

.funding_accept .funding_accept_div h4 {
    font-size: 20px;
    color: #46DAE3;
    font-weight: bold;
    text-transform: uppercase;
}

.funding_methosd_note {
    margin-top: 50px;
}

.funding_methosd_note span,
.funding_methosd_note a {
    color: #46DAE3;
}

.funding_methosd_note p {
    text-align: left;
}

.funding_information .startrader_inner,
.founding_faqs.startrader_inner {
    max-width: 980px;
}

.funding_information {
    background: #F5F7F9;
    padding: 100px 0;
}

.funding_information ul li p {
    padding-left: 25px;
    position: relative;
    margin-top: 30px;
    line-height: 1.8;
    color: #555;
}

.funding_information ul li p:before {
    content: '';
    position: absolute;
    top: 5px;
    background: url(/dist/images/tool_icons.png) center no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    width: 12.6px;
    height: 13.3px;
    display: block;
}

.founding_faqs {
    padding: 100px 20px;
}

.founding_faqs ul li {
    width: 100%;
    border: 1.2px solid #DDDDDD;
    padding: 10px 25px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #fff;
    margin-top: 30px;
}

.founding_faqs ul li h6 {
    padding: 15px 20px 15px 0;
    position: relative;
    cursor: pointer;
    color: #000;
}

.founding_faqs ul li h6:after {
    content: '';
    position: absolute;
    width: 100%;
    background: url(/dist/images/funding_right.png) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    right: 0;
    width: 16px;
    height: 16px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.founding_faqs ul li .founding_faqs_div {
    display: none;
    padding: 15px 0 25px;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    line-height: 1.3;
}

.founding_faqs ul li h6.faqs_active {
    color: #41E5E1;
}

.founding_faqs ul li h6.faqs_active:after {
    background: url(/dist/images/funding_up.png) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.founding_faqs ul li.li_faqs {
    border: 1.2px solid #41E5E1;
}

/*demo*/
.demo {
    padding-top: 40px;
}

.demo .gfield_label {
    color: #fff !important;
}

.demo .gfield input,
.demo .gform_button {
    border: 1px solid #fff !important;
}

.demo .startrader_inner {
    position: relative;
}

.form_language {
    position: absolute;
    top: 0;
    right: 20px;
}

.form_language .demo_form_language span,
.demo_form_language a {
    color: #fff;
}

.form_language .demo_form_language .head_language_div {
    background: transparent;
    border: 1px solid #969696;
    top: 27px;
}

.form_language .demo_form_language .head_language_div a:hover {
    background: rgba(247, 247, 247, 0.3);
}

.demo_div {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.demo_div > a > img {
    max-width: 350px;
    width: 100%;
}

.form_div,
.demo_result {
    margin-top: 40px;
    background: rgba(247, 247, 247, 0.1);
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #969696;
    padding: 30px 30px 50px 30px;
}

.form_writer h3 {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 24px;
}

.form_writer > div {
    margin-bottom: 22px;
}

.form_writer input,
.register_agree {
    width: 100%;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    border: 1px solid #818181;
    padding: 12px 27px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    line-height: 1.7;
}

.register_agree {
    border: none;
    cursor: inherit;
    padding: 0 12px;
}

.demo_a {
    display: inline-block;
    text-align: center;
}

.demo input::-webkit-input-placeholder {
    color: #fff;
}

.demo input::-moz-placeholder {
    color: #fff;
}

.demo input:-ms-input-placeholder {
    color: #fff;
}

.demo input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #2B3C4E inset !important;
    -webkit-text-fill-color: #fff;
}

.form_writer > div > input, .form_writer > div > div > input {
    background-color: #2B3C4E;
}

.form_country,
.form_number,
.phone_box,
.demo_select_input {
    position: relative;
    font-size: 0;
    cursor: pointer;
}

.form_choose .form_choose_country,
.form_number .form_quhaoinput,
.demo_select_input input {
    background: url(/dist/images/gclp_landing_downbtn.png) 96% center no-repeat;
    -moz-background-size: 14px 8px;
    background-size: 14px 8px;
    cursor: pointer;
}

.demo .form_choose .form_choose_country,
.demo .form_number .form_quhaoinput,
.demo .demo_select_input input {
    background-color: #2B3C4E;
}

.form_number .form_quhaoinput {
    width: 89px;
    border-right: 0px;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    padding-right: 5px;
    cursor: pointer;
}

.form_number .form_phone {
    width: -moz-calc(100% - 89px);
    width: calc(100% - 89px);
    border-left: 0px;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    padding-left: 5px;
}

.choose_country,
.form_quhao,
.demo_select .demo_select_amount {
    width: 100%; /*height:235px;*/
    position: absolute;
    top: 47px;
    background: #fff;
    z-index: 19;
    border: 2px solid #b2b2b2;
    left: 0;
    display: none;
    text-align: left;
}

.form_country .coun_btn {
    text-align: left;
}

#country_search,
#area_search {
    padding: 2px 5px 2px 25px;
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 10px 5px;
    display: inline-block;
    color: #000;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: inherit;
    background: url('/dist/images/search_icon.png') 3px center no-repeat;
    -moz-background-size: 16px;
    background-size: 16px;
}

.form_country .choose_country_ul,
.form_quhao ul {
    overflow-y: scroll;
    height: 180px;
    cursor: pointer;
}

.form_quhao ul li,
.form_country .choose_country_ul li,
.demo_select_amount li {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 3px 5px;
}

.form_quhao ul li:hover,
.form_country .choose_country_ul li:hover,
.demo_select_amount li:hover {
    background: #B2B2B2;
    color: #fff;
}

.form_writer .form_btn_div {
    margin: 50px auto 50px;
    max-width: 200px;
}

.form_btn_div .form_btn {
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.form_btn_div .form_btn input {
    color: #fff;
    font-size: 16px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.form_btn_div .form_btn:hover {
    background: #40e9e1;
    -moz-box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.demo .form_footer {
    padding: 80px 0 0;
    text-align: center;
}

.demo_select_div {
    position: relative;
}

.demo_select_div label {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.demo_select_div .demo_select_input {
    margin-left: 80px;
}

.demo_window_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 9998;
}

.demo_window {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 4px solid #969696;
    background: #fff;
    max-width: 450px;
    width: 90%;
    display: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.demo_window .demo_close_pop {
    color: #003;
    text-shadow: 0 1px 0 #003;
    background: #fff;
    position: absolute;
    top: -35px;
    right: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 27px;
    cursor: pointer;
}

.demo_window p,
.demo_window p a,
.form_success p {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}

.demo_result {
    border: 2px solid #15CDE1;
    padding: 40px;
    padding: 60px;
}

.demo_result img {
    max-width: 90px;
}

.demo_result .register_agree {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 20px;
}

.demo_window p img,
.form_success p img {
    display: block;
    margin: 0 auto 30px;
    max-width: 90px;
}

.demo_window p a:hover {
    color: #00E8DC;
}

.form_success {
    display: none;
}

.demo .error {
    font-size: 13px;
    color: #40e9e1;
    text-align: left;
    padding-left: 12px;
    margin-top: 5px;
    display: none;
}

.agree_box {
    text-align: left;
}

.agree_box input {
    display: inline;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.agree_box span {
    color: #fff;
    vertical-align: middle;
}

.agree_box .error {
    padding: 0;
}

.register_agree a,
.demo_window p a {
    color: #40e9e1;
}

.no_found {
    background: #0D1039;
    padding: 200px 0;
    text-align: center;
}

.no_found img {
    max-width: 350px;
    width: 100%;
}

.no_found h4 {
    font-size: 100px;
    color: #0CE2D7;
    margin-top: -90px;
}

.no_found p {
    color: #77838F;
    font-size: 18px;
    text-transform: uppercase;
}

.footer {
    background: #030524;
    padding: 30px 0 50px;
}

.footer_top {
    border-bottom: 12px solid #0D1039;
}

.footer_icon {
    overflow: hidden;
}

.footer_menu_div,
.footer_icon ul {
    margin: 30px 0;
}

.footer_icon ul li {
    text-align: center;
}

.footer_icon ul li a {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 10px 5px;
}

.footer_icon ul li a:hover {
    background-position-x: -25px !important;
}

.footer_menu li a {
    text-transform: uppercase;
    color: #fff;
}

.footer_menu li a:hover {
    opacity: 0.9;
    font-weight: normal;
}

.footer_bottom {
    padding: 45px 0;
}

.footer_logo {
    width: 14%;
    text-align: center;
}

.footer_text {
    width: 83%;
}

.footer_text p {
    color: #fff;
    font-family: "Montserrat-Light", sans-serif;
    padding: 15px 0;
    line-height: 1.5;
    text-align: justify;
    font-size: 12px;
}

/* home */
.home .home_banner_wrapper {
    position: relative;
}

.home .home_banner_wrapper ul li {
    height: 600px;
    position: relative;
}

.home .swiper-button-white {
    display: none;
    margin: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 35% 35%;
    border-radius: 50%;
    transform: translateY(30px);
}

.home .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
}

/* .home .banner .startrader_inner{max-width:1600px;} */
.home .home_banner_wrapper .startrader_inner {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home .home_banner_wrapper ul li h1 {
    color: #fff;
    text-transform: Uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
}

.home .home_banner_wrapper ul li p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.home .home_banner_wrapper ul li .account_btn {
    max-width: 276px;
    min-width: 200px;
}

.btn_hover .account_btn a {
    font-size: 14px;
    border: 1px solid #ff4521;
    background-color: #ff4521 ;
    color: #ffffff;
}

.btn_hover .account_btn a:hover {
    -moz-box-shadow: -3px 1px 22px 0px rgba(222, 222, 222, 0.6);
    box-shadow: -3px 1px 22px 0px rgba(222, 222, 222, 0.6);
}

.home .home_banner_wrapper ul li .account_btn1,
.home .home_banner_wrapper ul li .account_btn2 {
    display: inline-block;
}

.home .home_banner_wrapper ul li .account_btn2 {
    margin-left: 32px;
    max-width: 345px;
}

.home .home_banner_wrapper .home_banner_list {
    max-width: 550px;
}

.home .home_banner_wrapper .swiper-pagination-bullet {
    background: url('/dist/images/banner_pagination.png') center center no-repeat;
    width: 19px;
    height: 22px;
}

.home .home_banner_wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url('/dist/images/banner_pagination_active.png') center center no-repeat;
}

.home .home_banner_wrapper .home-pagination-clickable {
    bottom: 20px;
}

.home_banner_bottom {
    background: #10133c;
    padding: 10px 0px;
}

.home_banner_bottom .startrader_inner {
    max-width: 1400px;
}

.home_banner_bottom ul {
    font-size: 0;
}

.home_banner_bottom ul li {
    display: inline-block;
    width: 18%;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.home_banner_bottom ul li:nth-child(3) {
    width: 27%;
}

.home_banner_bottom ul li p {
    color: #7f82b5;
    font-size: 14px;
    line-height: 1.8;
}

.home_banner_bottom ul li strong {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}

.home_banner_bottom ul li:after {
    content: '';
    display: block;
    width: 11.4px;
    height: 13.2px;
    background: url('/dist/images/banner_pagination.png') no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 0px;
}

.home_banner_bottom ul li:last-child:after {
    width: 0px;
}

.home_content_list {
    padding: 80px 0px;
}

.trade_universe .startrader_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home_content_list .left_box {
    width: 50%;
    margin-right: 3%;
}

.home_content_list .right_box {
    width: 47%;
}

.phone_img .left_box {
    width: 50%;
    margin-right: 0;
}

.phone_img .right_box {
    width: 58%;
    margin-right: -8%;
}

.home_content_list h2 {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.home_content_list p {
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}

.trade_universe h2 {
    color: #353756;
}

.trade_universe p {
    color: #747474;
}

.trade_universe .left_box > p {
    margin-bottom: 40px;
}

.trade_universe .trade_universe_btn {
    overflow: hidden;
    margin-bottom: 30px;
}

.trade_universe .account_btn a {
    width: 49%;
    font-size: 14px;
    border: 1px solid #00e8dc;
    display: block;
    padding: 10px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #353756;
    margin-bottom: 10px;
    line-height: 1.2;
}

.trade_universe .account_btn a:hover {
    color: #fff;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.trade_universe a strong {
    font-size: 16px;
    text-transform: none;
}

.trade_universe a:nth-child(odd) {
    float: left;
}

.trade_universe a:nth-child(even) {
    float: right;
}

.trade_universe .trade_universe_list p {
    position: relative;
    padding-left: 30px;
}

.trade_universe .trade_universe_list p:after {
    content: '';
    display: block;
    width: 12.6px;
    height: 13.3px;
    background: url('/dist/images/tool_icons.png') no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 8px;
    left: 0px;
}

.trade_advantage {
    background: rgba(13, 16, 57, 1);
    text-align: center;
}

.trade_advantage.home_content_list {
    padding-bottom: 0px;
    overflow: hidden;
}

.trade_advantage ul {
    font-size: 0;
    margin: 80px auto 0px;
    text-align: center;
    max-width: 1000px;
}

.trade_advantage ul li {
    display: inline-block;
    width: 44%;
    margin: 0px 3% 40px;
    max-width: 518px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: transparent;
    overflow: hidden;
}

.trade_advantage ul li:hover {
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.5);
}

.trade_advantage ul li a {
    display: block;
}

.trade_advantage ul li img {
    max-width: 520px;
    width: 100%;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.trade_advantage h2 {
    margin-bottom: 20px;
}

.home .public_title p {
    color: #555;
}

.home .home_why .account {
    display: none;
}

.home .star_ul {
    background: #F5F7F9;
}

.home .public_choose_account {
    background: #fff;
}

.pub_banner .account_banner_one div {
    margin: 0 auto;
}

.start_trading_world .startrader_inner {
    max-width: 980px;
}

.start_trading_world {
    padding: 150px 0px 50px;
    text-align: center;
}

.start_trading_world h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.start_trading_world p {
    color: #fff;
    margin-bottom: 80px;
}

.start_trading_world .account_btn {
    margin-bottom: 66px;
}

.account .account_btn_back .partent_account a {
    background: #000;
    color: #fff;
}

.account .account_btn_back .partent_account:hover {
    background: #40e9e1;
}

.account .account_btn_back .partent_account a:hover {
    background: #40e9e1;
}

/* trand shine*/
.trand_shine_with.home_content_list {
    padding: 100px 0px;
}

.trand_shine_with.home_content_list h2 {
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}

.trand_shine_with.home_content_list p {
    color: #fff;
    margin-bottom: 20px;
    margin: 0;
}

.trand_shine_with.home_content_list .left_text p:last-child {
    margin-top: 20px;
}

.trand_shine_with .startrader_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trand_shine_with {
    position: relative;
}

.back_post {
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgba(13, 16, 57, 1) 0%, rgba(13, 16, 57, 0.6) 70%, rgba(13, 16, 57, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(13, 16, 57, 1) 0%, rgba(13, 16, 57, 0.6) 70%, rgba(13, 16, 57, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(13, 16, 57, 1) 0%, rgba(13, 16, 57, 0.6) 70%, rgba(13, 16, 57, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(13, 16, 57, 1) 0%, rgba(13, 16, 57, 0.6) 70%, rgba(13, 16, 57, 0) 100%);
}

.trand_shine_with .startrader_inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 5;
    position: relative;
}

.trand_shine_with .left_text {
    width: 32%;
    margin-right: 2%;
}

.trand_shine_with .right_list {
    width: 69%;
    margin-left: -3%;
    text-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.trand_shine_with .right_list li {
    width: 28.33%;
    background: rgba(26, 32, 76, 0.5);
    border: 1px solid #8b17ff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 16px 5%;
    height: 240px;
    position: relative;
}

.trand_shine_with .right_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.trand_shine_with .right_list li a > div {
    padding: 0 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.trand_shine_with .right_list li a > div > p {
    text-transform: uppercase;
}

.trand_shine_with .right_list li img {
    margin-bottom: 20px;
}

.trand_shine_with_hover {
    display: none;
}

.trand_shine_with .right_list li.hover_shine img {
    display: none;
}

.trand_shine_with .right_list li.hover_shine a > div > p {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0px 10px 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.trand_shine_with .right_list li.hover_shine .trand_shine_with_hover {
    display: block;
}

.trand_shine_with .right_list li.hover_shine .trand_shine_with_hover p {
    font-size: 12px;
    padding: 5px 20px;
}

/* financial commission */
.financial_commission.trade_universe {
    padding: 0px 0px 80px;
}

.financial_commission .right_box {
    width: 50%;
    margin-left: 3%;
}

.financial_commission .right_box p {
    margin-bottom: 30px;
}

.financial_commission .left_box {
    width: 47%;
    margin-right: 0;
    text-align: center;
}

.financial_commission .left_box img {
    max-height: 400px;
}

.trade_universe.financial_commission .account_btn a {
    max-width: 190px;
    font-weight: bold;
    margin-bottom: 0px;
    float: none;
}

.financial_commission .account_btn {
    margin-top: 0px;
}

/* partner */
.partner .choose_item_content_div {
    height: auto !important;
}

.partner .choose_account ul {
    margin: 0px -1%;
}

.partner .choose_account ul li {
    margin-bottom: 80px;
    width: 30.33%;
    margin: 0px 1.5%;
}

.partner .choose_account ul li .choose_item_title {
    text-align: center;
    padding: 60px 20px;
}

.partner .choose_account ul li .choose_item_title img {
    margin-bottom: 20px;
    max-height: 120px;
}

.partner .choose_line {
    background: -webkit-linear-gradient(left, #00E8DC 0%, #8B17FF 100%);
    background: -moz-linear-gradient(left, #00E8DC 0%, #8B17FF 100%);
    background: linear-gradient(90deg, #00E8DC 0%, #8B17FF 100%);
}

.partner .public_flex {
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.partner .become_partner,
.partner .join_us_today {
    text-align: center;
}

.list_content {
    padding: 80px 0px;
}

.partner .become_partner h2 {
    color: #37029D;
    font-weight: bold;
    margin-bottom: 20px;
}

.partner .become_partner > p {
    color: #555;
    margin-bottom: 60px;
}

.partner .public_title h3 {
    text-transform: uppercase;
    font-size: 24px;
}

.partner .become_partner_list_color {
    color: #8B17FF;
    font-weight: bold;
}

.partner .become_partner_list_title {
    color: #B190F4;
    margin-bottom: 20px;
}

.partner .choose_item_content .live_account a {
    position: relative;
}

.partner .choose_item_content_div > div {
    margin-bottom: 30px;
}

.partner .choose_item_content_div .list_p {
    margin-bottom: 10px;
}

.partner .choose_item_content_div .list_p a {
    display: inline-block;
    padding: 10px;
    max-width: 200px;
    width: 100%;
    color: #fff;
    background-color: #04E2DD;
    border: 1px solid #04E2DD;
    border-radius: 10px;
    font-size: 14px;
}

.partner .choose_item_content_div .list_p a:hover {
    background-color: #fff;
    color: #04E2DD;
}

.partner .choose_item_content .live_account {
    width: 100%;
    max-width: 270px;
    margin: 0;
}

.partner .choose_item_content .live_account img {
    position: absolute;
    right: 15px;
    top: 16px;
    max-width: 8px;
}

.partner .choose_item_content hr {
    margin: 20px 0px 40px;
}

.partner .choose_item_content_div p {
    padding: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

.partner .account_btn a span {
    font-size: 30px;
    color: #fff;
}

.partner .why_become {
    padding: 100px 0px;
}

.partner .star_ul ul li img {
    max-height: 90px;
}

.partner .why_become .star_title p {
    max-width: 1000px;
    margin: 20px auto 0;
    line-height: 1.3;
}

.partner .why_become .star_title p,
.partner .why_become .star_title h2 {
    color: #707070;
}

.partner .star_ul:before {
    content: 'BECOME OUR START';
    font-size: 180px;
    line-height: 1.2;
}

.partner .star_ul ul li {
    height: auto;
}

.partner .star_ul ul li:hover {
    background: transparent;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

.join_us_today {
    margin-bottom: 100px;
}

.join_us_today h2 {
    margin-bottom: 20px;
}

.join_us_today .startrader_inner > p {
    max-width: 780px;
    margin: 0px auto 50px;
}

.join_us_today .startrader_inner > ul {
    font-size: 0;
    max-width: 780px;
    margin: 0px auto;
}

.join_us_today .startrader_inner > ul li {
    font-size: 16px;
    color: #707070;
    padding: 15px;
    width: 31.33%;
    margin: 0px 1% 50px;
    display: inline-block;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #C3CAD9;
    cursor: pointer;
    vertical-align: top;
}

.join_us_today .startrader_inner > ul li.join_active {
    background: #00E8DC;
    color: #fff;
    border: none;
}

.join_us_form .form_list {
    font-size: 0;
    text-align: left;
    -moz-box-shadow: -3px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.join_us_form .form_list > div {
    width: 48%;
    margin: 0px 2% 20px 0px;
    display: inline-block;
    vertical-align: top;
}

.join_us_form .form_list > div:nth-child(even) {
    margin-left: 2%;
    margin-right: 0;
}

.join_us_form .form_list > div label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #5A7184;
}

.join_us_form .form_list > div input {
    padding: 15px 27px;
    font-size: 14px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    color: #183B56;
    width: 100%;
    outline: none;
    border: 1px solid #C3CAD9;
}

.join_us_form .form_list #country_search, .join_us_form .form_list #area_search {
    line-height: 1.7;
}

input::-webkit-input-placeholder {
    color: #959EAD;
}

input::-moz-placeholder {
    color: #959EAD;
}

input:-ms-input-placeholder {
    color: #959EAD;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #183B56;
}

.join_us_form .error {
    margin: 5px 0px;
    display: none;
    font-size: 13px;
    color: red;
}

.join_us_form .form_list .message_box,
.join_us_form .form_list .agree_box {
    width: 100%;
}

.join_us_form .message_box textarea {
    border: 1px solid #C3CAD9;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
    padding: 15px;
    color: #183B56;
    outline: none;
    max-width: 100%;
}

textarea::-webkit-input-placeholder {
    color: #5A7184;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #5A7184;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #5A7184;
}

textarea:-ms-input-placeholder {
    color: #5A7184;
}

.join_us_form .form_list .phone_box {
    position: relative;
}

.join_us_form .form_list .phone_box #lp_area {
    width: 90px;
    border-right: 0px;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    padding-right: 5px;
    cursor: pointer;
}

.join_us_form .form_list .phone_box #lp_phone {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    border-left: 0px;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    padding-left: 10px;
}

.join_us_form .form_list .agree_box {
    margin-left: 0 !important;
}

.join_us_form .form_list .agree_box input {
    display: inline;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.join_us_form .form_list .agree_box span {
    color: #5A7184;
    font-size: 16px;
    vertical-align: middle;
}

.join_us_form .form_list .form_btn {
    width: 230px;
}

.join_us_form .form_btn .form_submit {
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
    padding: 2px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
}

.join_us_form .form_btn .form_submit:hover {
    background: #40e9e1;
    -moz-box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.join_us_form .form_list .form_btn input {
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: transparent;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.join_us_form .country_box {
    position: relative;
}

.join_us_form .choose_country,
.join_us_form #select_quhao {
    border: 2px solid #C3CAD9;
    top: 78px;
}

.join_us_form .choose_country li,
.join_us_form #select_quhao .englp_city li {
    color: #183B56;
    font-size: 14px;
    line-height: 1.5;
}

.join_us_form .choose_country li:hover,
.join_us_form #select_quhao .englp_city li:hover {
    background: #C3CAD9 !important;
    color: #fff;
}

.join_us_form a {
    color: #00e8dc;
}

.join_us_form .form_success p {
    color: #000;
}

/* contact us*/
.contact_us {
    text-align: center;
}

.contact_us .contact_us_always p {
    color: #555;
}

.contact_us_always {
    background: #fff;
    position: relative;
    margin-bottom: 100px;
}

.contact_us_always .back_radius {
    background: #F8FBFF;
    padding: 100px 0px 50px;
    position: relative;
    margin-bottom: 100px;
}

.contact_us_always .startrader_inner {
    position: relative;
    z-index: 2;
}

.contact_us_always::after {
    content: '';
    width: 120%;
    height: 200px;
    position: absolute;
    left: -10%;
    bottom: -50px;
    -moz-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    background: #F8FBFF;
}

.contact_us_always h2 {
    font-weight: bold;
}

.contact_us h2 {
    margin-bottom: 20px;
}

/* social trade*/
.table_content {
    text-align: center;
}

.table_content .partent_account {
    margin: 0 auto;
}

.table_content p {
    color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
}

.table_content .startrader_inner > p a {
    font-size: 16px;
    font-weight: bold;
}

.table_content.list_content h2 {
    margin-bottom: 20px;
    font-weight: normal;
}

.table_scroll .table_box {
    border: 1px solid #c0c0c0;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.table_scroll table {
    width: 100%;
}

.table_scroll table thead tr th {
    color: #999;
    text-align: center;
    padding: 20px;
    font-size: 26px;
    border-bottom: 1px solid #c0c0c0;
}

.table_scroll table tbody tr {
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.table_scroll table tbody tr td {
    padding: 15px 5px;
    line-height: 1.5;
    font-size: 14px;
}

.table_scroll table tbody tr td:first-child {
    border-right: 1px solid #c0c0c0;
    width: 50%;
}

.table_scroll table tbody tr:nth-child(odd) {
    background: #E6E6E6;
}

.table_scroll table tbody tr:nth-child(even) {
    background: #fff;
}

.table_scroll table tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

.table_scroll table tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
}

.web_trader .trade_universe {
    margin-bottom: 80px;
}

.web_trader .trade_universe p {
    text-align: center;
    line-height: 1.5;
}

.web_trader .trade_universe h2 {
    color: #00E8DC;
    margin-bottom: 20px;
    font-weight: normal;
}

.web_trader .left_box {
    max-width: 800px;
    margin: 0 auto;
}

.web_trader .trade_universe_btn {
    max-width: 600px;
    margin: 0 auto;
}

.web_trader .trade_universe a {
    margin-bottom: 20px;
}

.web_trader .star_ul,
.social_trade .star_ul,
.vps .star_ul {
    background: #F5F7F9;
}

.social_trade .become_rising h2,
.social_trade .become_superstar h2 {
    margin-bottom: 20px;
    font-weight: normal;
}

.social_trade .table_content .partent_account {
    max-width: 280px;
    width: 100%;
}

.social_trade .become_rising {
    padding-top: 80px;
}

.become_superstar .live_account {
    margin: 0 auto;
}

.become_superstar h2 {
    font-weight: bold;
}

.become_superstar ul {
    margin: 0px -1%;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.become_superstar ul li {
    width: 23%;
    margin: 0px 1%;
}

.become_superstar ul li h3 {
    color: #0D0F3B;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding-left: 30px;
}

.become_superstar ul li h3:before {
    content: '';
    display: block;
    width: 18px;
    height: 22px;
    background: url(/dist/images/tool_icons.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 1px;
    left: 0px;
}

.become_superstar ul li p {
    color: #555;
    font-weight: normal;
    margin-bottom: 10px;
}

.social_trade .account_btn {
    margin-top: 40px;
}

.become_superstar {
    padding-bottom: 80px;
}

/* vps */
.vps .become_superstar h2 {
    margin-bottom: 50px;
}

.vps .list_content h2 {
    font-weight: bold;
}

.vps .become_superstar ul li {
    width: 31.33%;
    margin-bottom: 50px;
}

.vps .list_content {
    padding-bottom: 30px;
}

.vps_optimise_text {
    max-width: 900px;
    margin: 0 auto;
}

.vps_optimise_text h2 {
    max-width: 500px;
    margin: 0 auto;
}

.vps .vps_optimise {
    padding-top: 0px;
}

.url_color a {
    color: #00E8DC;
}

.vps_optimise .table_scroll {
    margin-bottom: 30px;
}

.vps_optimise .table_scroll table tbody tr td:first-child {
    border-right: 0;
}

.vps_optimise .table_scroll table thead tr th:nth-child(3) {
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
}

.vps_optimise .table_scroll table thead tr th {
    width: 33.33%;
    color: #fff;
    border-bottom: 0;
    font-weight: bold;
}

.vps_optimise .table_scroll table thead tr th:nth-child(2),
.vps_optimise .table_scroll table tr td:nth-child(2) {
    background: rgba(150, 72, 251, 0.7);
    color: #fff;
    -moz-box-shadow: 15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset, -15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset, -15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset;
}

.vps_optimise .table_scroll table thead tr th:nth-child(3),
.vps_optimise .table_scroll table tr td:nth-child(3) {
    background: rgba(96, 223, 230, 0.7);
    color: #fff;
    -moz-box-shadow: 15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 15px 0px 10px -10px rgba(0, 0, 0, 0.2) inset;
}

.vps_optimise .table_scroll table tbody tr td {
    width: 33.33%;
}

/* Swap Free Accounts */
.swap_free_accounts h1 {
    max-width: 600px;
    margin: 0 auto;
}

.swap_free_accounts h2 {
    max-width: 900px;
    margin: 0 auto 40px;
}

.swap_free_trader,
.swap_free_benefits {
    text-align: center;
}

.swap_free_trader .startrader_inner {
    max-width: 900px;
}

.swap_free_trader h2 {
    text-transform: none;
    margin-bottom: 20px;
}

.swap_free_trader p {
    margin-bottom: 20px;
}

.swap_free_trader p:last-child {
    margin-bottom: 0px;
}

.swap_free_benefits {
    background: #F5F7F9;
}

.swap_free_benefits ul li p {
    text-align: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    color: #555;
}

.swap_free_benefits ul li p:after,
.getting_started_with_us_list .right_box p:after {
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    background: url(/dist/images/tool_icons.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: 0px;
}

.swap_free_benefits .startrader_inner {
    max-width: 980px;
}

.swap_free_benefits .startrader_inner > p {
    text-align: left;
    margin-bottom: 30px;
    color: #555;
}

.swap_free_benefits .startrader_inner > p:last-child {
    margin-bottom: 0px;
}

.swap_free_benefits .startrader_inner > p strong,
.swap_free_benefits .startrader_inner a,
.sometime_accept strong,
.sometime_accept a {
    color: #00E8DC;
}

/* Getting Started */
.getting_started h2 {
    margin-bottom: 20px;
}

.getting_started_with_us p {
    text-align: center;
    margin-bottom: 20px;
}

.getting_started_with_us .click_btn p:hover {
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
}

.getting_started_with_us ul li {
    border: 1px solid #46DAE3;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 63px 50px 50px;
    background: #F7F8FA;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.getting_started_with_us ul li:before {
    content: '';
    position: absolute;
    bottom: -50px;
    border-left: 2px dashed #00E8DC;
    height: 50px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
}

.getting_started_with_us ul li:last-child:before {
    display: none;
}

.getting_started_with_us ul {
    margin-top: 60px;
}

.getting_started_with_us ul li img {
    max-width: 80px;
    margin-bottom: 20px;
}

.getting_started_with_us ul li p:last-child {
    margin-bottom: 0px;
    cursor: inherit;
}

.getting_started_with_us .number {
    display: inline-block;
    position: absolute;
    top: -23px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.getting_started_with_us .number p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
}

.getting_started_with_us_list .left_box {
    width: 22%;
}

.getting_started_with_us_list .left_box p {
    color: #000;
}

.getting_started_with_us_list .right_box {
    width: 75%;
    text-align: left;
}

.getting_started_with_us_list .right_box p {
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.sometime_accept {
    max-width: 800px;
    margin: 0 auto;
}

.sometime_accept p {
    text-align: left;
    line-height: 1.5;
}

.sometime_accept > p:first-child {
    text-align: center;
    margin-bottom: 40px;
}

.sometime_accept .sometime_accept_text {
    margin-bottom: 30px;
}

.sometime_accept .sometime_accept_text p {
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
}

.sometime_accept .sometime_accept_text p:after {
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    background: url(/dist/images/tool_icons.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0px;
}

.sometime_accept .sometime_accept_text p:first-child {
    padding-left: 0px;
    margin-bottom: 10px;
}

.sometime_accept .sometime_accept_text p:first-child:after {
    display: none;
}

.sometime_accept_bottom {
    max-width: 720px;
    margin: 0 auto;
}

.getting_started_get h2 {
    text-transform: none;
}

.getting_started_get ul li {
    background: #0D0F3B;
    border: 0;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.getting_started_with_us.getting_started_get {
    padding-top: 0px;
}

.getting_started_with_us.getting_started_get h2 {
    font-weight: normal;
}

.getting_started_with_us.getting_started_get ul li {
    padding: 30px;
    margin-bottom: 40px;
}

.getting_started_with_us.getting_started_get ul li:last-child {
    margin-bottom: 0px;
}

.getting_started_with_us.getting_started_get .number {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -23px;
    top: 50%;
}

.getting_started_with_us.getting_started_get ul li:before {
    border-color: #8428FC;
}

.getting_started_with_us.getting_started_get ul li p {
    color: #fff;
    padding-left: 0;
}

.getting_started_with_us.getting_started_get ul li p:after {
    display: none;
}

.getting_started_with_us.getting_started_get .left_box {
    width: 12%;
}

.getting_started_with_us.getting_started_get .left_box img {
    margin: 0px;
}

.getting_started_with_us.getting_started_get .right_box {
    width: 85%;
}

.getting_started_you {
    background: #F5F7F9;
}

.getting_started_you .startrader_inner {
    max-width: 940px;
}

.getting_started_you p {
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

.getting_started_you .account_btn div {
    max-width: 250px;
    margin: 0 auto;
}

/* knowledge planet*/
.knowledge_planet .newsPost {
    padding: 0px;
}

.knowledge_planet .knowledge_post_list h3.line {
    margin-left: 25px;
    margin-right: 25px;
}

.knowledge_planet .knowledge_post_list h3.line:before {
    background: rgba(139, 23, 255, 0.05);
}

.line_border {
    position: relative;
}

.line_border:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #8B17FF;
    top: 50%;
    left: 25px;
    margin-top: -1px;
    content: "";
}

.line_border:after {
    position: absolute;
    width: 50px;
    height: 2px !important;
    background-color: #8B17FF;
    top: 50%;
    right: 25px;
    margin-top: -1px;
    content: "";
}

.knowledge_planet .click_right,
.knowledge_planet .click_left {
    top: 40%;
}

.knowledge_planet .p_list .swiper-container p {
    margin: 20px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.knowledge_planet .p_list .swiper-container p a {
    color: #000;
    display: inline-block;
}

.text_box {
    text-align: center;
}

.knowledge_planet .p_list .swiper-container p:before {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #8B17FF;
    top: 50%;
    left: -30px;
    margin-top: -1px;
    content: "";
    z-index: -1;
}

.knowledge_planet .post_pos {
    position: relative;
    padding: 0 23px;
}

.knowledge_planet .post_pos .swiper-container {
    max-width: 1000px;
}

.knowledge_planet .post_pos .swiper-container a {
    display: block;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.knowledge_planet .swiper-button-next,
.swiper-button-prev {
    display: none;
}

.knowledge_planet .post_listItem {
    position: relative;
    cursor: pointer;
    height: 340px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.knowledge_planet .post_listItem:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.knowledge_planet .intermediate h3.line:before {
    background: rgba(0, 232, 220, 0.05);
}

.knowledge_planet .intermediate .line_border:before {
    background-color: #00E8DC;
}

.knowledge_planet .intermediate .line_border:after {
    background-color: #00E8DC;
}

.knowledge_planet .intermediate .line {
    color: #00E8DC;
}

.knowledge_planet .intermediate .swiper-container p:before {
    background-color: #00E8DC;
}

.knowledge_planet .p_list .swiper-slide {
    width: -moz-calc(33.3333% - 12px);
    width: calc(33.3333% - 12px);
    margin-right: 18px;
}

.knowledge_planet .video_list .swiper-slide {
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
    margin-right: 18px;
}

.video_img {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.video_text_page > h5 {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.video_text_page > p {
    margin-bottom: 10px;
    font-size: 14px;
}

.none_video {
    display: none;
}

/* webinars post*/
.webinars_list ul li {
    font-size: 16px;
}

.webinars_list .left {
    width: 60%;
}

.webinars_list .left_list {
    display: none;
}

.webinars_list .left_list.active {
    display: block;
}

.webinars_list .right {
    width: 35%;
}

.webinars_list .video_list {
    -moz-box-shadow: -3px 0px 42px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 42px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin-bottom: 40px;
    position: relative;
}

.webinars_list .video_list .time {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
}

.webinars_list .video_list p {
    color: #77838F
}

.webinars_list .knowledge_planet .post_listItem {
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 13px;
    border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    border-top-left-radius: 13px;
    margin-bottom: 0px;
}

.webinars_list .knowledge_planet .post_listItem:before {
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 13px;
    border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    border-top-left-radius: 13px;
}

.webinars_list .list_text {
    text-align: center;
    padding: 30px 10px 20px;
}

.webinars_list .list_text h5 {
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}

.webinars_list .list_text p {
    margin-bottom: 10px;
    font-size: 14px;
}

.webinars_list .right > div {
    -moz-box-shadow: -3px 0px 42px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 42px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin-bottom: 40px;
}

.webinars_list .table_list li a {
    color: #77838F;
    display: block;
    padding: 18px 30px;
}

.webinars_list .table_list li:first-child a {
    -moz-border-radius-topleft: 13px;
    border-top-left-radius: 13px;
    -moz-border-radius-topright: 13px;
    border-top-right-radius: 13px;
}

.webinars_list .table_list li.color_active a {
    color: #fff !important;
    background: #42DFDA !important;
}

.webinars_list .table_list li:last-child a {
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
}

.webinars_list .table_list li:nth-child(odd) a {
    background: #F9FAFF;
}

.webinars_list .table_list li a.active {
    color: #fff;
    background: #42DFDA;
}

.webinars_list .table_list li span {
    display: none;
}

.webinars_list .contact_box {
    padding: 50px 20px;
    text-align: center;
    background-image: -webkit-linear-gradient(30deg, rgba(139, 23, 255, 0.7) 2%, rgba(80, 49, 169, 0.7) 10%, rgba(2, 230, 221, 0.7) 100%);
    background-image: -moz-linear-gradient(30deg, rgba(139, 23, 255, 0.7) 2%, rgba(80, 49, 169, 0.7) 10%, rgba(2, 230, 221, 0.7) 100%);
    background-image: linear-gradient(60deg, rgba(139, 23, 255, 0.7) 2%, rgba(80, 49, 169, 0.7) 10%, rgba(2, 230, 221, 0.7) 100%);
}

.webinars_list .contact_box p {
    color: #fff;
    margin-bottom: 40px;
}

.webinars_list .contact_box a {
    border: 1px solid #fff;
    font-size: 16px;
    display: inline-block;
    padding: 15px 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.webinars_list .contact_box a:hover {
    background: #42DFDA;
    border: 1px solid #42DFDA;
}

.webinars_list .tag_box ul {
    padding: 20px 20px;
}

.webinars_list .tag_box ul li a {
    color: #77838F;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #F7F7F7;
    padding: 5px 20px;
    margin: 0px 20px 10px 0px;
    display: inline-block;
    cursor: pointer;
}

.webinars_list .tag_box ul li a:hover {
    background: #42DFDA;
    color: #fff;
}

/* trading accounts */
.trading_accounts_choose {
    position: relative;
    padding-bottom: 100px;
}

.trading_accounts .public_choose_account {
    background: #fff;
    padding: 80px 0px;
}

.trading_accounts .trading_accounts_choose .startrader_inner {
    position: relative;
    z-index: 2;
}

.trading_accounts .trading_accounts_choose::after {
    content: '';
    width: 120%;
    height: 300px;
    position: absolute;
    left: -10%;
    bottom: 0;
    -moz-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(248, 251, 255, 1) 50%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(248, 251, 255, 1) 50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 251, 255, 1) 50%);
}

.trading_accounts .account_btn div {
    max-width: 250px;
}

.trading_accounts .table_scroll .table_box {
    max-width: 100%;
}

.trading_accounts .table_scroll .stp_url {
    color: #60DFE6;
}

.trading_accounts .table_scroll .ecn_url {
    color: #9648FB;
}

.pub_banner .startrader_inner {
    text-align: center;
    padding: 200px 20px 150px
}

.pub_banner h1 {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #fff;
    line-height: 1.125;
}

.pub_banner p {
    max-width: 1000px;
    margin: 20px auto;
    color: #fff;
    line-height: 1.4;
}

/*company*/
.company_regulations,
.company .star_ul {
    padding: 80px 0;
}

.company_regulations h2,
.our_awards_regulations h2 {
    color: #37029D;
    line-height: 1.125;
    margin-bottom: 50px;
}

.company_regulations_img {
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.company_regulations_img li {
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 1.57;
    width: 398px;
    color: #555;
}

.company_regulations_img li:nth-child(1) {
    top: -22px;
    left: 36%;
}

.company_regulations_img li:nth-child(2) {
    bottom: 0px;
    right: 4%;
}

.company_regulations_img li:nth-child(3) {
    top: 58%;
    left: -4.5%;
}

.company_regulations_img li:nth-child(4) {
    bottom: 4%;
    left: 38.5%;
}

.company_regulations_img li span {
    color: #8B17FF;
}

.company_awards,
.company_value {
    padding: 80px 0;
}

.company_awards h2,
.company_value h2,
.company_regulations h2,
.our_awards_regulations h2 {
    text-align: center;
    font-weight: bold;
}

.company_value h2.last {
    margin-top: 80px;
}

.company ul,
.company_platform_tools ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.company_awards h2 {
    color: #37029D;
}

.company_awards ul {
    margin-top: 60px;
}

.company_awards ul li {
    width: 40%;
    padding: 20px;
    font-size: 14px;
}

.company_awards ul li img {
    margin-bottom: 25px;
}

.company_awards ul li p {
    color: #555;
}

.company_value h2 {
    color: #37029D
}

.company_value_item1 {
    max-width: 850px;
    margin: 80px auto 0;
}

.company_value_item1 li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.company_value_item1_img {
    width: 20%;
}

.company_value_item1_text {
    text-align: left;
    width: 67%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555555;
}

.company_value_item1_text h4 {
    font-weight: bold;
    margin-bottom: 25px;
}

.company_value_item1_text p,
.company_value_item2_text p {
    line-height: 1.5;
}

.company_value_item2 li {
    width: 42%;
    margin: 80px 4% 0;
}

.company_value_item2_img {
    height: 110px;
    line-height: 110px;
    margin-bottom: 40px;
}

.company_value_item2_img img {
    vertical-align: middle;
    max-height: 100px;
}

.company_value_item2_text h4 {
    color: #8B17FF;
    font-weight: bold;
    margin-bottom: 25px;
}

.company .star_ul h2,
.company .public_title p {
    color: #707070
}

.company .star_ul .account {
    display: none;
}

.company_platform_tools {
    padding: 80px 0;
}

.company_platform_tools h2 {
    text-align: center;
    font-weight: bold;
}

.company_platform_tools {
    background-color: #F5F7F9;
}

.company_platform_tools h2 {
    color: #8B17FF;
    text-transform: uppercase;
}

.company_platform_tools p {
    max-width: 720px;
    margin: 35px auto 55px;
    text-align: center;
    line-height: 1.3;
}

.company_platform_tools li {
    border: 1px solid #8B17FF;
    height: 100px;
    margin: 0 10px 10px;
    padding: 15px;
    width: 192px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #8B17FF;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.company_platform_tools li:hover {
    background: #8B17FF;
    color: #fff;
}

.company_doubts {
    text-align: center;
    background: #F5F7F9;
    padding: 80px 0px;
}

.company_doubts .table_scroll .table_box {
    max-width: 100%;
}

.company_doubts h2 {
    color: #8B17FF;
    font-weight: bold;
}

.company_doubts table img {
    max-width: 300px;
    width: 100%;
}

.company_doubts .table_scroll table thead tr th {
    color: #00E8DC;
    font-weight: bold;
    width: 33.33%;
    border-right: 1px solid #c0c0c0;
    background: #fff;
    padding: 30px;
}

.company_doubts .table_scroll table tbody tr td:first-child {
    width: 33.33%;
}

.company_doubts .table_scroll tbody td {
    padding: 30px;
    border-right: 1px solid #c0c0c0;
    vertical-align: top;
}

.company_doubts .table_scroll tbody tr td:last-child {
    border-right: none;
}

.company_doubts .table_scroll thead tr th:last-child {
    border-right: none;
}

.company_doubts .table_scroll thead tr th:first-child {
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
}

.company_doubts .table_scroll thead tr th:last-child {
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
}

.company_doubts .table_scroll table tbody tr {
    background: transparent;
}

.company_doubts .startrader_inner > p {
    max-width: 700px;
    margin: 35px auto 55px;
}

.company_doubts table tr p {
    margin-bottom: 20px;
}

.company_doubts .table_scroll table a {
    font-weight: bold;
    text-decoration: underline;
}

.company_doubts table tr p:last-child {
    margin-bottom: 0;
}

.company_doubts .table_scroll table thead tr th, .company_doubts .table_scroll table tr td {
    -moz-box-shadow: 12px 0px 10px -10px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 12px 0px 10px -10px rgba(0, 0, 0, 0.2) inset;
}

.company_doubts .table_scroll table thead tr th:first-child, .company_doubts .table_scroll table tr td:first-child {
    -moz-box-shadow: none;
    box-shadow: none;
}

/*company*/

/* our awards */
.our_awards_regulations {
    padding-bottom: 40px;
}

.our_awards_regulations_img li {
    width: 25%;
    padding: 0 4%;
}

/* our awards */

/*search*/
.searchBox {
    max-width: 550px;
    margin: 50px auto 0;
}

.searchBox form {
    height: 47px;
    height: 47px;
    background-color: #fff;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 5px 5px 34px;
    background-image: url(/dist/images/search1.png);
    background-position-x: 18px;
    background-position-y: 16px;
    background-repeat: no-repeat;
}

.searchBox .searchInput {
    height: 100%;
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    border: none;
    outline: none;
    font-size: 14px;
    color: #959EAD;
}

.searchBox input[type='submit'] {
    height: 100%;
    padding: 5px 20px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: right;
    border: none;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.searchBox input[type='submit']:hover {
    background: #40e9e1;
}

.popularKey {
    margin-top: 17px;
    -webkit-align-items: flex-start !important;
    -webkit-box-align: start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.keyLabel {
    color: #fff;
    width: 28%;
    text-align: left;
}

.keyBox {
    width: 72%;
    text-align: left !important;
}

.keyBox li {
    display: inline-block;
    color: #fff;
    padding: 8px 19px;
    border: 1px solid #fff;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 0px 10px 10px 0px;
    line-height: 1;
}

.searchBox input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #959EAD;
}

/*search*/

/*news*/
.newsPost {
    padding: 50px 0;
}

.newsPost h3, .events .spotlight h3 {
    margin-bottom: 50px;
    position: relative;
    color: #8B17FF;
    font-weight: bold;
    font-size: 22px;
}

.newsPost h3.line, .events .spotlight h3.line {
    text-align: center;
}

.newsPost h3.line span, .events .spotlight h3.line span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    font-weight: bold;
}

.newsPost h3.line:before, .events .spotlight h3.line:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #8B17FF;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    z-index: -1;
}

.lastPost,
.post_anlysis,
.post_spotlight,
.news .company_platform_tools .startrader_inner {
    max-width: 1146px;
    margin: 0 auto;
    padding: 0 23px;
}

.events .post_spotlight {
    max-width: 1240px;
}

.post_list {
    position: relative;
    margin-bottom: 80px;
}

.post_list .post_listItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 13px;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #b6c2ca;
    height: 308px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.lastPost .feature_image {
    width: 50%;
    font-size: 0;
}

.lastPost .feature_image a {
    height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.post_listItem_content {
    width: 50%;
    padding: 75px 25px 80px 25px;
    position: relative;
    height: 100%;
}

.post_listItem_content .tag {
    margin-bottom: 30px;
    position: absolute;
    top: 20px;
}

.post_listItem_content .tag span {
    display: inline-block;
    padding: 7px 15px;
    background: rgb(247, 244, 254);
    color: #8B17FF;
    font-size: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    line-height: 1;
    font-family: "Montserrat-light", sans-serif;
}

.post_listItem_content h4 {
    margin-bottom: 20px;
}

.lastPost .post_listItem_content h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lastPost .post_listItem_content .text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.post_anlysis .post_listItem_content h4,
.spotlight .post_listItem_content h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post_listItem_content h4 a, .post_listItem_content h4 {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Montserrat-light", sans-serif;
}

.post_listItem > a {
    display: block;
    width: 100%;
    height: 100%;
}

.lastPost .post_listItem_content h4 a,
.lastPost .authorText .name,
.lastPost.authorText .type,
.lastPost .post_listItem_content .time,
.lastPost .authorText .type {
    color: #183B56;
}

.lastPost .post_listItem_content .text {
    color: #5A7184;
}

.post_listItem_content .text {
    font-size: 14px;
    color: #5A7184;
    line-height: 1.4;
}

.authorBox {
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    padding: 0 25px;
}

.authorBox .time {
    float: left;
    margin-top: 12px;
    color: #fff
}

.click_left {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 50%;
    margin-top: -23px;
}

.click_right {
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 0px;
    margin-top: -23px;
}

.click_btn p {
    height: 46px;
    width: 46px;
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.click_btn p img {
    width: 13px;
    margin-top: 16px;
}

.click_btn p:hover {
    background: #05F3F3;
}

.post_anlysis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.post_anlysis .post_list {
    width: 48%;
}

.post_anlysis .technical.post_list {
    margin-right: 4%;
}

.post_anlysis .post_listItem {
    margin-bottom: 35px;
    position: relative;
    height: 240px;
}

.post_anlysis .post_listItem:before,
.spotlight .post_listItem:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.post_anlysis h3 .more,
.spotlight h3 .more {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #0CF4B5;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #0CF4B5;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.more_icon {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url(/dist/images/icon_right_green.png) center center/cover no-repeat;
    margin-left: 10px;
}

.post_anlysis h3 .more:hover,
.spotlight h3 .more:hover {
    background-color: #0CF4B5;
    color: #fff;
}

.post_anlysis h3 .more:hover .more_icon,
.spotlight h3 .more:hover .more_icon {
    background: url(/dist/images/icon_right_white.png) center center/cover no-repeat;
}

.post_anlysis .post_listItem_content,
.spotlight .post_listItem_content {
    width: 100%;
}

.post_anlysis .post_listItem_content .tag span,
.spotlight .post_listItem_content .tag span {
    color: #36B37E;
    background: #fff;
}

.spotlight .spotlight_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.spotlight .post_listItem {
    width: 31.3%;
    height: 240px;
    position: relative;
}

.spotlight .post_listItem:nth-child(3n - 1) {
    margin: 0 3%;
}

.news .company_platform_tools_item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.news .company_platform_tools li {
    width: 30%;
    border: none;
    background: none;
    padding: 0;
    height: auto;
    margin: 0;
}

.news .company_platform_tools li:hover {
    background: none;
}

.news .company_platform_tools li a {
    height: 124px;
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #00E8DC;
    background: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #00E8DC;
}

.news .company_platform_tools li a:hover {
    background: #00E8DC;
    color: #fff;
}

.single p.post_risk {
    color: #666;
    font-size: 12px;
}

/*news*/

/*webinars*/
.webinarsPost .post_listItem_content h4 {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 25px;
    color: #fff;
}

.webinarsPost .post_anlysis .post_listItem_content h4 {
    top: 62%;
}

.webinarsPost .post_tips .post_listItem_content h4 {
    top: 57%;
}

.webinarsPost .post_anlysis .post_listItem {
    height: 480px;
    cursor: pointer;
}

.webinarsPost .post_anlysis .video {
    margin: 80px auto 0;
    display: block;
}

.webinarsPost .post_tips .post_listItem {
    height: 460px;
    cursor: pointer;
}

.webinarsPost .post_tips .video {
    margin: 60px auto 0;
    display: block;
}

.video_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 9998;
    display: none;
}

.video_popup_div {
    width: 90%;
    max-width: 840px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_popup_box {
    position: relative;
    height: 100%;
    background-color: #00e8dc;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.void_popup_close {
    color: #fff;
    font: 400 22px Arial;
    text-shadow: 0 1px 0 #fff;
    background: #000;
    position: absolute;
    top: -27px;
    right: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.video_wrap {
    position: relative;
}

.video_wrap img {
    display: block
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_text {
    padding: 25px;
}

.video_text p {
    font-size: 13px;
    color: #0D0F3B;
}

.video_text h5 {
    font-size: 15px;
    font-weight: bold;
    color: #0D0F3B;
    margin-bottom: 7px;
}

.video_popup .video_back_box {
    background: #fff;
}

/*webinars*/

/*article*/
.article .article_list {
    background: #f0f0f0;
    padding: 80px 0;
}

.article .post_list {
    margin-bottom: 0;
}

.article .post_list .public_flex,
.search .article_list .public_flex {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.article .article_listItem_content {
    text-align: center;
    padding: 30px;
}

.article .article_listItem {
    width: 31.3%;
    margin: 0 1% 30px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px 0px #c1c1c1;
    box-shadow: 0px 2px 10px 0px #c1c1c1;
    overflow: hidden;
}

.article .article_listItem .thumbnail {
    width: 100%;
    height: 238px;
}

.article .article_listItem .thumbnail a {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover
}

.article .article_listItem_content h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.article .article_listItem_content h4 a {
    color: #1E2022;
    font-weight: bold;
}

.article .article_listItem_content p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #77838F;
}

.article .article_listItem_content .more {
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid #04E2DD;
    color: #04E2DD;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
}

.article .article_listItem_content .more:hover {
    color: #fff;
    background: #04E2DD;
}

.article .article_listItem:nth-child(4),
.article .article_listItem:nth-child(5) {
    width: 48%;
}

.wp-pagenavi {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    height: 35px;
    display: inline-block;
    width: 35px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 26px;
    color: #77838F;
    border: none !important;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background: -webkit-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: -moz-linear-gradient(left, #8520fe 9.9%, #05F3F3 93.07%);
    background: linear-gradient(90deg, #8520fe 9.9%, #05F3F3 93.07%);
    color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: none !important;
}

.wp-pagenavi .pages, .wp-pagenavi .last {
    display: none;
}

/*article*/

/* search & tag  */
.search .article_listItem .thumbnail a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.search .thumbnail,
.search .thumbnail a {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
}

.search .article_listItem_video .thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}

.search .thumbnail img,
.search .thumbnail a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search .article_listItem_video {
    cursor: pointer;
}

.search .no-results {
    width: 100%;
    text-align: center;
}

/* search & tag  */
/* cookie */
.cookie_box {
    background: #0C184D;
    padding: 20px 0px;
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 30;
}

.cookie_box img,
.cookie_box p,
.cookie_box .startrader_inner div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
}

.cookie_box .startrader_inner {
    position: relative;
    font-size: 0;
}

.cookie_box .startrader_inner div {
    background: #05f3f3;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    max-width: 145px;
    border: 1px solid #05f3f3;
    cursor: pointer;
    min-width: 120px;
}

.cookie_box .startrader_inner div:hover {
    background: transparent;
    color: #fff;
}

.cookie_box img {
    max-width: 60px;
}

.cookie_box p {
    color: #fff;
    width: 73%;
    font-size: 12px;
}

.cookie_box span {
    position: absolute;
    top: -10px;
    right: 20px;
    color: #05f3f3;
    width: 26px;
    height: 26px;
    line-height: 20px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #0b416b;
    font-size: 20px;
    text-align: center;
}

/* cookie */
@media (max-width: 1530px) {
    .star_ul:before {
        font-size: 200px;
        width: 60%;
    }

    .partner .star_ul:before {
        font-size: 160px;
    }
}

@media (max-width: 1450px) {
    .head_menu > li:nth-last-child(2) .sub-menu, .head_menu > li:nth-last-child(3) .sub-menu {
        left: inherit;
        right: 0;
    }
}

@media (max-width: 1150px) {
    .header_main .head_menu > li {
        margin: 0 5px;
    }
}

@media (max-width: 1260px) {
    .company_regulations_img {
        max-width: 900px;
        margin: 80px auto 0;
    }

    .company_regulations_img li {
        width: 300px;
    }

    .company_regulations_img li:nth-child(1) {
        top: -6%;
    }

    .company_regulations_img li:nth-child(2) {
        bottom: -8%;
    }

    .company_regulations_img li:nth-child(4) {
        bottom: 1%;
        left: 37.5%;
    }

    .partner .star_ul:before {
        width: 76%;
    }
}

@media (max-width: 1300px) {
    .getting_started_get ul {
        padding: 0px 23px;
    }
}

@media (max-width: 1230px) {
    .star_ul:before {
        width: 75%;
    }
}

@media (max-width: 1140px) {
    .partner .choose_item_content {
        padding: 40px 20px;
    }

    .partner .choose_account ul li {
        width: 47%;
        margin-bottom: 40px;
    }

    .partner .choose_account ul li:last-child {
        margin-bottom: 0px;
    }

    .partner .choose_account ul li:last-child p {
        height: auto !important;
    }
}

@media (max-width: 1130px) {
    .cookie_box img, .cookie_box p, .cookie_box .startrader_inner div {
        margin-right: 2%;
    }
}

@media (max-width: 1100px) {
    .trand_shine_with .right_list li.hover_shine .trand_shine_with_hover p {
        padding: 5px;
    }

    .trand_shine_with .right_list li.hover_shine a > div > p {
        font-size: 12px;
        padding: 0px 5px 5px;
    }
}

@media (max-width: 1080px) {
    .home_banner_bottom ul li {
        width: 31.33%
    }

    .home_banner_bottom ul li:nth-child(3) {
        width: 37.33%
    }

    .home_banner_bottom ul li:nth-child(3):after {
        display: none;
    }

    .become_superstar ul li h3:before {
        top: -2px;
    }

    .table_content ul li h3 {
        font-size: 16px;
    }
}

@media (max-width: 1060px) {
    .knowledge_planet .p_list .swiper-slide {
        width: -moz-calc(50% - 9px);
        width: calc(50% - 9px);
    }
}

@media (max-width: 1024px) {
    .star_ul ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .star_ul ul li,
    .product_article_div li,
    .star_ul ul li:nth-child(3n - 1) {
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 70px 20px 0;
        max-width: 310px;
    }

    .demo_account {
        font-size: 22px;
    }

    .star_ul:before {
        font-size: 170px;
    }

    .footer_menu_div ul li {
        width: 33.3%;
        text-align: center;
        margin-bottom: 15px;
    }

    .head_menu_more,
    .header_main .srcoll_head_right {
        display: block;
    }

    .head_menu_div {
        display: none;
    }

    .tool_tablet .tool_platform_download {
        width: 100%;
        text-align: right;
    }

    .tool_platform_list_btn a {
        margin-bottom: 20px;
    }

    .tool_webtrader_list {
        padding: 80px 50px 80px 150px;
    }

    .newsPost h3 {
        display: block;
    }

    .post_anlysis h3 .more,
    .spotlight h3 .more {
        display: block;
        max-width: 180px;
        text-align: center;
        margin-top: 10px;
    }

    .partner .star_ul:before {
        font-size: 130px;
    }
}

@media (max-width: 992px) {
    .trand_shine_with .left_text {
        margin-bottom: 40px;
    }

    .trand_shine_with .left_text,
    .trand_shine_with .right_list {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .trand_shine_with .right_list li {
        width: 31.33%;
        margin: 0px 1% 16px 1%;
    }

// .trand_shine_with .right_list li:nth-child(1),

// .trand_shine_with .right_list li:nth-child(4) {
       margin-left: 0px;
   }

    .cookie_box p {
        width: 70%;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 30px;
    }

    .choose_account ul li {
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 80px 20px 0;
    }

    .choose_item_content {
        padding: 30px;
    }

    .our_awards_regulations_img li {
        width: 30%;
        padding: 0 6%;
    }
}

@media (max-width: 960px) {
    .company_regulations_img {
        margin: 40px auto 0;
    }

    .company_regulations_img ul {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -moz-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-top: 30px;
    }

    .company_regulations_img li {
        position: static; /* margin-bottom:20px; */
        margin-bottom: 0px;
        width: 100%;
        padding: 0 10px;
    }

    .company_regulations_img li div {
        padding-top: 0px;
        position: relative
    }

    /* .company_regulations_img li div:before{display:block;position:absolute;width:30px;height:30px;background-image:-webkit-linear-gradient(left,#8520fe 9.9%,#05F3F3 93.07%);background-image:-moz-linear-gradient(left,#8520fe 9.9%,#05F3F3 93.07%);background-image:linear-gradient(90deg,#8520fe 9.9%,#05F3F3 93.07%);color:#fff;font-size:14px;top:5px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-moz-border-radius:50%;border-radius:50%;z-index:1;line-height:30px;}
	.company_regulations_img li:nth-child(1) div:before{content:"4";}
	.company_regulations_img li:nth-child(2) div:before{content:"3";}
	.company_regulations_img li:nth-child(3) div:before{content:"2";}
	.company_regulations_img li:nth-child(4) div:before{content:"1";} */
    .company_regulations_img li:nth-child(2) {
        display: none;
    }

    .company_awards ul li {
        width: 50%
    }

    .company .company_platform_tools ul {
        max-width: 620px;
        margin: 0 auto;
    }

    .article .article_listItem {
        width: 48%;
    }

    .company_regulations h2, .our_awards_regulations h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 930px) {
    .company_doubts .table_scroll table thead tr th {
        padding: 20px 10px;
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .tool_step_list li {
        width: 100%;
        max-width: 100%;
        margin: 0 0 60px 0;
    }

    .tool_step_list li:after {
        width: 2px;
        height: 55px;
        right: 50%;
        bottom: -56px;
        top: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        border-top: none;
        border-right: 2px dashed #00E8DC;
    }

    .table_content p br {
        display: none;
    }

    .webinars_list .tag_box ul li a {
        margin: 0px 10px 10px 0px;
    }
}

@media (max-width: 880px) {
    .cookie_box p {
        width: 65%;
    }
}

@media (max-width: 850px) {
    .trade_universe .left_box,
    .trade_universe .right_box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .trade_universe.home_content_list {
        padding-bottom: 20px;
    }

    .start_trading_world h2 {
        font-size: 34px;
    }

    .become_superstar ul li {
        width: 48%;
    }

    .getting_started_with_us.getting_started_get .left_box {
        width: 15%;
    }

    .getting_started_with_us.getting_started_get .right_box {
        width: 80%;
    }

    .financial_commission.trade_universe .startrader_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .trade_universe.financial_commission .account_btn a {
        margin: 0 auto;
    }

    .trade_universe.financial_commission .right_box h2 {
        text-align: center;
    }
}

@media (max-width: 840px) {
    .lastPost.post_list .post_listItem {
        display: block !important;
        height: auto !important;
    }

    .lastPost .feature_image {
        height: 228px;
        width: 100%;
    }

    .lastPost .post_listItem_content {
        min-height: 228px;
        width: 100%;
        height: auto;
        position: static;
        padding: 25px 25px 80px 25px;
    }

    .post_anlysis {
        display: block;
    }

    .post_anlysis .post_list {
        width: 100%;
        margin: 0 auto 60px !important;
    }

    .spotlight.post_list {
        width: 100%;
        margin: 0 auto !important;
    }

    .spotlight .post_listItem {
        width: 100%;
        margin-bottom: 35px;
    }

    .spotlight .post_listItem:nth-child(3n - 1) {
        margin: 0 0 30px 0px;
    }

    .newsPost h3, .events .spotlight h3 {
        margin-bottom: 20px;
    }

    .star_ul:before {
        font-size: 140px;
    }

    .partner .star_ul:before {
        font-size: 110px;
    }
}

@media (max-width: 768px) {
    .header_main .head_scroll_menu_div {
        height: 300px;
        overflow-y: auto;
    }

    .home_banner_bottom ul li {
        width: 50% !important;
    }

    .home_banner_bottom ul li:after {
        display: none;
    }

    .home_content_list {
        padding: 60px 0px;
    }

    .trand_shine_with.home_content_list {
        padding: 60px 0px;
    }

    .trand_shine_with .right_list li a > div > p {
        font-size: 14px;
    }

    .trade_advantage ul {
        text-align: center !important;
        padding-bottom: 35px;
        margin-top: 50px;
    }

    .trade_advantage ul li {
        width: 60% !important;
        margin: 0px auto 40px;
        display: block;
    }

    .trade_advantage ul li:last-child {
        margin-bottom: 0px;
    }

    .home h1 {
        font-size: 38px;
    }

    .start_trading_world h2 {
        font-size: 32px;
    }

    .list_content {
        padding: 60px 0px;
    }

    .web_trader .trade_universe {
        margin-bottom: 40px;
    }

    .table_scroll table thead tr th {
        padding: 15px;
        font-size: 20px;
    }

    .social_trade .become_rising {
        padding-top: 60px;
    }

    .become_superstar {
        padding-bottom: 60px;
    }

    .vps .become_superstar ul li {
        width: 48%;
    }

    .getting_started_with_us .public_flex {
        display: block;
    }

    .getting_started_with_us_list .right_box {
        width: 100%;
    }

    .getting_started_with_us_list .left_box {
        width: 100%;
        margin: 0 auto 30px;
    }

    .getting_started_with_us ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .getting_started_with_us.getting_started_get .right_box,
    .getting_started_with_us.getting_started_get .left_box {
        width: 100%;
    }

    .getting_started_with_us.getting_started_get ul li p {
        text-align: center;
    }

    .trading_accounts .public_choose_account {
        padding: 60px 0px !important;
    }

    .webinars_list .left,
    .webinars_list .right {
        width: 100%;
        float: none;
    }

    .webinars_list .right {
        margin-top: 40px;
    }

    .contact_us_always .back_radius {
        padding: 60px 0px 0px;
    }

    .contact_us_always .account_btn {
        margin-top: 30px;
    }

    .partner .why_become {
        padding: 60px 0px;
    }

    .partner .choose_account ul li {
        width: 97%;
        margin-bottom: 40px;
    }

    .partner .choose_account ul li .choose_item_title {
        padding: 30px 20px;
    }

    .partner .choose_account ul li .choose_item_title img {
        max-width: 100px;
    }

    .pub_banner .startrader_inner {
        padding: 150px 20px 110px;
    }

    h1 {
        font-size: 36px;
    }

    .demo_form {
        padding: 30px 20px 30px 20px;
    }

    .demo_window p img,
    .form_success p img {
        max-width: 90px;
    }

    .register_agree {
        padding: 0;
    }

    .public_choose_account {
        padding: 60px 0px;
    }

    .choose_account ul li {
        width: 100%;
        margin: 50px 0px 0;
    }

    .footer_logo img {
        max-width: 100px;
    }

    .footer_logo,
    .footer_text {
        width: 100%;
    }

    .footer {
        padding: 30px 0 0;
    }

    .header_top_left,
    .head_language {
        display: none;
    }

    .head_main_language {
        display: block;
    }

    .header_top .public_flex,
    .tool_platform_list_btn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tool_platform_div .tool_platform_list_btn .tool_platform_download:nth-child(odd),
    .tool_platform_div .tool_platform_list_btn .tool_platform_download:nth-child(even) {
        text-align: center;
    }

    .mt_platform .tool_platform_list_btn p,
    .tool_tablet .tool_tablet_img {
        width: 100%;
    }

    .tool_tablet .tool_tablet_img img {
        max-width: 400px;
    }

    .tool_platform_list_btn .tool_platform_download {
        width: 100%;
        max-width: 345px;
        margin: 0 20px;
    }

    .account_btn,
    .demo_account {
        margin-top: 50px;
    }

    .tool_platform .tool_platform_title > img {
        margin-bottom: 45px;
    }

    .tool_platform {
        padding: 50px 0 0;
    }

    .tool_platform_list {
        margin: 0;
    }

    .tool_platform_list_btn a {
        margin-bottom: 20px;
    }

    .tool_platform_list li {
        width: 100%;
        max-width: 450px;
        margin-top: 30px;
    }

    .tool_tablet,
    .tool_perfect,
    .tool_steps,
    .star_ul,
    .product_article,
    .funding_information {
        padding: 60px 0;
    }

    .tool_tablet .tool_tablet_content {
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }

    .tool_tablet h2 {
        margin-bottom: 25px;
    }

    .tool_perfect_list li {
        width: 50%;
        max-width: 300px;
    }

    .tool_webtrader_img {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .tool_webtrader_list {
        width: 100%;
        padding: 50px;
        max-width: 520px;
    }

    .economic_calendar {
        margin-top: -60px;
        padding: 30px;
    }

    .economic_calendar .economic_calendar_div {
        overflow-x: scroll;
    }

    .economic_calendar_user {
        margin: 10px 0 60px;
    }

    .funding_accept ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .funding_accept ul li {
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .funding_accept .funding_wallet.funding_accept_div {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        padding: 20px;
    }

    .funding_wallet_div {
        width: -moz-calc(33% - 20px);
        width: calc(33% - 20px);
        margin: 10px;
    }

    .funding_methods,
    .founding_faqs {
        padding: 60px 20px;
    }

    .knowledge_planet .p_list .swiper-slide, .knowledge_planet .video_list .swiper-slide {
        width: 100%;
    }

    .cookie_box {
        padding: 10px 0px;
        z-index: 9999999999;
    }

    .cookie_box img {
        display: none;
    }

    .cookie_box p {
        width: 90%;
        margin-right: 25px;
    }

    .cookie_box .startrader_inner div {
        display: block;
        margin: 10px auto 0px;
    }

    .cookie_box span {
        top: -5px;
    }

    .star_ul:before {
        width: 80%;
    }

    .financial_commission .left_box {
        width: 100%;
    }

    .financial_commission .right_box {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width: 690px) {
    .partner .star_ul:before {
        width: 90%;
    }
}

@media (max-width: 680px) {
    .trand_shine_with .right_list li {
        width: 48% !important;
    }

// .trand_shine_with .right_list li:nth-child(odd) {
       margin-left: 0px;
   }

// .trand_shine_with .right_list li:nth-child(even) {
       margin-left: 2%;
   }

    .home .home_banner_wrapper ul li .account_btn2 {
        margin-left: 15px;
    }

    .start_trading_world {
        padding: 60px 0px 50px;
    }

    .start_trading_world .account_btn {
        margin: 40px 0px;
    }

    .start_trading_world p {
        margin-bottom: 50px;
    }

    .start_trading_world h2 {
        font-size: 28px;
    }

    .trading_accounts .table_box,
    .company_doubts .table_box,
    .vps .table_box {
        width: 690px;
        max-width: inherit !important;
    }

    .trading_accounts .table_scroll,
    .company_doubts .table_scroll,
    .vps .table_scroll {
        overflow-x: scroll;
    }

    .our_awards_regulations_img li {
        width: 50%;
        padding: 0 11%;
    }
}

@media (max-width: 670px) {
    .mt_platform .tool_platform_list_btn p,
    .tool_platform_list_btn .tool_platform_download {
        margin: 0;
    }

    .product_sheet_div {
        overflow-x: scroll;
    }

    .product_sheet_div ul {
        width: 700px;
    }

    .product_sheet_div ul li span {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1;
    }

    .product_sheet_div ul li span:first-child {
        z-index: 3;
        background: #f7f9fb;
    }
}

@media (max-width: 650px) {
    .company_awards ul li,
    .company_value_item2 li {
        width: 100%
    }

    .news .company_platform_tools li {
        width: 60%;
        margin: 0 auto 30px;
    }

    .news .company_platform_tools li:last-child {
        margin-bottom: 0;
    }

    .article .article_listItem,
    .article .article_listItem:nth-child(4),
    .article .article_listItem:nth-child(5) {
        width: 70%;
        margin: 0 auto 30px;
    }

    .head_logo {
        max-width: 200px;
    }

    .header_main .head_scroll_menu_div {
        top: 50px;
    }

    .footer_menu_div ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_menu_div ul li {
        width: 50%;
        max-width: 200px;
    }

    .star_ul ul li,
    .product_article_div li,
    .star_ul ul li:nth-child(3n - 1) {
        width: 100%;
        margin: 40px 0 0;
    }

    .account_btn div {
        width: 100%;
        max-width: 260px;
        margin: 10px 20px;
    }

    .star_ul:before {
        display: none;
    }

    .demo_account {
        font-size: 20px;
    }

    .tool_platform_list li,
    .tool_webtrader_list {
        padding: 30px;
    }

    .star_ul ul li .trade_item_subtitle {
        margin-top: 15px;
    }

    .star_ul ul li p {
        margin: 10px 0 0;
    }

    .trade_advantage ul li {
        width: 70% !important;
    }

    .head_menu_more {
        top: 9px;
    }
}

/
/
@media (max-width: 600px) {
//    .company_regulations_img li {
    width: 100%;
}

//    .company_regulations_img li:last-child {
          margin-bottom: 0;
      }

//
}

@media (max-width: 580px) {
    .join_us_today .startrader_inner > ul li {
        font-size: 14px;
    }

    .trading_accounts .trading_accounts_choose::after {
        height: 100px;
    }

    .trading_accounts .trading_accounts_choose {
        padding-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .funding_accept ul li {
        width: 100%;
        margin: 0;
    }

    .funding_wallet_div {
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
}

@media (max-width: 530px) {
    .join_us_today .startrader_inner > ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .join_us_today .startrader_inner > ul li:nth-child(3) {
        margin-bottom: 50px;
    }
}

@media (max-width: 520px) {
    .home h1 {
        font-size: 32px;
    }

    .home_banner_bottom ul li strong {
        font-size: 16px;
    }

    .home .home_banner_wrapper ul li .account_btn {
        max-width: 220px;
    }

    .home .home_banner_wrapper ul li .account_btn1,
    .home .home_banner_wrapper ul li .account_btn2 {
        display: block;
        margin: 0 auto 20px;
        max-width: 260px;
    }

    .vps .become_superstar ul li {
        width: 98%;
    }

    .vps .list_content {
        padding-bottom: 0px;
    }

    .join_us_form .form_list > div {
        width: 98%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .join_us_form .form_list {
        padding: 50px 30px 30px;
    }

    .join_us_form .form_list .form_btn {
        width: 200px;
        display: block;
        margin: 20px auto !important;
    }

    .trading_accounts_choose {
        padding-bottom: 60px;
    }

    .trading_accounts .trading_accounts_choose::after {
        height: 80px;
    }

    .trading_accounts .account_btn div {
        margin: 10px 5px;
    }

    .demo_result {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .become_superstar ul li {
        width: 98%;
        margin-bottom: 20px;
    }

    .social_trade .account_btn {
        margin-top: 20px;
    }

    .cookie_box .startrader_inner div {
        padding: 8px 20px;
    }

    .cookie_box p {
        width: 85%;
    }
}

@media (max-width: 460px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    .tool_perfect_list li {
        width: 100%;
    }

    .pub_banner .startrader_inner {
        padding: 140px 20px 80px;
    }

    .news .company_platform_tools li {
        width: 90%;
    }

    .article .article_listItem,
    .article .article_listItem:nth-child(4),
    .article .article_listItem:nth-child(5) {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .our_awards_regulations_img li {
        width: 100%;
        padding: 0 23%;
    }

    .trand_shine_with .right_list li {
        width: 80% !important;
        margin: 0 auto 16px !important;
    }

    .trade_advantage ul li {
        width: 100% !important;
    }

    .home h1 {
        font-size: 26px;
    }

    .home_banner_list .account_btn a {
        font-size: 12px;
    }

    .start_trading_world h2 {
        font-size: 25px;
    }

    .knowledge_planet .newsPost h3 {
        font-size: 18px;
    }

    .knowledge_planet .line_border:before,
    .knowledge_planet .line_border:after {
        width: 25px;
    }

    .company .trand_shine_with .right_list {
        webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 420px) {
    .footer_menu_div ul li {
        width: 100%;
        max-width: 200px;
    }

    .footer_menu_div,
    .footer_icon ul {
        margin: 15px 0;
    }

    .tool_platform_list_btn a strong {
        width: 26px;
        height: 26px;
        margin-right: 5px;
    }

    .tool_platform_list_btn a {
        font-size: 13px;
    }

    .tool_platform_list_btn a:hover strong {
        background-position-x: -26px !important;
    }

    .funding_wallet_div {
        width: 100%;
        margin: 15px 0;
    }

    .demo_select_div label {
        position: inherit;
        display: block;
        text-align: left;
    }

    .demo_select_div .demo_select_input {
        margin: 0;
    }

    .choose_item_content hr {
        margin: 20px 0;
    }

    .start_trading_world h2 {
        font-size: 20px;
    }

    .no_found h4 {
        font-size: 80px;
        margin-top: -75px;
    }

    .no_found {
        padding-bottom: 120px;
    }
}

@media (max-width: 380px) {
    p {
        font-size: 14px;
    }

    .choose_item_title {
        padding: 40px 20px;
    }

    .choose_item_content .live_account {
        margin: 10px;
    }

    .trade_universe .account_btn a {
        font-size: 12px;
    }

    .trade_universe a strong {
        font-size: 14px;
    }

    .home .home_banner_wrapper ul li p {
        font-size: 14px;
    }

    .social_trade .account_btn a {
        padding: 13px 10px;
    }

    .knowledge_planet .line_border:before,
    .knowledge_planet .line_border:after {
        width: 20px;
    }

    .join_us_form .form_list {
        padding: 40px 20px 20px;
    }

    .join_us_today .startrader_inner > ul li:nth-child(3) {
        width: 60%;
    }

    .partner .choose_item_content .live_account img {
        display: none;
    }

    .webinars_list ul li {
        font-size: 14px;
    }

    .webinars_list .contact_box a {
        font-size: 14px;
        padding: 10px 30px;
    }

    .partner .choose_item_content .live_account a {
        padding: 15px 5px;
    }
}

/* activity */
.bonus_lp {
    width: 100%;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -moz-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.bonus_lp_img {
    width: -moz-calc(100% - 720px);
    width: calc(100% - 720px);
    position: relative;
}

.bonus_lp_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bonus_lp_form {
    background: #0d0f3b;
    width: 720px;
    padding: 0 20px;
    -moz-box-shadow: -12px 13px 16px 0px rgba(0, 0, 0, 0.28);
    box-shadow: -12px 13px 16px 0px rgba(0, 0, 0, 0.28);
}

.lp_form, .bonus_lp_footer {
    width: 100%;
    max-width: 555px;
    margin: 30px auto 20px;
}

.lp_logo {
    padding: 120px 20px 0;
    text-align: center;
}

.lp_logo img {
    max-width: 200px;
    width: 100%;
}

.bonus_lp_footer {
    margin: 0 auto;
    padding: 0 0px 80px;
}

.bonus_lp_footer h3 {
    font-size: 14px;
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff;
    margin: 0 0 10px;
}

.bonus_lp_footer p, .bonus_hint {
    font-size: 12px;
    font-family: "Montserrat-Light", sans-serif;
    color: #fff;
    text-align: justify;
}

.bonus_hint {
    margin: 15px 0 0;
}

.lp_form_write > div {
    margin: 0 0 5px;
}

.lp_form_write label {
    display: block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
}

.lp_form_write label i {
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.lp_form_write input {
    width: 100%;
    height: 30px;
    background: #eee;
    outline: none;
    padding-left: 15px;
    font-size: 13px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
}

.lp_form_write .form_quhaoinput, .lp_form_write .form_choose .form_choose_country {
    background: #eee url(/dist/images/gclp_landing_downbtn.png) 96% center no-repeat;
}

.lp_form_write .choose_country, .lp_form_write .form_quhao {
    top: 54px;
}

.lp_form_write #country_search, .lp_form_write #area_search {
    border: 1px solid #818181;
    height: auto;
    line-height: 1.7;
}

.lp_form_write input::-webkit-input-placeholder {
    color: #bcbaba;
    font-size: 13px;
}

.lp_form_write input::-moz-placeholder {
    color: #bcbaba;
    font-size: 13px;
}

.lp_form_write input:-moz-placeholder {
    color: #bcbaba;
    font-size: 13px;
}

.lp_form_write input:-ms-input-placeholder {
    color: #bcbaba;
    font-size: 13px;
}

.lp_form_write .bonus_wrap {
    margin: 10px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp_form_write .bonus_wrap span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: rgb(238, 238, 238);
    margin-right: 17px;
    cursor: pointer;
}

.lp_form_write .bonus_wrap p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
    padding: 0;
}

.lp_form_write .bonus_wrap span.active {
    background: #ff006e url("/dist/images/white_checkbox.svg") center no-repeat;
    -moz-background-size: 70%;
    background-size: 70%;
}

.lp_form_write .bonus_btn {
    background: -webkit-linear-gradient(left, #d008ff 0%, #058ff3 100%);
    background: -moz-linear-gradient(left, #d008ff 0%, #058ff3 100%);
    background: linear-gradient(90deg, #d008ff 0%, #058ff3 100%);
    -moz-border-radius: 26px;
    border-radius: 26px;
    max-width: 380px;
    margin: 0 auto;
    padding: 8px 10px;
}

.lp_form_write .bonus_btn #bonus_sumit {
    opacity: .5;
    color: #fff;
    background: transparent;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 16px;
    cursor: not-allowed;
}

.lp_form_write .bonus_btn:hover {
    background: #40e9e1;
    -moz-box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -8px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.bonus_tip {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    margin: 10px 0 0;
}

.bonus_tip a {
    color: #ff006e;
    text-decoration: underline;
}

.lp_form_write .error {
    color: #ff006e;
    font-size: 12px;
    margin: 5px 0 0;
    height: 15px;
}

.bonus_success {
    text-align: center;
    display: none;
}

.bonus_success p {
    margin: 20px 0 0;
}

@media (max-width: 1500px) {
    .bonus_lp_img {
        width: -moz-calc(100% - 620px);
        width: calc(100% - 620px);
    }

    .bonus_lp_form {
        width: 620px;
    }
}

@media (max-width: 1200px) {
    .bonus_lp_img {
        width: -moz-calc(100% - 520px);
        width: calc(100% - 520px);
    }

    .bonus_lp_form {
        width: 520px;
    }
}

@media (max-width: 1024px) {
    .bonus_lp {
        display: block;
    }

    .bonus_lp_img {
        width: 100%;
        padding: 150px 20px 50px;
        text-align: center;
    }

    .bonus_lp_img img {
        position: inherit;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .lp_logo {
        padding: 20px 0 0;
    }

    .lp_form {
        margin: 20px auto;
    }

    .bonus_lp_form {
        width: 100%;
    }

    .bonus_lp_footer {
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .lp_logo img {
        max-width: 200px;
    }
}

/* Webinars New */
.webinars_now .post_upcoming {
    padding: 80px 0px 60px;
}

.webinars_now .post_previous {
    padding: 0px 0px 60px;
}

.webinars_now .post_upcoming .startrader_inner > h3 {
    color: #0D0F3B;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 60px;
}

.webinars_now .post_upcoming .more_div {
    text-align: center;
}

.webinars_now .post_upcoming .more_div .more {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #0CF4B5;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #0CF4B5;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    text-transform: none;
}

.webinars_now .post_upcoming .more_div .more:hover {
    background-color: #0CF4B5;
    color: #fff;
}

.webinars_now .post_upcoming_list {
    margin-bottom: 40px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.webinars_now .post_upcoming_list .upcoming_title {
    background: #0D0F3B;
    text-align: center;
    position: relative;
    padding: 20px 40px;
    -moz-border-radius-topleft: 13px;
    border-top-left-radius: 13px;
    -moz-border-radius-topright: 13px;
    border-top-right-radius: 13px;
}

.webinars_now .post_upcoming_list .upcoming_title span {
    position: absolute;
    top: 22px;
    left: 40px;
    color: #0D0F3B;
    background: #fff;
    padding: 7px 15px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
}

.webinars_now .post_upcoming_list .upcoming_title h3 {
    color: #00E8DC;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px 120px;
}

.webinars_now .post_upcoming_list .post_listItem {
    height: 220px;
}

.webinars_now .upcoming_text {
    background: #0D0F3B;
    padding: 40px 50px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
}

.webinars_now .list1 p, .webinars_now .list2 p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Webinars now */
.webinars_now .post_upcoming_list .post_listItem {
    font-size: 0;
    position: relative;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    border-bottom-right-radius: 13px;
}

.webinars_now .post_upcoming_list .post_listItem.radius_btn {
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}

.webinars_now .people_img {
    width: 20%;
}

.webinars_now .people_img img {
    max-width: 150px;
}

.webinars_now .content_title {
    width: 50%;
    margin: 0px 3%;
}

.webinars_now .time_right {
    width: 24%;
}

.webinars_now .post_listItem .back_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 40px;
}

.webinars_now .post_listItem .back_box .back_list {
    display: inline-block;
    vertical-align: middle;
}

.webinars_now .time_right p {
    color: #fff;
    margin-bottom: 10px;
}

.webinars_now .content_title h2 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}

.webinars_now .content_title h2 span {
    font-size: 24px;
    color: #00E8DC;
    font-family: "Montserrat-Light";
    display: block;
}

.webinars_now .click_btn {
    position: absolute;
    bottom: -20px;
    right: 30px;
}

.webinars_now .click_btn p {
    background: transparent;
    border: 2px solid #fff;
    position: relative;
}

.webinars_now .click_btn p img {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6.5px;
    margin-left: -6.5px;
}

.webinars_now .click_btn p img.scale_click {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.webinars_now .click_btn p:hover {
    background: #05F3F3;
    border: 2px solid #05F3F3;
}

.webinars_now .upcoming_text div h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.webinars_now .upcoming_text {
    padding: 0 20px;
    font-size: 0;
}

.webinars_now .upcoming_text .list1 p:last-child, .webinars_now .upcoming_text .list2 p:last-child {
    margin-bottom: 0px;
}

.webinars_now .list1 {
    width: 29%;
}

.webinars_now .list2 {
    width: 42%;
}

.webinars_now .upcoming_text .public_flex > div {
    border-right: 1px solid #6a6a6c;
    padding: 40px 20px 40px;
}

.webinars_now .form_list3 {
    width: 29%;
    border-right: none !important;
}

.webinars_now .list1,
.webinars_now .list2 {
    text-align: center;
}

.webinars_now .public_flex {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.webinars_now .upcoming_text {
    display: none;
}

/* form */
.webinars_now .lp_form_write > div {
    margin: 0 0 10px;
}

.webinars_now .lp_form_write .error {
    height: auto;
    margin: 3px 0px;
}

.webinars_now .bonus_lp_form {
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
    background: transparent;
    padding: 0;
}

.webinars_now .lp_form,
.webinars_now .bonus_lp_footer {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
}

.webinars_now .lp_form_write input {
    background: transparent;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
}

.webinars_now .lp_form_write #demo_area {
    border-right: none;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.webinars_now .lp_form_write .form_phone {
    border-left: none;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.webinars_now .lp_form_write .bonus_btn input {
    border: none;
    padding-left: 0;
}

.webinars_now .lp_form_write .form_quhaoinput,
.webinars_now .lp_form_write .form_choose .form_choose_country {
    background: url(/dist/images/webinar_landing_downbtn.png) 96% center no-repeat;
}

.webinars_now .lp_form_write .bonus_wrap span {
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #fff;
}

.webinars_now .lp_form_write .bonus_wrap span.active {
    background: #ff006e url(/dist/images/white_checkbox.svg) center no-repeat;
    border: 1px solid #ff006e;
}

.webinars_now .lp_form_write input::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
}

.webinars_now .lp_form_write input::-moz-placeholder {
    color: #fff;
    font-size: 13px;
}

.webinars_now .lp_form_write .bonus_wrap p {
    color: #fff;
}

.webinars_now .lp_form_write .choose_country,
.webinars_now .lp_form_write .form_quhao {
    top: 36px;
}

.webinars_now .lp_form_write .bonus_btn {
    padding: 0;
    margin: 0 auto 0px;
}

.webinars_now .bonus_success img {
    max-width: 80px;
}

.webinars_now .post_previous .upcoming_text .public_flex > div {
    width: 50%;
}

.webinars_now .post_previous .list2 {
    border-right: 0 !important;
}

.webinars_now .video_previous {
    text-align: center;
    padding: 20px 0px 40px;
}

.video_previous a {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background: #05F3F3;
    border: 2px solid #05F3F3;
}

.video_previous a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -7px;
}

.important_links {
    background: #F5F7F9;
    overflow: hidden;
}

.important_links ul {
    font-size: 0;
    margin: 60px -2% 0px;
}

.important_links ul li {
    width: 29.33%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #00E8DC;
    text-align: center;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    margin: 0px 2%;
}

.important_links ul li:hover {
    background: #00E8DC;
}

.important_links ul li:hover p {
    color: #fff;
}

.important_links ul li:hover h4 {
    color: #fff;
}

.important_links ul li a {
    display: block;
    padding: 50px 30px 50px;
    height: 288px;
}

.important_links ul li h4 {
    color: #00E8DC;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.important_links ul li p {
    text-align: center;
    margin-bottom: 20px;
}

.important_links ul li p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .webinars_now .post_listItem .back_box .back_list {
        display: block;
        margin: 0px 0px 10px;
        width: 100%;
        text-align: center;
    }

    .webinars_now .people_img img {
        max-width: 110px;
    }

    .webinars_now .post_upcoming_list .post_listItem {
        height: 320px !important;
    }

    .webinars_now .content_title h2 {
        font-size: 26px;
    }

    .webinars_now .content_title h2 span {
        font-size: 20px;
    }

    .webinars_now .time_right p {
        margin-bottom: 5px;
    }

    .webinars_now .click_btn {
        position: static;
    }

    .webinars_now .click_btn p {
        margin: 0 auto;
        width: 36px;
        height: 36px;
    }

    .webinars_now .content_title h2 {
        font-size: 26px;
    }

    .webinars_now .content_title h2 span {
        font-size: 20px;
    }

    .webinars_now .upcoming_text .public_flex > div {
        width: 100%;
        padding: 20px 0px;
        border-bottom: 1px solid #6a6a6c;
        border-right: none;
    }

    .webinars_now .post_previous .upcoming_text .public_flex > div {
        width: 100%;
    }

    .webinars_now .video_previous {
        padding: 20px 0px;
    }
}

@media (max-width: 950px) {
    .webinars_now .post_upcoming_list .upcoming_title h3 {
        font-size: 20px;
    }

    .webinars_now .post_upcoming_list .upcoming_title span {
        top: 18px;
    }
}

@media (max-width: 850px) {
    .webinars_now .post_upcoming_list .upcoming_title {
        padding: 20px;
    }

    .webinars_now .post_upcoming_list .upcoming_title span {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }

    .webinars_now .post_upcoming_list .upcoming_title h3 {
        margin: 0;
    }

    .important_links ul li a {
        padding: 30px 20px 30px;
    }

    .important_links ul li h4 {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .important_links ul {
        margin-left: 0px;
        margin-right: 0px;
    }

    .important_links ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .important_links ul li:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 680px) {
    .webinars_now .post_listItem .back_box {
        padding: 0px 20px;
    }

    .webinars_now .post_upcoming .startrader_inner > h3 {
        display: block;
        font-size: 22px;
    }

// .webinars_now .post_upcoming .more_div .more {
       display: block;
       max-width: 180px;
       text-align: center;
       margin-top: 10px;
   }
}

@media (max-width: 600px) {
    .webinars_now .content_title h2 {
        font-size: 20px;
    }

    .webinars_now .content_title h2 span {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .webinars_now .content_title h2 {
        font-size: 18px;
    }

    .webinars_now .content_title h2 span {
        font-size: 16px;
    }
}

/* home swiper active*/
.home_click_show {
    display: none;
}

.active_loop .click_btn {
    position: absolute;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    top: 50%;
    cursor: pointer;
    margin-top: 0;
    z-index: 10;
}

.active_loop .click_left {
    left: 0;
}

.active_loop .click_right {
    right: 0;
}

.active_loop .swiper-button-next,
.active_loop .swiper-button-prev {
    display: none;
}

.active_loop {
    font-size: 0;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.active_loop .swiper-container {
    max-width: 1040px;
    padding: 0px 50px 35px;
    margin: 0 auto;
}

.trade_advantage .active_loop ul {
    max-width: 100%;
}

.trade_advantage .active_loop ul li {
    margin: 0;
}

@media (max-width: 768px) {
    .trade_advantage .active_loop ul li {
        max-width: 100%;
        width: 100% !important;
    }

    .active_loop .click_btn {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }

    .active_loop .click_btn img {
        max-width: 20px;
    }

    .active_loop .swiper-container {
        max-width: 500px;
    }

    .active_loop ul {
        padding-bottom: 0px;
    }
}

@media (max-width: 420px) {
    .active_loop .swiper-container {
        max-width: 1040px;
        padding: 0px 30px 35px;
        margin: 0 auto;
    }
}

/* .home .home_banner_wrapper ul .banner_list2 h1,.home .home_banner_wrapper ul .banner_list2 p,.home .home_banner_wrapper ul .banner_list2 .account_btn a{color:#0e1236;} */
@media (max-width: 450px) {
    .home .home_banner_wrapper ul li p {
        font-size: 14px;
    }
}

html,
body {
    margin: 0 !important;
}

#home_activity li {
    display: none;
}

.swiper-wrapper {
    height: auto !important;
}

.trade_item_icon.public_flex img {
    width: 60px;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.pagination .page-item {
    margin: 5px;
}

.pagination .page-item span, .pagination .page-item a {
    color: #77838F;
    padding: 8px 16px;
}

.pagination .page-item.active span {
    background-color: #ff4521;
    border-radius: 3px;
    color: #ffffff;
}