.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #ffffff;
}

.containLoginLine {
    background-color: #ffffff;
}

.vc_inner img {
    width: 100%;
    height: 600px;
}

.countriesList {
    padding: 0;
    list-style-type: none;
    margin: auto;
    width: 90%;
    text-align: left;
}

.countriesList li {
    padding: 5px;
    cursor: pointer;
}

.countriesList li:hover {
    background: #4385ff;
    color: #ffffff;
}

.countryInput[readonly] {
    background: #ffffff !important;
}

.containCountry {
    background: #e2e2e2;
    border-radius: 5px;
    color: #000000;
    position: absolute;
    top: 4px;
    z-index: 3;
    display: none;
    left: -8px;
    height: 200px;
    overflow: auto;
}

/* Country Flags
--------------------------------------------------------------- */
.flag {
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;

    width: 16px;
    height: 11px;
    background: url('/wp-content/themes/theforest/images/flags-sprites/flags.png') no-repeat;
    border: none;
    font-size: 1px;
    line-height: 1px;
}

.vc_item.vc_active {
    height: 600px !important;
}

i.fa.fa-comments-o:hover,
i.fa.fa-envelope-o:hover,
i.fa.fa-mobile:hover {
    color: #3aa3da;
}

@font-face {
    font-family: NexaBold;
    src: url('fonts/Nexa Bold.otf');
}

@font-face {
    font-family: NexaLight;
    src: url('fonts/Nexa Light.otf');
}

#theater {
    overflow: hidden;
    height: 700px;
    /*position: relative;*/
}

#theater .contentVidioBox {
    position: absolute;
    top: 250px;
    width: 100%;
    right: 0%;
}

#theater2 {
    overflow: hidden;
    height: 700px;
    /*position: relative;*/
}

#theater2 .contentVidioBox {
    position: absolute;
    top: 80px;
    width: 100%;
    right: 0%;
}

.grayLine {
    width: 100%;
    height: 43px;
    padding-top: 6px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
}

.loaderFrom {
    float: right;
    display: none;
}


body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;


}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #999 !important;
}

.content {
    /*background-color: #fff;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}

span {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
}

.text-center-sm {
    text-align: center;
}

td.gold {
    background-color: #b69360;
    color: #fff;
}

td.gold a {
    color: #fff;
}

td.gold span {
    color: #fff;
}

.main-content {
    color: #999;
    background: #fff;
}

.table thead {
    background-color: #999;
    color: #fff;
}

.table td {
    color: #333;
}

.panel-body {
    color: #333;
    padding-top: 20px;
}

.list-group-item {
    color: #333;
}

.navbar {
    min-height: 40px;
    /*background: #333;*/
}

.none-float {
    float: none !important;
}

.none-float {
    float: none !important;
}

ul.navbar-nav>li>a {
    color: #000000 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

ul.navbar-nav>li>a:hover {
    color: #000000 !important;
    cursor: pointer;
}

.navbar-time {
    height: 15px;
    width: 100px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: right;
    padding: 0;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    display: none;
}

#lang_sel {
    top: -5px;
    display: none !important;
}

.navbar-time-mobile {
    height: 15px;
    width: 100px;
    margin-top: 0px;
    margin-right: 10px;
    text-align: right;
    padding: 0;
    color: #000000;
    display: inline-block;
    vertical-align: top;
}

.btn-signup {
    height: 50px;
    padding-top: 13px;
    padding-left: 30px;
    padding-right: 30px;
}

hr {
    margin: 30px 0 25px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.thumbnail {
    background-color: #fff;
}

.table-white {
    background-color: #fff;
}

.page-header {
    color: #000000;
    margin-top: 35px;
    margin-bottom: 15px;
}

div.page-header h1 {
    color: #000;
    text-align: center;

}

h3,
h2 small.text-muted {
    text-shadow: none;
}

.greybox {
    background: #444;
    color: #fff;
    /*background: #ccc;*/
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 20px;
    text-align: center;
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    margin-top: 0px;
}

.greybox-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}


body.theme-dark .greybox {
    /* background: #ccc; */
    background: #444;
    color: #fff;
}

.theme-dark {
    color: #ccc;
}

.whitebox {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    color: #333;
}


.nav-pills>li>a {
    background-color: #ddd;
}

.nav-pills>li>a:hover {
    background-color: #ccc;
}

.nav-pills>li.active>a {
    background-color: #222;
}

.nav-pills>li.active>a:hover {
    background-color: #555;
}

.nav-pills.my-account>li>a {
    color: #fff;
}

.nav-pills.my-account>li>a {
    background-color: #444;
}

.nav-pills.my-account>li>a:hover {
    background-color: #333;
}

.nav-pills.my-account>li.active>a {
    background-color: #777;
}

.nav-pills.my-account>li.active>a:hover {
    background-color: #777;
}


.nav-tabs {
    margin-bottom: 10px;
}

.nav-tabs>li>a {
    background-color: #e7e7e7;
}

.nav-tabs>li>a:hover {
    background-color: #ddd;
}

.nav-tabs>li.active>a {
    background-color: #f5f5f5;
}

.nav-tabs>li.active>a:hover {
    background-color: #f5f5f5;
}

.nav-tabs.nav-white {
    margin-bottom: 0px;
}

.nav-tabs.nav-white li.active a {
    background-color: #fff;
}

.container-white {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-top: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.grey {
    background-color: #555;
}

.control-group ul li {
    color: red;
}

.navbar-brand {
    font-size: 16px;
    font-weight: bold;
}

.table-overview {
    table-layout: fixed;
}

.table-overview td {
    text-align: center;
}

.table-overview tbody td {
    font-size: 26px;
    height: 50px;
    font-weight: bold;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
}

.table-activity a {
    font-weight: bold;
}

.alert {
    margin-top: 15px;
}

/* Marketing Layout
--------------------------------------------------------------- */
/*
.navbar {
}
.navbar .brand {
	margin-left: 0;
}

ul.navbar-nav > li > a:hover  {
	color: #fff !important;
	background-color: #444 !important;
}
ul.navbar-nav > li.active > a {
	color: #fff !important;
	background-color: #b69360 !important;
	border-top-color: #b69360 !important;
	border-bottom-color: #b69360 !important;
}   
*/


/*
.navbar {
	min-height: 36px;
	border: none !important;
}
.navbar .brand {
	margin-left: 0;
}

ul.navbar-nav > li > a  {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ddd !important;
}
ul.navbar-nav > li > a:hover  {
	color: #fff !important;
	background-color: #444 !important;
}
ul.navbar-nav > li.active > a {
	color: #fff !important;
	background-color: #b69360 !important;
	border-top-color: #b69360 !important;
	border-bottom-color: #b69360 !important;
}   
*/

.navbar {
    border-bottom: #272727 1px solid;
    margin-top: 0px;
}

.navbar .brand {
    margin-left: 0;
}

/*
ul.navbar-nav > li > a  {
	color: #ddd !important;
}
ul.navbar-nav > li > a:hover  {
	color: #fff !important;
	background-color: #444 !important;
}
ul.navbar-nav > li.active > a {
	color: #fff !important;
	background-color: #b69360 !important;
	border-top-color: #b69360 !important;
	border-bottom-color: #b69360 !important;
}   

*/


.btn-red {
    background-color: #d14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background-image: linear-gradient(top, #dd4b39, #d14836);
    border: none !important;
    color: #fff;
}

.btn-red:hover {

    background-color: #c53727;
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(top, #dd4b39, #c53727);
    /* border-color: #b0281a; */

    color: #fff;
}

/* Topbar
--------------------------------------------------------------- */

.topbar {
    background-color: #444;
}

.topbar ul.navbar-nav>li>a {
    color: #aaa !important;
    padding: 6px 15px 5px 15px;
}

ul.topbar>li>a {}

.topbar ul.navbar-nav>li>a:hover {
    color: #fff !important;
}

.topbar ul.navbar-nav>li.active>a {
    color: #fff !important;
    background-color: #000 !important;
}

.topbar .navbar-text {
    margin: 6px 15px 5px 15px;
    color: #888;
}

.topbar .navbar-brand {
    padding: 6px 15px 5px 15px;
    margin: 0;
    color: #888;
    height: auto;
}

/* Navbar
--------------------------------------------------------------- */
/* Customize the nav-justified links to be fill the entire space of the .navbar */


.nav-justified {
    background-color: #eee;
    border-radius: 5px;
}

.nav-justified>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    text-align: center;
    background-color: #e5e5e5;
    /* Old browsers */
}

.nav-justified>.active>a,
.nav-justified>.active>a:hover,
.nav-justified>.active>a:focus {
    background-color: #b69360;
    background-image: none;
    color: #fff;
}

.nav-justified>li:first-child>a {
    border-radius: 5px 5px 0 0;
}

.nav-justified>li:last-child>a {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

.logo-img {
    width: 325px;
    margin: auto;
    padding-top: 30px;
}


/* Spin
--------------------------------------------------------------- */

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Footer
--------------------------------------------------------------- */
footer {
    color: #e1e1e1;
    margin-top: 0px;
}

footer .footer-bottom {
    /*background-color: #1a1a1a;*/
    background-color: #fff;

    padding-top: 0px;
    padding-bottom: 0px;

}

footer .footer-text {
    margin-bottom: 20px;
}

footer a {
    color: #ddd;
    text-decoration: none;
    font-size: 12px !important;
    font-weight: 500;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}


/* Modal center vertically
--------------------------------------------------------------- */

.modal {
    color: #333;
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .modal-dialog-center {
        width: 100%;
    }

    #navbar {
        position: absolute;
        width: 100%;
        top: 104px;
        padding-bottom: 30px;
    }
}


/* jimmy */

.modal-body strong {
    text-transform: capitalize;
}





/* Sprite How to Trade (HTT)
--------------------------------------------------------------- */
.sprite-htt {
    width: 150px;
    height: 80px;
    background: url('images/sprite-how-to-trade.png') no-repeat;
    border: none;
    margin-right: 3px;
}

.sprite-htt-1 {
    background-position: 0 0
}

.sprite-htt-2 {
    background-position: -150px 0
}

.sprite-htt-3 {
    background-position: -300px 0
}

.sprite-htt-4 {
    background-position: -450px 0
}


/* Sprite Flags Rounded
--------------------------------------------------------------- */
.sprite-flags-rounded {
    display: inline-block;
    width: 22px;
    height: 22px;
    /*background:url('images/sprite-flags-rounded.png') no-repeat;*/
    border: none;
    margin-right: 3px;
    margin-top: 7px;
    margin-bottom: 5px;
}

.sprite-flags-rounded-en {
    background-position: 0 0
}

.sprite-flags-rounded-zh {
    background-position: -22px 0
}


a .sprite-flags-rounded-en:hover {
    background-position: 0 -22px
}

a .sprite-flags-rounded-zh:hover {
    background-position: -22px -22px
}




/* Homepage
--------------------------------------------------------------- */
.homepage {
    text-align: center;
}

.homepage header {
    padding: 130px 20px 110px 20px;
}

.homepage header h1 {
    font-size: 90px;
    text-align: center;
    line-height: 1em;
    margin: 0px 0 50px 0;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.homepage header p.lead {
    margin: 50px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    color: #ddd;
}

.homepage header .btn-signup {}

.homepage h2 {
    margin-bottom: 30px;
}

.homepage #secondary {
    padding-top: 20px;
    background: #444;
}

.homepage #get-started {
    padding: 30px 0 10px 0;
    background: #fff;
}

.homepage .steps {
    padding: 50px 0 40px 0;
    background: #ccc;
}

.homepage .steps .text {
    margin-top: 200px;
    margin-bottom: 200px;
}

.homepage .steps#step1,
.homepage .steps#step3 {
    background: #eee;
}

.homepage .steps h3 {}

/* Marketplace Overview
--------------------------------------------------------------- */
.container.stream-marketplace .table {
    background-color: #fff;
}

.container.stream-marketplace .cell-image {
    width: 100px;
}

.container.stream-marketplace .cell-image img {}

.row-stream>div {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.row-stream>div>div>div {
    padding-left: 10px;
}

.row-stream .image {}

.progress {
    height: 10px;
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    left: 10px;
}

/* Stream Marketplace
--------------------------------------------------------------- */
.stream-right {}

/* Stream box
--------------------------------------------------------------- */
.streambox {
    margin-top: 20px;
}

/* Stream Show
--------------------------------------------------------------- */
.container.stream-show {
    margin-top: 65px;
}

.container.stream-show .month {
    margin-bottom: 12px;
}

/* Video Page
--------------------------------------------------------------- */
.form-video-subscribe input {
    height: 45px;
    margin: auto;
    font-family: "Times New Roman" Times;
}

.form-video-subscribe {
    margin-top: 25px;
}

.form-video-subscribe #buttonGo {
    width: 150px;
    height: 55px;
    margin-top: auto;
    margin-left: 10px;
    font-family: "Times New Roman" Times;
}

