/*
Theme Name: Trader Scale
Author: ANi
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: Trader Scale
*/
/*@font-face {1
 font-family: "futura-pt", sans-serif;
 src: url('fonts/FuturaPT-Demi.eot');
 src: url('fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaPT-Demi.woff2') format('woff2'),  url('fonts/FuturaPT-Dem1i.woff') format('woff'),  url('fonts/FuturaPT-Demi.ttf') format('truetype');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: "futura-pt", sans-serif;
 src: url('fonts/FuturaPT-Medium.eot');
 src: url('fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaPT-Medium.woff2') format('woff2'),  url('fonts/FuturaPT-Medium.woff') format('woff'),  url('fonts/FuturaPT-Medium.ttf') format('truetype');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: "futura-pt", sans-serif;
 src: url('fonts/FuturaPT-Book.eot');
 src: url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaPT-Book.woff2') format('woff2'),  url('fonts/FuturaPT-Book.woff') format('woff'),  url('fonts/FuturaPT-Book.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: "futura-pt", sans-serif;
 src: url('fonts/FuturaPT-Bold.eot');
 src: url('fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaPT-Bold.woff2') format('woff2'),  url('fonts/FuturaPT-Bold.woff') format('woff'),  url('fonts/FuturaPT-Bold.ttf') format('truetype');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}*/
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{scroll-behavior: smooth;}

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 !important;
}
.rowgap {
	margin-top:30px;
	color: #000;
	--body-color: #000;
}
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: 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:-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;
}
.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: #A6A6A6; */
	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:#F86D42;
	position:relative;
	border:2px solid #F86D42;
}
/* Slider end */

/* Payment CSS starts */

.top-outer{ display:none !important;}

/* Payment CSS ends */
/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
	background: #10171D;
}
 .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:18px 0 18px;
	margin:0;
	white-space:nowrap;
	width: 110px;
}
.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;
	background: #000;
}
.navbar-nav li a {
	color: #fff;
	display:block;
	font-size:16px;
	padding:11px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover {
	color: #F18A12 !important;
}
.navbar-nav li:hover a {
	color:#F18A12;
}
.navbar-nav li.active a {
	color:#F18A12;
}
.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 rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
	display: none;
}
.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: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	width:84%;
	text-transform: capitalize;
}
.acc-content {
	display: none;
	padding:0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(../images/faqplus.png) right center no-repeat;
	height:32px;
	width:32px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(../images/faqminus.png) right center no-repeat;
	width:32px;
	height:32px;
	background-size:cover;
}
.acc-content p {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 138%;
	margin:16px 0 5px;
}
.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--------------*/



