.home_content {
    background: #f1f3f4;
    width: 100%;
    overflow: hidden;
}

/*.home_content h2{ padding:0px; margin:0px 0px 48px; line-height:1.2; color:#2544a2; font-size:30px; text-transform:uppercase; font-weight:normal; text-align:center;}
.home_content h2:after{ content:""; display:block; margin:17px auto 0px; width:70px; height:3px; background:#2544a2;}*/

.home_row2 {
    background: #007bff;
}

.home_row2 .inner {
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
}

.home_row2_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.home_row2_content_icon {
    display: block;
    width: 437px;
    max-width: 100%;
    height: auto;
}

.home_row2 h3 {
    color: #fff;
    margin-bottom: 29px;
    position: relative;
    z-index: 9;
    width: 100%;
}

.home_row2 .text_box {
    width: 520px;
    max-width: 47%;
    padding-top: 2px;
    position: relative;
    z-index: 9;
}

.home_row2 .text_box p {
    padding: 0px;
    margin: 0px 0px 37px;
    color: #FFF;
    font-family: 'Gilroy-Regular';
}

.home_row2 .text_box p a {
    color: #FFF;
    text-decoration: none;
    font-family: 'Gilroy-SemiBold';
}

.home_row2 .text_box p a:hover {
    color: #FFF;
    text-decoration: underline;
}

.home_row2 .text_box p strong {
    font-size: 15px;
}

.home_row2 .img_box {
    width: 502px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    max-width: 47%;
}

.home_row2 .img_box img {
    display: block;
    width: 100%;
    height: auto;
}

/*Home video popup window css Start*/

.forexsignals_video_pos_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 9998;
}

.forexsignals_video_pos {
    position: fixed;
    width: 840px;
    margin: 0px auto;
    left: 50%;
    margin-left: -420px;
    top: 34%;
    max-width: 100%;
    z-index: 9999;
    display: none;
}