/* Sign up */
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 40px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .text_after_checked {
    width: auto;
    min-width: 0;
}

.form-signin input {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    width: 100%;
}

/* Dropdown sub menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    width: 224px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.fix-margin {
    margin-top: 30px;
}

.import_stauts {
    margin-bottom: 30px;
}

/* Modal deposit page */
.modal-body-deposit {
    max-height: 600px !important;
}

/* socail-bookmarks */
.socail-bookmarks {
    min-height: 60px;
    margin-top: 4px;
}

/* Trading
--------------------------------------------------------------- */
#assetPrice {
    padding: 12px 0;
    margin: 12px 0;
    border-radius: 5px;
    background-color: #e5e5e5;
    color: #999;
    text-align: center;
    font-size: 30px;
}

.btn-call {
    padding: 13px 0;
    font-size: 30px;
}

.btn-put {
    padding: 13px 0;
    font-size: 30px;
}

.pediod-selector {}

.greybox.actionbox {
    padding-top: 17px;
    font-size: 13px;
}

.greybox.assetsbox {
    padding-top: 15px;
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.greybox-hero {
    padding-top: 100px;
    padding-bottom: 100px;
}

#assets_class_select {
    color: #333;
}

/* Form-box
--------------------------------------------------------------- */


.form-box {
    margin: 0px;
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: rgb(34, 34, 34) 2px 2px 10px 0px;
    box-shadow: rgb(34, 34, 34) 2px 2px 10px 0px;
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(223, 223, 223) 99%);
    background-position: initial initial;
    background-repeat: initial initial;
}

.activate-box {
    width: 699px;
    height: 198px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    margin-top: 20px;
    background-image: url('/bundles/goptionsoptionprofitcompass/images/activate-free-trial.png');
    background-repeat: none;
}

.btn-red {
    background-color: #D92A02;
    border-color: #AA0D00;
    margin-bottom: 8px;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    background-color: #AA0D00;
    border-color: #AA0D00;
    margin-bottom: 8px;
}



div.form-group ul,
div.errors,
ul.help-block {
    list-style: none;
    color: #b00;
    list-style-position: outside;
    text-align: center;
    margin-bottom: 20px;
}

label.required:before {
    content: "* ";
    color: red;
}

ul.help-block {
    list-style: none;
    color: #b00;
    list-style-position: outside;
    text-align: center;
}



form .error {
    color: #b00;
}

.footer-logos {
    background-color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* Sprite footer */
.sprite-footer {
    background-image: url('/images/sprite-footer.png');
    background-repeat: no-repeat;
    display: block;
    width: 165px;
    height: 53px;
}

.sprite-footer-visa {
    background-position: 0 0;
}

.sprite-footer-mastercard {
    background-position: -165px 0;
}

.sprite-footer-wiretransfer {
    background-position: -330px 0;
}

.sprite-footer-unionpay {
    background-position: -495px 0;
}

.sprite-footer-dowjones {
    background-position: -660px 0;
}

.sprite-footer-nasdaq {
    background-position: -825px 0;
}

.sprite-footer-deutschebank {
    background-position: -990px 0;
}

.sprite-footer-london {
    background-position: -1155px 0;
}

.sprite-footer-18plus {
    background-position: -1320px 0;
}






/* Arrows
--------------------------------------------------------------- */
.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #b69360;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}



/* Responsive Adjustments
--------------------------------------------------------------- */
.hide-in-small-screen {
    display: block;
}

@media(max-width:1199px) {
    .hide-in-small-screen {
        display: none;
    }
}

@media(max-width:979px) {}

/* Responsive: phones */
@media (max-width: 767px) {
    #theater .contentVidioBox {
        top: 460px;
    }

    .text-center-sm {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .none-float {
        float: right !important;
    }

    .text-center-sm {
        text-align: center;
    }

    .nav-justified {
        max-height: 52px;
    }

    .nav-justified>li>a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }

    .nav-justified>li:first-child>a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }

    .nav-justified>li:last-child>a {
        border-right: 0;
        border-radius: 0 5px 5px 0;
    }
}

.rightSide {
    float: right;
}

.leftSide {

    float: left;
}

.left-text h2,
.left-text p {
    text-align: left;
}

.left-text h2 {
    font-weight: bold;
    color: #000000;
}

.boldText {
    font-weight: bold;
}

.holdImages {
    padding-bottom: 10px
}

.box {
    text-align: left;
    padding-top: 5px;
    color: #000000;
}

.box p,
.box span {
    text-align: left;
}

.biggerSize {
    font-size: 18px;

}

#open_account_submit {
    background-color: #4083e4 !important;
    border-color: #4083e4 !important;
    font-size: 22px;
}

ul.footerListBottom {}

ul.footerListBottom li {
    float: left;
    width: 31%;
    list-style-type: none;
    padding-bottom: 20px;
}

/*ul.footerListBottom li:nth-child(2) {
    padding-left: 15%;
}
ul.footerListBottom li:nth-child(3){
	//padding-left: 100px;	
} 

ul.footerListBottom li:nth-child(1) {
   text-align: right;
}

ul.footerListBottom li:nth-child(4) {
   text-align: left;
}*/
ul.footerListBottom li:nth-child(3) {
    text-align: center;
}

ul.footerListBottom li:nth-child(2) {
    text-align: center;
}

ul.footerListBottom li:nth-child(5) {
    text-align: center;
}

ul.footerListBottom li:nth-child(1) {
    text-align: center;
}

ul.footerListBottom li a {
    text-align: center;
    color: #000000;
    font-family: Roboto !important;
}

ul.footerListBottom li a:hover {
    color: #000000;
}

@media screen and (max-width: 769px) {
    ul.footerListBottom li {
        float: none;
        width: 100%;
        list-style-type: none;
        padding-bottom: 20px;
        text-align: center;
    }

    ul.footerListBottom li:nth-child(1),
    ul.footerListBottom li:nth-child(2),
    ul.footerListBottom li:nth-child(3),
    ul.footerListBottom li:nth-child(4),
    ul.footerListBottom li:nth-child(5) {
        text-align: center;
        padding-left: 0;
        font-size: 20px;
    }
}


ul.loggedInList li {
    float: right;
    top: -15px;
    list-style-type: none;
    position: relative;
    padding: 5px;
    text-align: center;
}

ul.loggedInList li:nth-child(5) {
    background-color: #fff;
    border-radius: 2px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

}

ul.loggedInList li:nth-child(6) {
    text-align: center;
}

.smallLineInMenuBox a {
    color: #000000;
}

.menuBoxOpen {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 5px;
    top: 29px;
    right: 0px;
    min-width: 130px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

#toggleMenuActionMobile {
    background-color: #bf1e2e;
    border-radius: 2px;
    cursor: pointer;
    border-bottom: 1px #2d2d2d solid;
    width: 130px;
    padding: 10px;
    color: #ffffff;
    display: none;
    position: relative;
}

.holderMobileToggle {
    float: right;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .navbar {
        //display: none;
    }

    .menuBoxOpen {
        top: 39px;
    }

    ul.loggedInList {
        width: 50%;
        float: left;
        padding: 0px;
    }

    #toggleMenuAction {
        display: none;
    }

    ul.loggedInList li {
        white-space: nowrap;
        text-align: left;
        float: none;
    }

    .navbar-time-mobile {
        text-align: left;
    }

    #toggleMenuActionMobile {
        display: inline-block;
        float: right;
    }

}

.featured-icon-content {
    text-align: center;
    font-size: 22px;
    padding-right: 70px;
    padding-top: 30px;
}



.right-sideof-contact {
    background-color: #fff;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    color: #234b5a;

}

.right-sideof-contact .side-bar-title {
    text-align: center;
    color: #828282;

    font-size: 20px;
}


.green-card-type {
    background: url('/wp-content/uploads/2018/09/BRONZE-1-4.png') no-repeat;
    width: 251px;
    height: 191px;
    margin: auto;
}

.blue-card-type {
    background: url('/wp-content/uploads/2018/09/silver2-1.png') no-repeat;
    width: 251px;
    height: 191px;
    margin: auto;
}

.silver-card-type {
    background: url('/wp-content/uploads/2018/09/gold4-1.png') no-repeat;
    width: 251px;
    height: 191px;
    margin: auto;
}

.graw-card-type {
    background: url('images/card-type-graw.png') no-repeat;
    width: 255px;
    height: 250px;
    margin: auto;
}

.shadow {
    margin: auto;
    background: url(images/shadow.png) center top no-repeat;
    background-position-x: 40px;
}

.shadow .box-cube {
    margin: auto;
    padding-top: 10px;
}

.box-cube p {
    line-height: 24px;
}

.shadow .box-cube,
.shadow .box-cube h4,
.shadow .box-cube p {
    text-align: center;
    color: #f3f3f3;
}

.shadow .box-cube ul {
    width: 130px;
    margin: auto;
    padding: 0;
    padding-bottom: 10px;
}

.shadow .box-cube li {
    text-align: center;
    line-height: 22px;
}

.open-account-link:hover,
.open-account-link:active {
    text-decoration: none;
    color: #000000;
}

.open-account-link {
    display: inline-block;
    border: 1px #c3c4c4 solid;
    text-align: center;
    color: #231f20;
    width: 60%;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
    margin: auto;
    font-family: Roboto;
}

.right-sideof-contact h1,
.right-sideof-contact h3,
.right-sideof-contact p,
.right-sideof-contact a {
    text-align: center;
    color: #828282;
}

.holder-card-types {
    text-align: center;
    margin: auto;
}

#bankingTable {
    margin-bottom: 60px;
}

.ecwd-search input[type="text"] {
    top: 4px !important;
}

.customer-details {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.details-description {
    font-size: 20px;
    color: #000;
    padding-bottom: 5px;
}

.black-color {
    color: #000000 !important;
}

#myCashier_info,
#myCashier_paginate a,
#myCashier_length label,
#myCashier_filter label {
    color: #000000;
}

.dataTables_wrapper .ui-toolbar {
    margin-bottom: 15px;
}

.inline-div {
    display: inline-block;
}

.form-inline {
    display: inline-block;
    margin-top: 15px !important;
}

.container-education {
    width: 70%;
    margin: auto;
}

@media (max-width: 1200px) {
    .shadow {
        background-position: top;
    }
}

@media (max-width: 992px) {

    .navbar-time,
    .navbar-time-mobile {
        display: none;
    }

    .container-education {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .form-inline {
        /* width: 100%;*/
    }

    .navbar-time,
    .navbar-time-mobile {
        display: block;
    }

    ul.loggedInList {
        width: 100%;
        margin-bottom: 0px;
        float: none;
    }

    .navbar-time-mobile {
        margin: auto;
    }

    #toggleMenuActionMobile {
        display: block;
        width: 100%;
        float: none;
        margin: auto;
    }

    ul.loggedInList li:nth-child(3) {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    ul.loggedInList li {
        top: 0px;
        text-align: center;
    }

    .holderMobileToggle {
        width: 100%;
    }
}

table#bankingTable tr td {
    vertical-align: top;
    padding-top: 10px;
    color: #000000;
}

table#bankingTable tr td a {
    color: #000000;
}

.post-box {
    color: #000000;
    padding: 10px;
    border: 1px #c7c7c7 solid;
    margin-bottom: 10px;
    border-radius: 3px;
}

.post-box .title {
    font-size: 20px;
    font-family: Roboto;
    padding-bottom: 10px;
    text-decoration: underline;
}

.post-box .short-description {
    font-size: 18px;
    padding-bottom: 10px;
}

.post-box a {
    text-decoration: underline;
    display: inline;
    background: #f7cd34;
    padding: 5px;
    border-radius: 2px;
    color: #000000;
}

a.demo-button {

    border-radius: 0px;
    background: #f7cd34;
    border-color: #f7cd34;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin: 15px 0;
    display: inline-block;
    border: 3px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    font-size: 26px;
    padding: 8px 40px;
    margin: 35px 0;
}

.push-up {
    position: relative;
    top: -24px;
}

#lang_sel img.iclflag {
    width: 25px;
    height: auto;
    position: relative;
    top: 1px;
    display: none !important;
}

#lang_sel ul ul {
    border: 0px;
}

#lang_sel ul ul a {
    padding: 5px 9px;
}

#lang_sel a:hover,
#lang_sel ul ul a:hover,
#lang_sel :hover>a,
#lang_sel ul ul :hover>a {
    background: #ffffff;
}

#lang_sel a:visited {
    border: 1px solid #ffffff !important;
}

.holder-images img {
    width: 100%;
    height: 100%;
}

.folowers {
    font-size: 14px !important;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: relative;
    top: -9px;
    left: 6px;
    font-size: 11px;
    z-index: 10;
    margin-left: -10px;
    cursor: pointer;
}

