/*
Theme Name: Theforest
Author: Theforest
Author URI: https://www.guru.com
Version: 1.0
*/



/* Header Start */

.header.navbar{
    padding:12px 0
}

.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 100px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.header {
    position: relative;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    height: 120px;
}

.header nav {
    /* margin-top: 25px; */
}

/* .header--active {
    background-color: #161616b3;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
} */


.site_logo_mobile {
    display: none;
}

.header-imageLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 56px;
    padding: 8px;
    background: #ffffffe6;
    box-shadow: 0px 16px 32px -9px #6100ff80;
    margin-right: 24px;
    margin-top: 25px;
}

.header-imageLink img {
    max-width: 100%;
    width: 30px;
}

/* .authenticate,
.authenticated {
    margin-top: 25px;
} */

.authenticate .btn {
    padding: 8px 22px;
    background: unset;
    border: 1px solid;
    /* box-shadow: 0px 16px 32px -9px #6100ff80; */
    border-radius: 8px;
    /*border: unset;*/
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-wrap: nowrap;
    width: 170px;
    max-width: 150px;
}

.authenticate .btn:active {
    color: white;
}

.authenticate .dropdown-menu {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    border-radius: 8px;
    margin-top: 10px;
}

.authenticate li {
    padding: 10px 15px;
    border-bottom: 1.5px solid black;
}

.authenticate li:last-child {
    border-bottom: unset;
}

.authenticate .dropdown-item {
    color: #1a56db;
    font-weight: 500;
    font-size: 14px;
    padding: unset;
    transition: all 0.2s ease;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.authenticate .dropdown-item:hover {
    padding: unset;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #6d3ee4;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

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

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

.smallLineInMenuBox {
    color: #635bff;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #635bff;
    text-decoration: none;
}
.authenticate .btn.show, .authenticate .btn:active {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    color: #1a56db;
}
.authenticate .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1a56db;
    font-weight: 500;
    font-size: 16px;
    font-family: comfortaa, sans serif;
    transition: all 0.2s ease;
    border: #1a56db solid 1px;
}

.btnnewbluemain8 {
    padding: 22px 16px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.btnnewplainmain9 {
    align-items: center;
    background-image: linear-gradient(90deg, #1f2bd3, #7f5bff, #7f5bff, #1f2bd3);
    background-size: 300% 100%;
    border-radius: 8000px;
    box-shadow: inset -1px -2px 10px 0 rgba(0, 0, 0, .3), inset 2px 1px 10px 0 hsla(0, 0%, 100%, .5), 0 2px 10px 0 rgba(165, 166, 255, .75);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin: 10px 0;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    transition: background-position .4s ease-in-out;
    white-space: normal;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
}



.btnnewplainmain9:hover {
    background-position: 100% 0;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 425px) {
    .btnnewbluemain8{

    }
}

/* Header End */



/*-----------------------------------------------  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: 18px !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:  #0fbf04  ;
    border-color: #0fbf04 ;
    padding: 13px 40px ;
    font-size: 19px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
}

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

    background-color: #4ecc23  ;
    border-color: #4ecc23 ;

}

.fullsize{

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

}



.btnnewbluemain {
  opacity: 1;
    padding: 12px 35px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0px;
    background-color: #0fbf04;
    font-weight: 600;
    font-size: 14px;
}

.btnnewbluemain:hover{

    background-color:#0fbf04e8  ;


}


.btnnewplainmain {
   opacity: 1;


    padding: 8px 30px;
    color: white !important;
    text-decoration: none !important;

}


.btnnewplainmain:hover{



    color: white !important;
     border-bottom: 2px solid  #52afee;
}
.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;
  }
}



  .form-group {

    color: #000;
}




/* .mega-wpml-ls-current-language
{
display: none !important;} */
 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;


}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control {
    color: black;
}





.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;
 }


.top_fund_button {

    display: none !important;

color: #fff !important; }

#depositFundPopUp .modal-header,
#depositFundPopUp .modal-footer{
	border-color: #535050 !important;
}
.page-template-page-trading #tph_site_header .user-username,
.page-template-page-trading #toggleMenuActionMobile {
	color: #333 !important;
}
.page-template-page-deposit-popup {
	background: #0F273F;
}
#mega-menu-primary .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link {


}


#payoutText {
    color: #a7a3a3;
}
#strikePrice {
    color: #a7a3a3;
}


.containLoginLine2 {

   background-color: #12161c !important;

    height: 120px !important;
}



/*    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: #007aff !important;
}

.top-features-points li p i {
    margin-right: 10px;
}
.fa-check::before {
    content: "\f00c";
}
.fa-times::before, .fa-check::before {
    font-size: 30px;
    -webkit-text-stroke: 5px 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: 200px;
}

.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"] {
    align-items: center;
    background-image: linear-gradient(90deg, #1f2bd3, #7f5bff, #7f5bff, #1f2bd3);
    background-size: 300% 100%;
    border-radius: 8000px;
    box-shadow: inset -1px -2px 10px 0 rgba(0, 0, 0, .3), inset 2px 1px 10px 0 hsla(0, 0%, 100%, .5), 0 2px 10px 0 rgba(165, 166, 255, .75);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin: 10px 0;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    transition: background-position .4s ease-in-out;
    white-space: normal;
    width: fit-content;
    text-decoration: none;
 }
.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  #0fbf04;
    -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 {
    margin-top: -20px;
}


.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;

}*/
}



