a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
.flex-wrap {
	flex-wrap: wrap;
}
.width-100 {
	width: 100%;
}
strong {
	font-weight: 700;
}
.text-white {
	color: #fff !important;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	/* display: block; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
/*.slick-slide img {
	display: block;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderleft.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(../images/sliderright.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:0;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:0;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border-radius:10px;
	background:none;
	/* border:1px solid #17255A; */
	background: #fff;
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#FF8388;
	position:relative;
	border:2px solid rgba(255, 131, 136, 0.40);
}
/* Slider end */

/**===============Start NAvigation Css========================*/
.top-outer {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0;
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center
}
.navbar-brand {
	display:inline-block;
	padding:20px 0 20px;
	margin:0;
	white-space:nowrap;
	width: 150px;
}
.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: center;
	padding: 15px;
}
.navbar-nav li a {
	color: #fff;
	display:block;
	font-size:13px;
	text-transform: uppercase;
	font-weight: 700;
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover {
	color:  #F59F35 !important;
}
.navbar-nav li:hover a {
	color: #F59F35;
}
.navbar-nav li.active a {
	color: #F59F35;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 18px;
	width: 156px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
	position: absolute;
	top: 0px;
	right:10px;
	cursor: pointer;
}
.dropdown-toggle img {
	filter: invert(100%);
}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
	padding-bottom: 10px;
}
.navbar-nav li:last-child {
	padding-bottom: 0;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 12px 0;
	padding-bottom:12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.acc:last-child {
	margin: 0;
	border: 0;
	padding: 0;
}
.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	background:transparent;
	border-radius: 5px;
	gap: 15px;
	flex-wrap: wrap;/* background: #FFF; 
	border-radius: 60px; */
}
.acc-head.active {
/* background: #0F245D; 
	border-radius: 60px; */
}
/* .acc-head.active h6{color: #fff;} */
.acc-head h6 {
	color: #fff;
	font-size: 14px;
	line-height: 120%;
	width:90%;
	padding: 14px 0;
	font-weight: 700;
}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(../images/faqplus.png) right center no-repeat;
	height:16px;
	width:16px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(../images/faqplus.png) right center no-repeat;
	width:16px;
	height:16px;
	background-size:cover;
}
.acc-content p {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	line-height: 140%;
	padding:13px 13px 3px;
}
.acc-content p:first-child {
	padding-top: 0;
}
.acc-content ul li {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	opacity: 0.8;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul {
	margin: 15px 0;
}
.faqcon {
	max-width:750px;
	margin: 0 auto;
}
/**------------------Accordion Css end--------------*/

/*================================Start Custom CSS============================================*/
.tophead {
	background: #2EDBDB;
	padding: 10px 0;
	text-align: center;
}
.tophead p {
	font-size: 10px;
	color: #000020;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	letter-spacing: -0.26px;
}
.joinusbtn {
	width: 100%;
	border: 1px solid #E69558;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	gap: 5px;
	color: #fff;
	height: 40px;
}
.joinusbtn:hover {
	border: 1px solid #E69558;
	background: #E69558;
}
.banner {
	background: #000020;
	overflow: hidden;
	background-image: url(../images/bannerbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .container {
	padding: 0;
}
.bannercontent {
	position: relative;
	max-width: 770px;
	padding: 0 15px;
	margin-top: -160px;
}
.banner-heading {
	font-size: 27px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -1.14px;
	line-height: 110%;
	text-align: center;
}
.banner-subheading {
	font-size: 13px;
	color: #FFF;
	letter-spacing: -0.48px;
	line-height: 120%;
	margin:15px 0 25px 0;
	text-align: center;
}
.primarybtn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #F59F35;
	box-shadow: 0px 4px 60.1px -19px #F19942;
	width: 313px;
	border-radius: 60px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	gap: 10px;
	margin: 0 auto;
}
.primarybtn:hover {
	border: 2px solid #F59F35;
	background: transparent;
}
.happyclientswrap {
	font-size: 12px;
	color: #FFF;
	letter-spacing: -0.24px;
	font-weight: 400;
	margin-top: 15px;
}
.happyclientswrap h3 {
	font-size: 24px;
	color: #FFF;
	letter-spacing: -0.48px;
	margin: 5px 0;
}
.happyclientswrap h3 span {
	color: #5EFFFF;
	font-weight: 700;
}
.bannerinfobox h3 {
	font-size: 12px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: -0.36px;
	text-transform: capitalize;
	margin: 8px 0;
}
.bannerinfobox p {
	font-size: 11px;
	line-height: 120%;
	letter-spacing: -0.3px;
	color: #fff;
}
.bannerinfo {
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-top:25px;
	gap: 10px;
}
.btnwrap {
	text-align: center;
}
.review {
	justify-content: center;
	gap: 8px;
}
.review p {
	font-size: 12px;
}
.bannerinfobox {
	text-align: center;
}
.bannerinfobox img {
	width: 26px;
}
.satisficlientgroup ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.satisficlientgroup ul li {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	margin-left: -12px;
}
.satisficlientgroup ul li img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
	border:4px solid #fff;
}
.satisficlientgroup ul li:last-child {
	background: #2EDBDB;
	color: #fff;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: -0.24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:4px solid #fff;
}
.toptitle-heading {
	font-size:13px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.56px;
	color: #2EDBDB;
	margin: 15px 0 10px 0;
}
.title-heading {
	font-size: 23px;
	color: #000;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.94px;
	margin-bottom: 15px;
}
.title-subheading {
	font-size: 15px;
	color: #000;
	line-height: 120%;
	letter-spacing: -0.48px;
}
.infoslider {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 27%, rgba(94, 255, 255, 0.35896365382090334) 100%);
}
.infoslider p {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.44px;
	text-align: center;
}
.infoslider .item {
	padding: 0 10px;
	position: relative;
}
.infoslider .slick-slide {
	position: relative;
}
/* .infoslider .slick-slide:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #2EDBDB;
	border-radius: 100%; 
	right: -14px;
	 top:50%;
} */
.plannwrap {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	margin-top: 20px;
}
.plancount {
	width: 31px;
	height: 31px;
	background: #2EDBDB;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	margin-right:10px;
}
.plandetails {
	width: 86%;
}
.plandetails h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	letter-spacing: -0.44px;
	margin-bottom:3px;
}
.plandetails p {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.36px;
	color: #000;
}
.tradebtnwrap {
	margin: 15px 0;
}
.tradebtnwrap .primarybtn:hover {
	background: #000020;
	border: 2px solid #000020;
}
.becometradebox .title-heading {
	line-height: 100%;
}
.becometradebox {
	text-align: center;
}
.telegramalert {
	background: #020223;
	overflow: hidden;
	min-height: 637px;
}
.telegramalertcontent {
	position: relative;
	text-align: center;
	margin-top: -35px;
}
.telegramalertcontent p {
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.36px;
	line-height: 150%;
}
.telegrambtnwrap .joinusbtn {
	height: 54px;
	font-size: 14px;
	gap: 8px;
	width: 292px;
	margin: 0 auto;
}
.telegrambtnwrap .joinusbtn img {
	filter: invert(1);
}
.telegrambtnwrap {
	margin: 15px 0;
}
.telegramalertcontent .review p {
	font-size: 12px;
}
.telegramalertcontent .title-subheading {
	margin-bottom: 15px;
}
.telegramalert .container {
	padding: 0;
}
.welcomesec {
	background: rgb(94,255,255);
	background: linear-gradient(180deg, rgba(94, 255, 255, 0.1824930655856093) 0%, rgba(255, 255, 255, 0.19929978827468486) 100%);
}
.welcomesecvideo img {
	border-radius: 5px;
	border: 4px solid #FFF;
	box-shadow: 0px 4px 69.6px 0px rgba(0, 0, 0, 0.15);
}
.welcomeseccontent {
	text-align: center;
	margin-top: 20px;
}
.welcomeseccontent .title-heading {
	line-height: 100%;
}
.welcomeseccontent p {
	font-size: 12px;
	letter-spacing: -0.36px;
	line-height: 150%;
	margin-top: 15px;
}
.theorytrading {
	background: rgb(94,255,255);
	background: linear-gradient(180deg, rgba(94, 255, 255, 0.1824930655856093) 0%, rgba(255, 255, 255, 0.19929978827468486) 100%);
}
.smalllogo {
	margin-bottom: 20px;
}
.smalllogo img {
	width: 117px;
}
.theoryboxinner {
	text-align: center;
	margin-top: 25px;
}
.theoryboxinner h3 {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	letter-spacing: -0.44px;
	text-transform: capitalize;
	line-height: 120%;
	margin: 8px 0 12px;
}
.theoryboxinner p {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.36px;
	color: #000;
}
.theorybox {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width:50%;
}
.theoryboxinner img {
	width: 39px;
}
.satisfiedbg {
	background: rgb(94,255,255);
	background: linear-gradient(180deg, rgba(94, 255, 255, 0.1824930655856093) 0%, rgba(255, 255, 255, 0.19929978827468486) 100%);
}
.satisfiedbg .review p {
	font-size: 10px;
}
.testimonialbox {
	background: rgba(46, 219, 219, 0.1);
	border-radius: 10px;
	padding: 25px;
	position: relative;
	margin-top: 38px;
	max-width:738px;
}
.testimonialbox h3 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	letter-spacing: -0.36px;
	text-transform: capitalize;
	margin-top: 10px;
}
.testimonialbox p {
	font-size: 15px;
	letter-spacing: -0.3px;
	line-height: 120%;
	color: #000;
	margin: 12px 0;
	max-width: 583px;
}
.testimonialbox h4 {
	font-size: 11px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.testiavatar {
	width: 93px;
	height: 93px;
	position: absolute;
	top: -40px;
	right: -20px;
}
.testiavatar img {
	width: 100%;
	height: 100%;
	display: block;
	border: 4px solid #fff;
	border-radius: 100%;
}
.testimonialslider .item {
	padding: 0 20px;
}
.testimonialslider .slick-slide {
	align-items: start;
}
.faqwrap {
	background: url(../images/faqbg.jpg) no-repeat center center;
	background-size: cover;
}
.faqfoot p {
	font-size: 16px;
	color: #FFF;
	letter-spacing: -0.36px;
	font-weight: 200;
}
.faqfoot .joinusbtn {
	max-width: 292px;
	margin: 22px auto 0;
	height: 54px;
}
.faqfoot .joinusbtn img {
	filter: invert(1);
}
.footerbanner {
	overflow: hidden;
	background: url(../images/footerbannerbg2.jpg) no-repeat left top;
	background-size: cover;
}
.footerbannercontent {
	position: relative;
	max-width: 830px;
	padding: 0 15px;
	margin-top: -70px;
}
.footertitle-heading {
	font-size: 27px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -1.14px;
	color: #FFF;
	text-align: center;
}
.footertitle-subheading {
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.48px;
	color: #FFF;
	margin: 15px 0 20px;
	text-align: center;
}
.footerbanner .container {
	padding: 0;
}
.footerbannerimg img {
	height: 100%;
	object-fit: cover;
}
.footerbannercontent .testimonialbox {
	background: rgba(255, 255, 255, 0.19);
	margin-top:60px;
}
.footerbannercontent .testimonialbox p {
	color: #fff;
}
.footerbannercontent .testimonialbox h4 {
	color: #fff;
}
.footerbannercontent .testiavatar {
	right: 0px;
}
.footerleftwrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer {
	padding: 25px 0;
}
.footermenu {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 15px;
	justify-content: center;
}
.footermenu li a {
	font-size: 9px;
	font-weight: 500;
	color: #000;
}
.footermenu li:last-child a {
	text-decoration: underline;
}
.socailmenu {
	display: flex;
	align-items: center;
	gap: 15px;
}
.copyright {
	font-size: 13px;
	color: #000;
	margin-top: 8px;
}
.footerlogo img {
	width: 88px;
}
.pricingwrap {
	background: url(../images/pricebg.jpg) no-repeat center center;
}
.pricebox {
	background: #fff;
	border-radius: 10px;
	margin-top: 35px;
}
.priceboxheader {
	padding:35px 25px 0;
}
.priceboxbody {
	padding:25px 25px 20px 25px;
}
.priceboxheader h3 {
	color: #2EDBDB;
	font-size:38px;
	font-weight: 700;
	letter-spacing: -0.84px;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 100%;
}
.priceboxheader p {
	font-size: 14px;
	color: #000;
	line-height: 120%;
	max-width: 180px;
}
.priceold {
	font-size: 16px;
	color: #000;
	letter-spacing: -0.32px;
	text-decoration: line-through;
	opacity: 0.6;
}
.pricenew {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.92px;
	display: flex;
	align-items: start;
}
.pricenew span {
	font-size: 22px;
	margin-top:8px;
}
.lifetext {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.28px;
	color: #000;
}
.priceboxlist {
	display:none;
}
.priceboxlist ul li {
	font-size: 16px;
	color: #000;
	letter-spacing: -0.32px;
	background: url(../images/tick.png) no-repeat left center;
	background-size: 25px 25px;
	padding: 10px 0 10px 34px;
}
.signupbtn {
	margin-top: 20px;
}
.signupbtn .primarybtn {
	width: 100%;
}
.signupbtn .primarybtn:hover {
	background: #000020;
	border: 2px solid #000020;
}
.mostpopular {
	position: absolute;
	top: -16px;
	background: #D1C183;
	box-shadow: 0px 4px 60.1px -19px #F19942;
	color: #0E2440;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 15px;
	border-radius: 60px;
	font-size: 12px;
}
.bestvalue {
	position: absolute;
	top: -16px;
	background: #E53FE9;
	box-shadow: 0px 4px 60.1px -19px #F19942;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 15px;
	border-radius: 60px;
	font-size: 12px;
}
.tabtop ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.tabtop ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.securepayment p {
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.24px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.pricefooter {
	text-align: center;
	background: #EAFBFB;
	padding: 15px 0;
	border-radius: 0 0 10px 10px;
}
.pricefooter a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.28px;
	text-transform: uppercase;
}
 .pricingwrap::before {
 content: "";
 position: absolute;
 background: url(../images/down.png) no-repeat;
 width: 60px;
 height: 20px;
 background-size: cover;
 top: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
/*================================End Custom CSS============================================*/

.toggle-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.toggle-btn span {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
}
.text1 {
	display: none;
}
.switch {
	position: relative;
	display: inline-block;
	width: 93px;
	height:30px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: 0.4s;
	/* box-shadow: 2px 6px 25px #1e2321; */
	transform: translate(0px, 0px);
	transition: 0.6s ease transform, 0.6s box-shadow;
}
.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 45px;
	left: 4px;
	bottom: 4px;
	background-color: #2EDBDB;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
input:checked + .slider {
/* background-color: #50bfe6; */
  }
input:focus + .slider {
	box-shadow: 0 0 1px #50bfe6;
}
input:checked + .slider:before {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(40px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 60px;
}
.welcomesecvideo video {
	width:100%;
}

.openprice .priceboxlist{ display:block;}

 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
/* .container{max-width: 540px;} */
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}
 .tophead p {
font-size: 13px;
}
.banner-heading {
font-size: 57px;
text-align: left;
line-height: 100%;
}
.banner-subheading {
font-size: 24px;
text-align: left;
}
.btnwrap {
display: flex;
align-items: center;
gap: 20px;
text-align: left;
}
.primarybtn {
height: 64px;
margin: 0;
}
.review {
justify-content: center;
}
.happyclientswrap {
margin-top: 0;
}
.bannerinfobox {
text-align: left;
}
.bannerinfobox img {
width: 44px;
}
.bannerinfobox h3 {
font-size: 18px;
}
.bannerinfobox p {
font-size: 15px;
}
.banner .container {
padding: 0 15px;
}
.bannercontent {
padding: 150px 0 0 0;
margin-top: 0;
}
.bannerimg {
 width: 100%;
 position: absolute;
 right: 0;
 top: 0;
 height: 100%;
}
.bannerimg img {
 height: 100%;
 object-fit: cover;
}
.banner {
background-image: none;
}
.bannerinfo {
margin-top: 90px;
}
.joinusbtn {
height: 46px;
font-size: 13px;
}
.navlogin {
width: 200px;
}
.satisficlientgroup ul li {
width: 60px;
height: 60px;
}
.satisficlientgroup ul li:last-child {
font-size: 12px;
}
.toptitle-heading {
font-size: 28px;
}
.title-heading {
font-size: 47px;
}
.title-subheading {
font-size: 24px;
}
.infoslider p {
font-size: 22px;
}
 .becometraderleft {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.becometraderright {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.becometradebox .review {
justify-content: start;
}
.becometradebox {
text-align: left;
}
.plancount {
 width: 44px;
 height: 44px;
 font-size: 22px;
 margin-right: 25px;
}
.plandetails h3 {
font-size: 22px;
}
.plandetails p {
font-size: 18px;
}
.plandetails {
width: 80%;
}
.plannwrap {
margin-top: 40px;
}
.traderplanbox .plannwrap:first-child {
margin-top: 0;
}
.tradebtnwrap {
margin: 30px 0;
}
 .telegramalertcontent .review {
justify-content: start;
}
.telegramalertimg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.telegramalertimg img {
 height: 100%;
 object-fit: cover;
}
.telegramalertcontent {
 max-width: 62%;
 padding-top: 70px;
 text-align: left;
 margin-top: 0;
}
.telegramalert .container {
padding: 0 15px;
}
.telegramalertcontent p {
 font-size: 18px;
 line-height: 120%;
}
.telegrambtnwrap .joinusbtn {
 height: 64px;
 font-size: 16px;
 margin: 0;
}
.telegrambtnwrap {
margin: 30px 0;
}
 .welcomeseceleft {
 -ms-flex: 0 0 65%;
 flex: 0 0 65%;
 max-width: 65%;
}
.welcomeseceright {
 -ms-flex: 0 0 35%;
 flex: 0 0 35%;
 max-width: 35%;
 order: 2;
}
.welcomeseccontent p {
font-size: 18px;
line-height: 120%;
}
.welcomeseccontent {
text-align: left;
margin-top:0;
}
.theorybox {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width:33.333333%;
}
.theoryboxinner img {
width: 50px;
}
.theoryboxinner h3 {
font-size: 22px;
}
.theoryboxinner p {
font-size: 18px;
}
.theoryboxinner {
margin-top: 50px;
}
.smalllogo img {
width: 145px;
}
.acc-head h6 {
font-size: 18px;
width: 95%;
}
.acc-content p {
font-size: 18px;
}
.faqfoot p {
font-size: 18px;
}
.faqfoot .joinusbtn {
height: 64px;
}
 .footerbannerimg {
 position: absolute;
 right: 0;
 top: 0;
 width: 60%;
 height: 100%;
}
.footertitle-heading {
text-align: left;
font-size: 57px;
}
.footertitle-subheading {
font-size: 24px;
text-align: left;
}
.footerbanner {
 background: url(../images/footerbannerbg.jpg) no-repeat left top;
 background-size: cover;
}
.footerbanner .container {
padding: 0 15px;
}
.footerbannercontent {
padding: 90px 0 0 0;
margin-top: 0;
}
.footerbannercontent .testimonialbox {
margin-top: 35px;
}
.footerbannercontent .testiavatar {
right: 20px;
}
.footerlogo img {
 width: 230px;
}
.footermenu li a {
font-size: 13px;
}
.footermenu {
justify-content: center;
}
 .priceouter {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width:50%;
}
.priceboxheader {
 border-bottom: 1px solid rgba(0, 0, 0, 0.24);
 margin-bottom: 16px;
 padding-bottom: 16px;
}
.pricebox {
margin-top: 0;
}
.priceboxbody {
padding: 0 35px 35px 35px;
}
.satisfiedbg .review p {
font-size: 16px;
}
.priceboxlist{ display:block;}
}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}

/**=====start navigation====*/
.navbar-expand-lg {
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-toggler span {
 width: 100%;
 height: 3px;
 display: block;
 border-radius: 50px;
 margin-top: 4px;
}
.navlogin {
order: 3;
width: 250px;
}
.navbar-expand-lg .navbar-nav {
 -ms-flex-direction: row;
 flex-direction: row;
 align-items: center;
}
.navbar-nav li a {
font-size:14px;
color: #fff;
padding: 0 10px;
}
.dropdown-toggle img {
 filter:brightness(100%);
}
.collapse:not(.show) {
display: block !important;
}
.navbar-brand img {
display:block;
width:100%;
}
.submenu {
 display: none;
 background:#000;
 color: #fff;
 position: absolute;
 padding: 10px 0px;
 width: 230px;
 top: 50px;
 z-index: 999;
 border-radius: 5px;
}
.navbar-nav .submenu li {
 padding: 0;
 margin: 0;
}
.navbar-nav .submenu li a {
color: #fff !important;
font-size: 14px !important;
padding: 8px 10px;
}
.submenu li a:hover {
background:#2DAE00;
}
.navbar-nav li:hover .submenu {
display: block;
}
.dropdown-toggle {
 top: 19px;
 right: 3px;
 margin: 0;
 padding: 0;
}
.navbar-brand {
width: 217px;
}
.navbar-nav li {
padding-bottom: 0;
}
/**=====end navigation====*/
.plandetails {
width: 84%;
}
.telegramalertcontent {
 max-width: 58%;
 padding-top: 100px;
}
.welcomeseceleft {
 -ms-flex: 0 0 60%;
 flex: 0 0 60%;
 max-width: 60%;
}
.welcomeseceright {
 -ms-flex: 0 0 40%;
 flex: 0 0 40%;
 max-width: 40%;
}
 .priceouter {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width:33.333333%;
}
.priceboxheader h3 {
font-size: 31px;
}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.navbar-nav li a {
font-size:16px;
padding: 0 15px;
}
 .becometraderleft {
 -ms-flex: 0 0 42%;
 flex: 0 0 42%;
 max-width: 42%;
}
.becometraderright {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.plandetails {
width: 87%;
}
.telegramalertcontent {
 max-width: 42%;
 padding-top: 120px;
}
.theorybox {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width:25%;
}
.footerrightwrap {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.footerleft {
 -ms-flex: 0 0 43%;
 flex: 0 0 43%;
 max-width: 43%;
}
.footerright {
 -ms-flex: 0 0 57%;
 flex: 0 0 57%;
 max-width: 57%;
}
 .footermenu {
gap: 14px;
margin-top: 0;
}
 .copyright {
margin-top: 0;
}
.priceboxheader h3 {
font-size: 42px;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.welcomeseceleft {
 -ms-flex: 0 0 45%;
 flex: 0 0 45%;
 max-width: 45%;
}
.welcomeseceright {
 -ms-flex: 0 0 47%;
 flex: 0 0 47%;
 max-width: 47%;
}
 .footerleft {
 -ms-flex: 0 0 40%;
 flex: 0 0 40%;
 max-width: 40%;
}
.footerright {
 -ms-flex: 0 0 55%;
 flex: 0 0 55%;
 max-width: 55%;
}
 .testimonialslider .slick-next {
right: -30px;
}
.testimonialslider .slick-prev {
left: -30px;
}
}