#notificationLink {
    cursor: pointer;
}

#notificationLink:hover {
    text-decoration: none;
}

.masterError {
    padding: 5px;
    text-align: center;
    border: 1px red solid;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: red;
    background: #fff3f3;
    display: none;
}

.error-border {
    border: 1px red solid !important;
}

@media (min-width: 992px) {

    .featured-icon {
        width: 100%;
        height: 213px;
        margin: auto;
    }
}

.featured-box-text .boxGraydown h2,
p {
    color: #18268F;
    text-align: left;
}

.gift {
    width: 80px;
    position: relative;
    top: -50px;
}

section#block1 {
    padding: 50px;
}

.gift {
    width: 101px;
    position: absolute;
    top: -55px;
    left: 200px;
}

.gift:hover {
    width: 120px;
    transition: all 0.2s
}

img.gift1 {
    width: 137px;
}

.featured-dark-bg-title {
    color: black;
}

.activity {
    background-color: #f39c12 !important;
    width: 370px;
    margin: 0 auto;
    padding: 10px 50px;
    margin-bottom: 45px;
}

.bg-teal {
    background-color: #39cccc !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon img {
    max-width: 100%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.info-box-text {
    text-transform: uppercase;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.progress,
.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-description {
    margin: 0;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spec10 {
    width: 410px;
    margin: 0 auto;
}

span.info-box-number {
    text-align: center;
    color: white;
}

span.info-box-text {
    text-align: center;
    color: white;
    font-weight: 700;
}

span.progress-description {
    font-size: 20px;
    margin: 0 !important;
    padding-bottom: 10px;
    height: 62px;
    color: white;
}

span.info-box-icon {
    width: 160px;
    height: 154px;
}

.info-box-icon img {
    height: 150px;
    width: 150px;
}

.info-box.bg-teal {
    margin-bottom: 50px;
}

.afill1 {
    font-size: 30px;
    color: white;
    background: #00C0EF;
    width: 400px;
    margin: 0 auto;
    padding: 30px 110px;
}

form.wpcf7-form {
    margin: 16px auto;
    width: 80%;
}

/*
form.wpcf7-form input, form.wpcf7-form textarea {
    width: 92%;
    padding-bottom: 10px;
    border: 1px #bdbdbd solid;
    margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    margin-left: 45px;
}
.wpcf7-form p {
    color: #000;
}
*/
div#primary {}

div#areaProfile {
    color: #ffffff !important;
}

.contacts-page-section {
    border-top: 1px dotted #FEC717;
    border-bottom: 1px dotted #FEC717;
    padding: 12px;
}

.contacts-page-section div {
    padding: 8px 16px;
}

.contacts-page-section h3 {
    margin-top: 24px;
    margin-bottom: 6px;
    font-size: 26px;
    text-align: center;
}

.contacts-page-section h4 {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 22px;
    text-align: center;
}

.contacts-page-section p {
    font-size: 18px;
    text-align: center;
}

.contacts-page-section h3 i,
.contacts-page-section h4 i,
.section-why-us-trade h3 i {
    color: #FEC717;
}

.section-why-us-trade h2 {
    text-align: center;
}

.section-why-us-trade h3 {
    font-size: 22px;
}

.section-why-us-trade p {
    font-size: 16px;
}

#account-types .account-title {
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    font-weight: 700;
    font-size: 18px;
}

#account-types .account-desc {
    padding: 24px;
}

#account-types .account-bonus {
    padding: 24px;
    font-size: 18px;
    text-align: right;
}

#account-types .account-bonus-value {
    font-size: 36px;
    font-weight: 700;
}

#account-types .table>thead {
    background-color: #1b618c;
}

#account-types .table thead th {
    color: #ffffff;
}

#account-types .table th:first-child,
#account-types .table td:first-child {
    text-align: right;
}

.footerMenuContainer {
    background-color: #2c2d38;
    padding-top: 20px;
    padding-bottom: 20px;
}

.open-account-box {
    padding: 35px;
    position: relative;
    margin: 0 auto;
    max-width: 340px;
    background: #2c2d38bf;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 999;
}

.open-account-box .title {
    margin: 0 0 10px 0 !important;
    text-transform: inherit;
    font-size: 22px;
    color: #fff;
    padding: 0;
    text-align: left;
    line-height: 1;
}

.currency_list {
    width: 100%;
    height: 35px;
}

.open-account-box p .form-control,
.open_Account_form p select,
.open_Account_form p [class*="form-control-wrap"] [class*="form-control"] {
    border: solid 1px #00182c;
    border-radius: 3px;
    background-color: #fff;
    color: #bebebe;
    margin: 0;
    width: 100%;
    height: 33px;
    box-sizing: border-box;
}

#headerSmallRegForm label,
#footerSmallRegForm label {
    display: none;
}

#headerSmallRegForm .last-name-wrap,
#footerSmallRegForm .last-name-wrap {
    width: 50%;
    float: left;
}

#headerSmallRegForm .first-name-wrap,
#footerSmallRegForm .first-name-wrap {
    width: 48%;
    float: left;
    margin-right: 2%;
}

#submit_form {
    margin: 25px 9px 0px 0px !important;
    clear: both;
    display: block;
    float: none !important;
    border: 0px;
    padding: 0 !important;
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    background: #68c832;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
}

.open_Account_form p [class*="form-control-wrap"] {
    position: relative;
}

.open_Account_form select {
    -webkit-appearance: menulist !important;
    padding: 3px;
}

div.phone-prefix {
    width: 25% !important;
    float: left;
    margin: 0 2% 0 0;
}

div.phone-number {
    width: 73%;
    float: left;
}

.parsley-errors-list {
    color: red;
    padding: 0;
    list-style-type: none;
}

ul.currency_list_deisgn {
    padding: 0;
    list-style-type: none;
}

ul.currency_list_deisgn li {
    display: inline-block;
    text-align: center;
    width: 23%;
}


.currency-cube {
    background: #bf1717;
    padding: 6px;
    width: 40px;
    border-radius: 5px;
    border: 1px #ffffff solid;
    height: 40px;
    cursor: pointer;
    line-height: 25px;
    font-size: 26px;
    color: #ffffff;
    margin: auto;
}

.currency-cube.active {
    color: #bf1717;
    background: #ffffff;
    -webkit-box-shadow: 2px 6px 62px -1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 2px 6px 62px -1px rgba(255, 255, 255, 1);
    box-shadow: 2px 6px 62px -1px rgba(255, 255, 255, 1);
}

.currency-cube:hover {
    color: #bf1717;
    background: #ffffff;
    -webkit-box-shadow: 2px 6px 62px -1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 2px 6px 62px -1px rgba(255, 255, 255, 1);
    box-shadow: 2px 6px 62px -1px rgba(255, 255, 255, 1);
}

.currency-title {
    text-align: left;
    font-size: 23px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.authenticate .push-up {
    position: relative;
    top: 0px;
}

ul.loggedInList li .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px;

}

ul.loggedInList li .wpml-ls-legacy-dropdown a {
    padding: 5px 5px;
}

.wpml-ls-legacy-dropdown>ul {
    position: relative;
    padding: 0;
    /*width: 55px;*/
    margin: 0 !important;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown {
    width: 40px;
    margin: auto;
}

.wpml-ls-legacy-dropdown a {
    border: 0px !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: #ffffff;
}

#verificationStatusHolder {
    position: relative;
    top: 1px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

.availableBalance,
.accountType,
.verificationStatus {
    color: #8f8b8b;
}

#userbalanceHolder,
#accountTypeHolder {
    font-weight: bold;
    font-family: arial;
}

#toggleMenuActionMobile {

    width: 300px !important;
    background-color: #6d6e7000 !important;

    border-bottom: 0px #2d2d2d solid !important;
}


@media (max-width: 767px) {
    .logo-img {
        width: 175px !important;
        margin: auto;
        padding-top: 30px;
    }
}



@media(max-width:979px) {

    .logo-img {
        width: 175px !important;
        margin: auto;
        padding-top: 30px;
    }
}

}

/* Stocks
----------------------------------------- */
.asset-flag-stocks {
    background-image: url('/wp-content/themes/theforest/images/flags2/40x20/stocks/spritesheet.png');
}

.asset-flag.alibaba {
    background-position: -5px -5px;
}

.asset-flag.amazon {
    background-position: -55px 2px;
}

.asset-flag.apple {
    background-position: -105px -2px;
}

.asset-flag.bank-of-america {
    background-position: -158px 1px;
}

.asset-flag.barclays {
    background-position: -6px -28px;
}

.asset-flag.bmw {
    background-position: -55px -30px;
}

.asset-flag.bnp {
    background-position: -105px -35px;
}

.asset-flag.boeing {
    background-position: -155px -30px;
}

.asset-flag.bp {
    background-position: -5px -62px;
}

.asset-flag.carlsberg {
    background-position: -55px -65px;
}

.asset-flag.citigroup {
    background-position: -105px -55px;
}

.asset-flag.coca-cola {
    background-position: -156px -59px;
}

.asset-flag.exxon-mobil {
    background-position: -5px -90px;
}

.asset-flag.facebook {
    background-position: -57px -90px;
}

.asset-flag.google {
    background-position: -105px -95px;
}

.asset-flag.hsbc {
    background-position: -155px -95px;
}

.asset-flag.ibm {
    background-position: -5px -120px;
}

.asset-flag.mcdonalds {
    background-position: -55px -115px;
}

.asset-flag.microsoft {
    background-position: -105px -117px;
}

.asset-flag.nike {
    background-position: -155px -120px;
}

.asset-flag.publicis {
    background-position: -5px -155px;
}

.asset-flag.renault {
    background-position: -55px -154px;
}

.asset-flag.starbucks {
    background-position: -105px -149px;
}

.asset-flag.tesla {
    background-position: -155px -150px;
}

.asset-flag.teva {
    background-position: -5px -185px;
}

.asset-flag.total {
    background-position: -55px -185px;
}

.asset-flag.twitter {
    background-position: -105px -178px;
}

.asset-flag.vivendi {
    background-position: -155px -185px;
}

.asset-flag.vodafone {
    background-position: -205px -5px;
}

.asset-flag.volkswagen {
    background-position: -205px -25px;
}

.asset-flag.volvo {
    background-position: -205px -65px;
}

.asset-flag.wynn-resorts {
    background-position: -5px -434px;
}

.asset-flag.yahoo {
    background-position: -205px -125px;
}

.asset-flag.mattel {
    background-position: -205px -435px;
}

.asset-flag.tilray {
    background-position: -205px -505px;
}

.asset-flag.fdx {
    background-position: -105px -300px;
}

.asset-flag.aurora {
    background-position: -155px -505px;
}

.asset-flag.etfmg {
    background-position: -105px -505px;
}

.asset-flag.advisorshare {
    background-position: -55px -505px;
}

.asset-flag.tcanopy {
    background-position: -5px -505px;
}

.asset-flag.sienna {
    background-position: -205px -470px;
}

.asset-flag.egain {
    background-position: -155px -470px;
}

.asset-flag.coty {
    background-position: -105px -435px;
}

.asset-flag.cron {
    background-position: -205px -304px;
}


.asset-flag.cannex {
    background-position: -155px -470px;
}

.asset-flag.aphria {
    background-position: -155px -435px;
}

.asset-flag.yahoo {
    background-position: -205px -125px;
}



.asset-flag.alxn {
    background-position: -109px -634px;
}

.asset-flag.adbe {
    background-position: -155px -630px;
}

.asset-flag.atvi {
    background-position: -205px -630px;
}

.asset-flag.aal {
    background-position: -55px -636px;
}

.asset-flag.mgm {
    background-position: -5px -635px;
}

.asset-flag.groupon {
    background-position: -205px -585px;
}

.asset-flag.nok {
    background-position: -155px -589px;
}

.asset-flag.micron {
    background-position: -105px -590px;
}

.asset-flag.cve {
    background-position: -55px -588px;
}

.asset-flag.sq {
    background-position: -5px -585px;
}

.asset-flag.nvda {
    background-position: -205px -540px;
}

.asset-flag.roku {
    background-position: -155px -542px;
}

.asset-flag.dnr {
    background-position: -105px -540px;
}

.asset-flag.bili {
    background-position: -55px -540px;
}

.asset-flag.gren {
    background-position: -5px -540px;
}

.asset-flag.iq {
    background-position: -205px -85px;
}


.asset-flag.gazprom {
    background-position: -205px -700px;
}

.asset-flag.gamble {
    background-position: -5px -670px;
}

.asset-flag.baidu {
    background-position: -55px -670px;
}

.asset-flag.disney {
    background-position: -110px -910px;
}

.asset-flag.fiat {
    background-position: -155px -670px;
}

.asset-flag.pfizer {
    background-position: -205px -668px;
}

