*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

@m@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
     font-family: "Oxygen", sans-serif;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: #000;
    text-decoration: none;
    font-family: "Oxygen", sans-serif;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:hover {
    color: #0eb7e4;
}
.wrapper {
    width: 95%;
    margin: auto;
}
.split {
    clear: both;
}
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../imgs/loader.webp') 50% 50% no-repeat rgb(255, 255, 255);
  opacity: .95;
}
.tcenter {
    text-align: center;
}
#particles-js{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    height: 100vh;
    z-index: 444;
    
}
.logo img {
    position: relative;
   
}

.slogo {
    position: relative;
  
}
.count-particles{
/*  background: #000022;*/
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #34a853;
  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;
}
.fheader {
    /*
    background: rgba(255,255,255,0.8) !important;
    border-bottom: solid 1px #ccc !important;
    backdrop-filter: blur(10px);
    */
}
.fheader nav ul li h2 {
    display: block;
}
.fheader nav ul li .slogo {
     display: block;
}
.fheader .logo {
    display: none;
}

.fheader nav ul li .account {
    float: right;
    margin: 7px 0 0 0px !important;
    display: block;
    
}
.fheader nav ul li .account a {
    background: #d2f157;
/*    background: linear-gradient(90deg, rgba(14, 182, 227, 1) 0%, rgba(57, 112, 128, 1) 100%);*/
    color: #0f3d2f;
    font-weight: 700;
    font-size: 15px;
    padding: 7px 12px 8px 12px !important;
}

.fheader .accounthide {
    float: right;
    margin: 12px 0 0 0px;
    display: none;
}
header {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    position: fixed;
    z-index: 888;
}
header .logo {
    float: left;
    margin: 0px 0 0 0px;
}
header .logo img {
    width: 100px;
}
header .logo h1 {
    font-size: 35px;
    font-weight: 700;
}
header .logo h1 span {
    color: #0589f9;
}
header nav {
    display: inline-block;
    padding: 0 10px;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: rgba(15,61,47,0.8);
/*    box-shadow: 0 1px 2px #ccc;*/
    backdrop-filter: blur(10px);
}
header nav ul {
    width: auto;
}
header nav ul li {
    float: left;
}

header nav ul li .account {
    display: none;
  
}
header nav ul li h2 {
    padding: 12px 15px 14px 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #41626c;
    display: none;
}
header nav ul li .slogo {
    width: 80px;
    padding: 10px 12px 8px 0px;
    display: none;
}
header nav ul li h2 span {
    color: #0589f9;
}
header nav ul li a {
    padding: 12px 15px 14px 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
header nav ul li a:hover {
    color: #d2f157;
}

header .account {
    float: right;
    margin: 12px 0 0 0px;
  
}
header .account a {
    background: #d2f157;
/*    background: linear-gradient(90deg, rgba(14, 182, 227, 1) 0%, rgba(57, 112, 128, 1) 100%);*/
    color: #0f3d2f;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 24px 12px 24px;
    box-sizing: border-box;
    border-radius: 50px;
}
header .account a:hover {
    background: #0f3d2f;
    color: #d2f157;

}
#mainscreen {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('../imgs/aitradingmain.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.leftmaincontent {
    width: 44%;
    float: left;
    padding: 150px 0 0 0px;
}
.leftmaincontent h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f3d2f;
}
.leftmaincontent h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}
.leftmaincontent h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
   
}
.mlink {
    font-weight: 700;
    font-size: 20px;
    padding: 10px 36px 10px 36px;
    box-sizing: border-box;
    border-radius: 50px;
   
     background-color: #0F3D2F;
    color: #D2F157;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 777;
}
:hover.mlink {
    background-color: #D2F157;
    color: #0F3D2F;
    
}

