/*
Theme Name: The New Era
Author: the Ani
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: The New Era
*/

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
}

html{overflow-x:hidden;}

body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	background: #000;
	overflow-x:hidden;
}
.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;
}
strong{font-weight: 700;}
.width-100{width: 100%;}


/* 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: block;
  /* 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.html) 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.html) 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:-30px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:-30px;
}
[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;
	z-index: 99;
	position: relative;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: 3px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li.slick-active{width: 100px;}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 10px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	/* border-radius:10px; */
	background:none;
    /* border:1px solid #17255A; */
	background: #737373; 
	outline: none;
	border-radius: 5px;
}
.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:linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(98deg, #6DDCFF 0%, #7F60F9 100%);
	position:relative;
	width: 100px;
	height: 10px;
	opacity: 1;
	border-radius: 50px;
	/* border:2px solid #F86D42; */
}
/* Slider end */

/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
}
 .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:8px 0;
	margin:0;
	white-space:nowrap;
	width: 50px;
}

.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: end;
	background: transparent;
}
.navbar-nav li a {
	color: #fff; 
	display:block;
	font-size:16px;
	padding:11px;
	text-transform: capitalize;
	font-weight: 500;
}
.navbar-nav li:last-child a {
	padding-bottom:15px;
	padding-right: 0;
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover{
	color: #2563EB !important;
}
.navbar-nav li:hover a {
	color:#2563EB;
}
.navbar-nav li.active a {
	color:#2563EB;
}
.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;
}
.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;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
  }

.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;
}
.acc-head h6 {
	color: #fff;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	width:92%;
	text-transform: capitalize;
}
.acc-head h6 strong{font-weight: 800;}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(images/faqplus.png) right center no-repeat;
	height:24px;
	width:24px;
	background-size:cover;
	margin-top: 8px;
}
.active .accordion-header-icon {
	background: url(images/faqminus.png) right center no-repeat;
	width:24px;
	height:24px;
	background-size:cover;
}
.acc-content p {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:15px;
}

.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	;}

/**------------------Accordion Css end--------------*/