.asset-flag.caterpillar {
    background-position: -5px -703px;
}

.asset-flag.telefonica {
    background-position: -57px -698px;
}

.asset-flag.aig {
    background-position: -105px -698px;
}

.asset-flag.ebay {
    background-position: -111px -910px;
}

.asset-flag.mastercard {
    background-position: -59px -729px;
}

.asset-flag.general-motors {
    background-position: -109px -728px;
}

.asset-flag.cisco {
    background-position: -155px -725px;
}

.asset-flag.aston_martin {
    background-position: -5px -755px;
}

.asset-flag.wirecard {
    background-position: -55px -755px;
}

.asset-flag.fr_telecom {
    background-position: -109px -755px;
}

.asset-flag.e_on {
    background-position: -155px -755px;
}

.asset-flag.ahold {
    background-position: -205px -757px;
}

.asset-flag.berkshire {
    background-position: -59px -786px;
}

.asset-flag.chevron {
    background-position: -111px -782px;
}

.asset-flag.visa {
    background-position: -5px -840px;
}

.asset-flag.spotify {
    background-position: -158px -786px;
}

.asset-flag.hp {
    background-position: -205px -786px;
}

.asset-flag.nintendo {
    background-position: -5px -811px;
}

.asset-flag.verizon {
    background-position: -55px -815px;
}

.asset-flag.dropbox {
    background-position: -110px -812px;
}

.asset-flag.jnj {
    background-position: -61px -910px;
}

.asset-flag.gm-pharma {
    background-position: -112px -840px;
}

.asset-flag.harley {
    background-position: -162px -840px;
}

.asset-flag.heineken {
    background-position: -205px -840px;
}

.asset-flag.ice {
    background-position: -5px -877px;
}

.asset-flag.lookheed {
    background-position: -59px -875px;
}

.asset-flag.lytf {
    background-position: -113px -873px;
}

.asset-flag.pepsico {
    background-position: -159px -877px;
}

.asset-flag.philpmoris {
    background-position: -5px -910px;
}

.asset-flag.tabaco {
    background-position: -5px -910px;
}

.asset-flag.electarts {
    background-position: -59px -842px;
}


.asset-flag.p_and_g {
    background-position: -9px -670px;
}

.asset-flag.gamble {
    background-position: -9px -670px;
}

.asset-flag.kod_l {
    background-position: -205px -730px;
}

.asset-flag.am_express {
    background-position: -5px -785px;
}

.asset-flag.three_mil {
    background-position: -5px -730px;
}

.asset-flag.china-mob {
    background-position: -5px -730px;
}

.asset-flag.china_mob {
    background-position: -161px -910px;
}


.asset-flag.ebay {
    background-position: -111px -910px;
}

/*  new 18/8  */
.asset-flag.alcoa {
    background-position: -205px -910px;
}

.asset-flag.sony {
    background-position: -5px -940px;
}

.asset-flag.rosneft {
    background-position: -59px -940px;
}

.asset-flag.daimler-ag {
    background-position: -111px -940px;
}

.asset-flag.lloyds-banking {
    background-position: -161px -940px;
}

.asset-flag.batabcco {
    background-position: -205px -940px;
}

.asset-flag.easyjet {
    background-position: -5px -970px;
}

.asset-flag.glencore {
    background-position: -59px -965px;
}

.asset-flag.glaxosmithkline {
    background-position: -111px -966px;
}

.asset-flag.ocdo {
    background-position: -161px -970px;
}

.asset-flag.tsco {
    background-position: -202px -970px;
}

.asset-flag.peloton {
    background-position: -5px -995px;
}

.asset-flag.virgingalactic {
    background-position: -59px -995px;
}

.asset-flag.atandt {
    background-position: -111px -995px;
}

.asset-flag.work {
    background-position: -161px -995px;
}

.asset-flag.exxonmobil {
    background-position: -205px -995px;
}

.asset-flag.zoom {
    background-position: -5px -1028px;
}

.asset-flag.uber {
    background-position: -59px -1028px;
}

.asset-flag.trinseo {
    background-position: -111px -1026px;
}

.asset-flag.tripadvisor {
    background-position: -161px -1028px;
}

.asset-flag.smg {
    background-position: -205px -1031px;
}

.asset-flag.qqq {
    background-position: -5px -1055px;
}

.asset-flag.gild {
    background-position: -59px -1055px;
}

.asset-flag.cbd {
    background-position: -111px -1055px;
}

.asset-flag.abbv {
    background-position: -161px -1055px;
}


/* Commodities
----------------------------------------- */

.asset-flag-commodities {
    background-image: url('/wp-content/themes/theforest/images/flags2/40x20/commodities/spritesheet.png');
}

.asset-flag.coffee {
    background-position: -5px -15px;
}

.asset-flag.copper {
    background-position: -55px -15px;
}

.asset-flag.corn {
    background-position: -5px -45px;
}

.asset-flag.gold {
    background-position: -55px -45px;
}

.asset-flag.gold-eur {
    background-position: -55px -45px;
}

.asset-flag.oil {
    background-position: -5px -75px;
}

.asset-flag.platinum {
    background-position: -55px -75px;
}

.asset-flag.silver {
    background-position: -105px -15px;
}

.asset-flag.sugar {
    background-position: -105px -45px;
}

.asset-flag.wheat {
    background-position: -105px -75px;
}

.asset-flag.cotton {
    background-position: -105px -105px;
}

.asset-flag.zinc {
    background-position: -105px -135px;
}

.asset-flag.soybeans {
    background-position: -5px -105px;
}

.asset-flag.brent {
    background-position: -55px -105px;
}

.asset-flag.cocoa {
    background-position: -5px -165px;
}

.asset-flag.natural-gas {
    background-position: -5px -135px;
}

.asset-flag.naturalgas {
    background-position: -5px -135px;
}

.asset-flag.natural_gas {
    background-position: -5px -135px;
}

.asset-flag.palladium {
    background-position: -105px -135px;
}





.btn-white {


    color:
        #fff;
    background-color:
        #18268F;
    border-color:
        #18268F;
    padding: 7px 20px 7px 20px !important;
    font-size: 20px;

}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open>.dropdown-toggle.btn-white {

    color: #18268F;
    background-color: #fff0;
    border: 1px solid #18268F;
    padding: 7px 20px 7px 20px !important;
    font-size: 21px;
}

.btn-white2 {

    color: #18268F;
    background-color: #FFF;
    border: 1px solid #18268F;
    padding: 10px 15px;
    font-size: 14px;

}

.btn-white2:hover,
.btn-white2:focus,
.btn-white2.focus,
.btn-white2:active,
.btn-white2.active,
.open>.dropdown-toggle.btn-white2 {

    color:
        #18268F;
    background-color:
        #EFEFEF;
    border-color:
        #18268F;
    padding: 10px 15px;
    font-size: 14px;

}

.btn-ocean-green {

    color: #fff !important;
    background-color: #18268F !important;
    border-color: #18268F !important;
    padding: 10px 15px !important;
    font-size: 14px;
}

.btn-ocean-green:hover,
.btn-ocean-green:focus,
.btn-ocean-green.focus,
.btn-ocean-green:active,
.btn-ocean-green.active,
.open>.dropdown-toggle.btn-ocean-green {
    color: #fff !important;

    background-color:
        #021b49 !important;

    border-color:

        #021b49 !important;
    padding: 10px 15px;
    font-size: 14px;
}



.pfooter {

    font-size: 13px !important;
    font-weight: 300 !important;

}

button.navbar-toggle.collapsed {
    display: none !important;
}


@media (max-width: 440px) {
    .floatright {

        width: auto !important;

        text-align: center !important;
        float: none !important;
        padding-top: 15px;
    }

    .smallscreenimage {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;

    }
}




/*----------------------NEW DESIGN - ---------------------------------------*/


/*ACCOUNT TYPE PAGE */









.title-account-types {

    margin: 28px 0;
    font-size: 22px;

    color: #18268F;
    text-align: center;
}

.price-account-types {
    margin: 36px 0 9px;
    font-size: 40px;

    color: #18268F;
    text-align: center;
}




.graydiv-account-types {
    /*
background: linear-gradient(180deg, rgb(231, 231, 231) 0%, rgb(163, 160, 160) 38%, rgb(144, 144, 142) 61%, rgb(124, 125, 127) 77%, rgb(76, 78, 79) 100%);
border-left: 3px solid #fff;*/
    min-height: 200px;

    padding: 16px 0 0;


    border: 1px solid #18268F;
}




.graydiv-account-types-left {
    /*background: linear-gradient(180deg, rgb(231, 231, 231) 0%, rgb(163, 160, 160) 38%, rgb(144, 144, 142) 61%, rgb(124, 125, 127) 77%, rgb(76, 78, 79) 100%);
*/
    min-height: 200px;
    padding: 16px 0 0;
    border-top-left-radius: 10px;
    border: 1px solid #18268F;
}


.graydiv-account-types-right {

    /*background: linear-gradient(180deg, rgb(231, 231, 231) 0%, rgb(163, 160, 160) 38%, rgb(144, 144, 142) 61%, rgb(124, 125, 127) 77%, rgb(76, 78, 79) 100%);
border-left: 3px solid #fff;*/
    min-height: 200px;

    padding: 16px 0 0;

    border-top-right-radius: 10px;
    border: 1px solid #18268F;
}



.graydiv-account-types-blueline {
    height: 3px;
    margin: 0 auto;
    display: block;
    background-color: #ffc900;
    border-radius: 1.5px;
    width: 70%;
}


.graydiv-account-types-title2 {
    display: inline-block;
    position: relative;

    color: #fff;
    background: #181818;
    border-radius: 10px;

    font-size: 17px;
    top: 10px;
    padding: 5px 25px;

    text-align: center;
}


.graydiv-account-types-linegray {




    height: 1px;



    background-color: #ffc900;

    border-radius: 1.5px;

    margin-top: 17px;
}



@media (max-width: 767px) {
    .graydiv-account-types-linegray {


        display: none;

    }
}




.well {
    min-height: 20px !important;
    padding: 19px !important;
    margin-bottom: 20px !important;
    background-color: #efefef00 !important;
    border: 0px solid #efefef !important;
    border-radius: 0px !important;
}



a {
    color: #bd9f52;
    text-decoration: none;
}


a:hover {
    color:
        #eac76e;
    text-decoration: none;
}





.titles-main {



    padding-left: 0px;
    font-size: 22px;
    padding-top: 20px;
}



.input-lg {
    height: 46px !important;
    padding: 6px 16px !important;
    font-size: 14px !important;

}



label {

    font-weight: 300 !important;
}

/*

.wpcf7 input[type="submit"] {
 
    color: 
#000 !important;
background-color:
#ffc900 !important;
border-color:
    #ffc900 !important;
    padding: 10px 15px!important;
    font-size: 14px!important;
    border-radius: 5px!important;
    width: 93%;
}

.wpcf7 input[type="submit"]:hover {
 
    color: #ffc900 !important;
background-color:#000 !important;
border-color:  1px solid #ffc900 !important;
    padding: 10px 15px!important;
    font-size: 14px!important;
    border-radius: 5px!important;
    width: 93%;
}


*/




.dash {
    border: 0 none;
    border-top: 1px dashed #ffc900;
    background: none;
    height: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

html.theme-dark .tv-embed-widget-wrapper__body {

    border-color: black !important;
}


.tv-embed-widget-wrapper__body {


    border: 0px solid #000 !important;


}

.content-home3 {

    min-height: 100px;

}

.content-home2 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    padding-top: 25px;
    background-color: #18268F;
}


.m-title-4f {
    font-size: 19px !important;
    line-height: 3;
    color: #fff !important;
    font-weight: 600;
    text-align: center;

}


.m-text-4f {


    border: 1px solid transparent !important;
    color: #999999 !important;
    font-size: 13px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 1.6 !important;

    margin: 0px;
}


.m-text-4f:hover {


    color: #075c8f !important;


    border: 1px solid transparent !important;

    font-size: 13px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 1.6 !important;

    margin: 0px;
}

@media (max-width: 990px) {
    .smalldontshow {
        display: none;
    }
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border: 0px solid white !important;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom: 1px solid #c6c4c4 !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px !important;
}

.wpcf7-form-control.wpcf7-textarea.form-control {
    border: 0px solid white !important;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom: 1px solid #c6c4c4 !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px !important;
}

textarea.form-control {
    height: 150px !important;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background-color: #007aff !important;
    border-radius: 8px !important;
    line-height: 2 !important;
    width: 40% !important;
    font-size: 17px !important;
    padding-bottom: 5px;
}



.wpcf7 p {
    color: #535151 !important;
}


