/*Header start*/

body {
	background: #161745;
}

a:hover {
	color: #fff000;
}

.box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}

.box2 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.z-in1 {
	z-index: 1;
}

.z-in2 {
	z-index: 2;
}

.z-in3 {
	z-index: 3;
}

.text-gray {
	color: #7c7a7a;
}


@font-face {
	font-family: 'Alternox';
	src: url('../icon/AlternoxLight.woff2') format('woff2'),
		url('../icon/AlternoxLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../icon/AlternoxRegular.woff2') format('woff2'),
		url('../icon/AlternoxRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../icon/AlternoxSemiBold.woff2') format('woff2'),
		url('../icon/AlternoxSemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../icon/AlternoxExtraBold.woff2') format('woff2'),
		url('../icon/AlternoxExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../icon/AlternoxExtraLight.woff2') format('woff2'),
		url('../icon/AlternoxExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alternox';
	src: url('../icon/AlternoxBold.woff2') format('woff2'),
		url('../icon/AlternoxBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.alter {
	font-family: Alternox;
}

.chakra {
	font-family: Chakra Petch;
}

.btn-primary:hover {
	color: #fff;
	box-shadow: inset 0 0 0 16px #061f3e;
	transition: 0.7s;
}

.slink2 ul li {
	padding: 5px 3px;
	border-radius: 0 17px;
	margin: 0 2px;
	border: 2px solid #ffd200;
}

.title h2 span {
	color: transparent;
	-webkit-text-stroke: 2px rgba(0, 0, 0, 0.7);
}

/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}

.nav-bg {
	background: #021139;
	position: relative;
	z-index: 2;
}

.head-nav-link li {
	display: inline-block;
	margin: 0px 19px;
	margin-top: -2px;
}

.head-nav-link li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.nav-btn li {
	display: inline-block;
}

.head-nav-link li a:hover {
	color: #ffd200 !important;
}

/**********************************Header end **********************************/

/**********************************banner start *******************************/

.banner-content h1 {
	font-weight: 900;
}

.banner-content span,
.banner-content small {
	-webkit-text-stroke: 2px white;
	color: transparent;
	font-weight: 800;
	font-size: 70px;
}

.banner-sec {
	background: url("../images/banner-bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
	position: relative;
	z-index: 5;
}

@media only screen and (min-width:1199px) {
	.banner-sec {
		max-height: 662px !important;
	}

}

.banbut {
	width: fit-content;
	border: 2px solid #ffd200;
	padding: 6px 4px;
	border-radius: 0 18px;
}

.banner-sub-img li:first-child {
	top: 15px;
	-webkit-animation: rotate 1.5s ease-in-out infinite both;
	animation: rotate 20s ease-in-out infinite both;
}

.banner-sub-img li:last-child {
	top: 13px;
	-webkit-animation: rotate 1.7s ease-in-out infinite both;
	animation: rotate 23s ease-in-out infinite both;
}

.banner-sub-img li {
	position: absolute;
	z-index: -1;
}

@media only screen and (min-width: 1200px) {
	.banner-content {
		margin-top: 125px;
	}
}

.static-content {
	display: flex;
	align-items: center;
}

.static-content span {
	font-size: 25px;
}

.static-ico {
	background: url("../images/sta-bg.png") no-repeat;
	width: 85px;
	height: 80px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	text-align: center;
	padding: 16px 0px;
}

.static-ico:hover {
	background: url("../images/sta-bg-hover.png") no-repeat;
}

.static-ico img {
	animation-name: flipInY;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@media only screen and (min-width: 991px) {
	.banner-img {
		margin-left: -80px;
	}


	.static-list li:first-child {
		left: -49px;
		top: 31px;
	}

	.static-list li:nth-child(2) {
		top: 70px;
	}

	.static-list li:nth-child(3) {
		top: 111px;
	}

	.static-list li:last-child {
		top: 143px;
		left: -49px;
	}

	.static-list li {
		position: relative;
	}
}

/*.banner-sec::after {
	position: absolute;
	content: "";
	background: url("../images/parashoot1.png") no-repeat;
	width: 121px;
	height: 164px;
	top: 37px;
	left: 166px;
}*/

.snowflake {
	color: #fff;
	font-size: 2em;
	font-family: 'Molle', cursive;
	text-shadow: 0 0 1px #000;
	color: #49cdff;
}

.parashoot1 {
	width: 120px;
}

.parashoot2 {
	width: 120px;
}

.snowflake {
	position: fixed;
	top: -30%;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	animation-name: snowflakes-fall, snowflakes-shake1;
	-webkit-animation-duration: 10s, 3s;
	-webkit-animation-timing-function: linear, ease-in-out;
	-webkit-animation-iteration-count: infinite, infinite;
	-webkit-animation-play-state: running, running;
}

@-webkit-keyframes snowflakes-fall {
	0% {
		top: -30%
	}

	100% {
		top: 100%
	}
}

@-webkit-keyframes snowflakes-shake {
	0% {
		transform: translateX(0px) rotate(10deg);
	}

	50% {
		transform: translateX(80px) rotate(30deg);
	}

	100% {
		transform: translateX(0px) rotate(10deg);
	}
}

.snowflake1 {
	animation-name: snowflakes-fall, snowflakes-shake1;
	animation-duration: 10s, 3s;
}

@-webkit-keyframes snowflakes-shake1 {
	0% {
		transform: translateX(0px) rotate(-10deg);
	}

	50% {
		transform: translateX(80px) rotate(10deg);
	}

	100% {
		transform: translateX(0px) rotate(-10deg);
	}
}

.snowflake:nth-of-type(0) {
	left: 1%;
	-webkit-animation-delay: 0s, 0s;
	animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
	right: 10%;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
	left: 0;
	-webkit-animation-delay: 16s, .5s;
	animation-delay: 16s, .5s;
}

.snowflake:nth-of-type(3) {
	left: 0;
	-webkit-animation-delay: 4s, 2s;
	animation-delay: 10s, 2s;
}


.snowflake:nth-of-type(5) {
	left: 50%;
	-webkit-animation-delay: 8s, 3s;
	animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
	left: 60%;
	-webkit-animation-delay: 6s, 2s;
	animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
	left: 70%;
	-webkit-animation-delay: 2.5s, 1s;
	animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
	left: 80%;
	-webkit-animation-delay: 1s, 0s;
	animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
	left: 90%;
	-webkit-animation-delay: 3s, 1.5s;
	animation-delay: 3s, 1.5s
}

/**********************************banner end *******************************/

/**********************************payment method start *******************************/

.payment-bg {
	background: url("../images/yellow-bg.png") no-repeat;
	background-size: cover;
	padding: 123px 0px 47px 0px;
	margin-top: -92px;
	min-height: 359px;
	position: relative;
	z-index: 5;
}

.payment-method li {
	display: inline-block;
	margin: 0 8px;
}

.paymnet-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none !important;
}

/**********************************payment method end *******************************/

/**********************************feature start *******************************/
.fea-box {
	border-radius: 25px;
	padding: 40px 0px 25px 43px;
}

.blur-effect::after {
	position: absolute;
	content: "";
	background: #0f40d3;
	width: 150px;
	height: 350px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: -1;
	filter: blur(60px);
	left: 0px;
}

.blur-effect::before {
	position: absolute;
	content: "";
	background: #0f40d3;
	width: 150px;
	height: 350px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: -1;
	filter: blur(60px);
	right: 0px;
}

.arrow-bottom {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	padding: 19px 0px;
	position: absolute;
	bottom: 22px;
	right: 23px;
}

.fea-box:hover {
	background: #ffd200;
	cursor: pointer;
}

.fea-box:hover p,
.fea-box:hover h4 {
	color: #000 !important;
}

.fea-box:hover .arrow-bottom {
	display: none;
}

.arrow-up {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	padding: 19px 0px;
	position: absolute;
	top: 22px;
	right: 23px;
	display: none;
}

.fea-box:hover .arrow-up {
	display: block;
}

@media only screen and (min-width: 991px) {
	.fea-box h4 {
		min-height: 79px;
	}
}

/**********************************feature end *******************************/


/**********************************about start *******************************/
.client-name {
	display: flex;
	align-items: center;
	border: 2px solid #f0c725;
	border-radius: 12px;
	width: 280px;
	justify-content: center;
	padding: 7px 0px;
}

.quote-logo {
	background: #161745;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 10px 0px;
}

.quote-logo iconify-icon {
	color: #ffd200;
	font-size: 22px;
}

.client-details {
	margin-top: 47px;
}

.client-testimonial-list {
	background: url("../images/testimonial-bg.png") no-repeat;
	width: 664px;
	height: 354px;
	padding: 39px 25px;
	margin-top: 62px;
}

.about-img {
	margin-top: -55px;
}

.owl-prev {
	background: transparent;
}

.owl-next {
	background: transparent;
}

.client-carousel .owl-nav {
	text-align: end;
	margin-top: -92px;
	position: relative;
	left: -63px !important;
}

.client-carousel .owl-nav button {
	margin: 0 10px;
}

.client-carousel .nav-btn.prev-slide i {
	color: #000 !important;
}

.client-carousel .nav-btn.next-slide i {
	color: #000 !important;
}

.client-carousel .owl-nav .nav-btn {
	background: #f3c120;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 9px 0px;
	text-align: center;
}

.client-carousel .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

/**********************************about end *******************************/

/**********************************plan start *******************************/
.plan-blur::after {
	position: absolute;
	content: "";
	background: #0f40d3;
	width: 150px;
	height: 350px;
	top: 0px;

	z-index: -1;
	filter: blur(60px);
	left: 0px;
}

.plan-blur::before {
	position: absolute;
	content: "";
	background: #0f40d3;
	width: 150px;
	height: 350px;
	top: 0px;
	z-index: -1;
	filter: blur(60px);
	right: 0px;
}

.planinbg {
	background: url(../images/planbg.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	width: 377px;
	margin: auto;
	padding: 24px 0px 0px;
	height: 501px;
}

.planinbg h2 {
	margin-top: 28px;
}

.planinbg h1 {
	font-size: 18px;
	color: #fff;
	position: relative;
	margin: 0px 0 13px;
	top: -10px;
}

.plan-list {
	margin-top: 40px;
}

.planinbg p {
	font-size: 16px;
	color: #08096c !important;
	font-weight: 500;
	margin: 0 0 0;
	padding: 10px 0px;
	font-weight: 700;
}

.planinbg p span {
	font-weight: 700;
	font-size: 20px;
}

.planinbg h6 {
	position: relative;
	margin: 0px 0 13px;
	top: -28px;
}

.planinbg:hover a {
	color: #fff;
	background: #00264f;
	transition: 0.3s;
}

.planinbg .pbut a {
	font-size: 16px;
	color: #08096c;
	font-weight: 600;
	background: #ffd200;
	padding: 10px 19px;
	border-radius: 0 10px;
	font-family: Poppins;
}

.planinbg .pbut {
	border: 2px solid #ffd200;
	width: fit-content;
	margin: 54px auto 0;
	padding: 12px 4px;
	border-radius: 0 10px;
}

.planinbg:hover .pbut {
	border: 2px solid #080b6d;
	transition: 0.3s;
}

.planinbg:hover a {
	color: #fff;
	background: #080b6d;
	transition: 0.3s;
}

.planinbg:hover {
	background: url(../images/planhovbg.png) no-repeat center;
	background-size: 100% 100%;
	transition: 0.3s;
}

.plan-pad {
	margin-top: 80px;
}

/**********************************plan end *******************************/

/**********************************affiliate start *******************************/

.affiliate-bg {
	background: url("../images/yellow-bg.png") no-repeat;
	background-size: auto;
	background-size: cover;
	padding: 113px 0px 47px 0px;
	margin-top: 0px;
	min-height: 359px;
}

.affiliate-level h2 {
	font-size: 37px;
}

.affiliate-level {
	background: transparent;
	border: 10px solid #00264f;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	text-align: center;
	padding: 34px 0px;
}

.affiliate-list li {
	display: inline-block;
	margin: 0 2px;
}

/**********************************affiliate end *******************************/



/**********************************how it works start *******************************/

.how-it-ico {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	padding: 2px 0px;
}

.how-it-ico img {
	animation-name: zoomIn;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.how-it-box {
	background: url("../images/how-it-bg.png") no-repeat;
	width: 277px;
	height: 296px;
	padding: 40px 0px;
}

.how-it-box:hover {
	background: url("../images/how-it-bg-hover.png") no-repeat;
}


.how-it-box:hover p,
.how-it-box:hover h5 {
	color: #080a6c !important;
}

.how-it-blur::after {
	position: absolute;
	content: "";
	background: #0f40d3;
	width: 150px;
	height: 350px;
	bottom: -200px;
	z-index: -1;
	filter: blur(60px);
	left: 0px;
}

.how-it-blur::before {
	position: absolute;
	content: "";
	background: #0f40d3;
	width: 150px;
	height: 350px;
	bottom: -200px;
	z-index: -1;
	filter: blur(60px);
	right: 0px;
}

/**********************************how it works end *******************************/

/**********************************transaction history start *******************************/



.home-table {
	width: 477px;
	background: rgba(0, 38, 79, 0.7);
	padding: 10px 0px;
	border-radius: 18px;
	margin: auto;
}

.transaction-628 table tr th {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 16px 10px;
	text-align: center;
	padding-bottom: 15px;
}

.transaction-table table tr td {
	font-size: 16px;
	color: #fff;
	padding: 3px 3px;
	text-transform: capitalize;
	text-align: center;
}

.transaction-table table tr:nth-child(2n) td:nth-child(1) {
	background: #ffd200;
	border-radius: 0 30px 30px 0;
	color: #00264f;
	padding: 10px 6px;
}

.transaction-sec::after {
	position: absolute;
	content: "";
	background: url("../images/bull3.png") no-repeat;
	width: 448px;
	height: 694px;
	top: 32px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: -1;
	animation-name: flash;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.home-table table tbody tr th {
	background: none;
}

/**********************************transaction history end *******************************/


/**********************************footer start *******************************/







/**********************************footer  end *******************************/
.footer-nav-list li {
	display: inline-block;
	margin: 0 32px;
}

.footer-nav-list li a {
	font-size: 13px;
	font-weight: bold;
	color: #00264f !important;
	text-transform: uppercase;
}

.footer-bg {
	background: url("../images/footer-bg.png") no-repeat scroll 0 0;
	background-size: cover;
	min-height: 289px;
	padding-top: 135px;
	position: relative;
	z-index: 2;
}

.footer-rules li {
	display: inline-block;
	margin: 0 10px;
}

.footer-rules li:not(:last-child)::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 2px;
	height: 20px;
	right: -12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.footer-rules li {
	position: relative;
}

.footer-nav-list li a:hover {
	color: #fff !important;
}

.footer-rules li a:hover {
	color: #f2ce28 !important;
}

.copy-rights a:hover {
	color: #f2ce28 !important;
}

/********************************** innerpage start **********************************/

input::placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}

/*.innerpage-bg {
	background: url("../images/banner-bg.jpg") no-repeat scroll 0 0;
	background-size: auto;
	background-size: cover;
}
*/
.form-ico iconify-icon {
	animation-name: flipInY;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.form-icos iconify-icon {
	animation-name: flipInY;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.banleftimg {
	left: -44%;
}

.banleftimg {
	position: absolute;
	left: -44%;
	top: -38%;
	-webkit-animation: rotate 1.5s ease-in-out infinite both;
	animation: rotate 20s ease-in-out infinite both;
}

.form-pages label {
	display: block;
	padding-bottom: 5px;
	font-weight: 300;
	color: #3bf0bc;
	font-size: 15px;
}

.form-ico {
	position: absolute;
	content: "";
	right: 12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	font-size: 21px;
	color: #00264f;
	background: #ffd200;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0px;
}

.form-control {
	margin-bottom: 30px;
}

.suplink a:hover {
	color: #ffd200 !important;
}

/*.form-pages {
	background: rgba(0, 0, 0, .2);
	max-width: 450px;
	padding: 20px 50px;
	border-radius: 10px;
	margin: 0 auto;
}*/
.form-pages {
	background: #00264f;
	max-width: 650px;
	padding: 20px 50px;
	border-radius: 25px;
	margin: 0 auto;
	padding-top: 40px;
}

.login__ic {
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #16a4fd;
	border-radius: 50%;
	margin-bottom: 20px !important;
	margin: 0 auto;
	font-size: 29px;
	color: #fff;
	padding: 8px 0px;
}

.innerpage-bg::after {
	position: absolute;
	content: "";
	background: url("../images/banner-bg.jpg") no-repeat scroll 0 0;
	width: 100%;
	height: 657px;
	top: 0px;
	background-size: cover;
	z-index: -1;
}

.form-select option {
	background: #00264f;
}

.reg-bg .innerpage-bg::after {
	position: absolute;
	content: "";
	background: url("../images/register-bg.jpg") no-repeat;
	width: 100%;
	height: 851px;
	top: 0px;
	background-size: cover;
}

.innerpage-footer {
	background: rgb(13, 66, 178);
	background: linear-gradient(180deg, rgb(13, 66, 178) 0%, rgb(61, 18, 131) 80%, rgb(61, 18, 131) 100%);
	position: relative;
	z-index: 5;
}

/*.innerpage-bg::before {
	position: absolute;
	content: "";
	background: url("../images/waveform.png") no-repeat;
	width: 100%;
	height: 646px;
	top: 125px;
	z-index: -1;
}*/

.form-page-btn .btn-primary {
	padding: 12px 30px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 10px;
}

.checkbox a:hover {
	color: #f2c725 !important;
}

.login__box {
	background: #0e3393;
	max-width: 450px;
	padding: 40px 50px;
	border-radius: 10px;
	margin: 0 auto;
}

textarea::placeholder {
	color: #fff !important;
}

.loginfrom-btn .banbut {

	margin: 0 auto;
}

.suplink {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-control:focus-visible {
	outline: none;
}

.form-icos {
	position: absolute;
	content: "";
	right: 10px;
	top: 7px;
	font-size: 21px;
	color: #00264f;
	background: #ffd200;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0px;
}

textarea::placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
}


@keyframes rotate {
	0% {
		-webkit-transform: rotate(360deg) translate(0px, 0px);

	}

}

@media only screen and (min-width: 1199px) {
	.footer-p {
		position: relative;
		left: 48px;
	}

	.footer-address {
		position: relative;
		left: -30px;
	}

	.copy-rights {
		position: relative;
		left: 46px;
	}

	.rules-reg {
		position: relative;
		left: -38px;
	}
}

/********************************** innerpage end  **********************************/

/********************************** about us  **********************************/


.abt-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.abt-content span,
.abt-content small {
	-webkit-text-stroke: 2px white;
	color: transparent;
	font-weight: 800;
	font-size: 70px;
}

.abt-content h1 {
	font-weight: 900;
}

.abtpage-sec {
	background: url("../images/banner-bg.jpg") no-repeat scroll 0 0;
	background-size: cover;
}

/********************************** about us  **********************************/


/********************************** Common CSS **********************************/
.input-msg {
	background: rgba(77, 153, 59, 0.1);
	border-radius: 10px;
	padding: 10px 13px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
}

.input-msg p {
	color: #fff !important;
}

.input-msg img {
	margin-right: 7px;
}

.success-msg {
	border: 2px solid #39e862;
}

.error-msg {
	border: 2px solid #e21e51;
}

.info-msg {
	border: 2px solid #ffa370;
}

.table-page {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 5px 0;
}

.table-page li {
	list-style-type: none;
	color: #000000;
	margin: 10px;
}

.table-page a {
	padding: 9px 17px;
	border-radius: 50%;
	color: #ffffff;
	background: #774200;
}



.table-page a:hover {

	background: #ffa949;

}


.faq_accordian .accordion-toggle {
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	padding: 20px 46px 20px 17px;
	border-radius: 10px;
	background: url(../images/accordian_arrow_down.png) no-repeat center right 20px, #00264f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd0f6', endColorstr='#95abe2', GradientType=1);
}

.faq_accordian .accordion-toggle.active {
	color: #fff;
	background: url(../images/accordian_arrow_up.png) no-repeat center right 20px, #07076a;
}

.faq_accordian {
	width: 100%;
}

.faq_accordian .accordion-content p {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #000 !important;
	margin-top: 0;
}

.faq_accordian .accordion-content {
	display: none;
	margin-bottom: 10px;
}

.faq_accordian .accordion .open {
	display: block;
}

.faq-btn {
	text-align: center;
	margin: 20px 0;
}

.faq_accordian .accordion-content p a {
	color: #ffffff;
}

.bootbox-close-button.close {
	float: right;
}


.error {
	border-radius: 0px;
	padding: 10px;
	font-size: 14px;
	background: #fc3232;
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin: 2px 0;
	font-family: var(--bs-font-sans-serif);
}

.success {
	border-radius: 0px;
	padding: 10px;
	font-size: 14px;
	background: #448d17;
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin: 2px 0;
	font-family: var(--bs-font-sans-serif);
}

.msg ul {
	list-style-type: none;
}

.msg br {
	display: none;
}

.error i,
.success i {
	margin-right: 5px;
}

.msg {
	margin: 10px 0 !important;
	text-align: center;
}

.bootbox-close-button.close {
	background: #04445a;
	border: 1px solid #04445a;
	color: #ffffff;
	border-radius: 5px;
	float: right;
}

textarea:focus-visible {
	box-shadow: none;
}


table input[type="text"] {
	width: 100%;
	border: none;
	background-color: #f2f2f2;
	padding: 10px 0;
}

.inner-navbar-head {
	display: none;
}

.news h5 {
	font-size: 21px;
}

.news {
	background: #00264f;
	border-radius: 31px;
	margin-bottom: 25px;
	padding: 25px 15px;
}

.news p {
	min-height: 202px;
	margin-top: 25px;
	color: #fff !important;
}

.news h5 a {
	color: #fff !important;
}

.news h5 a:hover {
	color: #ffd200 !important;
}

.dark-col {
	margin-bottom: 60px;
}



.acct-nots {
	background: rgb(26, 43, 53);
	background: linear-gradient(0deg, rgba(26, 43, 53, 1) 0%, rgba(38, 58, 70, 1) 100%);
	border-radius: 25px !important;
}

.acct-nots-ico {
	background: #387c41;
	border-radius: 50%;
	width: 61px;
	height: 61px;
	text-align: center;
	padding: 12px 0px;
	margin: 0 auto;
	margin-bottom: 20px;
}


/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
	.client-testimonial-list {
		background: url("../images/testimonial-bg.png") no-repeat;
		width: 100%;
		height: auto;
		padding: 39px 25px;
		margin-top: 30px;
		background: #00264e;
		border-radius: 25px;
	}

	.planinbg {

		width: 300px;

		height: 501px;
	}

	.transaction-table table {
		width: 100%;

	}

	.affiliate-bg .title p br {
		display: none;
	}

	.head-nav-link li {
		display: inline-block;
		margin: 0px 15px;
		margin-top: -7px;
	}

	.banner-content p br {
		display: none;
	}

	.banner-content h1 {
		font-size: 70px;
	}

	.banner-content span,
	.banner-content small {
		font-size: 66px;
	}

	.banner-img {
		margin-left: -41px;
	}

	.static-list li:first-child {
		left: 0px;
		top: 31px;
	}

	.static-ico {
		background: url("../images/sta-bg.png") no-repeat;
		/* width: 85px; */
		/* height: 80px; */
		clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
		text-align: center;
		padding: 16px 17px;
		background: rgba(255, 255, 255, 0.1);
	}

	.static-list li:nth-child(2) {
		top: 70px;
		left: 59px;
	}

	.static-list li:nth-child(3) {
		top: 111px;
		left: 59px;
	}

	.static-list li:last-child {
		top: 143px;
		left: 30px;
	}

	.banner-content {
		margin-top: 126px;
	}

	.affiliate-level {

		width: 144px;
		height: 144px;

		padding: 23px 0px;
	}

	.affiliate-list li {
		display: inline-block;
		margin: 0 2px;
	}

	.footer-nav-list li {
		display: inline-block;
		margin: 0 19px;
	}

	.banleftimg {
		left: -72%;
	}

	.abt-content h1 {

		font-size: 70px;
	}
}

@media only screen and (max-width: 991px) {

	.abt-content span,
	.abt-content small {

		font-size: 50px;
	}

	.abt-content h1 {
		font-size: 50px;
	}

	.head-nav-link li a {
		text-decoration: none;
		font-size: 15px;
		font-weight: 600;

	}

	.head-nav-link li a h6 {
		font-size: 12px;
	}

	.head-nav-link li h6 {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.34);
	}

	.head-nav-link li {
		padding: 5px 0;
		border-bottom: transparent;
		margin: 0px;
	}

	.navbar-head {
		width: 100%;
		background: #fff;
		border-radius: 5px;
		padding: 5px 10px;
		margin-top: 0px;
	}

	.desktop-view {
		background: transparent;
		border-radius: 10px;
		padding: 4px 0px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	.navbar-head h4 {
		display: inline-block;
		font-size: 20px;
		margin-top: 5px;
		color: #000;
	}

	.nav-head button {
		float: right;
	}

	.nav-head .navbar-toggler {
		background: #ffd200;
		border: 0;
	}

	.head-nav-link li {
		width: 100%;
		text-align: center;
	}

	.head-nav-link {
		background: #161745;
		border-radius: 5px;
		padding: 10px;
		margin-top: 10px;
	}

	.head-logo {
		text-align: center;
	}

	.slink1.slink2 {
		text-align: center !important;
		margin-bottom: 25px;
	}

	.banner-content {
		margin-top: 0px;
		text-align: center;
	}

	.banbut {

		margin: 0 auto;
	}

	br {
		display: none;
	}

	.planinbg {
		margin: 0 auto 40px;
	}

	.planinbg h2 {
		margin-top: 28px;
		font-size: 54px;
	}

	.banner-img {
		margin-left: 0px;
		text-align: center;
	}

	.banner-sub-img li:last-child {
		top: 13px;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	.banner-sub-img li:first-child {
		top: 15px;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	.payment-bg {
		background: url("../images/yellow-bg.png") no-repeat;
		background-size: cover;
		padding: 0px;
		margin-top: 0px;
		min-height: auto;
		background: #ffd200;
	}

	.static-list li:nth-child(2) {
		top: 0px;
		left: 0px;
	}

	.static-list li:nth-child(3) {
		top: 0px;
		left: 0px;
	}

	.static-list li:last-child {
		top: 0px;
		left: 0px;
	}

	.static-list li:first-child {
		left: 0px;
		top: 0px;
	}

	.static-list li {
		position: relative;
		display: inline-block;
		margin: 11px 19px;
	}

	.static-list {
		text-align: center;
	}

	.stat-list {
		text-align: start;
	}

	.paymnet-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none;
	}

	.payment-bg {
		padding: 25px;
	}

	.feature-sec {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.fea-box h4 {
		min-height: 0px;
	}

	.fea-box {
		border-radius: 25px;
		padding: 49px 0px 49px 43px;
		margin-bottom: 15px;
	}

	.title {
		text-align: center;
	}

	.about-img {
		margin-top: 55px;
		text-align: center;
	}

	.affiliate-bg {
		background: url("../images/yellow-bg.png") no-repeat;
		background-size: auto;
		background-size: cover;
		padding: 25px 25px;
		margin-top: 0px;
		min-height: auto;
		background: #ffd200;
	}

	.affiliate-list {
		text-align: center;
		margin-top: 20px;
	}

	.how-it-box {
		padding: 40px 3px;
		margin: 0 auto;
	}

	.how-it-sec {
		margin-top: 40px;
	}

	.last-with {
		margin-top: 40px;
	}

	.footer-bg {
		background: url("../images/footer-bg.png") no-repeat scroll 0 0;
		background-size: cover;
		min-height: auto;
		padding-top: 40px;
		position: relative;
		z-index: 2;
		background: #bc9d0a;
		padding-bottom: 30px;
		margin-top: 40px;
	}

	.footer-p {
		text-align: center;
	}

	.footer-address {
		text-align: center;
		margin-bottom: 0px !important;
		margin-top: 10px;
	}

	.form-pages {

		max-width: 100%;

	}

	.checkbox {
		margin-top: 20px;
	}

	.innerpage-title h2,
	.innerpage-title small {
		font-size: 32px;
	}

	.abt-content p {
		font-size: 15px !important;
	}

	.abt-content h1 {
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width:767px) {

	.abt-content span,
	.abt-content small {

		font-size: 35px;
	}

	.abt-content h1 {
		font-size: 35px;
	}

	.static-list li {

		margin: 11px 13px;
	}

	.footer-rules li:not(:last-child)::after {

		display: none;
	}
}

@media only screen and (max-width: 575px) {

	.abt-content span,
	.abt-content small {

		font-size: 30px;
	}

	.abt-content h1 {
		font-size: 30px;
	}

	.copy-rights {
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-rules {
		text-align: center;
	}

	.banleftimg {
		display: none;
	}
}

@media only screen and (max-width: 424px) {

	.footer-nav-list li {
		display: inline-block;
		margin: 5px 13px;
	}

	.footer-nav-list li h6 {
		display: none;
	}

	.banner-img img {
		width: 100%;
	}

	.banner-content h1 {
		font-size: 45px;
	}

	.banner-content span,
	.banner-content small {
		font-size: 44px;
	}

	.affiliate-list li {

		margin: 6px 2px;
	}

	.client-carousel .owl-nav {
		text-align: center;
		margin-top: 12px;
		position: relative;
		left: 0px !important;
	}

	.about-img {
		margin-top: 32px;
		text-align: center;
	}

	.transaction-sec::after {

		display: none;
	}

	.about-img img {
		width: 100%;
		text-align: center;
	}

	.suplink {
		display: block;
		text-align: center;

	}

	.planinbg h2 {
		margin-top: 30px;
		font-size: 40px;
	}

}