.rightmaingraphic {
    width: 50%;
    float: right;
    text-align: center;
}
.rightmaingraphic img {
    width: 80%;
    padding: 110px 0 0 0px;
    box-sizing: border-box;
}
#features {
    width: 100%;
    padding: 50px 0px;
    box-sizing: border-box;
    background-color: #d2f157;
}
#features h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 50px;
    color: #0f3d2f;
    text-align: center;
}
#features ul {
    width: 100%;
}
#features ul li {
    line-height: 22px;
    margin-bottom: 50px;
    float: left;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    
}
#features ul li img {
    width: 40%;
}
#features ul li h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f3d2f;
    line-height: 25px;
}
#features ul li p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    
}
#exper {
    padding: 50px 0px 0 0px;
}
.experban {
    width: 100%;
    height: 150px;
    background-color: #000;
    border-radius: 16px;
    background-image: url('../imgs/tradingbg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
.banhead {
    float: left;
    margin: 40px 0 0 50px;
}
.banhead h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 8px;
}
.banhead h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.cta {
    float: right;
    margin: 65px 50px 0 0px;
}
.cta a {
    font-weight: 700;
    font-size: 20px;
    padding: 8px 36px 10px 36px;
    box-sizing: border-box;
    border-radius: 50px;
    border: solid 2px #fff;
     background-color: #fff;
    color: #41626c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 777;
}
.cta a:hover {
    border: solid 2px #41626c;
     background-color: #41626c;
    color: #fff;
}
.newtab {
    margin: 25px 0px 0 0px;
}
.newtab a {
    font-weight: 700;
    font-size: 20px;
    padding: 8px 36px 10px 36px;
    box-sizing: border-box;
    border-radius: 50px;
    border: solid 2px #AAC9A6;
     background-color: #AAC9A6;
    color: #0f3d2f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 777;
}
.newtab a:hover {
    border: solid 2px #d2f157;
     background-color: #d2f157;
    color: #0f3d2f;
}
.leftpanel {
    width: 49%;
    float: left;
}
.rightpanel {
    float: right;
    width: 49%;
}
#tradingai {
    width: 100%;
    padding: 50px 0px;
    background-image: url('../imgs/ai-trading.jpg');
    background-repeat: no-repeat;
    background-position: right -100px top -50px;
    background-attachment: fixed;
    background-size: 55%;
}
#tradingai h2 {
   font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
#tradingai p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}
#tradingai h3 {
   font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
#tradingai h4 {
   font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    
}
#tradingai ul {
   width: auto;
}
#tradingai ul li {
   width: 49%;
   margin: 0.5%;
   float: left;
   padding: 20px 20px 20px 0px;
   box-sizing: border-box;
    border-bottom: solid 1px #ccc;
}
#tradingai ul li h5 {
   font-size: 50px;
    color: #0f3d2f;
    margin: 0 0 10px 0px;
}
#tradingai ul li h6 {
   font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 10px 0px;
    color: #AAC9A6;
}
#tradingai ul li p {
   font-size: 15px;
    margin: 0 0 10px 0px;
  
    line-height: 25px;
}
#steps {
    width: 100%;
    padding: 50px 0px;
        background-color: #d2f157;
}
#steps h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 60px;
    text-align: center;
    color: #1C1C1C;
}
#steps ul {
    width: auto;
}
#steps ul li {
    width: 31%;
    float: left;
    margin: 0.5%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    
}
.stepwbg {
    background-color: #fff;
}
.separrow {
    width: 1% !important;
    padding: 0px !important;
    position: relative;
    z-index: 777;
    
}
.separrow img {
    width: 60px;
    padding: 75px 0px;
    margin-left: -25px;
}
#steps ul li h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 10px 0px;
    font-family: "Open Sans", sans-serif;
    color: #0f3d2f;
}
#steps ul li h3 span {
    display: block;
    font-size: 50px;
    color: #41626c;
    padding: 15px 0px;
    margin-top: -80px;
    text-shadow: 0 1px 2px #eee;
}
#steps ul li .stepgraphic {
    width: 50%;
}
#steps ul li p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin: 10px 0 10px 0px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
}
.mtmin {
    
    margin-top: -10px !important;
    position: relative;
    box-shadow: 0 5px 50px #999;
}
#forex {
    width: 100%;
    padding: 50px 0px;
    background-color: #0f3d2f;
}
#forex h2 {
   font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 50px;
    color: #fff;
}
#forex .mob {
    float: left;
    width: 33%;
    margin-right: 4%;
}
#forex p {
   font-size: 20px;
   line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}
#forex h3 {
   font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #d2f157;
    text-transform: uppercase
}
#forex ul {
   width: auto;
}
#forex ul li {
    font-size: 16px;
   padding: 0px 0px 20px 0px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.5px;
}
#forex ul li strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #AAC9A6;
}
#market {
    width: 100%;
    padding: 50px 0px;
    border-top: dotted 1px #999;

}
#market h2 {
   font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 15px;
    text-align: center;
}
#market h4 {
   font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-align: center;
}
#affiliate {
    width: 100%;
    padding: 50px 0px;
    background-color: #F5F5F0;
}
#affiliate h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
#affiliate p {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 30px;
}
#affiliate h3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 111px;
}
#affiliate ul {
    width: auto;
}
#affiliate ul li {
    width: 32.3%;
    margin: 0 0 20px 0px;
    float: left;
    background-color: #fff;
    border-radius: 100px 100px 0 0px;
    box-shadow: 0 2px 4px #ccc;
    margin: 0.5%;
    text-align: center;
}
#affiliate ul li div {
    padding: 30px;
    box-sizing: border-box;
    height: 145px;
    margin-bottom: 60px;
}