form.wpcf7-form input,
form.wpcf7-form textarea {
    width: 92%;
    padding-bottom: 10px;
    border: 1px #fff solid;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 1px solid #c6c4c4 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5b5858 !important;
    background-color: #2d2e2e14;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.rotation-green-title {
    color: #84c561 !important;
    font-size: 30px;
    margin: 0;
    font-weight: 300;
    text-align: left;
}

.rotation-blue-text {
    color: #075c8f !important;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.separator {
    width: 100%;
    margin: 20px auto 15px;
    margin-top: 20px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    margin-top: 15px;
    color: white !important;
}

.default-bg .separator::after,
.dark-translucent-bg .separator::after,
.default-translucent-bg .separator::after,
.light.separator::after {
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
}

.separator::after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}









.containLoginLine2 {
    /* box-shadow: 0 4px 6px 0 #e9e8e8; */

    background-color: rgba(0, 0, 0, .8);
    background-color: #fff0;
}



.btn-default {
    background-color: #0b6c91;
    border-color: #0b6c91;
    padding: 7px 20px 7px 20px;
    color: white;
}

.signinrighttext {
    color: #000000;
    line-height: 2;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.separator-2,
.separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

.separator-2::after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}




#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {

    min-height: 20px;
}











/*-------------------------------- CHANGE MY PROFILE STYLE -------------------------------------------------------------*/
/*-------------------------------- DELETE THIS SECTION TO RESTORE ----------------------------------------------*/
.my-profile-panel {

    background: #ffffff !important;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.my-account-panel {

    background: #ffffff !important;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: :5px !important;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.contain-left-side-bar ul li {

    color: #404378 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: normal !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.contain-left-side-bar ul li.active {

    position: relative;
    background-color: #e2e5e5 !important;
    color: #fff !important;
    border-radius: 5px !important;

}

.blue-background {

    background: #fff !important;

}

.contain-left-side-bar {

    background-color: #fff !important;
    padding-top: 35px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: 5px !important;

}

.contain-left-side-bar .clientName {

    color: #404378 !important;

    font-size: 22px !important;

    text-align: center !important;

    padding-top: 5px !important;

    text-transform: none !important;

    padding-bottom: 0px !important;

    font-weight: normal !important;

    padding-left: 15px !important;

}

.my-cashier-panel {

    background: #ffffff !important;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: :5px !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.dynamic-panel {


    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: :5px !important;
    border-radius: 5px !important;
}


.blueColor {

    color: #3fd530 !important;
    background-color: inherit !important;

}

a.found-button {


    background-color: #3fd530 !important;
    background-color: #3fd530 !important;
    margin-left: 0px !important;
    border: #3fd530 !important;
    float: right !important;
    margin-right: 5px !important;
    height: 28px !important;
    margin-left: 5px !important;
    border-radius: 3px;

}

}

table.table.panelTable tr td {

    border: 1px #fff solid !important;
    font-size: 14px !important;
}

table.table.panelTable {

    border: 1px #fff solid !important;
    font-size: 14px !important;
}


.panelTable {

    border: 1px #fff solid !important;
    font-size: 14px !important;
}

.title-panel {

    font-size: 19px !important;
    color: #404378 !important;
    text-align: center !important;
    padding-bottom: 27px !important;
    padding-top: 15px !important;
    font-weight: 400 !important;

}

.my-cashier-panel .deposit-button {

    background-color: #3fd530 !important;
    margin-left: 0px !important;
    border: #3fd530 !important;
    float: right !important;

    margin-right: 5px !important;

    height: 28px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.withdrawal-button,
.withdrawal-button:hover {

    background: #6ad !important;
    border: 1px #6ad solid !important;
    margin-left: 10px !important;
    float: right !important;


    margin-right: 5px !important;
    height: 28px !important;

}
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {

    border-bottom: 1px solid #fff !important;

}

.table thead {

    background-color: #404378 !important;

}

.sorting_desc {

    background-color: #404378 !important;
    border-left: 1px solid !important;
}

.sorting {

    background-color: #404378 !important;
    border-left: 1px solid !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
    height: auto !important;
    padding-bottom: 15px !important;
}


.my-trades-panel {



    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);

}


.dynamicRow {
    padding-top: 20px !important;

}

.tradingTabs {

    background: #fff !important;
    color: #404378 !important;
    border: 2px solid #404378 !important;
    border-bottom-color: rgb(255, 178, 0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-source: ;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 0px solid !important;

}

.tradingTabs.active {

    background: #404378 !important;
    text-align: center !important;
    color: #ffffff !important;

}

.my-trades-panel p {


    color: #79797a !important;
    font-weight: normal !important;
}

.my-trades-panel span {


    color: #79797a !important;
    font-size: 12px !important;

}

.my-trades-panel label {

    font-size: 13px !important;
    color: #79797a !important;

}

.my-trades-panel select {

    font-size: 13px !important;
    color: #79797a !important;

}

.fa {

    color: #79797a !important;

    margin-left: 10px !important;

    font-size: 12px !important;

}


.dataTables_wrapper label {

    color: #79797a !important;
    font-size: 13px !important;
}


.dataTables_wrapper select {

    color: #79797a !important;
    font-size: 13px !important;
}

table.table.panelTable tr td ul.trade-list li .small-size-font {

    border: 1px #fff solid !important;
    color: gray !important;

}

.my-account-panel {
    color: gray !important;

}

.brand-name {

    color: gray !important;

}

.submitTitle {

    color: gray !important;

}

.someId1Small {

    color: gray !important;

}

.profile-form {

    color: gray !important;

}

.featured-box-text .boxGraydown h2,
p {

    color: gray;


}


.notConnectedYet {

    color: gray !important;


}

table.panelTable {

    border: 1px #fff solid !important;


}


.padding-bottom {

    padding-bottom: 20px !important;

}


.password-box label {

    color: gray !important;

}

.label {

    color: gray !important;

}

.notConnectedYet hr {

    border-bottom: 0px solid #fff !important;
}

.notConnectedYet {

    padding-top: 5px !important;

}


.submitPassword {
    margin-left: 40px !important;

    margin-top: 10px !important;
    background: #66abde;
    color: #ffffff;
    border: 0;
    padding-top: 7px !important;
    min-width: 150px !important;
    height: 35px;
    padding-bottom: 7px !important;


}


.dataTables_wrapper {

    padding-top: 10px !important;


}

.my-profile-panel img {

    width: 80% !important;


}

.my-profile-panel label {

    color: gray !important;



}




.iconDownLoad {
    display: none !important;

}


.verification label {

    color: gray !important;

}

.my-profile-panel {
    width: 100% !important;
    padding-bottom: 10px !important;
}

.my-profile-panel hr {

    padding-bottom: 20px !important;
    padding-top: 20px !important;

    border-bottom: 1px solid #beb0b0 !important;
    margin: 22px !important;

}

.date-label {


    padding-left: 20px !important;
}

.date_range_filter {

    margin-left: 7px !important;

}


.contain-left-side-bar ul li .triangular {

    display: none;
    position: absolute;
    right: -25px;
    content: " ";
    width: 0px;
    top: 3px !important;
    height: 0px;
    border-style: solid;
    border-width: 21px 0 21px 22px !important;

    z-index: 99;

}

.triangular {

    color: red !important;
}



.dataTables_scrollBody {

    border-bottom: 1px solid #fff !important;

}



}

.found-trade {

    background-color: #66aadd !important;

    margin-left: 0px !important;

    float: right !important;
    margin-right: 5px !important;
    height: 28px !important;
    margin-left: 5px !important;
    border-radius: 3px !important;

}

a.found-trade,
a.found-button {


    border-radius: 3px !important;
}


.panel-default {

    border-color: #fff !important;
    font-size: 15px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.panel-title {


    font-size: 16px !important;

    font-weight: 400 !important;
    color: #2e4194 !important
}


.contain-left-side-bar {


    margin-top: 15px !important;

}


.profile-form {

    padding-left: 40px !important;

}


.description {

    padding-top: 75px !important;
    padding-left: 20px !important;

}



.password-box {


    padding-left: 40px !important;

}

table.table.panelTable tr td {

    border: 1px #fff solid !important;

}



.goldbutn {

    border: 1px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    padding: 2px 8px;
    background: -webkit-linear-gradient(128deg, #a68537 20%, #f8f39a 40%, #a68537 72%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image: -webkit-linear-gradient(128deg, #a68537 20%, #f8f39a 40%, #a68537 72%);
    border-image-slice: 100%;
    border-image-slice: 1;
}



.btn-login {
    width: 100%;
    height: 45px;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    margin-right: 0px;
    background-color: #fff;

    border: 1px solid #006397;

    color: #006397;
    border-radius: 4px;
    margin-right: 15px;
    text-transform: none;
    padding: 9px 12px 6px;
    line-height: 14px;
    height: 34px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);

}

.btn-login a:hover {

    color: #006397 !important;

    text-decoration: none !important;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55), 0 6px 21px 0 rgba(0, 0, 0, .33) !important;
}

.btn-login:hover {

    color: #006397 !important;

    text-decoration: none !important;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55), 0 6px 21px 0 rgba(0, 0, 0, .33) !important;
}



.btn-login2 {

    display: inline-block;
    margin: 0;
    margin-right: 0px;
    background-color: #fff;

    border: 1px solid #006397;

    color: #006397;

    border-radius: 4px;
    margin-right: 15px;
    text-transform: none;
    padding: 9px 12px;
    line-height: 14px;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);

}

.btn-login2 a:hover {

    color: #006397 !important;

    text-decoration: none !important;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55), 0 6px 21px 0 rgba(0, 0, 0, .33) !important;
}

.btn-login2:hover {

    color: #006397 !important;

    text-decoration: none !important;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55), 0 6px 21px 0 rgba(0, 0, 0, .33) !important;
}




.btn-registration {
    color: #fff !important;
    display: inline-block;
    margin: 0;
    margin-right: 0px;
    background-color: #006397;
    border: 1px solid #006397;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    text-transform: none;
    padding: 9px 12px;
    line-height: 14px;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}


.btn-registration a:hover {

    color: #fff !important;

    text-decoration: none !important;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55), 0 6px 21px 0 rgba(0, 0, 0, .33) !important;
}

.btn-registration:hover {

    color: #fff !important;

    text-decoration: none !important;

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .55), 0 6px 21px 0 rgba(0, 0, 0, .33) !important;
}



.user-username {


    color: #fff;
}




.nav {


    float: left !important;

}


ul.nav.nav-tabs.my-tabs {
    float: none !important;
}




div#n2-ss-2 {
    display: block;
}

div#n2-ss-12,
div#n2-ss-12-placeholder {
    display: none;
}

@media only screen and (max-width: 440px) {

    div#n2-ss-2,
    div#n2-ss-2-placeholder {
        display: none;
    }

    div#n2-ss-12 {
        display: block;
    }




}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #262424b3;
    min-height: 70px;
}


textarea.form-control {

    height: 150px !important;

}

#toggleMenuActionMobile {

    width: 300px !important;
    background-color: #6d6e7000 !important;

    border-bottom: 0px #2d2d2d solid !important;
}







/*-------------------------------- CHANGE MY PROFILE STYLE -------------------------------------------------------------*/
/*-------------------------------- DELETE THIS SECTION TO RESTORE ----------------------------------------------*/
.my-profile-panel {

    background: #ffffff !important;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.my-account-panel {

    background: #ffffff !important;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: :5px !important;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

#tradesTable tr.odd td.sorting_1,
#tradesTable tr.even td.sorting_1,
#tradesTable tr td,
#forexTable tr.odd td.sorting_1,
#forexTable tr.even td.sorting_1,
#forexTable tr td,
#cryptoTable tr.odd td.sorting_1,
#cryptoTable tr.even td.sorting_1,
#cryptoTable tr td {

    border: 0px #000 solid !important;

}

.contain-left-side-bar ul li {

    color: #404378 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: normal !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.contain-left-side-bar ul li.active {

    position: relative;
    background-color: #e2e5e5 !important;
    color: #fff !important;
    border-radius: 5px !important;

}

.blue-background {

    background: #fff !important;

}

.contain-left-side-bar {

    background-color: #fff !important;
    padding-top: 35px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: 5px !important;

}

.contain-left-side-bar .clientName {

    color: #404378 !important;

    font-size: 22px !important;

    text-align: center !important;

    padding-top: 5px !important;

    text-transform: none !important;

    padding-bottom: 0px !important;

    font-weight: normal !important;

    padding-left: 15px !important;

}

.my-cashier-panel {

    background: #ffffff !important;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: :0px !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.dynamic-panel {


    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: :5px !important;
    border-radius: 5px !important;
}


.blueColor {

    color: #3fd530 !important;
    background-color: inherit !important;

}

a.found-button {


    background-color: #3fd530 !important;
    background-color: #3fd530 !important;
    margin-left: 0px !important;
    border: #3fd530 !important;
    float: right !important;
    margin-right: 5px !important;
    height: 28px !important;
    margin-left: 5px !important;
    border-radius: 3px;

}

}