.forexsignals_video_pos div.forexsignals_video_close_button {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -35px;
    right: -35px;
    line-height: 38px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.forexsignals_video_pos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.forexsignals_video_pos img {
    display: block;
    width: 100%;
}

@media(max-width:942px) {
    .forexsignals_video_pos {
        width: 90%;
        max-width: 90%;
        top: 20%;
        margin-left: -45%;
    }
    .forexsignals_video_pos div.forexsignals_video_close_button {
        width: 30px;
        height: 30px;
        top: -35px;
        right: -10px;
        line-height: 28px;
        font-size: 18px;
    }
}

/*Home video popup window css End*/

.home_row4 {
    background: #ffffff;
}

.home_row4 .inner {
    padding-top: 80px;
    padding-bottom: 45px;
    position: relative;
}

.home_row4 .inner:after {
    content: "";
    display: block;
    width: 371px;
    height: 344px;
    background: url(images/home_row4_content_icon.png) left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -70px;
    top: 0px;
}

.home_row4 .home_row4_content {
    width: 100%;
    position: relative;
    z-index: 9;
}

.home_row4 h2 {
    margin: 0px 0px 72px;
    font-size: 36px;
    color: #007bff;
    line-height: 1.35;
}

.home_row4 h2 strong {
    color: #034854;
    font-size: 54px;
}

.home_row4 ul {
    padding: 0px;
    margin: 0px -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.home_row4 ul li {
    padding: 0px 10px 20px;
    margin: 0px;
    text-align: center;
    width: 16.66%;
}

.home_row4 ul li .icon {
    padding-bottom: 22px;
}

.home_row4 ul li .icon img {
    display: block;
    margin: 0px auto;
    width: 136px;
    height: auto;
    max-width: 100%;
}

.home_row4 ul li h4 {
    font-size: 16px;
    color: #646464;
    font-family: 'Gilroy-SemiBold';
    line-height: 1.25;
}

.home_row6 {
    background: #007bff;
}

.home_row6 .inner {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

.home_row6 h3 {
    color: #fff;
    margin-bottom: 40px;
}

.home_row6 ul.home_three_rows {
    padding: 0px;
    margin: 0px -39px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home_row6 .home_three_rows li {
    padding: 0px;
    margin: 0px;
    width: 33.3333%;
    padding: 0px 39px 30px;
}

.home_row6 .home_three_rows li .home_three_rows_box {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
    height: 100%;
    padding-top: 62px;
    padding-bottom: 46px;
    text-align: center;
}

.home_row6 .home_three_rows li .home_three_rows_box .img_box {
    position: relative;
    padding-bottom: 27px;
}

.home_row6 .home_three_rows li .home_three_rows_box .img_box img {
    display: block;
    margin: 0px auto;
}

.home_row6 .home_three_rows li .home_three_rows_box p {
    line-height: 1.2;
    padding: 0px 0px 3px;
    margin: 0px;
    font-size: 20px;
    color: #007bff;
    font-family: 'Gilroy-Medium';
}

.home_row6 .home_three_rows li .home_three_rows_box a {
    display: inline-block;
    font-size: 18px;
    color: #646464;
    text-decoration: underline;
    font-family: 'Gilroy-SemiBold';
}

.home_row6 .home_three_rows li .home_three_rows_box a:hover {
    color: #646464;
    text-decoration: none;
}

.home_row6 .home_three_rows li .text_box {
    padding: 0px 42px 0px;
}

.home_row7 {
    background: #f5f5f5;
    position: relative;
    width: 100%;
}

.home_row7:after {
    content: "";
    display: block;
    background: url(images/home_row7_content_icon.png) left -176px no-repeat;
    width: 913px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.home_row7 .inner {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 9;
}

.home_row7 .text_box {
    width: 600px;
    max-width: 49%;
    padding: 80px 20px 76px;
    background: url(images/home_row7_text_box_bg30f4.png?v=3) left top repeat-y;
    background-size: 100% auto;
}

.home_row7 .text_box h3 {
    color: #007bff;
    margin-bottom: 30px;
}

.home_row7 .text_box p {
    padding: 0px;
    margin: 0px 0px 38px;
    max-width: 100%;
    color: #646464;
    font-family: 'Gilroy-Regular';
}

.home_row7 .text_box h4 {
    font-size: 16px;
    color: #034854;
    font-family: 'Gilroy-SemiBold';
    margin-bottom: 36px;
}

.home_row7 .text_box ul {
    clear: both;
    padding: 8px 0px 0px;
    margin: 0px;
}

.home_row7 .text_box ul li {
    display: inline-block;
    padding: 0px 10px 10px 0px;
    margin: 0px;
}

.home_row7 .text_box ul li a {
    display: block;
    max-width: 100%;
}

.home_row7 .text_box ul li a span {
    display: block;
    width: 177px;
    height: 52px;
    background-image: url(images/public_icons_new.png);
    background-repeat: no-repeat;
}

.home_row7 .text_box ul li a span.google_play_icon {
    background-position: 0px -230px;
}

.home_row7 .text_box ul li a span.app_store_icon {
    background-position: -197px -230px;
}

/* 20200716 */

.home_row5 {
    background: #f5f5f5;
}

.home_row5 .inner {
    padding-top: 80px;
    padding-bottom: 65px;
}

.home_row5 h3 {
    color: #007bff;
    margin-bottom: 45px;
    font-family: 'Gilroy-Bold';
}

.home_row5_left {
    width: 46%;
    float: left;
}

.home_row5_right {
    width: 49.2%;
    float: right;
    padding-top: 15px;
}

.home_row5_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_row5_video_box {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 24px;
}

.video_right {
    color: #161c29;
}

.video_content {
    position: relative;
    width: 100%;
}

.video_content img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.video_content iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 8;
}

.video_content .home_live {
    width: 90px;
    height: 46px;
    background-image: url(images/home_live5e1f.jpg?v=2);
    background-position: center;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 16px 0px 0px 10px;
}

.video_content .home_live .home_live_light {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f00;
}

.home_row5_video .home_row5_video_box p {
    font-size: 12px;
    color: #81b2fd;
    margin-bottom: 18px;
}

.home_row5_video .home_row5_video_box p img {
    margin-right: 10px;
    cursor: pointer;
}

.home_row5_video .home_row5_video_box h6 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.home_row5_left_bottom {
    border-radius: 25px;
    background: #fff;
    padding: 20px 5px 20px 25px;
}

.home_row5_left_bottom_content {
    height: 396px;
    overflow-y: auto;
}

.home_row5_left_bottom_content::-webkit-scrollbar {
    width: 11px;
    height: 6px;
}

.home_row5_left_bottom_content::-webkit-scrollbar-thumb {
    height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f5f5f5;
}

.home_row5_left_bottom_content::-webkit-scrollbar-track {
    background-color: transparent;
}

.home_row5_left_bottom ul {
    padding-right: 10px;
}

.home_row5_left_bottom ul li {
    border-bottom: 2px solid #e5e5e5;
    padding: 15px 0px 5px 70px;
    position: relative;
}

.home_row5_left_bottom ul li:first-child {
    padding-top: 0px;
}

.home_row5_left_bottom ul li:first-child .home_row5_rihght_left {
    top: -5px;
}

.home_row5_left_bottom .home_row5_rihght_left {
    padding: 15px 0px 8px;
    width: 70px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.home_row5_left_bottom .home_row5_rihght_left span {
    display: block;
    margin: 0px auto;
    background-image: url(images/public_icons_new.png);
    background-repeat: no-repeat;
}

.home_row5_left_bottom .home_row5_rihght_left span.home_row5_icon1 {
    width: 39px;
    height: 37px;
    background-position: 0px -180px;
}

.home_row5_left_bottom .home_row5_rihght_left span.home_row5_icon2 {
    width: 40px;
    height: 31px;
    background-position: -58px -180px;
}

.home_row5_left_bottom .home_row5_rihght_left span.home_row5_icon3 {
    width: 36px;
    height: 15px;
    background-position: -117px -180px;
}

.home_row5_left_bottom .home_row5_right_right {
    width: 100%;
}

.home_row5_left_bottom .home_row5_right_right h4 {
    font-size: 16px;
    line-height: 1.2;
    color: #034854;
    margin: 0px 0px 7px;
    font-family: 'Gilroy-Bold';
}

.home_row5_left_bottom .home_row5_right_right h5 {
    font-size: 14px;
    line-height: 1.2;
    color: #646464;
    margin: 0px 0px 7px;
    font-family: 'Gilroy-Bold';
}

.home_row5_left_bottom .home_row5_right ul li:last-child {
    border: 0;
    padding-bottom: 0px;
}

.home_row5_left .home_row5_top {
    margin-bottom: 25px;
}

.home_row5_top .tab_title {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

.home_row5_top .tab_title li {
    width: 25%;
    position: relative;
    cursor: pointer;
}

.home_row5_top .tab_title li.tab_title_forex {
    width: 21%;
}

.home_row5_top .tab_title li.tab_title_commodities {
    width: 30%;
}

.home_row5_top .tab_title li.tab_title_indices {
    width: 21%;
}

.home_row5_top .tab_title li.tab_title_share_cfds {
    width: 28%;
}

.home_row5_top .tab_title li.active {
    z-index: 20;
}

.home_row5_top .tab_title li:before,
.home_row5_top .tab_title li:after {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    background-color: #c5c5c5;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    top: 0px;
}

.home_row5_top .tab_title li:before {
    left: -1px;
}

.home_row5_top .tab_title li:after {
    right: -1px;
}

.home_row5_top .tab_title li.active:before,
.home_row5_top .tab_title li.active:after {
    background: #007bff;
}

.home_row5_top .tab_title li span {
    display: block;
    padding: 13px 2px 12px;
    color: #FFF;
    font-size: 16px;
    font-family: 'Gilroy-SemiBold';
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 9;
}

.home_row5_top .tab_title li.active span {
    font-size: 18px;
    z-index: 10;
    padding: 20px 2px 18px 2px;
}

.home_row5_top .tab_title li span:after {
    content: "";
    display: block;
    width: 20px;
    height: 48px;
    background: url(images/home_row5_tab_title_li_shadow7b30.png?v=4) left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 8;
    left: -8px;
    bottom: -1px;
    transform: rotate(14deg);
}

.home_row5_top .tab_title li:first-child span::after {
    display: none;
}

.home_row5_top .tab_title li:first-child:before {
    left: 0px;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.home_row5_top .tab_title li:last-child:after {
    right: -10px;
}

.home_row5_top .tab_title li.active:first-child:before {
    left: 0;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.home_row5_top .tab_title li.active:after {
    right: -5px;
}

.home_row5_top .tab_title li.active:last-child:after {
    right: -13px;
}

.home_row5_top .tab_title li.active span:after {
    left: -15px;
}

.home_row5_top .tab_list .tab_item {
    position: absolute;
    left: -9999px;
}

.home_row5_top .tab_list .tab_item.active {
    position: relative;
    left: 0;
}

.home_row5_top .tab_list .tab_item {
    padding: 0px;
}

.home_row5_top .tab_list .tab_item h5 {
    font-size: 16px;
    margin: 0px;
}

.home_row5_top .tab_list .tab_item .tab_item_box {
    text-align: center;
    margin-bottom: 15px;
}

.home_row5_top .tab_list .tab_item .tab_item_box p {
    line-height: 1;
    margin: 0px 0px 5px;
    font-size: 10px;
}

.home_row5_top .tab_list .tab_item .tab_item_box .progress_box {
    text-align: left;
}

.home_row5_top .tab_list .tab_item .tab_item_box .progress_box span {
    font-weight: bold;
    font-size: 12px;
    color: #2544a2;
}

.home_row5_top .tab_list .tab_item .tab_item_box .progress_box .progress_bar {
    width: 90%;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    height: 15px;
    vertical-align: sub;
}

.home_row5_top .tab_item_box .progress_box .progress_bar .blue_block {
    background-color: #1a2989;
    height: 100%;
    display: inline-block;
}

.home_row5_top .tab_item_box .progress_box .progress_bar .red_block {
    background-color: #d42b29;
    height: 100%;
    display: inline-block;
}

.home_row5_top .tab_item_box .progress_box .progress_bar i {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    font-style: normal;
    text-transform: uppercase;
}

.home_row5_top .tab_item_box i.blue_block_title {
    left: 10px;
    background-color: #1a2989;
}

.home_row5_top .tab_item_box i.red_block_title {
    right: 10px;
    background-color: #d42b29;
}

.home_row5_top .tab_list .tab_item .tab_item_box .progress_box .progress_bar:after {
    border-left: 1px dashed #fff;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 1px;
    height: 15px;
    content: '';
    display: block;
}

.home_row5_top .tab_list .tab_item .tab_item_con {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 13px;
}

/* .home_row5_top .tab_list .tab_item .tab_item_box:last-child{margin-bottom: 25px;} */

/*.white_back{background-color: #ffffff;}
.gray_back{background-color: #f7f7f7;}
.red_back{background: #e91d2c;}
.blue_back{background-color: #214cd2;}*/

.home_row5 .tab_item table {
    width: 100%;
}

.home_row5 .tab_item table tr td:first-child {
    width: 12%;
    text-align: center;
}

.home_row5 .tab_item table .row5_tbody_top td {
    color: #034854;
    font-size: 18px;
    padding: 15px 2px 8px;
    font-family: 'Gilroy-Bold';
    border-bottom: 1px solid #999999;
}

.home_row5 .tab_item table tr td {
    padding: 5px 5px;
    color: #034854;
    font-size: 16px;
    width: 21%;
    text-align: center;
    font-family: 'Gilroy-Medium';
}

.home_row5 .tab_item table tr:nth-child(2) td {
    padding-top: 20px;
}

.home_row5 .tab_item table .row5_tbody_buttom td {
    width: 100% !important;
    text-align: right !important;
    padding: 0;
}

.home_row5 .tab_item table tr td.bid_text,
.home_row5 .tab_item table tr td.ask_text {
    position: relative;
}

.home_row5 .tab_item table tr td.bid_text span,
.home_row5 .tab_item table tr td.ask_text span {
    font-size: 12px;
    position: absolute;
    top: 16px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.home_row5 .tab_item table tr td.spr_text span {
    background: #214cd2;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
}

.home_row5 .tab_item table tr td.spr_text span.red {
    background: #e91d2c;
}

.home_row5 .tab_item table tr td.product_icon span {
    background-image: url(images/public_icons_new.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.home_row5 #row5_tbody1 td.product_icon span {
    width: 40px;
    height: 40px;
}

.home_row5 #row5_tbody2 td.product_icon span {
    width: 40px;
    height: 40px;
}

.home_row5 #row5_tbody3 td.product_icon span {
    width: 40px;
    height: 40px;
}

.home_row5 #row5_tbody4 td.product_icon span {
    width: 62px;
    height: 40px;
}

.home_row5_tab_icon1 {
    background-position: -178px -54px;
}

.home_row5_tab_icon2 {
    background-position: -119px -54px;
}

.home_row5_tab_icon3 {
    background-position: 0px -54px;
}

.home_row5_tab_icon4 {
    background-position: -59px -54px;
}

.home_row5_tab_icon5 {
    background-position: -400px -54px;
}

.home_row5_tab_icon6 {
    background-position: -289px -54px;
}

.home_row5_tab_icon7 {
    background-position: -348px -54px;
}

.home_row5_tab_icon8 {
    background-position: -552px -54px;
}

.home_row5_tab_icon9 {
    background-position: -499px -54px;
}

.home_row5_tab_icon10 {
    background-position: -446px -54px;
}

.home_row5_tab_icon11 {
    background-position: -594px -54px;
}

.home_row5_tab_icon12 {
    background-position: -738px -54px;
}

.home_row5_tab_icon13 {
    background-position: -820px -54px;
}

.home_row5_tab_icon14 {
    background-position: -657px -54px;
}

.home_row5 .home_row5_top .tab_list {
    min-height: 275px;
    position: relative;
}

.home_row5 .home_row5_top .tab_item {
    display: none;
}

.rotate {
    width: 137px;
    height: 137px;
    animation: mymove 1s infinite linear;
    margin: 0 auto;
    display: block;
}

.home_row5 .home_row5_top .tab_list .loading {
    padding-top: 55px;
    width: 100%;
    height: 244px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.video_content .loading {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.video_content img.rotate {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    cursor: auto;
}

.home_row5_video .video_content iframe {
    display: block;
    left: -9999px;
}

.video_content img.video_img {
    transition: all 0.6s;
}

.video_content img.video_img:hover {
    transform: scale(1.2);
}

.video_content {
    overflow: hidden;
}

@keyframes mymove {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes flash_red {
    0% {
        background: rgba(255, 0, 0, 0);
    }
    50% {
        background: rgba(255, 0, 0, 1);
    }
    100% {
        background: rgba(255, 0, 0, 0);
    }
}

.flash_red_box {
    animation: flash_red 0.5s infinite linear;
    -webkit-animation: flash_red 0.5s infinite linear;
}

/*Google Language Translator Css Start*/

/*body.ar .home_row5_top .tab_title li.tab_title_commodities{ width:18%;}
body.ar .home_row5_top .tab_title li.tab_title_share_cfds{ width:40%;}

body.kk .home_row5_top .tab_title li span{ font-size:13px; padding-top:14px; padding-bottom:14px;}
body.kk .home_row5_top .tab_title li.active span{ font-size:15px; padding-top:20px; padding-bottom:20px;}
body.kk .home_row5_top .tab_title li.active span:after{ left:-15px;}
body.kk .home_row5_top .tab_title li.active:last-child:after{ right:-10px;}
body.kk .home_row5_top .tab_title li.tab_title_forex{ width:18%;}
body.kk .home_row5_top .tab_title li.tab_title_commodities{ width:18%;}
body.kk .home_row5_top .tab_title li.tab_title_indices{ width:25%;}
body.kk .home_row5_top .tab_title li.tab_title_share_cfds{ width:39%;}*/

/*Google Language Translator Css End*/

@media (max-width:1760px) {
    .home_row7:after {
        max-width: 50%;
    }
}

@media (max-width:940px) {
    .home_row6 .home_three_rows li .text_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_row2 .inner {
        padding-bottom: 100px;
    }
    .home_row2 .text_box {
        padding-bottom: 30px;
    }
    .home_row4 h2 {
        font-size: 34px;
    }
    .home_row4 h2 strong {
        font-size: 45px;
    }
    .home_row4 ul li {
        width: 33.333%;
    }
    .home_row5 .inner {
        padding-bottom: 40px;
    }
    .home_row5 h3 {
        margin-bottom: 30px;
    }
    .home_row5_video {
        justify-content: space-around;
    }
    .home_row5_left {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
    .home_row5_right {
        width: 360px;
        float: none;
        margin: 0px auto;
        max-width: 100%;
    }
    .home_row6 h3 {
        margin-bottom: 30px;
    }
    .home_row6 ul.home_three_rows {
        margin-left: -20px;
        margin-right: -20px;
    }
    .home_row6 .home_three_rows li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_row6 .home_three_rows li .home_three_rows_box p {
        font-size: 18px;
    }
    .home_row6 .home_three_rows li .home_three_rows_box a {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .home_row2 .inner {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .home_row2 h3 {
        margin-bottom: 20px;
    }
    .home_row2 .text_box {
        width: 100%;
        max-width: 100%;
    }
    .home_row2 .text_box p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .home_row2 .text_box {
        width: 100%;
    }
    .home_row2_content_icon {
        margin-top: 0px;
        width: 400px;
        max-width: 100%;
    }
    .home_row2 .img_box {
        width: 300px;
        max-width: 100%;
        margin: 0px auto;
        position: static;
    }
    .home_row2_content {
        flex-direction: column;
    }
    .home_row4 .inner {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .home_row4 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .home_row4 h2 strong {
        font-size: 40px;
    }
    .home_row4 .inner:after {
        right: -340px;
    }
    .home_row4 ul li {
        padding-bottom: 0px;
    }
    .home_row5 h3 {
        margin-bottom: 20px;
    }
    .home_row5 .inner {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .home_row5_video {
        display: block;
    }
    .home_row5_video_box {
        margin: 0 auto;
    }
    .video_left {
        margin-bottom: 20px;
    }
    .home_row5_top .tab_title li {
        width: 50%;
    }
    .home_row5_left_bottom .home_row5_right_right h4 {
        font-size: 14px;
    }
    .home_row5_left_bottom .home_row5_right_right h5 {
        font-size: 13px;
    }
    .home_row6 .inner {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .home_row6 h3 {
        margin-bottom: 25px;
    }
    .home_row6 .home_three_rows li {
        width: 50%;
    }
    .home_row6 .home_three_rows li .home_three_rows_box .img_box img {
        width: 140px;
        height: auto;
    }
    .home_row7 .inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .home_row7 .text_box {
        width: 60%;
        max-width: 60%;
        padding: 50px 20px 40px;
    }
    .home_row7 .text_box p {
        margin-bottom: 20px;
    }
    .home_row7 .text_box h4 {
        margin-bottom: 20px;
    }
    .home_row7 .text_box ul {
        padding-top: 0px;
    }
    .home_row7:after {
        max-width: 40%;
        background-position: left top;
        background-size: 480px auto;
        top: 100px;
    }
}

@media (max-width:650px) {
    .home_row4 h2 {
        font-size: 30px;
    }
    .home_row4 ul li h4 {
        font-size: 14px;
    }
    .home_row4 ul li .icon {
        padding-bottom: 15px;
    }
    .home_row4 ul li .icon img {
        width: 80px;
        height: auto;
    }
    .home_row5_top .tab_list .tab_item .tab_item_con {
        overflow-x: scroll;
    }
    .home_row5 .tab_item table {
        min-width: 600px;
    }
    .home_row5 .tab_title {
        border-radius: 10px 10px 0px 0px;
        overflow: hidden;
    }
    .home_row5_top .tab_title li.tab_title_forex,
    .home_row5_top .tab_title li.tab_title_commodities,
    .home_row5_top .tab_title li.tab_title_indices,
    .home_row5_top .tab_title li.tab_title_share_cfds,
    .home_row5 .tab_title li {
        width: 50%;
    }
    .home_row5 .tab_title li:after,
    .home_row5 .tab_title li:before,
    .home_row5 .tab_title li.active:after,
    .home_row5 .tab_title li.active:before {
        display: none !important;
    }
    .home_row5 .tab_title li span {
        background: #c5c5c5;
    }
    .home_row5 .tab_title li.active span {
        background: #007bff;
        font-size: 16px;
        padding: 13px 2px 12px;
    }
    .home_row5_top .tab_title li span:after {
        display: none;
    }
    .home_row6 .home_three_rows li {
        width: 300px;
        margin: 0px auto;
        max-width: 100%;
    }
    .home_row6 .home_three_rows li .home_three_rows_box p {
        font-size: 20px;
    }
    .home_row6 .home_three_rows li .home_three_rows_box a {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .home_row7 {
        padding-bottom: 50px;
    }
    .home_row7 .text_box {
        width: 100%;
        max-width: 100%;
    }
    .home_row7 .text_box ul li a {
        margin: 0px auto;
    }
    .home_row7:after {
        position: relative;
        width: 300px;
        max-width: 300px;
        height: 208px;
        left: 50%;
        margin-left: -150px;
        right: auto;
        top: auto;
        bottom: 0px;
        display: block;
        background-size: 100% 100%;
        background-position: left top;
    }
}

@media (max-width:420px) {
    .home_row4 .inner:after {
        width: 239px;
        height: 221px;
        right: -170px;
    }
    .home_row4 ul li {
        width: 50%;
    }
    .home_row5_top .tab_title li.tab_title_forex,
    .home_row5_top .tab_title li.tab_title_commodities,
    .home_row5_top .tab_title li.tab_title_indices,
    .home_row5_top .tab_title li.tab_title_share_cfds,
    .home_row5 .tab_title li {
        /* width:100%;*/
    }
}