ul {
    list-style-type: none;
}




.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: #0fbf04  !important;
    font-weight: 300 !important;
    box-shadow: none;
}

 button.btn.btn-primary.btn-sm.tph_submit_button: hover {
    padding: 8px 30px !important;
    color: #0fbf04  !important;
    font-weight: 300 !important;
    box-shadow: none;
    border-bottom: 2px solid #52afee !important;
}
  .page-template-page-signin{

  	background: url(/wp-content/uploads/2021/07/r1.jpg) no-repeat 50%/cover,#444
  }


  .page-id-4488{
  	  	background: url(/wp-content/uploads/2021/07/r1.jpg) no-repeat 50%/cover,#444

  }


  .leftmm{

  	color: black;
    font-size: 17px;


  }


  span.mega-indicator {
    display: none !important;
}



/*li {*/
/*     text-align: center !important;*/
/*}*/
.fa.blue {

    display: none !important;
}


#areaProfile_new {

    padding-top: 11px !important;

}




.top_fund_button2 {
    background-color: #61b3e3;
    border: #61b3e3 solid 1px;
     margin: 0;
    vertical-align: middle;
    padding: 1px 15px;
    font-size: 13px;
     float: right;
    cursor: pointer;
    height: 23px !important;
    line-height: 1.7 !important;
    border-radius: 2px !important;
    color: white !important;
    font-size: 11px !important;
    margin-top: -3px !important;
    padding-top: 2px !important;
}



.tph_menubox {

    width: auto !important;
}
span.tph_navbar-time {
    font-size: 12px !important;
}

span.user-balance {
	    font-size: 12px !important;
}
.btnnewbluemain2 {
  opacity: 1;
    background-color: #52afee00;
    padding: 5 30px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0px;
    font-size: 14px;
}

div#areaProfile_new {

}

.btn-primary:focus {
    color: #fff;
    background-color: #5aa9d7;
    border-color: #5aa9d7;
}

.top_fund_button3 {
    background-color: #ff000000;
    font-size: 11px;
    color: #b5b5b5;
    padding: 0px;
}



div#areaProfile_new {
    padding-right: 20px;
    padding-bottom: 10px !important;
}


.user-settings {
    font-weight: 100 !important;
    font-family: sans-serif;
    float: right;
}



#userAvailableMargin {
    font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
}


#useMargin {
    font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
}

#userEquity {
    font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
}
#deltaEquity {
    font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
}
#userCashBalance {
    font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
}
#userTotalPnl {
    font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
}

div#toggleMenuActionMobile {
    padding-top: 3px;
}

#toggleMenuActionMobile {

    padding-bottom: 0px !important;
}

a.wpml-ls-link {
    margin-right: 33px;
}


.fa-caret-down {

    padding-top: 2px !important;
}


#tph_site_header #notificationBell {
    margin-top: -16px !important;
}

.menuBoxOpen {
    margin-left: -15px;
}

.assets_type_divider {
    border-bottom: 1px solid #505255;
}


/*
       LOGIN POPUP        */



.contacttitle {
    font-size: 22px !important;
    line-height: 30px !important;
    color:  #474d72 !important;
    font-weight: 600 !important;
    float: left !important;
}


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

    padding-top: 15px !important;
}



.displaynoned{
	display: none !important;
}




.tph_navbar-time {
     color: #b5b5b5 !important;
    text-transform: uppercase !important;

    font-size: 11px !important;
}




#depositFundPopUp .modal-header {

    background-color: #292d33 !important;
}

.modal-content {
    background-color: #292d33 !important;
}


.modal-header .close {
    margin-top: 12px;
    font-weight: 100 !important;
    font-size: 25px !important;
}


#depositFundPopUp .modal-content {
    border-radius: 3px;
    width: 100%;
    background-color: #292d33 !important;
}
  .card {

    background-color: #292d33 !important;
    border: none !important;
}
#navpills-payment .card,#navpills-form-cc .card {
	background-color: #FFF !important;
}

.card.name-psp-block {
    box-shadow: none !important;}


.modal-header {
    background-color: #101923 !important;
}
.modal {
    color: #a0a2a5 !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;
}



.form-control {

    background-color: #d2d5d700 !important;
    color: #d8d5d5 !important;
    border-radius: 5px !important;
    border: 1px solid #a8a7a563 !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;
}


.tph_navbar-time {
     color: #b5b5b5 !important;
    text-transform: uppercase !important;

    font-size: 11px !important;
}