#affiliate ul li img {
    width: 60%;
    border-radius: 200px;
    margin-top: -60px;
    
}
#affiliate ul li h4 {
   font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
#affiliate ul li p {
   font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}
#whyus {
    width: 100%;
    padding: 100px 0px;
    border-top: dotted 1px #999;
}
#whyus h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
#whyus h3 {
   font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
#whyus ul {
    width: auto;
}
#whyus ul li {
    width: 24%;
    margin: 4% 0px;
    float: left;
}
#whyus ul li img {
    width: 100%;
}
#whyus ul li h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 24px;
}
#whyus h5 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
#whyus p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}
#faq {
    padding: 10px 0 50px 0px;
    background-image: url('../imgs/faq.gif');
    background-repeat: no-repeat;
    background-position:  right top;
}
#faq h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
#faq h3 {
   font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    color: #3168a1;
}
#faq .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
  font-family: "Ubuntu Sans", sans-serif;
  border-bottom: solid 1px #ddd;
}

#faq .active, .accordion:hover {
  background-color: #f7f7f7;
}

#faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#faq .active:after {
  content: "\2212";
}

#faq .panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 
.fanswer {
    padding: 22px 18px;
    box-sizing: border-box;
    line-height: 25px;
}
.add {
    background-color: #0f3d2f;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    letter-spacing: 0.5px;
}
.add span {
    color: #F5F5F0;
}
.add a {
    color: #F5F5F0;
}
.add a:hover {
    color: #fff;
}
footer {
    background: #AAC9A6;
    width: 100%;
    padding: 50px 0px 25px 0px;
    color: #fff;
}
.botlogo {
    float: left;
}
.botlogo img {
    width: 90px;
}
.botlogo h2 {
    font-weight: 700;
    font-size: 22px;
}
.botlogo h2 span {
    color: #ccc;
}
footer ul {
    width: 20%;
    float: left;
}
footer ul h3 {
    font-size: 22px;
    line-height: 24px;
    
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    letter-spacing: 1px;
}
footer ul li {
    width: 100%;
}
footer ul li a {
    padding: 10px 0px;
    font-family: "PT Sans", sans-serif;
    color: rgba(255,255,255,0.8);
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;   
}
footer ul li a:hover {
    color: rgba(255,255,255,1);
    
}
.copyright {
    margin: 25px 0px;
}
.copyright span {
    float: left;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    padding: 10px 20px 0 0;
    color: rgba(15,61,47,0.8);
}
.copyright a {
    float: left;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    color: rgba(15,61,47,0.8);
    font-weight: 600;
}
.copyright a:hover {
    color: rgba(15,61,47,1);
}
.socialicons {
    float: right;
    margin: 0px 0px;
}
.socialicons a {
    font-size: 20px;
    padding: 10px 15px;
    display: block;
    float: left;
    color: rgba(15,61,47,0.7);
}
.socialicons a:hover {
    color: rgba(15,61,47,1);
}
.disclaimer {
    width: 100%;
    padding: 25px 0px;
}
.disclaimer p {
    color: rgba(15,61,47,0.7);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.mobbar {
    display: none;
} 
.close {
    display: none;
} 
.mobac {
  display: none;        
} 
@media screen and (max-width: 750px) {
#mainscreen {
   background-position: center top;
    
}
header {
  padding: 0px 0px 15px 0px;
  text-align: left;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 1px 2px #ccc;
}    
.mobbar {
  float: left;
  margin: 12px 6px 0 12px;  
    font-size: 30px;
    display: block;
    color: #41626c;
}    
.close {
    float: right;
    margin: 10px 6px 0 12px;  
    font-size: 20px;
    display: block;
}    
.mobac {
  float: right;
  margin: 16px 6px 0 12px;  
    font-size: 25px;
    display: block;  
    color: #41626c;
}    
.fheader .logo {
    display: block;
} 
 
header .logo {
  float: left;
  margin: 18px 0 0 12px;
    
}    
header .logo img {
  width: 55px;
}    
header .logo h1 {
  font-size: 30px;
}        
header nav {
  position: fixed;
  left: 0px;
  width: 260px;
  height: 100%;
  display: block;
  padding: 20px;
  border-radius: 0px;
    display: none;
    
}    
header nav ul li {
  float: none;
}    
header nav ul li h2 {
  padding: 12px 15px 14px 15px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #41626c;
  display: block;
  float: left;
}    
header nav ul li .slogo {
  padding: 12px 15px 14px 15px;
  display: block;
  float: left;
    width: 100px;
}    
header nav ul li a {
  font-size: 16px;
}    
.fheader nav ul li .account {
  float: left;
  margin: 7px 0 0 0px !important;
  display: block;
}    
header .account {
  margin: 12px 0 0 0px;
    display: none;
}    
header nav ul li .account {
  display: block;
    float: left;
}    
.leftmaincontent {
  width: 100%;
  float: none;
  padding: 80px 15px 40px 15px;
}    
.leftmaincontent h1 {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0f3d2f;
}    
.leftmaincontent h2 {
  font-size: 15px;
    line-height: 20px;
}    
.leftmaincontent h3 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 50px;
}    
.mlink {
  font-weight: 600;
  font-size: 16px;
  padding: 6px 12px 8px 12px;
  border-radius: 50px;
}    
.rightmaingraphic {
  width: 100%;
  float: none;
  text-align: center;
}    
.rightmaingraphic img {
  width: 100%;
  padding: 25px 0 0 0px;
}    
#features {
  padding: 50px 0px 0 0px;
}    
#features h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  text-align: center;
}    
#features ul li {
  line-height: 22px;
  margin-bottom: 50px;
  float: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
    text-align: center;
}
.experban {
  width: 100%;
  height: auto;
  background-color: #000;
  border-radius: 8px;
  background-image: url('../imgs/tradingbg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
    padding: 20px;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
}    
.banhead {
  float: none;
  margin: 0px 0 0 0px;
  text-align: center;
}    
.banhead h2 {
  font-size: 22px;
}    
.banhead h4 {
  font-size: 16px;
}    
.cta {
  float: none;
  margin: 30px 0px 15px 0px;
    text-align: center;
}    
.cta a {
  font-weight: 700;
  font-size: 16px;
  padding: 6px 24px 8px 24px;
}    
#tradingai {
  width: 100%;
  padding: 50px 0px;
  background-image: url('../imgs/ai-trading.jpg');
  background-repeat: no-repeat;
  background-position: right -100px top -50px;
  background-attachment: fixed;
  background-size: 55%;
  text-align: center;
}    
#tradingai h2 {
  font-size: 33px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}    