table.table.panelTable tr td {

    border: 1px #fff solid !important;
    font-size: 14px !important;
}

table.table.panelTable {

    border: 1px #fff solid !important;
    font-size: 14px !important;
}


.panelTable {

    border: 1px #fff solid !important;
    font-size: 14px !important;
}

.title-panel {

    font-size: 19px !important;
    color: #404378 !important;
    text-align: center !important;
    padding-bottom: 27px !important;
    padding-top: 15px !important;
    font-weight: 400 !important;

}

.my-cashier-panel .deposit-button {

    background-color: #3fd530 !important;
    margin-left: 0px !important;
    border: #3fd530 !important;
    float: right !important;

    margin-right: 5px !important;

    height: 28px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.withdrawal-button,
.withdrawal-button:hover {

    background: #6ad !important;
    border: 1px #6ad solid !important;
    margin-left: 10px !important;
    float: right !important;


    margin-right: 5px !important;
    height: 28px !important;

}
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {

    border-bottom: 1px solid #fff !important;

}

.table thead {

    background-color: #404378 !important;

}

.sorting_desc {

    background-color: #ffffff !important;
    border-left: 0px solid !important;
    color: #0288d1 !important;
    font-weight: 500 !important;
}

.sorting {
    background-color: #ffffff !important;
    border-left: 0px solid !important;
    color: #0288d1 !important;
    font-weight: 500 !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
    height: auto !important;
    padding-bottom: 15px !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid #111 !important;
}

.my-trades-panel {



    border: 2px solid !important;

    border-color: #404378 !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);

}


.dynamicRow {
    padding-top: 20px !important;

}

.tradingTabs {
    background: #fff !important;
    color: #404378 !important;
    border: 2px solid #404378 !important;
    border-bottom-color: rgb(255, 178, 0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-source: ;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom: 0px solid !important;
    margin-left: 0px !important;
}

.tradingTabs.active {

    background: #404378 !important;
    text-align: center !important;
    color: #ffffff !important;

}

.my-trades-panel p {


    color: #79797a !important;
    font-weight: normal !important;
}

.my-trades-panel span {


    color: #79797a !important;
    font-size: 12px !important;

}

.my-trades-panel label {

    font-size: 13px !important;
    color: #79797a !important;

}

.my-trades-panel select {

    font-size: 13px !important;
    color: #79797a !important;

}

.fa {



    margin-left: 10px !important;

    font-size: 16px !important;

}


.dataTables_wrapper label {

    color: #79797a !important;
    font-size: 13px !important;
}


.dataTables_wrapper select {

    color: #79797a !important;
    font-size: 13px !important;
}

table.table.panelTable tr td ul.trade-list li .small-size-font {

    border: 1px #fff solid !important;
    color: gray !important;

}

.my-account-panel {
    color: gray !important;

}

.brand-name {

    color: gray !important;

}

.submitTitle {

    color: gray !important;

}

.someId1Small {

    color: gray !important;

}

.profile-form {

    color: gray !important;

}

.featured-box-text .boxGraydown h2,
p {

    color: #545151;


}


.notConnectedYet {

    color: gray !important;


}

table.panelTable {

    border: 1px #fff solid !important;


}


.padding-bottom {

    padding-bottom: 20px !important;

}


.password-box label {

    color: gray !important;

}

.label {

    color: gray !important;

}

.notConnectedYet hr {

    border-bottom: 0px solid #fff !important;
}

.notConnectedYet {

    padding-top: 5px !important;

}


.submitPassword {
    margin-left: 40px !important;

    margin-top: 10px !important;
    background: #66abde;
    color: #ffffff;
    border: 0;
    padding-top: 7px !important;
    min-width: 150px !important;
    height: 35px;
    padding-bottom: 7px !important;


}


.dataTables_wrapper {

    padding-top: 10px !important;


}

.my-profile-panel img {

    width: 80% !important;


}

.my-profile-panel label {

    color: gray !important;



}




.iconDownLoad {
    display: none !important;

}


.verification label {

    color: gray !important;

}

.my-profile-panel {
    width: 100% !important;
    padding-bottom: 10px !important;
}

.my-profile-panel hr {

    padding-bottom: 20px !important;
    padding-top: 20px !important;

    border-bottom: 1px solid #beb0b0 !important;
    margin: 22px !important;

}

.date-label {


    padding-left: 0px !important;
}

.date_range_filter {

    margin-left: 7px !important;

}


.contain-left-side-bar ul li .triangular {

    display: none;
    position: absolute;
    right: -25px;
    content: " ";
    width: 0px;
    top: 3px !important;
    height: 0px;
    border-style: solid;
    border-width: 21px 0 21px 22px !important;

    z-index: 99;

}

.triangular {

    color: red !important;
}



.dataTables_scrollBody {

    border-bottom: 1px solid #fff !important;

}



}

.found-trade {

    background-color: #66aadd !important;

    margin-left: 0px !important;

    float: right !important;
    margin-right: 5px !important;
    height: 28px !important;
    margin-left: 5px !important;
    border-radius: 3px !important;

}

a.found-trade,
a.found-button {


    border-radius: 3px !important;
}


.panel-default {

    border-color: #fff !important;
    font-size: 15px !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .1);
}

.panel-title {


    font-size: 16px !important;

    font-weight: 400 !important;
    color: #2e4194 !important
}


.contain-left-side-bar {


    margin-top: 15px !important;
    border-radius: 0px !important;
}


.profile-form {

    padding-left: 40px !important;

}


.description {

    padding-top: 75px !important;
    padding-left: 20px !important;

}



.password-box {


    padding-left: 40px !important;

}

table.table.panelTable tr td {

    border: 1px #fff solid !important;

}










/*------------------------------------------------------------------------------------------*/



.my-profile-panel {

    padding: 30px !important;

}

.my-cashier-panel {
    padding: 30px !important;
}


.my-trades-panel {
    padding: 30px !important;
}


.asset {
    color: #18268F !important;
}

.amount {
    color: #18268F !important;
}






.btnhomered {
    color: #fff !important;
    font-weight: 400 !important;
    background: #f5222d !important;
    border: 1px solid #f5222d !important;
    padding: 13px 30PX !important;
    font-size: 24px !important;
}

.btnhomewhite {
    color: #fff !important;
    font-weight: 400 !important;
    background: #f5222d00 !important;
    border: 1px solid #fff !important;
    padding: 13px 30PX !important;
    font-size: 24px !important;
}




.btnhomewhite2 {
    color: #142056 !important;
    font-weight: 400 !important;
    background: #fff !important;
    border: 1px solid #fff !important;
    padding: 13px 30PX !important;
    font-size: 18px !important;
    border-radius: 0px;
}



.m-title-4black {
    font-size: 18px !important;
    line-height: 2;
    color: #000 !important;
    font-weight: 500;
}


.m-title-1 {
    font-size: 36px;
    line-height: 40px;
    color: #323132 !important;
    font-weight: 700;
}


.my-profile-panel img {
    width: 40% !important;
}

.assets_type_divider {
    color: #626060 !important;
}



.form-control::placeholder {
    color: white !important;
}

.fa.fa-search {
    color: white !important;
}

#autoSearchautocomplete-list>div {

    color: #5f5c5c !important;
}

#payoutText {

    color: white;
}

#strikePrice {

    color: white;
}




.wpml-ls-legacy-dropdown a {

    background-color: #fff0 !important;
}


.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: #fff0 !important;

}


















/*-----------------------------------------------  NEW DESIGN --------------------------------------------------------------*/



body {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
}


.trust-pilot {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.trust-pilot {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.trust-pilot {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.prs-container--dark-bg {
    background-color: #f9f9f9;
}

.prs-container {
    padding: 0 calc((100% - 75rem)/2);
    padding-top: 0px;
    padding-bottom: 0px;
}

.prs-container {
    padding: 0 2rem;
}



.trust-pilot .trust-pilot-description {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: left;
}

.trust-pilot-description {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 2px;
    text-align: center;
}

.trust-pilot-description b {
    white-space: nowrap;
}

.trust-pilot b {
    display: inline;
}

.trust-pilot b {
    display: block;
}

b {
    font-weight: 600;
}

* {
    box-sizing: border-box;
}

.trust-pilot .trust-pilot-description {
    font-size: 1.25rem;
    text-align: left;
}

.trust-pilot-description {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}

.trustpilot-widget {
    margin-top: 8px;
}





.textsize19 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 19px !important;


}

.textsize19c {
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px !important;
    text-align: center;
    color: black;

}

.textsize19bc {
    font-weight: 300;
    line-height: 1.5;
    font-size: 19px !important;
    color: black;
    text-align: center;
}

.center1 {
    text-align: center;
}

.btnnewblue {
    opacity: 1;
    background-color: #52afee;
    border-color: #52afee;
    padding: 13px 40px;
    font-size: 19px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
}

.btnnewblue:hover {

    background-color: #249ae9;
    border-color: #249ae9;

    color: white !important;
    text-decoration: none !important;
}

.fullsize {

    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 20px;
    left: 50%;

}



.btnnewbluemain {
    opacity: 1;
    background-color: #52afee;
    border-color: #52afee;
    padding: 8px 30px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
}

.btnnewbluemain:hover {

    background-color: #249ae9;
    border-color: #249ae9;

    color: white !important;
    text-decoration: none !important;
}


.btnnewplainmain {


    text-decoration: none !important;
    background-color: #ff000000;
    color: #4db2ec;
    padding: 15px 20px;
    border: 1px solid #4db2ec;
    text-transform: uppercase;

}


.btnnewplainmain:hover {

    color: gray;
    border: 1px solid gray;
    text-transform: uppercase;
}


.btnnewbluemain1 {
    background: linear-gradient(90deg, #061e30, rgba(2, 48, 89, 0.62));
    padding: 15px;
    color: white;
    border: 1px solid #5f5f60;
    text-transform: uppercase;
}

.btnnewbluemain1:hover {
    background-color: #061e30;
    color: white !important;
    text-decoration: none !important;
    text-transform: uppercase;
}



.btntranspr {

    color: #fff;
    border-radius: 4px;
    border: 1px solid #52afee;
    text-decoration: none !important;
    background-color: #52afee00;
    padding: 8px 30px;
    font-size: 19px;
}

.btntranspr:hover {

    color: #fff;
    border-radius: 4px;
    border: 1px solid #52afee;
    text-decoration: none !important;
    background-color: #52afee00;
    padding: 8px 30px;
    font-size: 19px;
}

.link19 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 19px !important;
    color: #52afee;
    text-decoration: none !important;
}

.link19:hover {
    font-weight: 300;
    line-height: 1.5;
    font-size: 19px !important;
    color: #249ae9;
    text-decoration: none !important;
}

.link16 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px !important;
    color: #52afee;
    text-decoration: none !important;
}

.link16:hover {
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px !important;
    color: #249ae9;
    text-decoration: none !important;
}

.text44 {
    font-size: 44px;
    color: black;
}

.box1 {
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    padding-bottom: 10px;
}



@media (max-width: 767px) {
    .mobileoff {
        display: none;
    }
}

.page-template-page-signin {

    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}


.page-id-4488 {
    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}

.page-id-4632 {
    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}

.page-id-16477 {
    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}

.page-id-18367 {
    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}

.page-id-6957 {
    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}

.page-id-18366 {
    background: url(/wp-content/uploads/2021/09/bg_firstBlock.png) no-repeat 50%/cover, #444
}





.form-group {

    color: #666565;
}




.mega-wpml-ls-current-language {}

p.footdisc.color-offwhite {
    font-size: 11px;
    color: #888;
}






.tph_submit_button {
    font-weight: bold !important;
    background: #ffffff00 !important;
    border: 0px solid gray !important;
    border-radius: 0 !important;
    padding: 5px 20px !important;
    color: #ffffff !important;
    font-size: 14px !important;
}

.tph_submit_button: hover {

    border-bottom: : 1px solid #52afee !important;

}






.rc-anchor-light {
    background: #f9f9f900 !important;
    color: #fff !important;
}


.recaptcha-checkbox-border {

    background-color: #fff0 !important;

}

.rc-anchor-normal {
    background: #f9f9f900 !important;
    color: #fff !important;
}




.titles-main {
    font-size: 40px !important;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #075c8f !important;
    text-transform: : none;
    text-align: left !important;
}


.color-blue-light {
    color: #0b7da8 !important;
}

/*-------------------------  popup login --------------------------------------------------*/

.contacttext {
    font-size: 16px;
    line-height: 25px;
    color: #323132;
    font-weight: 400;
}

.contacttext:hover {
    font-size: 16px;
    line-height: 25px;
    color: #000 !important;
    font-weight: 400;
}

.contacttitle {
    font-size: 26px;
    line-height: 30px;
    color: #18268f;
    font-weight: 500;
    float: left;
}

.contactbuttons {

    color: #18268f;

    padding: 20px 30px;
}

.windowlogin {
    display: inline-block;

    padding-bottom: 3px !important;

    background-color: white !important;

    width: 480px !important;

    position: relative !important;

    position: fixed !important;

    top: 0 !important;

    right: 0 !important;

    bottom: 0 !important;

    left: 0 !important;

    margin-right: auto !important;

    margin-left: auto !important;

    padding: 60px;

    padding-bottom: 50px;

    margin-top: 50px;
    height: 360px;
    box-shadow: 0 4px 6px 0 #c6c1c1;
}

.windowreg {
    display: inline-block;

    padding-bottom: 3px !important;

    background-color: white !important;

    width: 580px !important;

    position: relative !important;

    position: fixed !important;

    top: 0 !important;

    right: 0 !important;

    bottom: 0 !important;

    left: 0 !important;

    margin-right: auto !important;

    margin-left: auto !important;

    padding: 60px;

    padding-bottom: 50px;

    margin-top: 50px;
    height: 540px;
    box-shadow: 0 4px 6px 0 #c6c1c1;
}

select.input-lg {

    height: 36px !important;


}






/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}