/*            new trading header          */
.btnnewbluemain8 {
    padding: 22px 16px;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.btnnewplainmain9 {
    align-items: center;
    background-image: linear-gradient(90deg, #1f2bd3, #7f5bff, #7f5bff, #1f2bd3);
    background-size: 300% 100%;
    border-radius: 8000px;
    box-shadow: inset -1px -2px 10px 0 rgba(0, 0, 0, .3), inset 2px 1px 10px 0 hsla(0, 0%, 100%, .5), 0 2px 10px 0 rgba(165, 166, 255, .75);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin: 10px 0;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    transition: background-position .4s ease-in-out;
    white-space: normal;
    width: fit-content;
    text-decoration: none;
}



.btnnewplainmain9:hover {
    background-position: 100% 0;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 425px) {
    .btnnewbluemain8
}

div#toggleMenuActionMobile {
    color: #b5b5b5 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 11px !important;
}

#tph_site_header .fa-caret-down {
    color: #b5b5b5 !important;
}

.menuBoxOpen {

    min-width: 150px !important;
}

#toggleMenuActionMobile {
    width: auto !important;

}

.tph_navbar-time {
     color: #b5b5b5 !important;
    text-transform: uppercase !important;

    font-size: 11px !important;
}
.user-balance-exchange,
.user-balance{
     color: #b5b5b5 !important;
    text-transform: uppercase !important;

    font-size: 11px !important;
}

.smallLineInMenuBox {
    color: #b5b5b5 !important;
    text-transform: uppercase !important;

    font-size: 13px !important;

}


 .fa-envelope-o {
    font-size: 16px !important;
}

.holderMobileToggle {
    min-width: 100px !important;
}

#notification_count {

    background: #7fc4fb !important;
    color: #ffffff !important;
     top: -5px !important;
    margin-left: 22px !important;
   }

#tph_site_header #notificationBell {
    margin-top: -16px !important;
}

.modal-content {

    border: 1px solid #575454 !important;

}

.top_fund_button {

    border-radius: 0px !important;
    line-height: 1.5 !important;
}



.wpml-ls-legacy-dropdown {
    margin: auto !important;
    margin-left: -10px !important;
    width: auto !important;
}



.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 1px solid #3563a6 !important;
    background-color: #3563a6 !important;
    padding-left: 10px;
    width: 150px;
    margin-left: -10px;
}



/*                        temp for new trading page design , black theme       */


@media (max-width: 540px) {
 .noborders{
 	border: 0px solid !important;
 }

.mobileborderoff{

border: 0px solid white !important;

}


.mobileleft{
	float: left !important;
	text-align: center;
	 border: 0px solid white !important;
}
.tph_navbar-time {

    font-size: 12px !important;
}
.user-balance-exchange,
.user-balance {

    font-size: 12px !important;
}



.mobileright{
	float: right;
 text-align: center;
 border: 0px solid white !important;

}

.user-settings {
    text-align: left !important;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 28px;
}

a.btn.btn-primary.top_fund_button {
    margin-top: 10px !important;
}
}

 span.wpml-ls-native {
    font-weight: 200 !important;
    font-size: 12px !important;
}

span.wpml-ls-display {
    font-weight: 200 !important;
    font-size: 12px !important;
}

li.wpml-ls-slot-smartslider_area_1.wpml-ls-item.wpml-ls-item-de.wpml-ls-last-item {
    background-color: #3563a6 !important;
}

ul.wpml-ls-sub-menu {
    width: 78%;
}


 ::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
 ::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
a.btn.btn-primary.top_fund_button {
    display: none;
}


/*          test               */


.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: rgb(131 131 131);
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}