/*============custom css===========*/
.tophead{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(98deg, #7F60F9 0%, #6DDCFF 100%);
padding: 15px 0;
text-align: center;
}
.tophead p{
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
}

.upslider {background: #000; padding: 15px 0;}
.upslidecon{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.upslidecon p{
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: capitalize;
}
.title-heading{
	color: #fff;
	font-weight: 800;
	line-height: 125%;
	font-size: 26px;
}


.bannercontent p{
	color: #C3C3C3;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 145%;
	margin: 10px 0 10px 0;
	font-size: 13px;
}
.bannercount {margin:10px 0 20px; text-align: left;}
.bannercount ul li h4{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.bannercount ul li h6{
	font-size: 12px;
	color: #FFF;
	margin-top: 5px;
}
.bannercount ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align:center;
	gap: 0;
    justify-content:center;
}

.primarybtn {
	border-radius: 5px;
	outline: 4px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(90deg, #6025F5 0%, #F55 100%);
	max-width: 100%;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.primarybtn:hover{
	outline: 4px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(90deg, #F55 0%, #6025F5 100%);
}

.ratingsec{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	justify-content: center;
}

.ratingsec h6{
	color: #fff;
	font-size: 12px;
}

.feturedarea h2{
	color: #fff;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}

.fetureslider{margin-top: 20px;}

.countvector{display: none;}
.bannercount ul li{width: 33%;}
.bannercount ul li::last-child{
	display: none;
}
.trustlogo img{width: 62px;}
.reviewstar img {
	width: 81px;
}

.bannerimg img{width: 100%; display: block;}
.bannerimg{margin-top: 30px; padding: 0 15px;}
.bgwrapper::before{
	content: "";
	background: url(../../uploads/2024/09/bannermobvector1-2-1.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.bgwrapper::after{
	content: "";
	background: url(../../uploads/2024/09/bannermobvector2-2-1.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: -270px;
}

.homebanner{z-index: 9;}
.feturedarea {position: relative; z-index: 9;}

.title-subheading{
	color: #A1A1AA;
	font-size: 14px;
	line-height: 160%;
	margin-top: 10px;
}
.stepbox{
	text-align: center;
	margin-top: 25px;
	position: relative;
	z-index: 9;
}
.simplesteps .row .stepouter:nth-child(2) .stepbox{margin-top: 0;}
.stepcount{
	width: 54px;
	height: 54px;
	background: #2563EB;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	color: #FFF;
	font-size: 22px;
	font-weight: 800;
	z-index: 9;
  position: relative;
}

.stepbox h3{
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.stepbox p{
	color: #94A3B8;
	font-size: 14px;
	line-height: 152%;	
}
.stepborder {
	width: 100%;
	height: 1px;
	background: #28374F;
	top: 153px;
	position: absolute;
	left: 0;
	right: 0;
}

.simplesteps {position: relative;z-index: 9;}

.simplesteps::after{
	content: "";
	background: url(../../uploads/2024/09/stepmobleftvector-2-1.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;

}

.middilebtngroup{margin-top: 50px; position: relative; z-index: 9;}
.middilebtngroup .primarybtn{margin: 0 auto;}
.middilebtngroup .ratingsec{justify-content: center;}


.whyagency{
	border-radius: 15px;
	border: 1px solid #46465E;
	background: rgba(9, 9, 20, 0.75);
	padding: 15px;
	position: relative;
	z-index: 9;
}
.whycontent h2{
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.whycontent p{
	color: #B1B1B1;
	font-size: 14px;
	line-height: 162%;
}
.whycontent ul li h4{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}
.whycontent ul li {
	background: url(images/listicon.png) no-repeat left center;
	background-size: 42px 42px;
	padding-left: 60px;
	margin-bottom: 20px;
	text-align: left;
}
.whycontent ul{margin-top: 20px;}
.whycontent ul li p{line-height: normal;}

.whyimg{margin-top: 15px;}

.discoverbox h3{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom:30px;
}
.discoverbtn{
	border-radius: 8px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(98deg, #6DDCFF 0%, #7F60F9 100%);
padding: 23px;
text-align: center;
}
.discoverbtn h4{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 132%;
	
}
.discoverbtn p{
	color: #fff;
	font-size: 14px;
}
.discoverbox {
	margin-bottom: 30px;
}


/*========Range Slider=========*/
.sliderticks span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
  
  .sliderticks {
	display: flex;
	justify-content: space-between;
	padding:0;
	margin-top: 10px;
  }
  .range{margin-top:15px;}
  .range label{
	 color: #333; 
	 font-size: 12px; 
	 font-weight: 700; 
	 letter-spacing: 0.28px; 
	 line-height: 100%;
	 margin-bottom: 12px;
	 display: block;
 }
 

.rangeouter {
	position:relative;
}

.rangeSlider, .rangeSlider__fill {
	display:block;
	border-radius:10px
}
.rangeSlider {
	position:relative;
	background:#fff;
}
.rangeSlider__horizontal {
	height:7px;
	width:100%
}
.rangeSlider__vertical {
	height:100%;
	width:20px
}
.rangeSlider--disabled {
	opacity:.4
}
.rangeSlider__fill {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(98deg, #6DDCFF 0%, #7F60F9 100%);
	position:absolute;
	z-index:2
}
.rangeSlider__fill__horizontal {
	height:100%;
	top:0;
	left:0
}
.rangeSlider__fill__vertical {
	width:100%;
	bottom:0;
	left:0
}
.rangeSlider__handle {
	cursor:pointer;
	display:inline-block;
	width:20px;
	height:20px;
	position:absolute;
	z-index:3;
	background:#fff;
	border-radius:50%;
	border:2px solid #6FD8FF;
}
.rangeSlider__handle__horizontal {
	top:-8px
}
.rangeSlider__handle__vertical {
	left:-10px;
	bottom:0
}
/*========Range Slider=========*/



.coursevidblock{position: relative; width: 100%;}
.coursevidblock img{width: 100%; display: block;
	height: 100%;
	object-fit: cover;
}

.playbtn{
	width: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coursecontent{background: rgba(9, 9, 20, 0.85); width: 100%;}
.vidtimer {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 800;
	margin-top: 5px;
}
.vidtimer img{width: 24px;}

.coursecontent .acc{
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	margin-bottom: 0;
}

.coursecontent .acc:last-child{border: 0;}

.coursevideo {border: 1px solid rgba(255, 255, 255, 0.20); border-radius: 10px; overflow: hidden;}
.coursecontent .acc-head{align-items: start;}
.coursecontent .acc-head h6{
	font-size: 18px;
	width: 86%;
}

.prosbox{
	width: 100%;
	text-align: center;
	padding: 60px 20px;
	background: rgba(24, 24, 27, 0.3);
	border-radius: 6px;
	border: 4px solid #6DDCFF;
}
.prosbox ul li{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	background: url(images/checkcircle.png) no-repeat left center;
	background-size: 17px 17px;
	padding-left: 25px;
	line-height: 150%;
	margin-top: 10px;
}

.prosconouter h2{
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 131%;
	border-bottom: 1px solid #3C4D67;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.consbox {
	width: 100%;
	text-align: center;
	background: rgba(24, 24, 27, 0.35);
	border-radius: 6px;
	border: 3px solid #46465E;
	padding: 60px 20px;
	margin-top: 22px;
}
.consbox ul li{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	background: url(images/cancelcircle.png) no-repeat left center;
	background-size: 17px 17px;
	padding-left: 25px;
	line-height: 150%;
	margin-top: 10px;
}

.resultbox{
border-radius: 12px;
border: 1px solid #46465E;
background: rgba(9, 9, 20, 0.75);
padding: 25px 15px;
width: 100%;
display:none;
}

.resultavatar{
	width: 43px;
	height: 43px;
	border-radius: 100%;
}
.resultavatar img{width: 100%; height: 100%; object-fit: cover;border-radius: 100%; }

.resultheader{
	display: flex;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid #28374F;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.resultavtardetail h3{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.resultavtardetail h3 span{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}
.resultavtardetail h4{
	color: #00E178;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 8px;
    display:none;
}
.resultcontent ul li h5{
	color: #fff;
	font-size: 14px;
	width: 50%;
}
.resultcontent ul li h6{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	width: 55%;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.resultcontent ul li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.resultcontent ul li:last-child{margin-bottom: 0;}

.resultcontent ul li h6 span{
	display: flex;
	align-items: center;
	gap: 5px;
	color: #00E178;
	font-size: 12px;
	font-weight: 800;
}

.resultouter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.seeallbtn{
border: 3px solid #6DDCFF;
max-width: 382px;
height: 56px;
width: 100%;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
margin: 0 auto;
}
.seeallbtn:hover, .seeallbtn:focus{
	border: 3px solid #6DDCFF;
	background: #7F60F9;
	color: #fff;
}
.successimg{position: relative;}
.successimg img{width: 100%; display: block;
	border-radius: 12px;
	border: 4px solid rgba(250, 250, 250, 0.12);
}
.successimg .playbtn img{border: 0; border-radius: 0;}
.succsessauthor{
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
    background: linear-gradient(90deg, #6025F5 0%, #F55 100%);
  padding: 30px;
  border-radius: 0 0 15px 10px;
}


.succsessauthor h3{
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.succsessauthor p{
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	margin-top: 5px;
}
.succsessslider .item{padding: 0 5px;}

.testileftcontent{
	text-align: center;
}

.testileftcontent p{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
.testileftcontent p a{
	color: #FFF;
	text-decoration: underline;
}
.reviewfull img{display: block; margin: 15px auto;}
.trustbig{margin-top: 15px;}

.testibox{
	border-radius: 15px;
	border: 1px solid #46465E;
	background: rgba(9, 9, 20, 0.45);
	padding: 25px;
}

.testibox .reviewfull img{margin: 0;}

.testibox p{
	color: #FFF;
	font-size: 12px;
	line-height: 145%;
	margin: 15px 0;
}
.testiavatar{
	width: 43px;
	height: 43px;
	border-radius: 100%;
}

.testiavatar img{width: 100%; height: 100%; object-fit: cover; border-radius: 100%;}
.testiauthor{
	display: flex;
	align-items: center;
	gap: 10px;
}
.testiauthordetail h4{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
.testiauthordetail h5{
	color: #D0D0D0;
	font-size: 14px;
	margin-top: 5px;
}
.testislider .item{padding: 0 10px;}
.slidearrows {
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: 25px;
	margin-top: -25px;
	position: relative;
	z-index: 99;
}
.testimonialrightouter{width: 100%;}
.testimonialleftouter{width: 100%; margin-bottom: 15px;}


.faqcon .acc{
border-radius: 15px;
border: 1px solid #46465E;
background: rgba(9, 9, 20, 0.75);
padding: 16px 30px;
}

.faqcon .acc-head h6{
	font-size: 16px;
	font-weight: 700;
	width: 85%;
}

.faqcon{margin-top: 30px;}
.potentialtrading ul li{
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}
.potentialtrading ul{
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.potentialtrading .middilebtngroup{margin-top: 25px;}

.footerbox h3{
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footerbox ul li a{
	color: #fff;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	line-height: 157%;
}
.footerbox ul li a:hover{ color: #2563EB;}
.footerbox ul li{margin-bottom: 10px;}
.footerbox p{
	color: #fff;
	font-size: 14px;
	line-height: 157%;
	margin: 20px 0;
}
.footersocial ul{
	display: flex;
	align-items: center;
	gap: 10px;
}
.footersocial ul li{margin: 0;}
.footcopy p{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.footcopy {
	border-top: 1px solid rgba(255, 255, 255, 0.36);
	padding-top: 24px;
	margin-top: 24px;
}
.footerouter .footerbox{margin-top: 30px;}

.footer::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/footertopbg.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .6;
}
.footer::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/footerbottombg.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .6;
}
.footer .container{position: relative; z-index: 9;}

.potentialtrading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../uploads/2024/09/potentialbg-1.png) no-repeat bottom center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.potentialtrading .container{position: relative; z-index: 9;}


.testifaqbgwrapper::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../../uploads/2024/09/testifaqbg-1.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.testimonial {
	position: relative;
	z-index: 9;
}
.faqarea{
	position: relative;
	z-index: 9;
}

.succsessstory::before{
	content: "";
	position: absolute;
	top: -40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../../uploads/2024/09/succsessstorybg-1.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.succsessstory .container{position: relative; z-index: 9;}
.resultmembers .container{position: relative; z-index: 9;}


.resultmembers::before{
	content: "";
	position: absolute;
	top: -40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(images/succsessstorybg.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.prosconwrap{position: relative; z-index: 9;}

.coursewrapper::after{
	content: "";
	position: absolute;
	top: -180px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../../uploads/2024/09/coursebg-1.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 77%;
	opacity: 0.7;
}
.coursewrapper .container{position: relative; z-index: 9;}

.discoverearning::after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: -510px;
	margin: 0 auto;
	background: url(images/stepbottomvector.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
} 

.bannercount ul li:last-child{
	display: none!important;
}


.bannerrightouter{ margin-bottom:20px; width:100%;}


.resultvideosec{ display:flex;
gap:10px; align-items:center; justify-content:center; flex-wrap:wrap;
z-index: 9;
 position: relative;
}


.resultvideosec .item{ width:48%; display:none;}



html {
  scroll-behavior: smooth;
}

.resultcontent ul li h5{ font-size:13px;}
.resultcontent ul li h6{ font-size:13px; gap:6px;}
.resultcontent ul li h6 img{ margin-left:4px;}

.bannerrightouter img{ border-radius:15px;}

.playbtn img{border-radius:0 !important;}


.whoseceleft{ margin-bottom:25px;}

.whoseceleft img{ width:100%; display:block; border-radius:7px;}

.whoseceright ul{ margin:25px 0 0 0; padding:0;}

.whoseceright ul li {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	background: url(images/checkcircle.png) no-repeat left center;
	background-size: 17px 17px;
	padding-left: 25px;
	line-height: 150%;
	margin-top: 15px;
}

.page-id-299 .bgwrapper::before{ display:none;}
.page-id-299 .bgwrapper::after{ display:none;}

.pvcarea{ position:relative;}

.privacylogo img{ display:block; margin:0 auto; width:100px;}

.pvcarea h1{ margin:20px 0;}

.pvcarea p.pvcsmalltext{ color:#fff; font-size:16px; line-height:26px;}

.pvcarea h4.date{ font-size:20px; color:#fff; text-align:center; margin-top:15px;}

.pvcarea h4.date span{ font-weight:700;}

.privacycontent h2{ color:#fff; text-transform:uppercase; font-size:28px; font-weight:bold; text-transform:uppercase;}
.privacycontent h3{ color:#fff; margin:25px 0 15px; font-size:22px; font-weight:bold;}

.rivacycontent p{ color:#fff; font-size:16px; line-height:27px; margin-top:15px;}

.privacycontent ul{ margin:0 0 0 15px; padding:0;}
.featureimgbanner {
	margin-bottom: 20px;
}
.privacy

.privacycontent ul li:first-child{ margin:0; }

.homebancontent .primarybtn {
	margin: 0 auto;
}
.homebancontent .ratingsec{justify-content:center;}


.fetureslider .item{padding:0 10px; text-align:center;}
.featureimgbanner {
	margin-bottom: 20px;
}


.resultslider .resultbox {
	display: block;
}
.resultslider .item{padding:0 8px;}

.formouter{width:100%; margin:0 auto; text-align:left;}

.formouter p{ margin-top:15px;}

.formouter label{ color:#000; font-weight:500; font-size:16px; text-align:left;}

.formouter input{ width:100%; background:#fff; border:2px solid #ccc; height:45px; padding:0 15px; color:#000; font-size:15px; display:block; margin-top:15px;}


.formouter input[type=submit] {
	border-radius: 5px;
	outline: 4px solid rgba(255, 255, 255, 0.16);
	background: linear-gradient(90deg, #6025F5 0%, #F55 100%);
	max-width: 100%;
	width: 100%;
	height:45px;
	margin-top:20px;
	cursor:pointer;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.wpcf7-not-valid-tip{ margin-top:15px; font-weight:bold;}

.wpcf7 form.sent .wpcf7-response-output{ color:#000; border:none; padding:0; margin:0;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{color:#000; border:none; padding:0; margin:0;}


.modal .modal-dialog h2{ color:#000;}




.modal:before {
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.modal .modal-dialog {
	background: #fefefe;
	border: #333333 solid 1px;
	border-radius: 5px;
	/* margin-left: -200px; */
	position: fixed;
	/* left: 50%; */
	z-index: 9999;
	width: 90%;
/*	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;*/
	top: 15%;
	left:0;
	right: 0;
	margin: auto;
}
/*.modal:target .modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
}*/
.modal-body {
    padding: 20px;
}
.modal-header, .modal-footer {
    padding: 10px 20px;
}
.modal-header {
    border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eeeeee solid 1px;
    text-align: right;
}



.navbar-nav, .navleft, .tophead{ display:none;}


 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
.bgwrapper::before{
	width: 34%;
	height: 22%;
}

.simplesteps::after{width: 30%;}
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}

.formouter{ max-width:100%;}

}
 @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;
}

/**=====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: 135px;}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	/* background: #fff; */
	background: transparent;
}
.navbar-nav li a{padding: 20px; color: #fff;}
.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: 60px;}
/**=====end navigation====*/


.tophead{padding: 12px 0;}
.tophead p{
	font-size: 14px;
}
.upslidecon p{font-size: 16px;}

.bannerleftouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bannerrightouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	order:2;
	margin:0;
}

.bannerimg {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 363px;
	z-index: 9;
	padding: 0;
	margin: 0;
}
.bannerimg img{width: 100%; display: block;}
.bannercount ul{gap: 14px; text-align:left;}
.bannercount ul li{width: auto;}
.bannercount ul li:last-child{
	display: none!important;
}
.primarybtn {
	height: 70px;
	font-size: 18px;
	max-width: 380px;
}


.ratingsec{
	justify-content: start;
	margin-top: 25px;
}
.feturedarea h2{font-size: 18px;}
.fetureslider{margin-top: 40px;}
.bgwrapper::before{
	content: "";
	background: url(../../uploads/2024/09/bannervector1-1.png) no-repeat center center;
	background-size: cover;
	width: 300px;
	height: 390px;
	position: absolute;
	left: 0;
	top: 0;
}

.bgwrapper::after{
	content: "";
	background: url(../../uploads/2024/09/bannervector2-1.png) no-repeat center center;
	background-size: cover;
	width: 190px;
	height: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.stepouter {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.title-subheading{font-size: 16px;}
.stepcount{margin: 30px auto;}
.stepbox h3{
	font-size: 22px;
	margin-bottom: 15px;
}
.stepbox p{
	font-size: 17px;
}
.stepbox{margin-top: 0;}
.whyouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.whycontent h2{font-size: 34px;}
.whycontent p{font-size: 16px;}
.whycontent ul li h4{font-size: 18px;}
.whyimg{margin-top: 0;}

.simplesteps::after {
	width: 52%;
	height: 100%;
}

.discoverouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.discoverbtn h4{
	font-size: 50px;
}
.discoverbtn p{font-size: 18px;}
.coursevidblock{width: 50%;}
.coursecontent{width: 50%;}
.playbtn{width: 100px;}
.coursecontent .acc {
	padding: 15px 24px;
}
.vidtimer{font-size: 17px;}
.prosconwrap {
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 20px;
}
.consbox {
	width: 50%;
	padding: 100px 40px;
}
.prosbox{
	width: 50%;
	padding: 100px 40px;
}
.prosconouter h2{font-size: 32px;}
.prosbox ul li{font-size: 16px;}
.consbox ul li{font-size: 16px;}
.resultbox{width: 48%;}
.seeallbtn{
	height: 68px;
	font-size: 18px;
}
.resultcontent ul li{
	margin-bottom: 18px;
}
.resultheader{
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.succsessslider .item{padding: 0 15px;}
.succsessauthor h3{
	font-size: 22px;
}
.succsessauthor p{
	font-size: 19px;
	margin-top: 8px;
}

.testimonialleftouter {
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
	margin: 0;
}
.testimonialrightouter  {
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.slick-dots{text-align: left;}
.testibox p{font-size: 16px;}

.faqleftouter{
	-ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
}
.faqrightouter{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.faqcon{margin-top: 0;}
.potentialtrading ul li{font-size: 16px; width: auto;}
.potentialtrading ul{margin-top: 35px; justify-content: center;}
.potentialtrading .middilebtngroup{margin-top: 50px;}

.footerouter{
	-ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.footerouterfirst{
	-ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.footcopy {
	padding-top: 48px;
	margin-top: 48px;
}
.footerouter .footerbox{margin-top: 0;}

.whoseceleft{ margin-bottom:0; -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;}

.whoseceright{ margin-bottom:0; -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;}
	
.privacylogo img{ width:125px;}
.pvcarea h4.date{ font-size:22px;}

.privacycontent{ margin-top:30px;}

.privacycontent h2{ font-size:33px;}
.privacycontent h3{ font-size:24px; margin-top:28px;}
.privacycontent ul li{ font-size:18px; line-height:29px;}
.privacycontent p{ font-size:18px; line-height:29px;}

.bannercontent .primarybtn{ height:55px;}

.modal .modal-dialog { max-width:550px;}

}
@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;
}

.bannerimg{width: 507px;}
.title-heading{
	font-size: 48px;
}
.bannercontent p{font-size: 13px;}
.bannercount ul li h4{font-size: 24px;}
.bannercount ul li h6{font-size: 12px;}
.bannercount ul{gap: 25px;}

.trustlogo img{width: 81px;}
.trustlogo img{width: 105px;}
.ratingsec h6{font-size: 16px;}
.whyagency{padding: 60px;}
.whycontent h2{font-size: 40px;}
.resultbox{width: 32%;}
.testimonialleftouter {
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	margin: 0;
}
.testimonialrightouter  {
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.resultvideosec .item{ width:24%;}
.pvcarea .container{ max-width:800px;}

.privacylogo img{ width:150px;}
.homebancontent .title-heading {
	font-size: 36px;
}
}
@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;
}
.bannercontent {
	position: relative;
	z-index: 9;
    max-width: 850px;
    margin: 0 auto;
}
.bannerimg{width: 600px;}
.countvector{display: block;}
.countvector::last-child{display: none;}
.bannercount ul{gap: 26px;}
.range{padding-right: 55px;}
.discoverouter{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.consbox {
	width: 40%;
}
.prosbox{
	width: 40%;
}
.resultvideosec{ gap:15px;}

.whoseceleft{ margin-bottom:0; -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}

.whoseceright{ margin-bottom:0; -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
	
	.pvcarea .container{ max-width:800px;}
	
	.privacylogo img{ width:170px;}
	
	.privacycontent h2{ font-size:38px;}
.privacycontent h3{ font-size:26px;}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.bannerimg{width: 630px;}
.bannercount ul{gap: 37px;}
.bgwrapper::after{
	width: 570px;
	height: 1178px;
}
.bgwrapper::before{
	width: 632px;
	height: 830px;
}

.simplesteps::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../uploads/2024/09/stepleftvector-1.png) no-repeat left center;
	background-size: contain;
	width: 274px;
	height: 100%;
}
.simplesteps::after{
	content: "";
	position: absolute;
	right: 0;
	left: inherit;
	top: 0;
	background: url(../../uploads/2024/09/steprightvector-1.png) no-repeat right center;
	background-size: contain;
	width: 274px;
	height: 100%;
}


.footer::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/footertopbg.png) no-repeat center center;
	background-size: cover;
	width: 274px;
	height: 100%;
}
.footer::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(images/footerbottombg.png) no-repeat center center;
	background-size: cover;
	width: 40%;
	height: 100%;
}
.potentialtrading {padding: 140px 0;}

.testifaqbgwrapper::after{
	width: 100%;
	height: 70%;
	opacity: 1;
}
.resultbox{width: 24%;}
.resultmembers::before{
	content: "";
	position: absolute;
	top: -40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(images/succsessstorybg.png) no-repeat center center;
	background-size: contain;
	width: 80%;
	height: 85%;
	opacity: 0.7;
}

.discoverearning::after{
	top: -680px;
	width: 100%;
	height: 165%;
} 


.pvcarea::after {
	content: "";
	background: url(../../uploads/2024/09/pvcshadowleft-1.png) no-repeat left center;
	background-size: contain;
	width: 190px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pvcarea::before {
	content: "";
	background: url(../../uploads/2024/09/pvcshadowright-1.png) no-repeat right center;
	background-size: contain;
	width: 190px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.pvcarea .container{ max-width:800px;}
.privacylogo img{ width:195px;}
.homebanner {
	padding-top: 0;
}
}


@media only screen and (min-width :1500px) {
	.bannerimg{width: 750px;}
	.testifaqbgwrapper::after{
		width: 70%;
		height: 70%;
		opacity: 1;
	}
	
.discoverearning::after{
	top: -680px;
	width: 70%;
	height: 165%;
} 


}



 @media only screen and (max-width :760px) {
 
 .homebanner { margin-top:-20px;}
 .homebanner .title-heading {
	
	font-size: 22px;
}
 .bannercount ul li h4{ font-size:20px;}
 .primarybtn{ height:45px;}
 
}