/*===============Start custom css============*/
.topheader {
	background: linear-gradient(90deg, #F2C44E 2.1%, #F18A12 104.79%), #D9D9D9;
	padding: 10px 0;
	text-align: center;
}
.topheader p {
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}
.topheader p img {
	margin-left: 5px;
}
.trialbtn {
	border: 1px solid #63E799;
	border-radius: 60px;
	width: 100%;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: -webkit-linear-gradient(#63E799, #2CC0B0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.trialbtn:hover {
	color: #fff;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1px solid #F18A12;
}
.banner {
	background: #10171D;
}
.ratingsec {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
}
.ratingsec h4 {
	color: #fff;
	font-size: 11px;
	font-family: "futura-pt", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.ratingsec h4 strong {
	font-weight: 500;
}
.bannertitle {
	color: #fff;
	font-size:28px;
	line-height: 100%;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	margin: 15px 0;
}
.bannerleftcontent p {
	color: #90BADE;
	font-size: 18px;
	line-height: 133%;
}
.bannerleftcontent ul {
	margin: 15px 0 25px;
}
.bannerleftcontent ul li {
	background: url(../images/checkcircle.png) no-repeat left 7px;
	font-size: 16px;
	color: #FFF;
	padding-left: 30px;
	background-size: 20px 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}
.getstartbtn {
	background: linear-gradient(90deg, #63E799 0%, #2CC0B0 100%);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	color: #10171D;
	font-size: 18px;
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	height:55px;
	gap: 10px;
}
.getstartbtn:hover {
	background: linear-gradient(90deg, #2CC0B0 0%, #63E799 100%);
}
.bannerreview {
	text-align: center;
	position: relative;
	z-index: 9;
	margin-top: -30px;
}
.bannerreview p {
	color: #FFF;
	font-size: 16px;
	line-height: 145%;
	margin: 15px 0;
}
.bannerreview h3 {
	font-size: 12px;
	color: #FFF;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.bannerrow {
	align-items: flex-end;
}
.bannerlogo {
	padding-bottom: 25px;
	width: 110px;
	margin: 0 auto;
}
.bannerrightcontent {
	padding-top: 30px;
}
.uspsliderwrap {
	background: #F2A029;
	padding: 25px 0;
}
.easysteps {
	background: #1B2A34;
}
.title-heading {
	font-size: 26px;
	color: #FFF;
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
}
.title-subheading {
	color: #90BADE;
	font-size: 18px;
	line-height: 135%;
	margin-top: 10px;
}
.stepbox {
	background: rgba(9, 13, 17, 0.50);
	border-radius: 10px;
	padding: 65px 20px 30px 20px;
	position: relative;
	margin-top: 60px;
}
.easysteps .stepboxouter:first-child .stepbox {
	margin-top: 30px;
}
.stepbox h3 {
	color: #EDA33A;
	font-size: 14px;
	font-weight: 500;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
}
.stepbox h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	margin: 10px 0;
}
.stepbox p {
	font-size: 16px;
	color: #FFF;
	line-height: 138%;
}
.stepicon {
	position: absolute;
	right: 0;
	top: -40px;
	left: 0;
	margin: 0 auto;
	width: 85px;
}
.whydropbox {
	background: rgba(9, 13, 17, 0.50);
	border-radius: 10px;
	padding: 20px;
	position: relative;
	min-height: 155px;
}
.whydropbox h3 {
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 130%;
	background: -webkit-linear-gradient(#F2C44E, #F18A12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 6px;
}
.whydropbox p {
	font-size: 12px;
	color: #FFF;
	line-height: 140%;
}
.whysmall {
	max-width:155px;
	margin-left: auto;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	text-align: left;
}
.whydropimg {
	position: absolute;
	bottom: 0;
	width: 118px;
}
.whyswrapbox {
	background: rgba(9, 13, 17, 0.50);
	border-radius: 10px;
	padding: 15px;
	width: 48%;
	flex-direction: column;
	align-self: stretch;
	align-items: stretch;
	display: flex;
	margin-top: 10px;
	text-align: left;
}
.whywrapper {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whyswrapbox h3 {
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 130%;
	background: -webkit-linear-gradient(#F2C44E, #F18A12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 6px;
}
.whyswrapbox p {
	font-size: 12px;
	color: #FFF;
	line-height: 140%;
	flex-grow: 1;
}
.whyjoin {
	background: #1B2A34;
	position: relative;
}
.whyjoincontent ul {
	margin: 15px 0 25px;
}
.whyjoincontent ul li {
	background: url(../images/checkcircle.png) no-repeat left 7px;
	font-size: 16px;
	color: #FFF;
	padding-left: 30px;
	background-size: 20px 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}
.whyusreview {
	margin-top: 30px;
}
.whyusreview p {
	font-size: 16px;
	color: #FFF;
	line-height: 145%;
	margin: 6px 0 10px;
}
.whyusreview h4 {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "futura-pt", sans-serif;
}
.whyouter {
	margin-bottom: 30px;
}
.whyjoincontent .ratingsec {
	margin-bottom: 10px;
}
.topzigzag {
	background: #10171D;
}
.zigzagcontent p {
	color: #FFF;
	font-size: 14px;
	line-height: 135%;
	margin-top: 15px;
}
.zigzagcontent p a {
	color: #FFF;
	text-decoration: underline;
}
.zigzagimg {
	margin: 20px 0;
}
.zigzagcontent {
	position: relative;
	z-index: 9;
}
.midzigzag {
	background:#162028;
}
.packagesec h4 {
	font-size: 14px;
	font-weight: 500;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#F2C44E, #F18A12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}
.packagesec {
	background: #1B2A34;
	text-align: center;
}
.packagesec .title-heading {
	line-height: 100%;
}
.packagesec .title-subheading {
	max-width: 927px;
	margin: 15px auto 0;
}
.packagesec p {
	color: #FFF;
	font-size: 14px;
	line-height: 120%;
	margin-top: 20px;
}
.packagebox {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.31);
	background: #1B2A34;
	padding: 25px 15px;
	opacity: 0.9;
}
.packagewrapslide .slick-slide > div {
	width: 100%;
}
.packagebox h3 {
	background: -webkit-linear-gradient(#F2C44E, #F18A12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "futura-pt", sans-serif;
}
.packagebox h5 {
	color: #fff;
	font-weight: 500;
	font-family: "futura-pt", sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
.packagebox ul li {
	color: #90BADE;
	font-size: 12px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	border-top: 1px solid rgba(144, 186, 222, 0.30);
	padding: 13px 0;
}
.packagebox ul li:last-child {
	border-bottom: 1px solid rgba(144, 186, 222, 0.30);
}
.packagebox ul li span {
	color: #fff;
}
.packagebox .getstartbtn {
	height: 44px;
	font-size: 16px;
	margin-top: 20px;
}
.packagewrapslide .item {
	padding: 0 10px;
}
.packagebox.active {
	border: 3px solid #2CC0B0;
	background: #0F161C;
}
.packagewrapslide {
	margin: 0 -15px;
}
.securepayment h3 {
	color: #FFF;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: 700;
}
.securepayment p {
	font-size: 13px;
	margin-top: 15px;
	line-height: 170%;
}
.customerreview {
	background: #10171D;
}
.titletopheading {
	background: -webkit-linear-gradient(#F2C44E, #F18A12);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "futura-pt", sans-serif;
	margin-bottom: 15px;
}
.reviewleftcontent .ratingsec {
	margin-top: 20px;
}
.flex-container {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-item {
	background: #090D11;
	border-radius: 10px;
	padding: 30px;
	opacity: .8;
	margin-bottom: 15px;
	width: 100%;
	display: none;
	flex-direction: column;
	align-self: stretch;
	align-items: stretch;
}
.flex-item p {
	font-size: 16px;
	color: #FFF;
	line-height: 145%;
	margin:5px 0;
}
.flex-item h2 {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
}
.reviewrightcontent .getstartbtn {
	border: 1px solid #63E799;
	background: -webkit-linear-gradient(#63E799, #2CC0B0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 50px;
	max-width: 100%;
	margin: 15px auto 0;
	font-size: 16px;
}
.reviewrightcontent .getstartbtn:hover {
	background: #63E799;
	color: #000 !important;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}
.reviewleftcontent {
	padding: 30px 0 20px;
}
.reviewleftcontent p {
	font-size: 16px;
	color: #FFF;
	line-height: 150%;
	margin-top: 10px;
}
.uspsliderwrap p {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
}
.faqwrap {
	background: #10171D;
}
.faqcon {
	max-width: 725px;
	margin: 0 auto;
}
.faqcon .getstartbtn {
	border: 1px solid #63E799;
	background: -webkit-linear-gradient(#63E799, #2CC0B0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 50px;
	max-width: 100%;
	margin: 15px auto 0;
	font-size: 16px;
}
.faqcon .getstartbtn:hover {
	background: #63E799;
	color: #000 !important;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}
.footerbanner .bannerreview {
	text-align: left;
	margin-top: 0;
}
.footerbanner .bannerreview h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.footerbanner .btnwrap {
	margin: 20px 0 25px;
}
.banner.footerbanner {
	background: #192933;
}
.footerbanner .bannerimg {
	left: 0;
	right: inherit;
}
.footerbanner .bannerrightcontent {
	padding-top: 0;
}
.bannermobileimg {
	margin: 20px -15px;
}
.footerbanner .bannerreview p {
	margin: 10px 0;
}
.footer {
	background: #192933;
}
.footerbox p {
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	line-height: 170%;
	margin-bottom: 10px;
}
.footercontent p {
	color: #FFF;
	font-size: 13px;
	line-height: 170%;
	opacity: 0.4;
	margin-top: 20px;
}
.footerbox {
	text-align: center;
}
.uspsliderwrap .item {
	padding: 0 20px;
}

.footlink{margin-top: 20px;}
.footlink a{
	color: #FFF;
	font-size: 15px;
	line-height: 170%;
    margin:0 0 0 10px;
	opacity:2;
	margin-top: 20px;
} 
.footlink a:hover{ opacity:1;}
.footlink a:first-child{ margin-left:0;}

.loginbtnwrap{ background:#fff; color:#000; margin-top:20px;}

.loginbtnwrap:hover{ color:#fff;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19118+0,f2c44d+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19118+0,f2c44e+100 */
background: linear-gradient(to right,  #f19118 0%,#f2c44e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.loginbtnwrap:hover img{filter: brightness(0) invert(1);}

 @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;
}
.packagesec .container {
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 !important;
}
.rowgap {
 margin-top:40px;
}
 .bannerleft {
 -ms-flex: 0 0 54%;
 flex: 0 0 54%;
 max-width: 54%;
}
.bannerright {
 -ms-flex: 0 0 46%;
 flex: 0 0 46%;
 max-width: 46%;
}
.ratingsec h4 {
font-size: 12px;
}
.ratingsec {
justify-content: start;
}
.bannertitle {
font-size: 30px;
}
 .bannerleftcontent ul li {
background: url(../images/checkcircle.png) no-repeat left center;
background-size: 20px 20px;
}
.getstartbtn {
height: 68px;
max-width: 300px;
}
.banner {
background: #10171D;
 background-image: url(../images/bannerbg.png);
 background-repeat: no-repeat;
 background-size: 100% 100%;
 background-position: bottom;
}
.bannerreview {
margin-top: 0;
}
.bannerrightcontent {
padding-top:0;
}
.navlogin {
width:400px;
}
.uspsliderwrap {
padding:50px 0;
}
.title-heading {
font-size: 30px;
}
.stepboxouter {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
 align-self: stretch;
 align-items: stretch;
 display: flex;
}
.stepbox h2 {
font-size: 20px;
}
.stepicon {
right: 20px;
left: inherit;
}
.stepbox {
margin-top: 30px;
}
.easysteps .stepboxouter:first-child .stepbox {
margin-top:30px;
}
.easysteps .stepboxouter:last-child .stepbox {
margin-top:60px;
}
 .whyjoinleft {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.whyjoinright {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.whydropbox h3 {
font-size: 18px;
}
.whydropbox p {
font-size: 14px;
}
.whyswrapbox h3 {
font-size: 16px;
}
.whyswrapbox p {
font-size: 14px;
}
.whysmall {
max-width: 175px;
}
.whyouter {
margin-bottom: 0;
}
.whyusreview p {
font-size: 18px;
}
.zigzagleft {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.zigzagright {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.zigzagcontent p {
font-size: 18px;
}
.packagebox {
padding: 25px 25px;
}
.packagesec .container {
max-width: 750px;
}
 .securepayment h3 {
font-weight: 300;
}
.securepayment p {
font-size: 11px;
line-height: normal;
}
 .customerreviewleft {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.customerrevieright {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.flex-item p {
 font-size: 18px;
 margin: 10px 0;
}
.reviewrightcontent .getstartbtn {
max-width: 232px;
margin: 25px auto 0;
}
.uspsliderwrap p {
font-size: 24px;
}
.faqcon .getstartbtn {
 max-width: 232px;
 margin: 25px auto 0;
}
.acc-content p {
font-size: 16px;
}
.acc-head h6 {
font-size: 20px;
}
.footerbanner .bannerreview h3 {
justify-content: left;
}
.banner.footerbanner {
background: #171F24;
}
body.woocommerce-checkout #payment .wc_payment_methods > li label {
        white-space: inherit !important;
        font-size: 18px;
	 }
.footerwrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer {
background: #171F24;
}
.footerbox {
text-align: left;
}
}
@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;
}
.navbar-expand-lg .navbar-nav {
 -ms-flex-direction: row;
 flex-direction: row;
 background: transparent;
}
.navbar-nav li a {
padding: 10px;
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: 185px;
}
/**=====end navigation====*/

.bannertitle {
font-size: 60px;
}
.bannerleftcontent p {
font-size: 24px;
}
.bannerleftcontent p {
font-size: 20px;
}
.bannerleftcontent ul li {
font-size: 18px;
}
.bannerreview p {
font-size: 18px;
}
.title-heading {
font-size: 42px;
}
.title-subheading {
font-size: 20px;
}
 .stepboxouter {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
}
.easysteps .stepboxouter:last-child .stepbox {
margin-top:30px;
}
 .whydropimg {
width: 180px;
}
.whydropbox h3 {
font-size: 20px;
}
.whydropbox p {
font-size: 16px;
}
.whyswrapbox h3 {
font-size: 20px;
}
.whyswrapbox p {
font-size: 16px;
}
.whyswrapbox {
padding: 25px;
margin-top: 20px;
}
.whydropbox {
min-height: 235px;
}
.whysmall {
max-width: 205px;
}
.topzigzag::after {
 content: "";
 background: url(../images/blueblur.png) no-repeat center center;
 width: 640px;
 height: 100%;
 background-size: cover;
 position: absolute;
 right: 0;
 top: 0;
}
.midzigzag::after {
 content: "";
 background: url(../images/yellowblur-round.png) no-repeat center center;
 width: 640px;
 height: 100%;
 background-size: 100% 100%;
 position: absolute;
 left: 0;
 top: -260px;
}
.lastzigzag::after {
 content: "";
 background: url(../images/blueblur.png) no-repeat center center;
 width: 640px;
 height: 100%;
 background-size: 100% 100%;
 position: absolute;
 left: 0;
 top: -260px;
}
.packagesec .container {
max-width: 970px;
}
.packagesec::after {
 content: "";
 background: url(../images/yellowblur-round.png) no-repeat center center;
 background-size: auto;
 width: 500px;
 height: 500px;
 background-size: 100% 100%;
 position: absolute;
 right: 0;
 top:0;
}
.flex-item {
width: 49%;
}

.pcbuttonholder{ gap:20px;}
.pcbuttonholder .getstartbtn{ width:230px;}
.loginbtnwrap{ margin:0;}
}
@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 !important;
}
.rowgap {
 margin-top:50px;
}
 .bannerimg {
position: absolute;
top: 0;
right: 0;
height: 100%;
width:710px;
}
.bannerimg img {
width: 100%;
height: 100%;
object-fit: cover;
}
 .navbar-nav li a {
padding: 20px;
}
.whyjoin::after {
 content: "";
 background: url(../images/yellowblur.png) no-repeat center center;
 background-size: auto;
 position: absolute;
 bottom: 0;
 width: 360px;
 height: 500px;
 background-size: cover;
 right: 0;
}
.whyjoinleft {
 -ms-flex: 0 0 40%;
 flex: 0 0 40%;
 max-width: 40%;
}
.packagesec .container {
max-width: 1170px;
}
.packagewrapslide {
margin: 0;
}
.customerreviewleft {
 -ms-flex: 0 0 35%;
 flex: 0 0 35%;
 max-width: 35%;
}
.customerrevieright {
 -ms-flex: 0 0 60%;
 flex: 0 0 60%;
 max-width: 60%;
}
.footerbanner .bannerimg {
width: 500px;
}
.footer::after {
 content: "";
 background: url(../images/yellowblur.png) no-repeat center center;
 background-size: auto;
 position: absolute;
 bottom: 0;
 width: 360px;
 height: 500px;
 background-size: cover;
 right: 0;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0 !important;
}
.rowgap {
 margin-top:70px;
}
.bannerimg {
width: 820px;
}
.packagesec .container {
max-width:1250px;
}
.footerbanner .bannerimg {
width: 600px;
}
}
 @media only screen and (min-width :1500px) {
.bannerimg {
width: 1085px;
}
.bannerleftcontent {
padding: 50px 0;
position: relative;
z-index: 999;
}
.footerbanner .bannerimg {
width: 680px;
}
}
 @media only screen and (min-width :1900px) {
.footerbanner .bannerimg {
width: 880px;
}
}

form#order_review .blockOverlay {
	z-index: -3232 !important;
}

/* media */
.home-media-section {
    background-color: #F2A029;
    padding: 50px;
}
.home-media-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    text-align: center;
    gap: 30px;

}
.home-media-section .gallery-item {
    box-sizing: border-box;
}
.home-media-section .card {
    width: 100%;
	border: none !important;
	background-color: transparent !important;
}

@media screen and (max-width: 1025px) {
    .home-media-section .gallery-grid {
        gap: 15px !important;
    }
}
@media screen and (max-width: 767px) {
    .home-media-section .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .home-media-section {
        padding: 30px;
    }
}