.image-slider-wrapper{
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.image-slider{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    filter: brightness(0.34);
}

.image-slider-text-wrapper{
    z-index: 2;
    top: 50px;
    position: relative;
    margin-left:50px;
    color: white;
}

.mainpage-slider-wrapper{
    height: 800px;
}

.mainpage-slider-wrapper .image-slider-text-wrapper h1.slider-h1 {
    font-family: 'Roboto', 'Arial';
    color: #bfbebe;
    text-align: center;
    text-shadow: none;
    line-height: 1.5;
    font-weight: 400 !important;
    font-style: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
}

.mainpage-slider-wrapper .image-slider-text-wrapper .slider-p {
    font-family: 'Roboto', 'Arial';
    color: #dcdada;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}
.mainpage-slider-wrapper .image-slider-text-wrapper{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px){
    .mainpage-slider-wrapper{
        height: 600px;
    }

    .mainpage-slider-wrapper .image-slider-text-wrapper h1.slider-h1{
        font-size: 24px;
    }
    .mainpage-slider-wrapper .image-slider-text-wrapper .slider-p {
        font-size: 16px;
    }
}

.slider-button-main{
    font-family: 'Roboto', 'Arial';
    color: RGBA(255, 255, 255, 0.81);
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    background-color: RGBA(0, 0, 0, 0.7);
    border-radius: 3px;
    width: fit-content;
}

.slider-button-main:hover{
    background-color: RGBA(0, 0, 0, 0.9);
}

.top-banner {
    padding: 150px;
}

.background-top:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.top-banner-text p {
    text-align: center;
    color: white;
    font-size: 5em;
}

.top-banner-text{
    z-index: 2;
    position: relative;
}

.top-banner-text p:last-child {
    font-size: 2em;
}

.container-thumbs {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}

.authenticate-buttons-wrapper{
    display:flex; gap:20px
}


@media (max-width: 980px) {
    .top-banner {
        padding: unset;
    }
    .container-thumbs {
        flex-direction: column;
    }
}



@media (max-width: 768px) {
    .main-navbar-box {
        order: 2;
    }
    .main-navbar-box #mega-menu-primary {
        width: 170px !important;
        left: -109px !important;
    }
    div.authenticated.ms-auto {
        margin-right: auto;
    }
    .site_logo {
        display: none;
    }
    .site_logo_mobile {
        display: block;
        margin: 0 auto;
    }
    .site_logo_mobile .site_imageLogo {
        width: 80px;
    }
    .navbar-brand.pe-3 {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .authenticate .btn, .btn-purple-blue.header-btn-purple-blue {
        padding: 5px 10px;
        height: 34px;
        width: 110px;
    }
    .authenticate .dropdown-menu {
        margin-top: 5px;
        min-width: 138px;
    }
    .header-imageLink {
        display: none;
    }
    .header nav {
        margin: 0;
    }
    .authenticate,
    .authenticated {
        margin: 0!important;
    }
    .hero-banner__content {
        align-items: center;
    }
    .card-challenge .cards {
        flex-direction: column;
        gap: 40px;
    }
    .bg-image--register {
        background: white;
    }
    .fs-48{
        font-size: 32px;
    }
    .title-education{
        font-size: 33px;
    }
    .text-education{
        font-size: 18px;
    }
    .btn-discord{
        font-size: 22px;
        padding: 10px 10px;
    }
    .evaluation__title{
        font-size: 29px;
    }
    .model-type-troopers-tab-mob-content p, .hero_title, .evaluation__title > span, h2, .fs-48 font{
        word-wrap: break-word;
    }
    .partners-program.container > h2 > a{
        word-wrap: break-word;
    }
    .flex-column-mobile .col-md-6{
        max-width: 100%;
    }
    .site-main{
        overflow-x: hidden;
    }
    #mega-menu-primary{
        min-width: 182px!important;
    }
}

@media (max-width: 425px) {
    .navbar-brand.pe-3{
        width: 100%;
        display: flex;
    }

    .navbar > #logoBox{
        flex-wrap: nowrap;
        padding-left: 0 !important;
    }

    .authenticate.ms-auto.ps-3 .authenticate-buttons-wrapper{
        gap:10px;
    }

    .authenticate .btn, .header .btn-purple-blue.header-btn-purple-blue{
        padding: 4px 9px;
        height: 28px;
        width: 80px;
        font-size: 12px;
    }

    .site_logo_mobile .site_imageLogo{
        width:50px
    }



    .home-bg{
        height: 290px;
    }

    .home-bg .hero_title{
        font-size: 40px!important;
    }

    .home-bg .btn-purple-blue.header-btn-purple-blue, .home-bg .transparent-btn{
        max-width: 35%!important;
        font-size: 12px!important;
        width: 50%!important;
        padding: 8px 10px;
    }

    .mobile-frex-row-nowrap{
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .mobile-width-70px{
        width: 100px!important;
        padding-left: 3px;
        padding-right: 0;
        align-items: center;
    }

    .mobile-width-70px .logo-img{
        width: 63px;
        height: 32px;
    }

    .mobile-width-calc-100-70px{
        width:calc(100% - 100px)
    }

    .footer-row-pt{
        padding-top: 0!important;
        font-size: 13px;
    }

    .column-reverse-mobile{
        flex-direction: column-reverse;
    }

    .w-50-mobile{
        width:50%!important;
    }

    .w-75-mobile{
        width:75%!important;
    }

    .hero_title{
        font-size: 30px!important;
    }

    .text-left p{
        text-align: justify;
    }

}


.images-margin-auto img{
    margin: auto;
}

.btnnewbluemain6 {
    background-color: #0fbf04;
    color: #fff;
    border: 1px solid #08080800;
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 17px;
}

.btnnewplainmain7 {
    background-color: #0fbf04;
    color: #fff;
    border: 1px solid #08080800;
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 17px;
}

.btnnewbluemain6:hover, .btnnewplainmain7:hover{
    text-decoration: none;
    background-color: #0fbf04e8;
    color: #fff;
}

.relative{
    position: relative;
}
.flag-box{
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    pointer-events: none;
}
.flag-img{
    width: 26px;
    height: 16px;
}

.error-sign-message{
    color: #ff5e5e;
}

.footer-bottom__rights{
    margin: 0;
    padding-bottom: 20px;
    color: white;
}


/*New home page START*/
@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/theforest/fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');

}

body {
    font-family: 'SF Pro Display', sans-serif;
}

