@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/*-----------------------
TOP SECTION
------------------------*/	

.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:80px;
}
.top-sec{
	float:left;
	width:100%;
	padding:10px 0;
	position:relative;
	z-index:1;
	height:80px;
	margin-top:-80px;
	top:80px;
	background:#242446;
}
.fixed-nav .top-sec{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
} 
.logo{
	float: left;
	margin-top: 7px;
	max-width: 210px;
}
ul.menu-list{
	float:left;
	margin:14px 0 0 20px;
	padding:5px 0;
}
ul.menu-list li{
	float:left;
	margin:0 15px;
}
ul.menu-list li a{
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
}
.top-rgt{
	float:right;
	margin-top:9px;
}
.log-tx{
	float: left;
    font-size:14px;
    line-height: 22px;
    margin: 10px 20px 0 0;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.5px;
}
.log-icn{
	float: left;
    margin-top: 3px;
    margin-right: 8px;
}
.log-btn{
	float:right;
	width:170px;
	height:42px;
	background:#e9ab00;
	border-radius:4px;
	font-size:14px;
	line-height:42px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:18px;
	z-index:11;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	display:inline-block;
	vertical-align:top;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color:#e9ab00;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#e9ab00;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#e9ab00;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:116px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.fixed-nav .top-sec .mobilemenu{ top:55px;}
.mobimenu-top{ top:50px;}
.mobilemenu li{
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}

/*-----------------------
TOP STRIP
------------------------*/
.top-strip{
	float: left;
	width: 100%;
	background: #2b296a;
	padding: 8px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tp-strp-tx{
	font-size:14px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.5px;
}
.tp-strp-tx span{
	border-bottom:1px solid #e9ab00
	padding-bottom:2px;
}

/*-----------------------
SECTION-1
------------------------*/
.sec1{
	    float: left;
    width: 100%;
    background: url(../images/sec1.jpg) center top no-repeat;
    height: 600px;
    background-size: cover;
}
.s1-inr{
	width:57%;
	float:left;
	text-align:left;
	color:#fff;
	padding-top:100px;
}
.s1-tx1{
	font-size:19px;
	line-height:26px;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0.5px;
}
.s1-star{
	display:inline-block;
	vertical-align:middle;
	margin:-12px 5px 0 0;
}
.s1-hd{
	    font-size: 72px;
    line-height: 80px;
    font-family: 'Inter';
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}
.s1-hd span{color:#fff;}
.s1-tx2{
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	padding-right:130px;
}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:310px;
	width:100%;
	text-align:center;
	margin-top:40px;
}
.comn-btn{
	    float: left;
    width: 100%;
    background: #e9ab00;
    border-radius: 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 57px;
    height: 57px;
}
.btn-tx{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:20px;
	letter-spacing:0.5px;
	margin-top:15px;
}
.btn-tx-img{
	display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

/*-----------------------
TRADE STRIP
------------------------*/
.trade-strip{
	float:left;
	width:100%;
	background:#242446;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.ticker{
	display:inline-block;
	vertical-align:middle;
}
.logoSlider{
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 12px 0;
	}	
.slider_track {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 60s linear infinite;
}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider_track li {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: relative;
	padding: 0 30px;
}
.slider_track li:after {
     content: '';
    position: absolute;
    top: 8px;
    right: -2px;
    background: #e9ab00;
    width: 8px;
    height: 8px;
    border-radius: 20%;
}

/*-----------------------
AS SEEN
------------------------*/
.as-seen-on{
	float:left;
	width:100%;
	padding:30px 0;
}
.as-seen-hd{
	float:left;
	width:100%;
}
.as-seen-hd span{
	font-size:16px;
	line-height:22px;
	color:#000;
	text-transform:uppercase;
}
ul.as-seen-lst{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
ul.as-seen-lst li{
	display: inline-block;
    vertical-align: middle;
    margin: 15px 50px 0;
}
ul.as-seen-lst li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	filter: grayscale(1);
	-webkit-filter:grayscale(1);
    transition: all .3s ease-in-out;
}
ul.as-seen-lst li:hover img{
	transition: all .3s ease-in-out;
    filter: grayscale(0);
	-webkit-filter:grayscale(0);
	}
/*-----------------------
SECTION-2
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#242446;
	color:#fff;
}
.comn-hdg{
	    font-size: 48px;
    line-height: 58px;
    font-family: 'Inter';
    font-weight: 700;
    color: #242446;
    text-transform: capitalize;
}
.comn-txt{
	    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    color: #191919;
}
.sec2 .comn-hdg{color:#fff;}
.sec2 .comn-txt{color:#fff;}
.s2-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-top:15px;
}
.s2-inr-bx{
	    background: #2b296a;
    border-radius: 20px;
    padding: 25px 25px 25px 100px;
    position: relative;
    width: 32%;
    text-align: left;
    margin-top: 25px;
}
.s2-icn{
	position:absolute;
	left:20px;
	top:25px;
}
.s2-inr-bx h3{
	font-size:22px;
	line-height:28px;
	letter-spacing:0.5px;
}
.s2-inr-bx p{
	    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	background:#f5f9fc;
	padding:60px 0 70px;
}
.s3-prd{
	float: left;
    margin-left: 4%;
    margin-top: 50px;
    border-radius: 10px;
}
ul.s3-lst{
	float: right;
    width: 50%;
    text-align: left;
    position: relative;
    padding-right: 0px;
    margin-right: 4%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}
ul.s3-lst:before{
	content:'';
	position:absolute;
	left:15px;
	top:80px;
	bottom:60px;
	border-left:2px dotted #d1d3d7;
}
ul.s3-lst li{
	float: left;
    width: 100%;
    color: #000000;
    position: relative;
    padding-left: 62px;
    
}
ul.s3-lst li h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
ul.s3-lst li p{
	font-size:17px;
	line-height:26px;
	margin-top:15px;
	letter-spacing:0.5px;
	color:#000000;
}
.s3-num{
	    width: 32px;
    height: 32px;
    background: #2b296a;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 0px 10px rgb(220 220 255);
    position: absolute;
    left: 0;
    top: 10px;
}


/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
}


/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:70px 0;
	background:#242446;
}
.sec5 .comn-hdg{ color:#fff;}
.sec5 .comn-txt{ color:#fff;}
.s5-inr{
	    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding-right: 600px;
}
.meta-trade{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ccc;
	padding:12px 15px;
	border-radius:10px;
	margin-top:60px;
}
.s5-meta-img{
	max-width:100%;
}
.meta-trade2{
	margin-left:15px;
}
.s5-rgt-img{
	position: absolute;
	right: 0;
	top: 10px;
}

.s5-bx{
	float:left;
	width:100%;
	background:url(../images/s5-bx-bg.jpg) left center no-repeat #07132a;
	border-radius:20px;
	color:#fff;
	position:relative;
	padding:30px 30px 40px 530px;
	text-align:left;
	margin-top:60px;
}
.s5-bx-img{
	position: absolute;
    left: 40px;
    top: 20px;
}
.s5-bx-hd{
	font-size:45px;
	line-height:50px;
	font-family: 'Inter';
	font-weight:bold;
	letter-spacing:0.5px;
}
.s5-bx-tx{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:25px;
}
.s5-bx-btn{
	display:inline-block;
	vertical-align:top;
	margin-top:35px;
}
.s5-btn{
	float:left;
	max-width:100%;
	border-radius:10px;
}


/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	position:relative;
	padding:70px 0;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:40px 0 0;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);
	box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);
	margin-top:15px;
	border-radius:5px;
	background:#fff;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:18px 45px 15px 15px;
	font-size:19px;
	line-height:26px;
	color:#1f1f1f;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	font-weight:700;
	
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center #fff;
	border:none;
	border-bottom:1px solid #e1e1e1;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:12px 30px 0 15px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#1f1f1f;
	margin-bottom:15px;
	}
.acdn-para a{ color:#0072ff;}
ul.acdn-lst{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-left:10px;
}
ul.acdn-lst li{
	font-size: 18px;
    line-height: 26px;
    margin-top:5px;
    position: relative;
    font-weight: 500;
    padding-left: 20px;
}
ul.acdn-lst li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: #019267;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:70px 0;
	background:url(../images/s7-bg.jpg) center top no-repeat;
	background-size:cover;
	color:#fff;
}
.sec7 .comn-txt{color:#fff;}
.sec7 .comn-btn{
	background:#fff;
	color:#060e1e;
	border:2px solid #060e1e;
	border-radius:5px;
	font-weight:700;
}

/*-----------------------
SECTION-8
------------------------*/
.footer{
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #242446;
	letter-spacing: 0.5px;
}
.btm-link-bx1, .btm-link-bx2, .btm-link-bx3, .btm-link-bx4, .btm-link-bx5{
	float:left;
	text-align:left;
	color:#fff;
}
.btm-link-bx1{
	width:52%;
}
.btm-link-bx2, .btm-link-bx3, .btm-link-bx4{
	width:24%;
}
.btm-link-bx5{
	width:24%
}
.ssl-seal{
	float:left;
	margin-right:10px;
}
.ssl-tx{
	font-size:15px;
	line-height:22px;
	margin-top: 15px;
	float: left;
	width: 100%;
}
.ssl-tx p{
	width:calc(100% - 50px);
	float:left;
}
.ssl-tx span{font-weight:bold;}

.btm-link-hd{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
ul.btm-links{
	float:left;
	width:100%;
}
ul.btm-links li{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:16px;
	line-height:22px;
}
ul.btm-links li a{
	color:#fff;
}
ul.btm-links li a:hover{
	color: #e9ab00
	}
ul.social-lst{
	float:right;
	width:330px;
	margin-top:85px;
}
ul.social-lst li{
	width:16.6%;
	float:left;
}
ul.suport-lst{
	float:left;
	width:100%;
}
ul.suport-lst li{
	    float: left;
    width: 100%;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}
ul.suport-lst li a{
	color:#fff;
}
.suport-icn{
	position:absolute;
	left:0;
	top:0;
}
.disc-txt{
	font-size:13px;
	line-height:20px;
	padding:20px 25px;
	border:1px solid #1d2533;
	float:left;
	width:100%;
	color:#f0ebe3;
	margin-top:40px;
	text-align:left;
}

.ftr-btm{
	float:left;
	width:100%;
	padding:30px 0;
	background:#060e1e;
	color:#fff;
}
.cpy-rgts-tx{
	font-size:13px;
	line-height:22px;
}

.hide-desk{display:none;}
.show-tab{display:none;}



.payout-sec{
	float: left;
    width: 100%;
    padding: 70px 0 40px;
	}
.payout_right{
	float:right;
	width:45%;
	text-align:left;
	}
.payout-left-img{
	float:left;
	margin:35px 0 0 0;
	max-width:53%;
	}

/*------------------------------------
INNER PAGE CSS
-------------------------------------*/
/*-----------------------
ABOUT PAGE CSS
------------------------*/
.inr-bnr{
	float:left;
	width:100%;
	color:#fff;
}
.bredcrum{
	float:left;
	width:100%;
}
.bredcrum{
	color:#10a6a6;
	font-size:16px;
	line-height:20px;
	text-align:left;
	padding:15px 0 0;
}
.bredcrum a{color:#fff;}
.bredcrum img{margin:-2px 8px 0; display:inline-block; vertical-align:middle;}
.inr-bnr-content{
	float:left;
	width:100%;
	padding:80px 0;
	position:relative;
}
.inr-bnr-hd{
	font-size:70px;
	line-height:76px;
	font-weight:900;
	text-transform:uppercase;
	font-family: 'Inter';
}
.inr-bnr-hd span{color:#e9ab00}
.inr-bnr-tx{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 15px;	
}

/*-----------------------
ABOUT BANNER CSS
------------------------*/
.abt-bnr{
	background:url(../images/abt-bnr.jpg) center top no-repeat #000203;
	text-align:left;
	background-size:cover;
}
.abt-bnr-tx{
	width:540px;
}
/*-----------------------
ABOUT SECTION-1 CSS
------------------------*/
.abt-s1{
	float:left;
	width:100%;
	padding:40px 0;
}
.abt-s1-tx{
	max-width:830px;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
ul.abt-s1-lst{
	display:inline-block;
	vertical-align:top;
	max-width:1030px;
	width:100%;
	margin-top:30px;
}
ul.abt-s1-lst li{
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #c1c6c8;
	padding:0 40px;
	margin:20px 0;
}
ul.abt-s1-lst li:last-child{border-right:none;}
.abt-s1-icn{
	border-radius:6px;
	display:block;
	margin:0 auto 15px;
}
ul.abt-s1-lst li p{
	font-size:20px;
	line-height:26px;
	color:#e9ab00
	font-weight:bold;
}
/*-----------------------
ABOUT SECTION-2 CSS
------------------------*/
.abt-s2{
	float:left;
	width:100%;
	padding:60px 0;
	position:relative;
}
.abt-s2:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:438px;
	background:#040a15;
}
.white{color:#fff;}
ul.abt-team-lst{
	float:left;
	width:100%;
	background:#fff;
	margin-top:45px;
}
ul.abt-team-lst li{
	width:calc(33.3% - 30px);
	margin:30px 15px;
	float:left;
}
ul.abt-team-lst li:nth-last-child(-n+2){position:relative}
ul.abt-team-lst li:nth-last-child(-n+2):before{
	content:'';
	position:absolute;
	background:url(../images/team-sepr-img.png) center top no-repeat;
	left:-20%;
	top:-20%;
	width:110px;
	height:110px;
}
.abt-team-img{
	border-radius:50%;
	max-width:100%;
}
.team-nm{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:10px;
}
.team-design{
	font-size:14px;
	line-height:18px;
	color:#5f5f5f;
	margin-top:5px;
}
/*-----------------------
ABOUT SECTION-3 CSS
------------------------*/
.abt-s3{
	float:left;
	width:100%;
	background:#f4f7fc;
	position:relative;
}
.abt-s3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: url(../images/abt-s3-lft.jpg) right top no-repeat;
    background-size: cover;
    height: 100%;
}
.abt-s3-rgt{
    width: 47.71%;
    float: right;
    padding:60px 0;
	text-align:left;
}
ul.abt-s3-lst{
	float:left;
	width:100%;
	margin-top:30px;
}
ul.abt-s3-lst li{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding:15px 0;
}
ul.abt-s3-lst li:last-child{border-bottom:none;}
.abt-s3-lst-icn{
	float:left;
}
ul.abt-s3-lst li p{
	width:calc(100% - 46px);
	float:left;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#1e2641;
	padding:10px 0px 10px 15px;
}
/*-----------------------
ABOUT SECTION-4 CSS
------------------------*/
.abt-s4{
	float:left;
	width:100%;
	padding:60px 0;
}
.abt-s4-inr{
	display:inline-block;
	vertical-align:top;
	max-width:1240px;
	width:100%;
	margin-top:30px;
}
.abt-s4-img{
	float:left;
	width:calc(20% - 10px);
	margin:15px 5px 0;
	border-radius:10px;
	overflow:hidden;
}
.abt-gal-img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
/*-----------------------
ABOUT SECTION-4 CSS
------------------------*/
.abt-s5{
	float:left;
	width:100%;
	background:url(../images/abt-s5.jpg) center top no-repeat;
	background-size:cover;
	padding:50px 0;
	color:#fff;
}
.abt-s5-hd{
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
.abt-s5 .comn-btn {
    background: #fff;
    color: #060e1e;
    border: 2px solid #060e1e;
    border-radius: 5px;
    font-weight: 700;
}


/*-----------------------
AFFILIATE PAGE CSS
------------------------*/
.aflte-bnr{
	background: url(../images/aflte-bnr.jpg) center top no-repeat #000203;
	text-align: left;
	background-size: cover;
}
.aflte-bnr-content{
	padding:55px 0;
}
.aflte-bnr-tx{
	width:57.26%;
}
.aflte-brn-img{
	position:absolute;
	right:-70px;
	top:-125px;
}
.aflte-coin{
	position:absolute;
	left:-200px;
	top:310px;
}
/* ------------------------------------ */

.aflte-s1{
	float:left;
	width:100%;	
	background:url(../images/aflte-s1.jpg) center top no-repeat;
	padding:60px 0 0;
}
.aflte-s1-inr{
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	padding:50px 0 50px 580px;
}
.aflte-tx1{
	font-size:42px;
	line-height:50px;
	font-weight:bold;
}
.aflte-s1-img{
	position: absolute;
	left: -30px;
	top:0;
}
.aflte-s1-bx{
	float:left;
	width:100%;
	background:#07132a;
	border-radius:20px;
	padding:60px 50px 65px;
	margin-top:80px;
	position:relative;
	color:#fff;
	text-align:left;
	padding-right:570px;
}
ul.aflte-s1-bx-lst{
	width:500px;
	position:absolute;
	right:30px;
	top:50px;
}
ul.aflte-s1-bx-lst li{
	float:left;
	width:100%;
	position:relative;
	padding:15px 0 20px 90px;
	border-bottom:1px solid #394255;
}
ul.aflte-s1-bx-lst li:first-child{padding-top:0;}
ul.aflte-s1-bx-lst li:last-child{padding-bottom:0; border-bottom:none;}
.aflte-s1-bx-icn{
	position:absolute;
	left:0;
	top:20px;
}
.aflte-s1-bx-icn1{top:0;}
ul.aflte-s1-bx-lst li h3{
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
ul.aflte-s1-bx-lst li p{
	font-size:16px;
	line-height:22px;
	margin-top:8px;
}
.aflte-s1-bx .btn-bx{margin-top:40px;}
/* ------------------------------------------- */

.aflte-s2{
	float:left;
	width:100%;
	padding:60px 0;
}
ul.aflte-s2-lst{
	float:left;
	width:100%;
	margin-top:10px;
}
ul.aflte-s2-lst li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-top:30px;
}
ul.aflte-s2-lst li:last-child{margin-right:0px;}
.aflte-s2-img{
	border-radius:10px;
	max-width:100%;
}
.aflte-s2-lst-hd{
	font-size:26px;
	line-height:32px;
	margin-top:15px;
}
.aflte-s2-lst-tx{
	font-size:16px;
	line-height:24px;
	padding:15px;
	color:#22293d;
}
.aflte-s2-coin{
	position: absolute;
    right: -80px;
    top: 690px;
    z-index: -1;
}

.aflte-s3{
	float:left;
	width:100%;
	padding:60px 0;
	background:url(../images/aflte-s3.jpg) center top no-repeat; 
	background-size:cover;
}
.aflte-s3-inr{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-right:400px;
}
.aflte-s3-img{
	position:absolute;
	right:70px;
	top:10px;
}
/* --------------------------------- */

.aflte-s4{
	float:left;
	width:100%;
	padding:50px 0;
}

/* --------------------------------- */

.aflte-s5{
	float:left;
	width:100%;
	padding:50px 0;
	background:url(../images/aflte-s5.jpg) center top no-repeat;
}
.comn-btn.white {
    background: #fff;
    color: #060e1e;
    border: 2px solid #060e1e;
    border-radius: 5px;
    font-weight: 700;
}

/*-----------------------
GET FUNDED PAGE CSS
------------------------*/
.funded-bnr {
    background: url(../images/funded-bnr.jpg) center top no-repeat #000203;
    text-align: left;
    background-size: cover;
}
/* --------------------------- */

.funded-s1{
	float:left;
	width:100%;
	padding:60px 0 0;
}
.funded-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-top:10px;
}
.funded-bx{
	width:31.5%;
	border-radius:10px;
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.3);
	position:relative;
	overflow:hidden;
	/* border-top:4px solid #e9ab00 */
	background:#fff;
	padding:0 0 30px;
	margin-top:35px;
}
.best-sell{
	position:absolute;
	left:0;
	top:0;
}
.funded-bx:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	border-top:4px solid #e9ab00
}
.funded-bx-hdr{
	float:left;
	width:100%;
	border-bottom:1px solid #c3c3c3;
	padding:20px 10px;
	font-weight:bold;
}
.fund-bx-hd-tx1{
	font-size:24px;
	line-height:32px;
	color:#162649;
}
.fund-bx-hd-tx2{
	font-size:36px;
	line-height:44px;
	color:#e9ab00
}
.fund-profit-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
}
.fund-profit-bx{
	width:50%;
	position:relative;
	padding:15px;
}
.fund-profit-bx.bdr{
	border-right:1px solid #bdbdbd;
}
.prft-tx1{
	font-size:14px;
	line-height:20px;
}
.prft-tx2{
	font-size:20px;
	line-height:28px;
	font-weight:600;
	color:#e9ab00
	margin-top:8px;
}
.prft-tx2 small{
	font-size:12px;
}
table.prft-tbl{
	float:left;
	width:100%;
}
table.prft-tbl tr td{
	padding:20px;
	vertical-align:top;
	font-weight:500;
	font-size:16px;
	line-height:22px;
}
table.prft-tbl tr:nth-child(odd) td{
	background:#f2f2f2;
}

table.prft-tbl tr td:first-child{
	width:90%;
	text-align:left;
}
table.prft-tbl tr td:last-child{
	width:10%;
	text-align:right;
	color:#e9ab00
}
.fund-aply-tx{
	font-size:12px;
	line-height:18px;
	color:#323232;
	margin-top:15px;
	float:left;
	width:100%;
	font-weight:500;
}
.fund-prc{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	float:left;
	width:100%;
	margin-top:15px;
}
.eval-tx{
	font-size:16px;
	line-height:24px;
	color:#000;
	display:block;
	margin-bottom:0px;
	font-weight:400;
}
.fund-bx-btn{
	font-size:16px;
	line-height:48px;
	max-width:190px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	border-radius:4px;
	background:#e9ab00
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
}
.fund-s1-btm-tx{
	font-size:12px;
	line-height:20px;
	margin-top:30px;
	float:left;
	width:100%;
}
/* ----------------------------------- */

.funded-s2{
	float:left;
	width:100%;
	padding:50px 0;
}
.fund-s2-img{
	border-radius:20px;
	float:left;
	margin-top:50px;
}
.fund-s2-lst{
	float:right;
	width:51%;
	margin-top:50px;
}
.fund-s2-lst li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:30px;
	padding-left:100px;
}
.fund-s2-icn{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
}
.fund-s2-lst li h3{
	font-size:26px;
	line-height:32px;
	font-weight:500;
}
.fund-s2-lst li p{
	font-size:16px;
	line-height:24px;
	margin-top:10px;
}
/* --------------------------------- */
.funded-s3{
	float:left;
	width:100%;
	background:#121929;
	padding:40px 0;
}
.funded-s3-inr{
	float:left;
	width:57.26%;
	text-align:left;
}
.fund-s3-bt{
	float:right;
	width:460px;
	height:147px;
	line-height:142px;
	background:#e9ab00
	border-radius:15px;
	margin-top:40px;
}
.fund-s3-btn-icn{
	display:inline-block;
	vertical-align:middle;
}
.fund-s3-bt p{
	width:calc(100% - 200px);
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	line-height:34px;
	font-weight:900;
	color:#fff;
}
/* ---------------------------------- */

.funded-s4{
	float:left;
	width:100%;
	padding:50px 0;
}
.funded-s4-bx{
	float:left;
	width:100%;
	background:url(../images/s5-bx-bg.jpg) left center no-repeat #07132a;
	border-radius:20px;
	color:#fff;
	position:relative;
	padding:30px 30px 40px 430px;
	text-align:left;
}
.funded-s4-bx-img{
	position: absolute;
    left: 50px;
    top: 140px;
}
.funded-s4-bx-hd{
	font-size:45px;
	line-height:50px;
	font-family: 'Inter';
	font-weight:bold;
	letter-spacing:0.5px;
}
.funded-s4-bx-tx{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-top:25px;
}
.funded-s4-bx-btn{
	display:inline-block;
	vertical-align:top;
	margin-top:35px;
}
.funded-s4-btn{
	float:left;
	max-width:100%;
	border-radius:10px;
}
.funded-s4-bx-btn2{
	margin-left:15px;
}

/*-----------------------
PRODUCT PAGE CSS
------------------------*/
.prd-bnr{
	background:#151515;
	padding-bottom:15px;
}
/* ---------------------------- */

.prod-s1{
	float:left;
	width:100%;
	padding:40px 0;
}
.prod-s1-lft{
	width:43%;
	float:left;
}
.prod-certi{
	max-width:100%;
	float:left;
	margin-top:10px;
	border:2px solid #c1c1c1;
}
.safe-img{
	max-width:400px;
	width:100%;
	margin:30px auto 0;
}
.prod-s1-rgt{
	width:53%;
	float:right;
	text-align:left;
}
.prod-s1-hd{
	float:left;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:18px;
}
.prod-pck-tx{
	font-size:55px;
	line-height:60px;
	font-weight:bold;
}
.prod-prc{
	font-size:32px;
	line-height:36px;
	font-weight:700;
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
}
.prod-prc span{
	color:#878787;
	position:relative;
	font-weight:normal;
	margin-right:5px;
}
.prod-prc span:after{
	content:'';
	position:absolute;
	left:-5px;
	top:20px;
	border-top:2px solid #f00;
	width:calc(100% + 10px);
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
}
.prod-off-prc{
	display:inline-block;
	vertical-align:middle;
	padding:8px 15px;
	background:#ffc85d;
	border-radius:5px;
	color:#000;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	margin-left:15px;
	margin-top:15px;
}
table.prod-tbl{
	float:left;
	width:100%;
	margin-top:35px;
}
table.prod-tbl tr td{
	padding:10px 20px;
	vertical-align:top;
	font-weight:500;
	font-size:16px;
	line-height:22px;
}
table.prod-tbl tr:nth-child(odd) td{
	background:#f2f2f2;
}

table.prod-tbl tr td:first-child{
	width:70%;
	text-align:left;
	position:relative;
}
table.prod-tbl tr td:first-child:before{
	content:'';
	position:absolute;
	left:20px;
	top:16px;
	background:url(../images/prod-tk.png) left top no-repeat;
	width:10px;
	height:9px;
	display:none;
}
table.prod-tbl tr td:last-child{
	width:30%;
	text-align:right;
	font-weight:600;
}
.prod-opt-bx{
	float:left;
	width:100%;
	margin-top:32px;
}
.prod-opt-hd{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}
.opt-rad-btn{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ccc;
	border-radius:8px;
	padding:16px 50px;
	position:relative;
	cursor:pointer;
	margin-top:15px;
}
.prod-rad-btn{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.prod-rad-btn + span{
	width:22px;
	height:22px;
	border-radius:50%;
	border:1px solid #d8d8d8;
	position:absolute;
	left:20px;
	top:16px;
}
.prod-rad-btn:checked + span:before{
	content:'';
	width:12px;
	height:12px;
	background:#e9ab00
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.rad-opt-img{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	max-width:100%;
}
.opt-rad-btn2{
	margin-left:12px;
}
ul.add-on-lst{
	float:left;
	width:100%;
	margin-top:15px;
}
ul.add-on-lst li{
	float:left;
	width:100%;
	position:relative;
	padding:20px 15px 15px;
	padding-left:45px;
	box-shadow:0px 3px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 5px 10px 1px rgba(0,0,0,0.1);
	font-weight:500;
	margin-top:5px;
	border-radius:8px;
}
.opt-check-bx{
	float:left;
	width:100%;
	cursor:pointer;
}
.opt-check-btn{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.opt-check-btn + span{
	width:20px;
	height:20px;
	border-radius:3px;
	border:1px solid #d7d7d7;
	position:absolute;
	left:20px;
	top:21px;
}
.opt-check-btn:checked + span:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:url(../images/check-mark.png) center center no-repeat #e9ab00
	width:100%;
	height:100%;
}
ul.add-on-lst li p{
	width:70%;
	font-size:16px;
	line-height:22px;
	float:left;
	padding:0px 10px;
}
ul.add-on-lst li small{
	font-size:12px;
	line-height:16px;
	float:right;
	width:30%;
	padding:6px 10px;
	text-align:right;
}
.bundle-bx{
	float:left;
	width:100%;
	margin-top:15px;
	border:3px solid #e9ab00
	border-radius:10px;
	position:relative;
	padding:18px 16px 16px;
}
.bundle-chk-mark{
	float:left;
	cursor:pointer;
}
.bundle-tx{
	font-size: 16px;
    line-height: 22px;
    padding-left: 35px;
	padding-top:1px;
}
.disc-prc{
	background:#ffd990;
	float:left;
	padding:8px 15px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	border-radius:5px;
	margin-top:-2px;
	margin-left:15px;
}
.bundle-seal{
	position: absolute;
	right: 30px;
	top: -20px;
}
.prod-btn-bx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin-top:25px;
}
.tot-prc{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
.prod-btn{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	background:#FFA41C;
	border-radius:5px;
	width:100%;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px;
	color:#fff;
	margin-top:10px;
}
.prod-btn-tx{
	font-size:14px;
	line-height:20px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:10px 10px 10px 20px;
	text-align:left;
}
.lock-icn{
	position:absolute;
	left:0;
	top:10px;
}
/* ----------------------------- */

.prod-as-seen{
	background:#f4f4f4;
}

/*-----------------------
SCALE PAGE CSS
------------------------*/
.scale-bnr{
	background:url(../images/scale-bnr.jpg) center top no-repeat;
	text-align:left;
	background-size:cover;
}
/* ------------------------------- */

.scale-s1{
	float:left;
	width:100%;
	padding:50px 0 80px;
}
.scale-s1-inr{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding-right:500px;
}
.scale-s1-img{
	position:absolute;
	right:0;
	top:-5px;
}
/* ------------------------------- */

.scale-s2{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f5f9fc;
}
.scale-s2-tx{
	padding:0 180px;
}
.scale-s2-lft{
	background:url(../images/scale-s2-lft.jpg) center top no-repeat;
	float:left;
	width:48%;
	background-size:cover;
	padding:30px;
	border-radius:15px;
	text-align:left;
	padding-bottom:24%;
	margin-top:50px;
}
.scale-lft-hd{
	font-size:40px;
	line-height:44px;
	font-weight:bold;
}
.scale-s2-rgt{
	float:right;
	width:49%;
	margin-top:30px;
}
.scale-s2-rgt-bx{
	padding:25px;
	float:left;
	width:100%;
	position:relative;
	background:#fff;
	box-shadow:0px 0px 20px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	color:#262626;
	text-align:left;
	margin-top:21px;
}
.opt-count{
	font-size:24px;
	line-height:28px;
	background:#e9ab00
	padding:3px 20px;
	border-radius:100px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-family: 'Inter';
	font-weight:bold;
}
.scale-s2-bx-hd{
	font-size:30px;
	line-height:34px;
	font-family: 'Inter';
	font-weight:bold;
	margin-top:20px;
}
.s2-rgt-icn{
	position:absolute;
	right:30px;
	top:30px;
}
.scale-s2-btm-tx{
	font-size:14px;
	line-height:22px;
	float:left;
	width:100%;
	margin-top:40px;
	color:#323232;
	opacity:0.8;
}
/* ----------------------------- */

.scale-s3{
	float:left;
	width:100%;
	padding:50px 0;
	background:#1e222d;
}
ul.scale-s3-lst{
	float:left;
	width:100%;
	margin-top:25px;
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
ul.scale-s3-lst li{
	width:calc(20% - 24px);
	margin:12px;
	background:#2c313f;
	border-radius:10px;
	float:left;
	color:#fff;
	padding:25px 15px;
}
.scale-s3-icn{
	display:block;
	margin:0 auto 10px;
}
ul.scale-s3-lst li p{
	font-size:18px;
	line-height:24px;
	font-weight:500;
	letter-spacing:0.5px;
}
/* --------------------------- */

.scale-s4{
	float:left;
	width:100%;
	padding:50px 0 0;
}
.scale-img{
	max-width:100%;
	display:block;
	margin:40px auto 0;
}
/* ---------------------------- */

.scale-s5{
	float:left;
	width:100%;
	padding:50px 0;
}

/*-----------------------
YOU PASSED CSS
------------------------*/
.passed-bnr{
	background:url(../images/passed-bnr.jpg) center top no-repeat;
	text-align:left;
}
.passed-bnr .inr-bnr-content{
	padding:40px 0;
}
/* --------------------------- */

.passed-s1{
	float:left;
	width:100%;
	padding:35px 0 50px;
	text-align:left;
}
.passed-s1-tx{
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	margin-top:25px;
}
.passed-s1-seal{
	float:right;
	margin:-20px 40px -50px;
}
/* ----------------------------- */

.passed-s2{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#f5f9fc;
}
.passed-s2-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.passed-s2-bx{
	background:#131d31;
	border-radius:10px;
	color:#fff;
	width:48%;
	text-align:left;
	padding:35px;
	position:relative;
	margin-top:40px;
}
.opt-count{
	font-size:24px;
	line-height:28px;
	background:#e9ab00
	padding:3px 20px;
	border-radius:100px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-family: 'Inter';
	font-weight:bold;
}
.passed-s2-bx-hd{
	font-size:40px;
	line-height:46px;
	font-family: 'Inter';
	font-weight:bold;
	margin-top:20px;
}
.passed-s2-icn{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/* -------------------------- */

.passed-s3{
	float:left;
	width:100%;
	padding:50px 0;
}
.passed-frm-hd{
	font-size:40px;
	line-height:46px;
	font-weight:bold;
}
.passed-frm-tx{
	font-size:18px;
	line-height:26px;
	margin-top:15px;
}
.passed-frm-bx{
	display:inline-block;
	vertical-align:top;
	max-width:768px;
	width:100%;
	padding:10px 25px 35px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:15px;
	margin-top:30px;
}
.frm-elem{
	float:left;
	width:100%;
}
.frm-inp{
	border:1px solid #ccc;
	border-radius:12px;
	height:60px;
	position:relative;
	margin-top:30px;
	text-align:left;
	padding:0 15px;
	width:100%;
}
.frm-inp.half{
	width:49%;
}
.frm-lbl-tx{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	position:absolute;
	left:20px;
	top:-14px;
	background:#fff;
	padding:0 10px;
	font-family: 'Inter';
}
.inp-fld{
	-webkit-appearance:none;
	outline:none;
	border:none;
	font-family: 'Inter';
	font-size:16px;
	line-height:20px;
	height:100%;
	width:100%;
}
.inp-fld::placeholder{
	color:#000;
	opacity:0.5;
}
.passed-frm-strip{
	float:left;
	width:calc(100% + 40px);
	margin-left:-20px;
	background:#f6f6f6;
	margin-top:35px;
	padding:20px 25px;
	
}
.frm-strp-hd{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.rad-btn{
	float:left;
	position:relative;
	padding-left:25px;
	margin-top:15px;
	cursor:pointer;
	text-align:left;
}
.rad-btn2{
	margin-left:40px;
}
.inp-rad{
	position:absolute;
	left:0;
	top:4px;
	opacity:0;
}
.rad-opt{
	border:1px solid #b9b9b9;
	background:#fff;
	width:14px;
	height:14px;
	border-radius:50%;
	position:absolute;
	left:0;
	top:4px;
}
.inp-rad:checked + .rad-opt:after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	margin:-4px 0 0 -4px;
	width:8px;
	height:8px;
	background:#e9ab00
	border-radius:50%;
}
.inp-rad-tx{
	font-size:16px;
	line-height:22px;
}
.passed-frm-btn{
	max-width:280px;
	width:100%;
	background:#e9ab00
	border-radius:6px;
	height:56px;
	font-family: 'Inter';
	-webkit-appearance:none;
	outline:none;
	border:none;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	margin-top:35px;
	cursor:pointer;
}


/*-----------------------
CONTACT PAGE CSS
------------------------*/
.cont-bnr{
    background: url(../images/cont-bnr.jpg) center top no-repeat #000203;
    text-align: left;
    background-size: cover;
	}
	
.cont-s1{
    float: left;
    width: 100%;
    padding: 40px 0;	
	}
.cont-s1-block{
    width: 100%;
	padding:0 70px;
	margin:0 auto 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;		
	}	
.cont-s1-box{
	float:left;
	width:48%;
	min-height:211px;
	text-align:left;
	background:#121929;
	border-radius:8px;
	padding:20px 20px 25px 100px;
	position:relative;
	margin:20px 0;
	box-shadow:0 0 8px 2px rgba(10,156,156,0.3);
	}
.cont-s1-icns{
	position:absolute;
	top:20px;
	left:20px;
	}	
.cont-bx-head{
	font-size: 22px;
    line-height: 28px;
	color:#fff;
    font-weight: bold;	
	}	
.cont-bx-list{
	float:left;
	}
.cont-bx-list li{
	float:left;
	width:50%;
	margin-top:20px;
	}	
.list-full li{ width:100%;}	
.cont-bx-list li a{
	font-size:18px;
	line-height:20px;
	color:#fff;
	text-decoration:underline;
	}	
.cont-bx-para{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:20px;	
	}
	
						
.cont-s2{
        float: left;
    width: 100%;
    padding: 30px;
    background: #242446;
    margin-top: 40px;
    border-radius: 10px;	
	}
.cont-heading{
        font-size: 30px;
    line-height: 44px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    font-weight: bold;
    text-align: left;
	}	
.cont-para{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    color: #191919;
	}
.cont-s2-block{
	float:left;
	width:100%;
	margin-top:20px;
	}	
.cont-frm{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	}
.cont-frmElmnts{
	float:left;
	width:100%;
	text-align:left;
	display:block;
	position:relative;
	}
.cont-frmElmnts label{
	    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 10px;	
	}
.cont-frmElmnts label sup{
    display: inline-block;
    vertical-align: top;
    color: #f40505;
    line-height: 100%;
	}		
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:50px;
	border:1px solid #e7e7f6;
	box-sizing:border-box;
	padding:0 25px;
	font-size:16px;
	color:#000;
	border-radius:4px;
	text-align:left;
	letter-spacing:1px;
	font-family: 'Inter';
    font-weight: 400;	
	-webkit-appearance:none;
	outline:none;
	}
.cont-lft{ width:48.5%; float:left;}
.cont-rgt{ width:48.5%; float:right;}
.cont-frmElmnts textarea{
	height:150px;
    width:100%;
    padding:20px 25px;
	resize:none;
	outline:none;
	}
.contact-btn{
	display: inline-block;
    vertical-align: middle;
    width: 380px;
    background: #e9ab00;
    text-align: center;
    height: 70px;
    overflow: hidden;
    color: #ffffff;
    font-size: 26px;
    line-height: 70px;
    position: relative;
    font-family: 'Inter';
    font-weight: bold;
    border-radius: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-appearance: none;
	}
	
.contact-details{
	width: 100%;
	margin: 50px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.contact-details li{
	text-align:left;
	position:relative;
	padding:0 0px;
	width: 32%;
	}
.contact-details li:after{
	content:'';
	position:absolute;
	right:5px;
	top:0;
	bottom:0;
	background:#d7d7d7;
	width:1px;
	}
.contact-details li:last-child:after{ display:none;}	
.cont-det-top{
	float:left;
	width:100%;		
	}	
.cont-det-top img{
	display:inline-block;
	vertical-align:middle;
	margin-right:14px;
	}
.cont-det-top span{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:24px;
	color:#fff;
	font-weight:500;
	}
.contact-details li p{
	float:left;
	width:100%;		
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    color: #fff;	
	}	
.contact-details li p a{ color:#fff;}	
.trm {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    position: relative;
    padding: 0 0 0 22px;
    float: left;
    width: 100%;
	color:#fff;
}	
.trm input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 15px;
}
.trm input[type=checkbox]:checked {
    background: #f4f4f4 url(../images/tick.png) center center no-repeat;
    background-size: 80%;
}			


.pespond_txt{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	margin-top: 30px;
}
.box-hed{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
.respond_bx {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.respond_bx p{
	width: 32%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #dcdcff;
}
.respond_bx p span{ font-weight:600;}


/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f9f6f4;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 2px solid #e9ab00;
    border-style: solid;
    border-width: 2px;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
	list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
    background-color: rgb(249 246 244);
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f49b51;
    margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #e9ab00;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
	border:none;
	cursor:pointer;
	margin-bottom:30px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {

	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #2b296a;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #e9ab00;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #f00;
}	
/* .mt-0{margin-top:0;} */
/*-----------------------
MEDIA START
------------------------*/
@media only screen and (max-width:1200px){
.container{width:1010px;}
.hide-1024{display:none;}

ul.menu-list{display:none;} 

.s1-inr{width:65%;}
ul.as-seen-lst li{margin:15px 30px 0;}

.s3-prd{margin-left:20px;}
ul.s3-lst{margin-right:20px; padding-right:20px;}

.comp-btn{padding-top:3px;}
.comp-icn{display:none;}

.s5-rgt-img{right:0px; width:500px;}
.s5-inr{padding-right: 490px;}

/*------------------------------------
INNER PAGE CSS
-------------------------------------*/
/*-----------------------
ABOUT PAGE CSS
------------------------*/
ul.abt-s1-lst li{padding:0 35px;}

/*-----------------------
AFFILIATE PAGE CSS
------------------------*/
.aflte-brn-img{top:0; width:400px; right:0;}
.aflte-coin, .aflte-s2-coin{display:none;}

.aflte-s1-inr{padding: 0px 0 0px 410px;}
.aflte-s1-img{left:0; top:0; width:400px;}
.aflte-s1-bx{padding: 45px 490px 55px 35px;}
ul.aflte-s1-bx-lst{width:440px;}

.aflte-s3-inr{padding-right:350px;}

/*-----------------------
GET FUNDED PAGE CSS
------------------------*/
.fund-s2-img{width:400px;}
.fund-s2-lst{width:57%; margin-top:25px;}

.funded-s3-inr{width:51%;}

.funded-s4-bx-btn{width:260px;}

/*-----------------------
PRODUCT PAGE CSS
------------------------*/
.bundle-seal{right:10px;}
.bundle-tx{font-size:15px; line-height:22px;}

/*-----------------------
SCALE PAGE CSS
------------------------*/
.scale-s2-tx{padding:0;}

ul.scale-s3-lst li{width: calc(20% - 16px); margin:10px 8px; padding:20px 10px;}
ul.scale-s3-lst li p{font-size:17px;}

/*-----------------------
CONTACT PAGE CSS
------------------------*/
.cont-s1-block{ padding:0;}
.cont-s2-block{ padding:0;}
.contact-details li{ padding:0 40px;}
}

@media only screen and (max-width:1021px){
.container{width:750px;}

.hide-tab{display:none;}
.show-tab{display:block;}

.top-fix-bar{margin-bottom:65px;}
.top-sec{height:65px; margin-top:-65px; top:65px;}

.logo{width:200px;}
.top-rgt{margin-top:1px;}

.sec1{height:auto;}
.s1-inr{padding:35px 0 40px; width: 60%;}
.s1-hd{font-size:50px; line-height:55px;}
.s1-tx1{font-size:15px; line-height:20px; margin-top:12px;}
.s1-star{margin:-4px 5px 0 0;}
.s1-tx2{padding-right:0; font-size:17px; line-height:26px;}
.btn-bx{margin-top:35px;}
.btn-tx-img{width:110px;}

ul.as-seen-lst{margin-top:5px;}
ul.as-seen-lst li{margin:8px 15px 0;}
.as-seen-log1{width:40px;}
.as-seen-log2{width:170px;}
.as-seen-log3{width:90px;}
.as-seen-log4{width:115px;}
.as-seen-log5{width:142px;}

.sec2{padding:40px 0 45px;}
.comn-hdg{font-size:42px; line-height:50px;}
.s2-inr-bx{padding:15px 12px 20px 62px; margin-top:15px; border-radius:10px;}
.s2-icn{width:42px; left:12px; top:15px;}
.s2-inr-bx h3{font-size:18px; line-height:26px;}
.s2-inr-bx p{font-size:15px; line-height:22px; margin-top:10px;}

.sec3{padding:40px 0 45px;}
.s3-prd{margin-left:0; width:350px; margin-top:50px;}
ul.s3-lst{margin-right:0px; padding-right:0px; width:49%; margin-top:30px;}
ul.s3-lst li{ padding-left:45px;}
.s3-num{font-size:16px; line-height:27px; width:28px; height:28px; box-shadow: 0px 0px 0px 5px rgb(220 220 255);}
ul.s3-lst li h3{font-size:19px; line-height:27px;}
ul.s3-lst li p{font-size:17px; line-height:26px; margin-top:10px;}

.sec4{padding:40px 0 45px;}
.comp-chart-inr{margin-top:50px;}
.comp-chart-lft{width:130px;}
ul.comp-chart-lst li{font-size:14px; line-height:20px; height:55px;}
ul.comp-chart-lst li p{width:100%; padding-left:0;}
.comp-chart-rgt{width:calc(100% - 130px);}
ul.comp-chart-lst li.comp-lst-tx1, ul.comp-chart-lst li.comp-lst-tx2, ul.comp-chart-lst li.comp-lst-tx3, ul.comp-chart-lst li.comp-lst-tx4, ul.comp-chart-lst li.comp-lst-tx8{font-size:15px; line-height:22px;}
.comp-btn{padding-top:5px; font-size:10px; line-height:14px;}

.payout-sec{padding:40px 0 25px;}

.sec5{padding:40px 0 45px;}
.s5-inr{padding-right:320px;}
.meta-trade{width:47%; margin-top:30px;}
.s5-rgt-img{width:360px;}
.s5-bx{padding: 25px 20px 30px 300px; border-radius:12px;}
.s5-bx-hd{font-size:32px; line-height:40px;}
.s5-bx-img{left:10px; top:70px; width:280px;}
.s5-btn{width:280px;}

.s6-lft{padding:40px 0 45px;}
.s6-lft .comn-hdg{font-size:30px;}
.s6-icn{width:80px;}
.s6-rgt{padding:30px 0; width:49%;}
ul.s6-lst li {width: calc(25% - 10px); margin:8px 5px;}
.s6-icn{width:65px;}
ul.s6-lst li p{font-size:12px; line-height:18px;}

.sec7{padding:40px 0 45px;}

.footer{padding:35px 0 0;}
.ssl-tx{font-size:14px; line-height:20px;}
ul.suport-lst li{font-size:15px; line-height:22px; margin-top:20px;}
.btm-link-hd{font-size:16px; line-height:20px;}
ul.btm-links li{font-size:15px;}
.btm-link-bx1{width:35%;}
.btm-link-bx2, .btm-link-bx3, .btm-link-bx4{width:15%;}
.btm-link-bx4{width:17%;}
.btm-link-bx5{width:18%;}
ul.social-lst{margin-top:60px;}

/*------------------------------------
INNER PAGE CSS
-------------------------------------*/
/*-----------------------
ABOUT PAGE CSS
------------------------*/
.inr-bnr-content{padding:40px 0;}
.inr-bnr-hd{font-size:50px; line-height:56px;}
.inr-bnr-tx{font-size:17px; line-height:26px; margin-top:10px;}
.abt-bnr-tx{width:470px;}

.abt-s1{padding:20px 0;}
ul.abt-s1-lst{margin-top:20px}
ul.abt-s1-lst li{padding:0 20px; margin:10px 0;}
.abt-s1-icn{width:60px;}
ul.abt-s1-lst li p{font-size:17px; line-height:22px;}

.abt-s2{padding:40px 0;}
.abt-team-img{width:160px;}
ul.abt-team-lst li:nth-last-child(-n+2):before{width:80px; height:80px; background-size:100%;}

.abt-s3-rgt{padding:40px 0;}
ul.abt-s3-lst{margin-top:15px;}
ul.abt-s3-lst li{padding:8px 0;}
.abt-s3-lst-icn{width:35px;}
ul.abt-s3-lst li p{font-size:17px; line-height:24px;}

.abt-s4{padding:40px 0;}
.abt-s4-inr{margin-top:15px;}

.abt-s5{padding:40px 0;}
.abt-s5-hd{font-size:28px; line-height:36px;}

/*-----------------------
AFFILIATE PAGE CSS
------------------------*/
.aflte-brn-img{top:-20px; width:300px;}

.aflte-s1{padding:40px 0 0;}
.aflte-s1-inr{padding:0 0 0 320px;}
.aflte-tx1{font-size:30px; line-height:40px;}
.aflte-s1-img{width:310px;}
.aflte-s1-bx{margin-top:45px; padding: 25px 350px 35px 25px;}

ul.aflte-s1-bx-lst{width:300px; right:20px;}
ul.aflte-s1-bx-lst li{padding: 5px 0 10px 57px;}
.aflte-s1-bx-icn{width:45px;}
ul.aflte-s1-bx-lst li h3{font-size:26px; line-height:32px;}
ul.aflte-s1-bx-lst li p{font-size:15px; line-height:22px; margin-top:5px;}

.aflte-s2{padding:40px 0;}
ul.aflte-s2-lst li{margin-top:20px;}
.aflte-s2-lst-hd{font-size:22px; line-height:30px;}
.aflte-s2-lst-tx{padding:8px;}

.aflte-s3{padding:30px 0 40px;}
.aflte-s3-inr{padding-right:190px;}
.aflte-s3-img{width:160px; top:50px; right:20px;}

.aflte-s4{padding:40px 0;}

.aflte-s5{padding:30px 0 40px;}

/*-----------------------
GET FUNDED PAGE CSS
------------------------*/
.funded-s1{padding:35px 0 0;}
.funded-bx{margin-top:20px; width:32.5%;}
.funded-bx-hdr{padding:15px 10px;}
.fund-bx-hd-tx1{font-size:19px; line-height:27px;}
.fund-bx-hd-tx2{font-size:28px; line-height:36px;}
.fund-profit-bx{padding:10px;}
table.prft-tbl tr td{font-size:13px; line-height:18px; padding:10px;}
.fund-s1-btm-tx{margin-top:20px;}
/* -------------------------------------- */

.funded-s2{padding:35px 0;}
.fund-s2-img{width:280px; margin-top:40px;}
.fund-s2-lst li{padding-left:60px; margin-top:20px;}
.fund-s2-icn{width:50px;}
.fund-s2-lst{width:60%; margin-top:18px;}
.fund-s2-lst li h3{font-size:20px; line-height:28px;}
/* ------------------------------------------- */

.fund-s3-bt{width:340px; height:127px; line-height:122px; margin-top:70px;}
.fund-s3-btn-icn{width:60px;}
.fund-s3-bt p{width:calc(100% - 120px); font-size:24px; line-height:32px;}
/* -------------------------------- */

.funded-s4{padding:40px 0;}
.funded-s4-bx-hd{font-size:32px; line-height:40px;}
.funded-s4-bx-tx{font-size:16px; line-height:24px; margin-top:15px;}
.funded-s4-bx{padding: 25px 20px 35px 260px; border-radius: 12px;}
.funded-s4-bx-btn{width:220px; margin-top:30px;}
.funded-s4-bx-img{left:40px; width:200px;}

/*-----------------------
PRODUCT PAGE CSS
------------------------*/
.prod-pck-tx{font-size:36px; line-height:42px;}
.prod-prc{font-size:24px; line-height:30px; margin-top:5px;}
.prod-off-prc{margin-top:10px;}
table.prod-tbl tr td{padding:10px 15px;}
.opt-rad-btn{padding: 12px 15px 12px 28px;}
.prod-rad-btn + span{width:16px; height:16px; left:10px; top:16px;}
.prod-rad-btn:checked + span:before{width:8px; height:8px;}
.rad-opt-img{width:140px;}
ul.add-on-lst li p{padding:0 6px;}
.bundle-chk-mark{width:65%;}
.disc-prc{margin:5px 0 0 5px;}

/*-----------------------
SCALE PAGE CSS
------------------------*/
.scale-s1{padding:20px 0 40px;}
.scale-s1-inr{padding-right:300px;}
.scale-s1-img{width:320px; top:25px;}
/* ------------------------------------ */

.scale-s2{padding:40px 0;}
.scale-s2-lft{margin-top:35px;}
.scale-s2-rgt{margin-top:15px;}
.scale-s2-rgt-bx{padding:20px; margin-top:18px;}
.opt-count{font-size:19px; line-height:26px;}
.s2-rgt-icn{right:20px; top:20px; width:42px;}
.scale-s2-bx-hd{font-size:24px; line-height:30px; margin-top:15px;}
.scale-s2-btm-tx{margin-top:30px;}
/* ------------------------------------ */

.scale-s3{padding:35px 0;}
ul.scale-s3-lst{margin-top:15px;}
ul.scale-s3-lst li{width:calc(20% - 8px); margin:10px 4px; padding:20px 10px;}
.scale-s3-icn{width:42px;}
ul.scale-s3-lst li p{font-size:15px; line-height:22px;}
/* --------------------------------- */

.scale-s4{padding:35px 0 0;}
.scale-img{margin:30px 0 0;}
/* -------------------------------- */

.scale-s5{padding:35px 0;}

/*-----------------------
YOU PASSED PAGE CSS
------------------------*/
.passed-s1-seal{margin:-20px 0 -50px}
/* ------------------------ */

.passed-s2{padding:40px 0 50px;}
/* ------------------------- */

.passed-s3{padding:40px 0;}

/*-----------------------
CONTACT PAGE CSS
------------------------*/
.cont-s1-box{ width:49%; margin:8px 0; padding:20px 10px 25px 70px;}
.cont-s1-icns{ left: 15px; width: 40px;}
.cont-bx-head{ font-size:20px; line-height:26px;}
.cont-bx-list li a{ font-size:14px; line-height:16px;}
.cont-bx-para{ font-size:16px; line-height:24px;}
.contact-details li{ padding:0 15px;}
.contact-details li:nth-child(1){ padding:0 10px;}
.contact-details li p{ font-size:15px; line-height:25px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-strip{padding:10px 0;}
.tp-strp-tx{font-size:13px; line-height:20px;}
.top-fix-bar{ margin-bottom:55px;}
.top-sec{padding:0; height:auto; height:55px; margin-top: -55px; top: 55px;}
.logo{ width: 163px; float: left; margin: 10px auto 0;}
.top-rgt{margin-top:5px;}
.log-tx{display:none;}
.log-btn{width:155px; font-size:13px; margin-top:2px; display:none;}

.sec1{background:#514a8f;}
.s1-inr{width:100%; padding:25px 0;}
.s1-tx1{font-size:14px; line-height:20px;}
.s1-hd{ font-size: 36px; line-height: 48px;}
.s1-tx2{font-size: 16px; line-height: 24px; margin-top: 10px;}
.btn-bx{position:relative; margin-top:30px;}
.btn-tx-img{width:94px;}
.sec1-mob{max-width: unset; margin: 0px auto -24px -15px; width: calc(100% + 30px);}

ul.as-seen-lst{overflow-x: scroll; -webkit-overflow-scrolling: touch; white-space: nowrap;}

.sec2{padding:25px 0 30px;}
.s2-inr-bx{width:100%;}
.comn-hdg{font-size:27px; line-height:33px;}
.comn-txt{ font-size: 16px; line-height: 24px; margin-top: 15px; letter-spacing: 0;}

.sec3{padding:25px 0 30px;}
.s3-prd{max-width:300px; width:100%; margin:30px auto 0; float:none;}
ul.s3-lst{width:100%; margin-top:20px; row-gap: 20px;}
ul.s3-lst:before{ top: 6%;  bottom: 25%;}
ul.s3-lst li p { font-size: 16px; line-height: 24px;  margin-top: 10px; letter-spacing: 0;}

.sec4{padding:25px 0 30px;}
.from_box{ margin: 20px 0 0 0;}
.sec4-managemant-box { padding: 20px 15px 30px; margin-top:0px; background-size:cover;}
.sec4-managemant-left{ width:100%; padding-top:0;}
.s4-managemant-heading{ font-size:30px; line-height:36px;}
.s4-managemant-list{ margin-top:10px;}
.sec4-managemant-right{ width:100%; margin-top:25px;}
textarea{ max-width:100%; min-width:100%; min-height: 100px;}
.s4-managemant-list li span{ margin-bottom:5px; font-size: 18px;}
.s4-managemant-list li{font-size: 15px; line-height: 24px; padding-left: 38px;}
.s4-managemant-list li img{ max-width:30px}

.payout-sec{padding:35px 0 15px;}
.payout_right{width:100%;}
.payout-left-img{margin:25px auto 0; position:static; max-width:100%; float:none;}

.sec5{padding:25px 0 30px;}
.s5-inr{padding:0;}
.s5-rgt-img{display:block; margin:25px auto 0; position:static; max-width:100%;}
.meta-trade{width:49%; margin-top:20px;}
.meta-trade2{margin-left:2px;}
.s5-bx{padding:20px 20px 30px; margin-top:35px; background:url(../images/s5-bx-bg-m.jpg) center top no-repeat #07132a; background-size:100%;}
.s5-bx-img{position:static; margin:70px auto -30px;}
.s5-bx-btn{margin-top:25px;}

.sec6{padding:30px 0;}
.up-slide-dwn{box-shadow:none; border:1px solid #ddd;}

.sec7{padding:25px 0 30px;}

.sec8{padding:25px 0 30px;}
.faq-container{padding:0; margin:10px 0 0;}
.accordion{font-size:17px; line-height:24px;}
.acdn-para{font-size:16px; line-height:22px;}
ul.acdn-lst li{font-size:16px; line-height:20px; margin-top:10px;}

.footer{padding:25px 0;}
.btm-link-bx1, .btm-link-bx2, .btm-link-bx3, .btm-link-bx4, .btm-link-bx5{width:100%;}
ul.social-lst{width:100%; margin-top:30px;}
.btm-link-hd{font-size:17px; margin-top:25px;}
ul.btm-links li{margin-top:8px;}
.disc-txt{padding:15px; font-size:12px; margin-top:30px;}
.cpy-rgts-tx{font-size:14px; line-height:20px; margin-top:20px;}

.ftr-btm{border-top:none; padding:0 0 20px;}

/*------------------------------------
INNER PAGE CSS
-------------------------------------*/
/*-----------------------
ABOUT PAGE CSS
------------------------*/
.abt-bnr{background:#000203;}
.inr-bnr-content{padding:30px 0; margin-bottom:-45px;}
.inr-bnr-hd{font-size:44px; line-height:50px;}
.abt-bnr-tx{font-size:15px; line-height:22px; margin-top:12px; width:100%;}
.abt-bnr-mob{width:calc(100% + 30px); margin-left:-15px;}

.abt-s1{padding:10px 0  20px;}
.abt-s1-icn{width:55px; margin:0 auto 12px;}
ul.abt-s1-lst{margin-top:10px;}
ul.abt-s1-lst li{float:left; width:50%; border-right:none; margin:15px 0;}
ul.abt-s1-lst li:last-child{display:none;}

.abt-s2{padding:25px 0;}
ul.abt-team-lst{margin-top:30px;}
ul.abt-team-lst li{width:50%; padding:0px 20px; margin:20px 0 10px;}
ul.abt-team-lst li:nth-last-child(-n+2):before{display:none;}
.team-nm{font-size:18px; line-height:22px; margin-top:5px;}

.abt-s3:before{display:none;}
.abt-s3-lft{width:calc(100% + 30px); margin-left:-15px;}
.abt-s3-rgt{padding:25px 0; width:100%;}
ul.abt-s3-lst{margin-top:10px;}

.abt-s4{padding:25px 0;}
.abt-s4-inr{margin:8px 0;}
.abt-s4-img{width:250px !important; float:none; display:inline-block; vertical-align:top; margin:10px 1% 0;}
.abt-gal-img{border-radius:10px;}

.abt-s5{padding:25px 0 30px;}
.abt-s5-hd{font-size:22px; line-height:30px;}

/*-----------------------
AFFILIATE PAGE CSS
------------------------*/
.aflte-brn-img-mob{max-width:85%; margin:0 auto -10px;}
.aflte-bnr-content{text-align:center; margin-bottom:-60px;}
.aflte-bnr-content .inr-bnr-hd{font-size:34px; line-height:42px; text-align:left;}
.aflte-bnr-tx{width:100%; text-align:left;}
.aflte-brn-img{position:static; margin-top:-60px;}

.aflte-s1{padding:25px 0 0;}
.aflte-s1-inr{padding:0;}
.aflte-tx1{font-size:24px; line-height:30px;}
.aflte-s1-img{position:static; margin:25px auto 0;}
.aflte-s1-bx{padding:20px 15px 30px; margin-top:30px; border-radius:8px;}
ul.aflte-s1-bx-lst{width:100%; position:static; float:left; margin-top:20px;}
ul.aflte-s1-bx-lst li h3{font-size:22px; line-height:30px;}
.aflte-s1-bx .btn-bx{margin-top:30px;}

.aflte-s2{padding:25px 0;}
ul.aflte-s2-lst{margin-top:0px;}
ul.aflte-s2-lst li{width:100%; margin:25px 0 5px;}
.aflte-s2-lst-hd{margin-top:10px;}

.aflte-s3-inr{padding:0px; text-align:center;}
.aflte-s3-img{position:static; margin: 20px auto 0;}

.aflte-s4{padding:30px 0;}

/*-----------------------
GET FUNDED PAGE CSS
------------------------*/
.funded-bnr{background:#000203;}
.funded-bnr-mob{width: calc(100% + 30px); margin-left: -15px;}
.funded-bnr .inr-bnr-hd{font-size:38px; line-height:46px;}
/* ----------------------------- */

.funded-s1{padding:25px 0 0;}
.funded-inr{flex-direction: column-reverse;}
.funded-bx{width:100%;}
.best-bx{order:1;}
/* ----------------------------- */

.funded-s2{padding:25px 0 30px;}
.fund-s2-img{float:none; display:block; margin:25px auto 0;}
.fund-s2-lst{width:100%;}
/* -------------------------------- */

.funded-s3{padding:25px 0 35px;}
.funded-s3-inr{width:100%;}
.fund-s3-bt{margin-top:30px; height: 107px; line-height: 102px; float:left;}
/* ------------------------------- */

.funded-s4{padding:30px 0;}
.funded-s4-bx{padding:20px 20px 30px; margin-top:0; background:url(../images/s5-bx-bg-m.jpg) center top no-repeat #07132a; background-size:100%;}
.funded-s4-bx-img{position:static; margin:70px auto 10px;}
.funded-s4-bx-btn{margin-top:25px; width:100%;}
.funded-s4-bx-btn2{margin-left:0px; float:left;}

/*-----------------------
PRODUCT PAGE CSS
------------------------*/
.prod-s1{padding:30px 0 25px;}
.prod-pck-tx{font-size:32px; line-height:42px;}
.prod-certi-mob{max-width:100%; border:2px solid #c1c1c1; margin:0 auto;}
.prod-s1-lft, .prod-s1-rgt{width:100%;}
.prod-s1-rgt{margin-top:20px;}
.prod-opt-hd{font-size:18px; line-height:22px;}
table.prod-tbl{margin-top:25px;}
table.prod-tbl tr td{padding:10px; font-size:15px; line-height:20px;}
/* table.prod-tbl tr td:first-child{padding-left:35px;} */
table.prod-tbl tr td:first-child:before{left:15px;}
.opt-rad-btn{width:48%;}
.opt-rad-btn2{margin-left:6px;}
ul.add-on-lst li{padding: 15px 8px; padding-left:30px;}
.opt-check-btn + span{width:17px; height:17px; left:12px; top:19px;}
.opt-check-btn:checked + span:before{background-size:8px;}
ul.add-on-lst li p{padding:3px 6px 0; width:70%; font-size:14px; line-height:20px;}
ul.add-on-lst li small{width:30%; padding:4px 6px;}
.bundle-bx{padding:12px;}
.bundle-tx{font-size:14px; line-height:20px; padding-left:25px;}
.bundle-seal{width:32px;}
.prod-btn-tx{font-size:13px;}
.safe-img{margin:5px auto 0;}

/*-----------------------
SCALE PAGE CSS
------------------------*/
.scale-bnr{background:#000203;}

.scale-s1{padding:10px 0 25px;}
.scale-s1-inr{padding:0;}
.scale-s1-img{position:static; display:block; margin:25px auto 0;}
/* ---------------------------- */

.scale-s2{padding:25px 0;}
.scale-s2-lft, .scale-s2-rgt{width:100%;}
.scale-s2-lft{padding:20px 20px 48% 20px;}
.scale-lft-hd{font-size:28px; line-height:32px;}
.scale-s2-bx-hd{font-size:23px; line-height:28px;}
.scale-s2-btm-tx{margin-top:20px;}
/* -------------------------- */

.scale-s3{padding:25px 0;}
ul.scale-s3-lst{justify-content:center; -webkit-justify-content:center;}
ul.scale-s3-lst li{width:48%; margin:5px 1%;}
/* -------------------------- */

.scale-s4{padding:25px 0 0;}
.scale-img{margin:20px 0 0;}

.scale-s5{padding:25px 0;}

/*-----------------------
YOU PASSED PAGE CSS
------------------------*/
.passed-bnr{background: #000203;}
.passed-bnr .inr-bnr-content{padding:30px 0;}
.passed-bnr .inr-bnr-hd{font-size:34px; line-height:40px;}
/* -------------------- */

.passed-s1{padding:25px 0 35px;}
.passed-s1-seal{float:none; display:block; margin:0 auto -20px; width:180px;}
.passed-s1-tx{font-size:22px; line-height:26px; margin-top:15px;}
/* ------------------------- */

.passed-s2{padding:25px 0 35px;}
.passed-s2-inr{flex-wrap:wrap;}
.passed-s2-bx{width:100%; padding:25px 20px; margin-top:25px;}
.passed-s2-bx-hd{font-size:28px; line-height:32px;}
/* --------------------- */

.passed-s3{padding:25px 0 35px;}
.passed-frm-hd{font-size:22px; line-height:30px;}
.passed-frm-tx{font-size:16px; line-height:23px;}
.passed-frm-bx{padding:0px 15px 20px;}
.frm-inp.half{width:100%;}
.passed-frm-strip{margin-top:25px; width: calc(100% + 20px); margin-left:-10px;}
.rad-btn2{margin-left:0;}
.passed-frm-btn{margin-top:20px;}

/*-----------------------
CONTACT PAGE CSS
------------------------*/
.cont-bnr{ background: #000203;}
.cont-bnr-mob{ float:left; width: calc(100% + 30px); margin:0 0 0 -15px;}

.cont-s1{ padding:25px 0 10px;}
.cont-s1-box{ width:100%; min-height:auto;}
.cont-bx-para{ font-size: 15px; line-height: 23px;}

.cont-s2{ padding: 10px;}
.cont-s2-block{ margin-top:20px;}
.cont-heading{ font-size: 22px; line-height: 34px; text-align: left;}
.cont-para{ font-size: 16px; line-height: 24px; letter-spacing: 0.2px; text-align:left;}
.cont-frmElmnts{ margin-top:0px;}
.cont-frmElmnts label{ font-size:16px; line-height:16px;}
.cont-lft, .cont-rgt{ width:100%;}
.cont-frmElmnts input{ padding:0 12px; font-size:15px;}
.cont-frmElmnts textarea{ padding:15px 12px;}
.contact-btn{ font-size: 26px; height:60px; line-height: 60px; margin-top: -20px;}
.contact-details{ display:inline-block; vertical-align:top; margin-top:15px;}
.contact-details li{ float:left; width:100%; margin-top:0; border-bottom: 1px solid #d7d7d7; padding:15px 10px;}
.contact-details li:after{ display:none;}
.contact-details li:nth-child(1){ padding:15px 10px;}
.cont-det-top img{ width:35px; margin-right:10px;}
.cont-det-top span{ font-size:20px; line-height:22px;}
.contact-details li p{ margin-top:10px;}

.respond_bx p{ width:100%;}
.pespond_txt{ padding:10px;}

.dsr-from .frm-fld{ width:100%;}

.pop-innr{ width:100%;}
}