span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 800px;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;

}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Modal (background) */
.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 800px;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;

}

/* Modal Content/Box */
.modal2-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .mobileoff {
        display: none;

    }


    .mobilewidthfull {
        width: 100% !important;

    }

    nav.navbar.navbar-default.navbar-inverse.floatleft {
        padding-right: 10px !important;
        float: right !important;
    }



}

.info-center-container {
    background-color: #18268f;
}

/*-------------------------  popup login --------------------------------------------------*/










.encyclopedia-prefix-filters {


    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}





@media (min-width: 768px) {
    .encyclopedia-prefix-filters {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .encyclopedia-prefix-filters {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .encyclopedia-prefix-filters {
        width: 1170px;
    }
}


.spacedown {

    margin-bottom: 30px;
}














/*    new account page */







.features-table.top::after {
    min-height: 50px;
    content: '';
    position: absolute;
}

.features-table.top {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04), 0 4px 16px 0 rgba(0, 0, 0, .07);
    padding: 10px 10px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    cursor: pointer;
}


.features-table.top {
    cursor: pointer;
}

.features-table.top .title-container {
    padding: 2rem 0.5rem 1rem 0.5rem;
    font-weight: 300;
    text-align: center;
}

.features-table.top .title-table {
    margin-top: 0.5rem;
    margin-bottom: 3.1rem;
}

.features-table.top h2 {
    font-weight: 200;
    font-size: 30px;
}

.features-table.top .feature-button-container {
    text-align: center;
    padding: 2.5rem 3rem 2rem 3rem;
    min-height: 200px;
}

.features-table.top {
    cursor: pointer;
}


.main-hr {
    border-color: #007aff;
}

hr {
    border-bottom: 1px solid #777;
    border-bottom-color: rgb(119, 119, 119);
    border-left: 0;
    border-left-color: currentcolor;
    border-right: 0;
    border-right-color: currentcolor;
    border-top: 0;
    border-top-color: currentcolor;
    margin: 1.5rem 0;
}

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

.top-features-points {
    min-height: 325px;
}

.top-features-points li p {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 400;
}

.fa-check::before {
    content: "\f00c";
}

.fa-times::before,
.fa-check::before {
    font-size: 30px;
    -webkit-text-stroke: 5px white;
}

.fa.blue {
    color: #81d742 !important;
    margin-left: 0px !important;
    margin-right: 6px !important;
    line-height: 1.74;
}

.top-features-points li p i {
    margin-right: 10px;
}

.fa-check::before {
    content: "\f00c";
}

.fa-times::before,
.fa-check::before {
    font-size: 15px;
    -webkit-text-stroke: 1px white;
}

.features-table.top .feature-container .price-feature {

    font-size: 3.5rem;
    display: table-cell;
    border-collapse: collapse;
    text-align: right;
    font-weight: 300;
    float: right;
    color: black;
}

.features-table.top .feature-container .feature {
    font-size: 16px;
    color: #151414;
    font-weight: 300;
    padding-right: 1%;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.features-table.top .feature-container .feature span,
.features-table.top .feature-container .feature superindex {
    vertical-align: super;
    font-size: 12px;
}

.features-table.top .feature-button-container {
    text-align: center;
    padding: 2.5rem 3rem 2rem 3rem;
    min-height: 50px;
}

.features-table.top .feature-button-container .button {
    padding: 12px 25px;
    white-space: normal;
}

.blog button,
.blog input[type="submit"],
.btn,
.btn-homepage,
.main-header .header-link,
.search button,
.search input[type="submit"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1;
    padding: 7px 46px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .04), 0 4px 16px 0 rgba(0, 0, 0, .08);
}

.btn-danger {
    color: #fff;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.demo_link {
    margin-top: 1rem;
    display: inline-block;
}

span.btn_warning {
    font-size: 12px;
    font-weight: 300;
    color: #888;
}

.features-table.top:hover,
.features-table.top.hover {
    border: 2px solid #007aff;
    -webkit-box-shadow: 0px 0px 48px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 48px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 48px -17px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}



.feature-container {
    min-height: 50px;
    line-height: 0.3;
}

#main {
    background-color: #f9f9f9;
}


.h2 {
    font-size: 25px !important;
}


@media (max-width: 600px) {
    .mobileoff {
        display: none;

    }


    .mobilehed {
        float: left !important;
        width: auto;
        padding-right: 20px;
        padding-left: 10px;

    }

    .mobileheader {
        background-color: #232323 !important;

    }
}








.panel-body1 h3.panel-title1 {
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    text-align: center;
}

.price {
    color: #a47a32 !important;
}

.panel-title1 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #a47a32 !important;
}

button.btn.btn-primary.btn-sm.tph_submit_button {
    padding: 8px 30px !important;
    color: #52afee !important;
    font-weight: 300 !important;
    box-shadow: none;
}

button.btn.btn-primary.btn-sm.tph_submit_button: hover {
    padding: 8px 30px !important;
    color: #52afee !important;
    font-weight: 300 !important;
    box-shadow: none;
    border-bottom: 2px solid #52afee !important;
}

.content {

    /* margin-top: 20px;  */
}



.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd00 !important;
    border-color: #ffeeba00 !important;
}


#pro-platform .asset-flag.doge {

    background-position: -227px -1455px;
}


.asset-flag.asset-flag-stocks.afterpay {
    background-position: -200px -1105px;
}

.asset-flag.asset-flag-stocks.nectera {
    background-position: -105px -1103px;
}


.asset-flag.asset-flag-stocks.amc {
    background-position: -5px -1135px;
}

.asset-flag.asset-flag-stocks.yandex {
    background-position: -55px -1135px;
}

.asset-flag.asset-flag-stocks.xcel {
    background-position: -105px -1135px;
}





.asset-flag.asset-flag-stocks.tata-motors {
    background-position: -155px -1135px;
}


.asset-flag.asset-flag-stocks.solaredge {
    background-position: -205px -1135px;
}




.asset-flag.asset-flag-stocks.mrna {
    background-position: -5px -1165px;

}

.asset-flag.asset-flag-stocks.aramco {
    background-position: -57px -1165px;
}

.asset-flag.asset-flag-stocks.biontech {
    background-position: -105px -1165px;
}

.asset-flag.asset-flag-stocks.brookfield {
    background-position: -155px -1167px;
}


.asset-flag.asset-flag-stocks.clearway {
    background-position: -205px -1165px;
}

.asset-flag.asset-flag-stocks.crsp {
    background-position: -5px -1197px;

}

.asset-flag.asset-flag-stocks.xxxonmobil {
    background-position: -58px -1197px;

}


.asset-flag.asset-flag-stocks.gamestop {
    background-position: -108px -1197px;

}

#depositFundPopUp .modal-content {
    border-radius: 3px;
    width: 100%;
}








/* new design for new broker css */



/* new heaader css */


@media (max-width: 600px) {
    .mobileoff {
        display: none;

    }


    .mobilehed {
        float: left !important;
        width: auto;
        padding-right: 20px;
        padding-left: 10px;

    }

    /*.mobileheader{ 
	background-color:#232323 !important;

}*/
}



.toph {
    float: left;

    padding-left: 10px;
    padding-right: 10px;
}






.containLoginLine3 {}




.containLoginLine2 {
    /* box-shadow: 0 4px 6px 0 #e9e8e8; */
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}





/* new heaader css */

.textsize15 {
    line-height: 1.74;
    color: #383442;
    font-size: 15px;
    font-weight: 400;
}

p.text16 {
    color: #7c7a7a;
    font-size: 13;
    font-weight: 400;
}