.background-bool {
    background-color: #F7F1EB;;
    padding: 50px 0 130px 0;
}

.main-slider{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.main-slider_text-new h3 {
    font-weight: 400;
    font-size: 2.75rem;
    line-height: 3.375rem;
    margin-bottom: 16px;
    font-family: 'SF Pro Display', sans-serif;
}

.main-slider-text-new h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
    font-family: 'SF Pro Display', sans-serif;
    margin-top: 20px;
}

.main-slider-text-new span {
    font-size: 52px;
    font-weight: 700;
    line-height: 100.1%;
    margin-bottom: 24px;
    text-shadow: 0 0 20px hsla(0, 0%, 100%, .8);
    font-family: 'SF Pro Display', sans-serif;
}
.main-slider_content-row{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.main-slider_content-row p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
}

.main-slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.main-slider-button-blue {
    align-items: center;
    background-image: linear-gradient(90deg, #1f2bd3, #7f5bff, #7f5bff, #1f2bd3);
    background-size: 300% 100%;
    border-radius: 8000px;
    box-shadow: inset -1px -2px 10px 0 rgba(0, 0, 0, .3), inset 2px 1px 10px 0 hsla(0, 0%, 100%, .5), 0 2px 10px 0 rgba(165, 166, 255, .75);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    margin: 10px 0;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    transition: background-position .4s ease-in-out;
    white-space: normal;
    width: fit-content;
}

.main-slider-button-blue:hover {
    background-position: 100% 0;
    color: #fff;
}

.card-section{
    margin-top: 100px;
    margin-bottom: 100px;
}
.card-row{
    display: flex;
    justify-content: center;
}
.card-column{
    padding:30px;
    background-color: #F7F1EB;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
    align-items: center;

}
.card-column-link{
    margin-top: 14px;
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.card-column p:after {
    content: " ";
    background-image: url("/wp-content/themes/theforest/images/cta-arrow--gray-medium.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
.card-column p{
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    padding-left: 24px;
    margin-bottom: 0;
}

.mainpage-slider_image-wrapper-new img {
    height: auto;
    max-width:265px;
}
.account-type-new-col-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px){

    .main-slider {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .mainpage-slider_image-wrapper-new{
        display: flex;
        justify-content: center;
    }
    .card-row{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

}
.product-section_content{
    display: flex;
    justify-content: space-between;
}
.product-section_content-title h3{
    font-size: 2.75rem;
    line-height: 3.375rem;
}
.hidden{
    display: none;
}
.product-section_content-title{
    width: 50%;
}
.product-section_content-product{
    width: 50%;
    padding: 10px;
}
.product-section_content-product h3{
    font-size: 1.1875rem;
    line-height: 1.6875rem;
}
.product-section_content-product_card{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 19px;
    padding-top: 19px;
}
.hidden {
    display: none;
    transition: all 0.3s ease;
}

.hidden.visible {
    display: block;
}

.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.hidden a {
    color: #003cd2;
    text-decoration: none;
    transition: color .15s cubic-bezier(.645,.045,.355,1);
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 1rem;
}

.toggle-header.active .arrow {
    transform: rotate(180deg);
}

@media (max-width: 767px){
    .product-section_content-title{
        width: 100%;
    }
    .product-section_content-product{
        width: 100%;
    }
    .product-section_content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

.account-type-new-col p{
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
}
.account-type-new-col h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}
.opportunity{
    margin-bottom: 30px;
    margin-top: 30px;
}
.opportunity h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
    text-align: center;
}
.tradingPlatform {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .5) .01%, rgba(210, 242, 255, .5) 51.45%, hsla(0, 0%, 100%, .5));
    padding: 80px 0;
}

.tradingPlatform img {
    width: 100%;
}
.meta-title{

}
.meta-title-content h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.meta-title-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.meta-title{
    display: flex;
}
.meta-title-content{
    margin-left: 15px;
}
.main-slider-meta-title{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.account-type-new-col{
    padding: 30px;
}
.account-type-new-col:hover{
    box-shadow: inset -1px -2px 10px 0 rgba(0, 0, 0, .3), inset 2px 1px 10px 0 hsla(0, 0%, 100%, .5), 0 2px 10px 0 rgba(165, 166, 255, .75);
}
.account-type-new-row{
    align-items: normal;
    border-radius: 40px;
    box-shadow: 8px 8px 24px 0 hsla(0, 0%, 55%, .2), inset 4px 4px 32px 0 hsla(0, 0%, 91%, .71), inset -8px -8px 24px 0 hsla(0, 0%, 79%, .7);
    display: flex;
    justify-content: center;
    margin-top: 32px;
    padding: 40px;
}
.account-type-new h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}
.account-type-new p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}
.testimonial-card{
    background-color: #fff;
    border: 1px solid #dbe4e9;
    border-radius: 10px;
    box-shadow: 0 35px 68px 0 rgba(136, 174, 222, .42), inset 0 -8px 16px 0 #b9d1f1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding: 40px;
    margin-top: 20px;
}
.testimonials h2{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
}
.testimonials h5{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: center;
}
.testimonials h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    text-align: left;
}
.testimonials-title-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.testimonials-title-img p {
    margin-bottom: 0px;

}
.testimonials-title-img img {
    margin-left: 15px;
    margin-right: 15px;

}
@media (max-width: 425px) {
    .testimonials-title-img{
        flex-direction: column;
    }
}
.global-options-row-img img{
    width: 180px;
    margin: 5px;
}