#tradingai p {
  text-align: center;
}    
.leftpanel {
  width: 100%;
  float: none;
 
}
.rightpanel {
  width: 100%;
  float: none;
   
}    
#tradingai h3 {
  font-size: 25px;
}    
#tradingai h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}    
#tradingai ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
  padding: 20px 0px;
  height: auto;
}    
.newtab {
  margin: 50px 0px 0 0px;
}    
.newtab a {
  font-weight: 700;
  font-size: 18px;
  padding: 6px 24px 8px 24px;
}    
#steps h2 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}    
#steps ul li {
  width: 100%;
  float: none;
  margin: 2.5% 0px;
  padding: 22px;
}    
.separrow {
  display: none;
}    
#forex {
  text-align: center;
}    
#forex .mob {
  float: none;
  width: 80%;
  margin-right: 0%;
    margin-bottom: 4%;
}    
#forex h2 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}    
#market {
  text-align: center;
}    
#market h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}    
#market h4 {
  font-size: 20px;
}    
#affiliate {
  text-align: center;
}    
#affiliate h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 30px;
}    
#affiliate h3 {
  
  margin-bottom: 25px;
}    
#affiliate ul li {
  width: 100%;
  float: none;
  border-radius: 100px 100px 0 0px;
  box-shadow: 0 2px 4px #ccc;
  margin: 3.5% 0px;
  text-align: center;
}    
#affiliate ul li div {
  padding: 35px;
  height: auto;
  margin-bottom: 10px;
}    
#affiliate ul li img {
  width: 80%;
  border-radius: 200px;
  margin-top: 30px;
}    
#whyus {
  text-align: center;
}    
#whyus h2 {
  font-size: 30px;
  letter-spacing: -0.5px;
}    
#whyus h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
    line-height: 24px;
}  
#whyus p {
  text-align: center;
}    
#whyus ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}   
    
#faq {
  padding: 10px 0 50px 0px;
  background-image: url('../imgs/faq.gif');
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}
 #openpack {
    margin-bottom: 200px; /* or any value */
  }
  

}