/* @media (min-width: 1200px) { */
    /*
.consize{
	    width: 1400px !important;

}
}
*/


    .btnnewplainmain {


        text-decoration: none !important;
        background-color: #ff000000;
        color: #4db2ec;

        padding: 11px 17px;
        border: 1px solid #4db2ec;
        text-transform: uppercase;

    }


    .btnnewplainmain:hover {

        color: gray;
        border: 1px solid gray;
        text-transform: uppercase;
    }



    .btnnewbluemain1 {
        background: linear-gradient(102deg, #294444, rgb(140 176 221));
        padding: 15px;
        color: white;
        border: 0px solid #5f5f60;
        text-transform: uppercase;
        padding: 12px 17px;
    }

    .btnnewbluemain1:hover {
        background-color: #061e30;
        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }





    .btnnewbluemainac1 {
        background: linear-gradient(90deg, #15d7be, #068445);

        padding: 15px;
        color: white;
        text-transform: uppercase;
    }

    .btnnewbluemainac1:hover {
        background: linear-gradient(-60deg, #4db2ec, #5188f7);



        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }


    .btnnewbluemainac2 {
        background: linear-gradient(-90deg, #2f0078, #e07e94);



        padding: 15px;
        color: white;
        text-transform: uppercase;
    }

    .btnnewbluemainac2:hover {
        background: linear-gradient(-60deg, #4db2ec, #5188f7);



        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }




    .btnnewbluemainac3 {
        background: linear-gradient(-90deg, #0a0300, #bf9663);



        padding: 15px;
        color: white;
        text-transform: uppercase;
    }

    .btnnewbluemainac3:hover {
        background: linear-gradient(-60deg, #4db2ec, #5188f7);


        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }

    .btnnewbluemainac4 {
        background: linear-gradient(-90deg, #0b101c, #383442);


        padding: 15px;
        color: white;
        text-transform: uppercase;
    }

    .btnnewbluemainac4:hover {
        background: linear-gradient(-60deg, #4db2ec, #5188f7);


        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }



    .btnnewbluemainac5 {
        background-color: #b07f48;


        padding: 15px;
        color: white;
        text-transform: uppercase;
    }

    .btnnewbluemainac5:hover {
        background: linear-gradient(-60deg, #4db2ec, #5188f7);


        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
    }















    .containLoginLine2 {
        box-shadow: none;
        background-color: #fff0;
    }

    .containLoginLine3 {
        background: #02305900 !important;
        border-top: none !important;
        border-bottom: : none !important;
    }

    .containLoginLine4 {
        background: #efefef !important;
        border-top: none !important;
        border-bottom: : none !important;
    }


    .containLoginLine5 {
        box-shadow: none !important;
        background-color: #00000000 !important;
    }

    .mega-menu-item-media_image-7 {
        background: url(/wp-content/themes/theforest/images/pics/mt.jpg) no-repeat 50%/cover, #fff !important;
        height: 200px !important;
        padding: 20px !important;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    .mega-menu-item-media_image-8 {
        background: url(/wp-content/themes/theforest/images/pics/mob.jpg) no-repeat 50%/cover, #fff !important;
        height: 200px !important;
        padding: 20px !important;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }


    .mega-menu-item-media_image-9 {
        background: url(/wp-content/themes/theforest/images/pics/web.jpg) no-repeat 50%/cover, #fff !important;
        height: 200px !important;
        padding: 20px !important;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }





    li#mega-menu-item-media_image-10 {
        padding: 0px !important;
    }

    li#mega-menu-item-media_image-11 {
        padding: 0px !important;
    }

    li#mega-menu-item-media_image-12 {
        padding: 0px !important;
    }

    li#mega-menu-item-media_image-13 {
        padding: 0px !important;
    }

    li#mega-menu-item-media_image-14 {
        padding: 0px !important;
    }




    img.image.wp-image-16285.attachment-full.size-full {
        min-height: 160px;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }


    img.image.wp-image-16286.attachment-full.size-full {
        min-height: 160px;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    img.image.wp-image-16287.attachment-full.size-full {
        min-height: 160px;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    img.image.wp-image-16288.attachment-full.size-full {
        min-height: 160px;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    img.image.wp-image-16289.attachment-full.size-full {
        min-height: 160px;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    img.image.wp-image-16290.attachment-full.size-full {
        min-height: 160px;
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }



    img.image.wp-image-16292.attachment-medium.size-medium {
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    img.image.wp-image-16293.attachment-medium.size-medium {
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }

    img.image.wp-image-16294.attachment-medium.size-medium {
        box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%) !important;
    }







    ul.mega-sub-menu {
        padding: 10px !important;
        padding-bottom: 20px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {

        background-color: #fff !important;

    }




    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {

        background: none !important;
    }

    #pop {
        line-height: 1;
        display: none;
        top: 43px;
        position: absolute;
        z-index: 99999;
        padding: 20px;
        background: #ffffff;
        border: 1px solid #A2ADBC;
        -moz-border-radius: 20px;
        -webkit-border-radius: 3px;
        margin: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(164 164 164);
        padding-top: 25px;
        box-shadow: 0px 0px 5px 0px rgb(164 164 164);
    }

    #pop1 {
        line-height: 1.5;
        display: none;
        top: 43px;
        position: absolute;
        z-index: 99999;
        padding: 20px;
        background: #ffffff;
        border: 1px solid #A2ADBC;
        -moz-border-radius: 20px;
        -webkit-border-radius: 3px;
        margin: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(164 164 164);
        padding-top: 25px;
        box-shadow: 0px 0px 5px 0px rgb(164 164 164);
    }






    #depositFundPopUp .modal-header {}



    .modal-header .close {
        margin-top: 12px;
        font-weight: 100 !important;
        font-size: 25px !important;
    }


    #depositFundPopUp .modal-content {
        border-radius: 3px;
        width: 100%;
    }

    .card {

        background-color: #292d33 !important;
        border: none !important;
    }

    .card.name-psp-block {
        box-shadow: none !important;
        background-color: white !important;
    }



    .windowlogin {
        display: inline-block !important;
        background-color: white !important;
        width: 780px !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 0px !important;
        margin-top: 50px !important;
        height: 460px !important;
        box-shadow: none !important;
    }


    .wpcf7-form-control.wpcf7-submit.btn.btn-primary {
        background-color: #dedddd !important;
        line-height: 2 !important;
        width: 100% !important;
        font-size: 16px !important;
        color: #595959 !important;
        padding-bottom: 5px !important;
        border-radius: 0px !important;
        font-weight: 600 !important;
    }





    .btnnewbluemain2 {
        opacity: 1;
        background-color: #52afee00;
        padding: 5px 20px !important;
        color: white !important;
        text-decoration: none !important;
        border-radius: 0px;
        font-size: 13px !important;
    }

    .form-group {
        color: #e1dfdf;
        font-size: 16px;
    }


    .mainback {}

    .mainback {}





    .fa-comments-o:before,
    .fa-envelope-o:before,
    .fa-mobile-phone:before,
    .fa-mobile:before {
        color: #fff !important;
        font-size: 16px;
    }



    .fa1:before {
        color: #d4c874 !important;
    }


    .card.form-psp-block {
        background-color: #ffffff00 !important;
    }


    .card.name-psp-block {
        background-color: #ffffff00 !important;
    }



    #notification_count {

        background: #08a0f9 !important;

    }

    .btnnewplainmain9 {
        text-decoration: none !important;
        background-color: #ff000000;
        color: #4db2ec;
        padding: 8px 20px;
        border: 1px solid #4db2ec;
        text-transform: uppercase;
        border-radius: 0px;
        font-size: 14px !important;
    }

    .btnnewbluemain91 {
        background: linear-gradient(90deg, #061e30, rgba(2, 48, 89, 0.62));
        color: white;
        border: 1px solid #5f5f60;
        text-transform: uppercase;
        padding: 9px 20px;
        font-size: 14px !important;
    }

    /* new design for new broker css */
    .container.margin_trade_block {
        width: 100% !important;
    }



    .btnnewbluemainz1 {
        background-color: rgb(255, 255, 255);
        color: rgb(2, 48, 89) !important;
        font-weight: 500;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .name_directory_name_box {
        margin-bottom: 20px;
        font-size: 15px !important;
    }

    .name_directory_total {
        display: none;
    }

    .name_directory_index {
        margin-bottom: 30px;
    }

    .name_directory_index {
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
        padding-left: 24%;
        padding-right: 24%;
        background-image: linear-gradient(to right, #112a3d, #5f7b94);

        min-height: 80px;
        line-height: 8;
    }

    .name_directory_startswith {
        font-size: 16px !important;
        color: white;
        border: 1px solid wheat;
        padding: 13px;
    }



    .efaq-selected-template-template-1 .efaq-front-title-wrap:hover,
    .efaq-selected-template-template-1 .efaq-front-wrap-inner.efaq-tab-active .efaq-front-title-wrap {
        background: rgba(140, 140, 151, .1) !important;
        border-bottom-color: #fff0 !important;
    }





    .efaq-selected-template-template-1 .efaq-front-title-wrap {
        background: rgba(140, 140, 151, .1) !important;
        border-bottom-color: #fff0 !important;
    }

    .efaq-selected-template-template-1 .efaq-front-title {
        font-size: 15px !important;

        color: #383442 !important;
    }


    .efaq-front-wrap-inner {
        margin-top: 13px !important;
    }

    .efaq-selected-template-template-1 .efaq-front-content {
        font-size: 14px !important;
        color: #383442 !important;
        line-height: 1.74 !important;
    }


    span#strikePrice {
        color: gray;
        font-weight: 600;
    }


    span#payoutText {
        color: gray;
        font-weight: 600;
    }


    /*Platfrom fix*/
    #table-fixed-big tbody tr {
        clear: both !important;
    }




    .grecaptcha-badge {
        display: none !important;
    }


    div#modal-header-popup {
        display: none;
    }














    /*           news page    */


    .bdp_blog_template.news .bd-post-image img {
        max-height: 220px !important;
        -webkit-box-shadow: 5px 5px 10px #3d3b3b;
    }

    .bdp_blog_template.news {

        width: 70% !important;
    }

    @media (max-width: 600px) {
        .bdp_blog_template.news {

            width: 100% !important;
        }
    }



    .bd-post-image {
        text-align: center;
    }


    span.bd-category-link {
        display: none !important;
    }

    .bd-metadatabox {
        display: none !important;

    }


    .title1 {
        color: #435464;
        font-size: 26px !important;
        text-align: center;
        line-height: 1.4 !important;
        font-weight: 700 !important;
    }

    .title112 {
        color: #ffffff;
        font-size: 28px !important;

        line-height: 1.7 !important;
        font-weight: 500 !important;
    }










    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: 100% !important;
        height: auto;
        margin-top: 5px;
    }








    .wpbm-list-template-1 .wpbm-list-inner-wrap {

        border: 0px solid white !important;
        box-shadow: none !important;
        background-color: #fff0
    }



    .wpbm-first-inner-wrap {
        width: 30% !important;
    }

    .wpbm-second-inner-wrap {
        width: 40% !important;
    }



    .wpbm-list-template-1 .wpbm-title a {
        font-size: 30px;
        line-height: 1.5;
        color: #333333 !important;
    }


    img.attachment-medium.size-medium.wp-post-image {
        min-height: 210px;
        width: 370px !important;
        -webkit-box-shadow: 5px 5px 10px #3d3b3b !important;
    }

    .wpbm-first-inner-wrap {
        padding-top: 27px !important;
    }



    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        -webkit-box-shadow: 5px 5px 10px #3d3b3b;
    }


    @media (max-width: 600px) {

        .wpbm-second-inner-wrap {
            width: 100% !important;
        }
    }

    .wpbm-list-template-1 .wpbm-link-button a,
    .wpbm-list-template-1 .wpbm-category-list a {
        padding: 9px 12px;
        border-radius: 4px !important;
        font-size: 14px;
        background-color: #f1f1f1 !important;
        color: #3b8fc0 !important;
    }


    .owl-carousel .wpbm-owl-item img {
        display: block;
        width: 100%;
        min-height: 350px !important;
        min-width: 100% !important;
    }

    .owl-theme .owl-controls .owl-nav [class*=owl-] {

        background: #d6d6d600 !important;
    }

    .wpbm-slider-template-1 .wpbm-title a {
        font-size: 28px !important;

    }

    .wpbm-slider-template-1 .wpbm-content {

        line-height: 1.6 !important;

    }

    .wpbm-first-inner-wrap .wpbm-image {
        height: 225px !important;
    }

    .wpbm-slider-template-1.owl-theme .owl-dots .owl-dot span {

        background: #b9b9b9;

    }

    .wpbm-list-template-1 .wpbm-second-inner-wrap {

        padding-bottom: 0px !important;
    }

    a.btn.btn-primary.top_fund_button {
        display: none !important;
    }

    /*           news page    */


    .bx-viewport {
        height: 27px !important;
    }


    h4 {
        font-weight: 600;
        color: #5a5a5a;
    }

    p {

        line-height: 1.74;
    }

    h2 {
        font-weight: 500;
    }


    img.attachment-full.size-full.wp-post-image {
        max-width: 300px !important;
        max-height: 200px !important;
    }

    .wpbm-date {
        display: none !important;
    }

    .textsize1512 {
        font-size: 12px !important;
    }

    #headerRow {
        display: none !important;
    }

    .eCalMain>#headerRow {
        display: none !important;
    }

    header#headerRow {
        display: none !important;
    }

    select#type option {
        background-color: #f5f6f7 !important;
    }


    .picpost1 {
        max-width: 170px;
        max-height: : 170px;
    }

    .sidesec {

        margin-bottom: 30px;
        padding-top: 30px;
        margin-left: 20px;
        padding-bottom: 30px;
        box-shadow: 0 0 20px rgb(0 0 0 / 14%) !important;
    }




    @media (max-width: 700px) {

        .mobilespac {
            padding: 50px !important;
        }
    }


    .wpbm-grid-template-2 .wpbm-title a {
        font-size: 16px !important;

    }


    .transactionTable th {
        background-color: white !important;
        color: gray !important;
    }


    table#transactionTable {
        margin-top: 20px;
    }


    table#forexTable th {
        background-color: white !important;
        color: gray !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }



    table#forexTable th {
        background-color: white !important;
        color: gray !important;
        border: 0px !important;
        font-size: 11px !important;
        font-weight: 400 !important;
    }

    table#cryptoTable th {
        background-color: white !important;
        color: gray !important;
        border: 0px !important;
        font-size: 11px !important;
        font-weight: 400 !important;
    }

    .v2-deposit a.btn.btn-primary.top_fund_button {
        background-color: #4ce14c !important;
        border: 1px solid #4ce14c !important;
        border-radius: 0px !important;
    }

    a#withdrawal-button {
        font-size: 13px !important;
        padding: 5px 10px !important;
        border-radius: 0px !important;
    }


    .my-cashier-panel .deposit-button {
        font-size: 13px !important;
        padding: 6px 15px !important;
        border-radius: 0px !important;
    }

    .clearFilter {
        margin-top: 26px !important;
        border-radius: 0px !important;
        font-family: Roboto, Helvetica, Arial, sans-serif !important;
        line-height: 1.2 !important;
        padding: 7px 26px !important;
    }

    .v2-item.profile-v2-toggle {
        margin-top: -2px;
    }






    .deposit-flag-alphaedge.deposit-flag-alphaedge {
        background-image: url('/wp-content/themes/theforest/images/rocketbit.png') !important;
    }



    @media (max-width: 768px) {
        .wpbm-first-inner-wrap {
            width: 100% !important;
        }

        .floatright.lemp {
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
        }


        .authenticate form.form-inline {
            margin-left: auto !important;
            margin-right: auto !important;
            float: none !important;
        }




    }




    .colorwhite {
        color: #bfbebe !important;

    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #ededed !important;
    }


    .btnnewbluemain6 {
        background: #0000007d;
        color: #bfbebe;
        border: 1px solid #08080800;
        text-transform: uppercase;
        font-weight: 500;
        padding: 12px 17px;
    }

    .btnnewplainmain7 {
        background: #0000007d;
        color: #bfbebe;
        border: 1px solid #08080800;
        text-transform: uppercase;
        font-weight: 500;
        padding: 12px 17px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        color: #eac76e !important;

    }



    .btnnewplainmaingold {
        background: #cbad60;
        color: #fdfdfd !important;
        border: 1px solid #08080800;
        text-transform: uppercase;
        font-weight: 500;
        padding: 12px 17px;
        border-radius: 0px !important;
    }

    .btnnewplainmaingold:hover {
        background-color: #eac76ea1;
    }

    .colorgold {
        color: #bd9f52 !important;
    }

    .colorgold:hover {
        color: #eac76e !important;
    }

    footer a:hover {
        color: #eac76e !important;
    }