.trading-cup {
    background-color: rgb(255, 249, 237);
}
.trading-cup h3{
    color: #3e3e3e;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.trading-cup p{
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.world-news-blue-gb{
    background: linear-gradient(315deg, #1f2bd3, #7f5bff);
    border-radius: 96px;
    box-shadow: 8px 8px 24px 0 #999, inset 4px 4px 16px 0 #888ae4, inset -16px -8px 24px 0 #8f90e0;
    padding: 30px;
    position: relative;
}
.world-news .tradingview-widget-container {
    height: 600px!important;


}
.tradingview-widget-home{
    height: 600px!important;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    box-shadow: 8px 8px 24px 0 hsla(0, 0%, 55%, .2), inset 4px 4px 32px 0 hsla(0, 0%, 91%, .71), inset -8px -8px 24px 0 hsla(0, 0%, 79%, .7);
    padding: 40px;
}
.world-news iframe{
    border-radius: 60px;
}
.trading-cup a {
    background-image: linear-gradient(90deg, #ff7b01, #fc0, #fc0, #ff7b01);
    box-shadow: inset 0 -3px 10px 0 rgba(0, 0, 0, .37), inset 3px 1px 15px 0 hsla(0, 0%, 100%, .5), 0 2px 8px 0 #ff8201;
}
.trading-cup a:hover {
    background-position: 100% 0;
    color: #fff;
}
.world-news h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center;
}

.world-news p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
    text-transform: capitalize;
    text-align: center;
}
.trade-wrapperp{
    background-image: url("/wp-content/themes/theforest/images/trade-and-earn-da063147fdaf25b8256fbb8c83a0ece5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.trade-wrapperp-container{
    display: flex;
}
.trade-wrapperp-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    margin-bottom: 200px;
}
.trade-wrapperp-content h2{
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 16px;
    color: #1f2bd3;
    text-align: center;
}
.trade-wrapperp-content p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    color: #1f2bd3;
    text-align: center;
}
@media (max-width: 580px) {
    .trade-wrapperp{
        background-image: url("wp-content/themes/theforest/images/trade-and-earn-mobile-b699913753bd4e0182c0763664eeefd5.png");
        background-position: center;
    }
}
#main{
    margin-top: 120px;
}

.prices-section_content{
    display: flex;
}
.prices-section_content-prices_box {
    background-color: #F7F1EB;
    padding:30px;
    width: 250px;
}

.prices-section_content-price_row a {
    text-decoration: none;
    color: inherit;
    margin: 10px;
}
.prices-section_content-price_row img {
    margin-bottom: 15px;
}
.prices-section_content-price_row h3 {
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: 700;
}
.prices-section_content-price_row p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #4b5563;
}
.prices-section_content-price_row h2 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-weight: 400;
    color: #4b5563;
}
.prices-section_content-prices_box .blue{
    color: rgb(40, 95, 226);
    font-weight: 800;
}
.prices-section_content-price_row{
    display: flex;
    flex-direction: row;
}
.prices-section{
    margin: 50px 0

}
.product-section_content-title{
    padding: 20px;
}
@media (max-width: 1024px){
    .prices-section_content-prices_box {
        background-color: #F7F1EB;
        padding:30px;
        width: 200px;
    }
}
@media (max-width: 768px){
    .prices-section_content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .prices-section_content-prices_box {
        background-color: #F7F1EB;
        padding:30px;
        width: 150px;
        height: 100%;
    }
}
.optimise-section h2{
    text-align: center;
    margin-bottom: 35px;
    font-size: 2.75rem;
    line-height: 3.375rem;
}
.optimise-cards{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.optimise-card{
    padding: 30px;
    background-color: #F7F1EB;
    margin: 30px;
}


.optimise-card h3{
    color: #141A27;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    font-weight: 400;
}
.optimise-card p{
    font-size: .875rem;
    line-height: 1.25rem;
    color: #4b5563;
}

.optimise-card a:after {
    content: " ";
    background-image: url("/wp-content/themes/theforest/images/cta-arrow--gray-medium.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
@media (max-width: 768px){
    .optimise-cards{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.platform-section{
    background-color: #E7EEFF;
}
.platform-section_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.platform-section_content-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.platform-section_content-title p{
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 600;
    color: #374151;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.platform-section_content-title h3{
    font-size: 2.75rem;
    line-height: 3.375rem;
}
.platform-section_content-img img{
    /*max-width: 650px;*/
    width: 100%;
}

@media (max-width: 768px){
    .platform-section_content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .platform-section_content-title p {
        margin-top: 50px;
        text-align: center;
    }
    .platform-section_content-title h3{
        font-size: 2.75rem;
        line-height: 3.375rem;
        text-align: center;
    }
    .platform-section_content-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }

}
.product-section_content-title img{
    max-width: 476px;
}

.product-section_content-title {

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-section_content-product h2{
    margin-top: 60px;
    margin-bottom: 35px;
    font-size: 2.75rem;
    line-height: 3.375rem;
    font-weight: 400;
}
@media (max-width: 768px){
    .product-section_reputation .product-section_content-title img {
        width: 100%;
    }
}

/* Анимация появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Применение анимации к элементам */
.main-slider_text-new {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.mainpage-slider_image-wrapper-new {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

/* Для мобильных устройств - вертикальное расположение */
@media (max-width: 768px) {
    .main-slider {
        flex-direction: column;
    }

    .main-slider_text-new h3 {
        font-size: 2rem;
    }
}

/* Применение анимации к карточкам с задержкой */
.card-row:first-child .card-column-link:nth-child(1) .card-column {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.card-row:first-child .card-column-link:nth-child(2) .card-column {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.card-row:last-child .card-column-link:nth-child(1) .card-column {
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.card-row:last-child .card-column-link:nth-child(2) .card-column {
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

/* Для мобильных устройств - вертикальное расположение */
@media (max-width: 768px) {
    .card-row {
        flex-direction: column;
    }

    .card-column {
        padding: 20px;
    }

    .card-column p {
        font-size: 1rem;
    }
}

/* Применение анимации к элементам секции */
.product-section_content-title {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.product-section_content-product_card:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.product-section_content-product_card:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.product-section_content-product_card:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

.product-section_content-product_card:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 1.1s both;
}

.product-section_content-product_card:nth-child(5) {
    animation: fadeInUp 0.8s ease-out 1.3s both;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .product-section_content-title h3 {
        font-size: 2rem;
    }

    .toggle-header {
        padding: 15px;
        font-size: 1.1rem;
    }

    .hidden {
        padding: 15px;
    }
}
/* Секция цен (prices-section) */
.prices-section_content-title {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.prices-section_content-price_row:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.prices-section_content-price_row:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.prices-section_content-prices_box {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

/* Секция оптимизации (optimise-section) */
.optimise-section h2 {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.optimise-card:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.optimise-card:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.optimise-card:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

/* Секция платформ (platform-section) */
.platform-section_content-title {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.platform-section_content-img {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

/* Секция с цитатой (product-section с отступом) */
.product-section_content-title:has(img) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.product-section_content-product h2 {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.product-section_content-product_card:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.7s both;
}

.product-section_content-product_card:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

.product-section_content-product_card:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 1.1s both;
}

.product-section_content-product_card:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 1.3s both;
}

.product-section_content-product .main-slider-button-blue {
    animation: fadeInUp 0.8s ease-out 1.5s both;
}

/* Базовые стили для аккордеона (если нужно) */
.toggle-header {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.arrow {
    transition: transform 0.3s ease;
}

.hidden {
    display: none;
}

.product-section_content-product_card.active .hidden {
    display: block;
}

.product-section_content-product_card.active .arrow {
    transform: rotate(180deg);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .prices-section_content-prices_box,
    .optimise-card,
    .platform-section_content-title,
    .platform-section_content-img,
    .product-section_content-product_card {
        animation-duration: 0.6s;
    }
}
.highlights_card{
    max-width: 345px;
    background-color: #fff;
}
.highlights-section{
    background-color: #E7EEFF;
}
.highlights_cards{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.highlights_card-content{
    padding: 40px;
}
@media (max-width: 1024px) {
    .highlights_cards{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .highlights_card {
        max-width: 300px;
    }
    .highlights_card img{
        width: 100%;
    }
}
.investing-section{
    background-color: #F7F1EB;
}
.investing-bg-img{
    background-image: url("/wp-content/themes/theforest/images/guy-mobile-start-investing.jpg");
    background-position: center;
    background-size: cover;
    width: 50%;
}
.container-investing{
    display: flex;
}
.investing .product-section_content-title{
    padding-left: 300px;
}
@media (max-width: 1024px) {
    .investing .product-section_content-title{
        padding-left: 80px;
    }
}
@media (max-width: 768px) {
    .investing-bg-img{
        display: none;
    }
    .investing .product-section_content-title{
        padding: 20px;
    }
}

/*New home page END*/

.margin-banner {
    background-color: #141a27;
}
.margin-banner h1{
    color: #ffffff;
    font-size: 3.5rem;
}
.margin-banner p{
    color: #aaaaaa;
    font-size: 1.1875rem;
}

.margin-banner ol{
    color: #aaaaaa;
    font-size: 1.1875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.margin-banner_content{
    padding-top: 150px;
    padding-bottom: 150px;
}
#primary{
    background-color: #F3F4F6;
}
.margin-tabs_title{
    display: flex;
    justify-content: center;
    gap: 25px;
}
.margin-tabs_rates{
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}
.margin-tabs_content {
    padding: 10px;
}
.margin-tabs_content_card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 19px;
    padding-top: 19px;
}
.margin-tabs_content h3 {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
}
.margin-tabs_content_card li{
    text-align: left!important;
}
.small-text{
    font-size: .75rem;
    line-height: .875rem;
}
.margin-tabs_content_card-img{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.table-row{
    display: flex;
    gap: 20px;
}

.margin-tabs_content_card-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    min-width: 300px;
}


.margin-tabs_content_card-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    font-family: system-ui, sans-serif;
    font-size: 15px;
    min-width: 420px;
}


.table-row {
    display: table-row;
}


.table-row > div {
    display: table-cell;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: middle;
}


.table-row.header {
    background-color: #f3f4f6;
    font-weight: 600;
    height: 50px;
}


.table-row:not(.header):nth-child(even) {
    background-color: #fafafa;
}


.table-row:not(.header):hover {
    background-color: #f0f9ff;
    transition: background-color 0.2s ease;
}


.margin-tabs_content_card-table .table-row:first-child > div:first-child {
    border-top-left-radius: 12px;
}
.margin-tabs_content_card-table .table-row:first-child > div:last-child {
    border-top-right-radius: 12px;
}
.margin-tabs_content_card-table .table-row:last-child > div:first-child {
    border-bottom-left-radius: 12px;
}
.margin-tabs_content_card-table .table-row:last-child > div:last-child {
    border-bottom-right-radius: 12px;
}
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


.custom-table {
    display: table;
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-family: system-ui, sans-serif;
    font-size: 15px;
}


.table-row {
    display: table-row;
}


.table-row > div {
    display: table-cell;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
    text-align: left;
}

.table-row.header {
    background-color: #f3f4f6;
    font-weight: 600;
}

.table-row.category > div {
    display: table-cell;
    background-color: #e0f2fe;
    color: #0369a1;
    font-weight: 700;
    padding: 10px 16px;
    border-bottom: 2px solid #bae6fd;
    text-align: left;
}

.table-row:not(.header):not(.category):nth-child(even) {
    background-color: #fafafa;
}

.table-row:not(.header):not(.category):hover {
    background-color: #f0f9ff;
    transition: background-color 0.2s ease;
}

.custom-table .table-row:first-child > div:first-child {
    border-top-left-radius: 12px;
}

.custom-table .table-row:first-child > div:last-child {
    border-top-right-radius: 12px;
}

.custom-table .table-row:last-child > div:first-child {
    border-bottom-left-radius: 12px;
}

.custom-table .table-row:last-child > div:last-child {
    border-bottom-right-radius: 12px;
}

@media (max-width: 600px) {
    .custom-table {
        min-width: 400px;
    }

    .table-row > div {
        padding: 10px;
        font-size: 14px;
    }
    .margin-tabs_title{
        flex-direction: column;
        align-items: center;
    }
}

.table-line {
    background-color: #e5e7eb;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.advantages-forex li {
    list-style-type: disc;
}

.margin-tabs_title h3 {
    cursor: pointer;
}

.margin-tabs_title h3.active {
    color: #003cd2;
    font-weight: 700;
    border-bottom: 2px solid #003cd2;
}

.professional {
    background-color: #ffffff;
}
.all-products_cards-row{
    display: flex;
    justify-content: space-between;
}
.all-products_card{
    width: 320px;
    background-color: #ffffff;
    padding: 30px;
}
@media (max-width: 1200px) {
    .all-products_cards-row {
        flex-direction: column;
        align-items: center;
    }
    .all-products_card{
        margin-top: 30px;
    }
}
li {
    list-style-type: disc;
}

@media (max-width: 768px) {
    .margin-tabs_content_card-table {
        min-width: 650px; /* Скролл появится на мобильных */
    }

    .margin-tabs_content_card-table-wrapper {
        max-width: 100vw; /* Ограничиваем по ширине экрана */
    }
}

.prof-account-bg{
    background-image: url('/wp-content/themes/theforest/images/pro-header_l.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prof-account-bg ol li {
    text-align: left!important;
}
.background-color-white{
    background-color: #ffffff;
}
.application-process h2{
    color: #ffffff;
}
.margin-rates{
    display: flex;
    justify-content: center;
}
.margin-rates-container{
    max-width: 700px;
    padding-left:12px;
    padding-right:12px;
}
@media (max-width: 768px) {
    .margin-rates .margin-tabs_content_card-table {
        min-width: 320px;
    }
}
.why-trade_cards{
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .why-trade_cards{
        flex-direction: column;
    }
}
.professional-status{
    background-color: #141a27;
}
.professional-status h2{
    color: #ffffff;
}
.professional-status p{
    color: #ffffff;
}
.professional-status_cards{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.professional-status_card{
    max-width: 300px;
}
.professional-status_card h3{
    color: blue;
    font-size: 75px;
}
@media (max-width: 768px) {
    .professional-status_cards {
        flex-direction: column;
    }
}
/*New footer page START*/



