/*Header start*/

body {
	background: #000000;
}
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: 'Gravity';
    src: url('../fonts/Gravity-Regular.woff2') format('woff2'),
        url('../fonts/Gravity-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gravity Book';
    src: url('../fonts/Gravity-Book.woff2') format('woff2'),
        url('../fonts/Gravity-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gravity';
    src: url('../fonts/Gravity-Bold.woff2') format('woff2'),
        url('../fonts/Gravity-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gravity';
    src: url('../fonts/Gravity-Light.woff2') format('woff2'),
        url('../fonts/Gravity-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gravity';
    src: url('../fonts/Gravity-UltraLight.woff2') format('woff2'),
        url('../fonts/Gravity-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
	font-family: 'Brinkbe';
	src: url('../fonts/BrinkBlackExtended.woff2') format('woff2'),  url('../fonts/BrinkBlackExtended.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brinkb';
	src: url('../fonts/BrinkBoldExtended.woff2') format('woff2'),  url('../fonts/BrinkBoldExtended.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brink';
	src: url('../fonts/BrinkExtended.woff2') format('woff2'),  url('../fonts/BrinkExtended.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}@font-face {
    font-family: 'Acens';
    src: url('../fonts/Acens.woff2') format('woff2'),
        url('../fonts/Acens.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.acens{
font-family: Acens;
}

.poppins{
font-family:Poppins;
}
.brink{
font-family:Brink;
}
.brinkbe{
font-family:Brinkbe;
}
.btn-primary:hover {
	background: rgb(12,186,97);
	background: linear-gradient(175deg, rgba(12,186,97,1) 0%, rgba(69,225,145,1) 100%);
	color: #fff;
}
.btn-secondary:hover {
	background: rgb(203,162,3);
	background: linear-gradient(183deg, rgba(203,162,3,1) 0%, rgba(246,207,58,1) 100%);
}
.btn-info:hover {
 background: rgb(0,199,179);
background: linear-gradient(180deg, rgba(0,199,179,1) 0%, rgba(221,208,2,1) 100%); 
}
/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}
.head-nav-link li {
	display: inline-block;
	margin: 0 21px;
}
.desktop-view {
	background: rgb(96,89,255);
	background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);
	margin-top: 10px;
	position: relative;
	left: 58px;
}.head-nav-link li a {
	font-size: 15px;
	font-weight: 600;
}

.head-nav-link li a:hover {
	color: #00ff33 !important;
}
.header-btn {
	display: flex;
	align-items: center;
	justify-content: end;
}
.title h2 {
	font-family: 'Brinkbe';

}
/********************************** header end **********************************/

/********************************** banner start **********************************/
.banner-p p:first-child {
	font-size: 20px;
}
.banner-p p:nth-child(2) {
	font-size: 14px;
	font-weight: 600;
}.banner-p p:last-child {
	font-size: 14px;
	font-weight: 600;
}
.banner-img {
	margin-left: -106px;
	margin-top:-20px;
}
.banner-pad {
	margin-top: 95px;
}
.banner-blr-bg::after {
	position: absolute;
	content: "";
	background: rgba(95, 88, 252, 0.6);
	width: 138px;
	height: 592px;
	top: -66px;
	filter: blur(100px);
	z-index: -1;
	border-radius: 50%;
	left:0px;
}
.banner-blr-bg::before {
	position: absolute;
	content: "";
	background: rgba(69, 225, 145, 0.5);
	width: 138px;
	height: 592px;
	top: -66px;
	filter: blur(100px);
	z-index: -1;
	border-radius: 50%;
	right:0px;
}
 @media only screen and (min-width: 1199px) {
.wave-aft::after {
	position: absolute;
	content: "";
	background: url("../images/banner-wave-aft.png") no-repeat;
	width: 1349px;
	height: 675px;
	top: 14px;
	left: -91px;
	z-index: -1;
}
}
/********************************** banner end **********************************/

/********************************** about start **********************************/

.company-contnet span {
	font-size: 36px;
}
.company-certificate-no small {
	font-size: 38px;
}

.certificate-btn .btn-info {
	padding: 16px 40px;
	border-radius: 8px;
}

.company-contnet {
	background: url("../images/abt-content-bg.png") no-repeat;
	width: 505px;
	height: 275px;
	padding: 46px 58px;
}
.company-details {
	display: flex;
	align-items: center;
}
.company-logo {
	position: relative;
	left: 37px;
}
 @media only screen and (min-width: 1200px) {
.title.title-right::after {
	border: 5px solid #48f199;
	content: "";
	position: absolute;
	width: 231px;
	height: 75px;
	right: -26px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.title.title-right::before {
	background-color: #000000;
	width: 6px;
	content: "";
	height: 36px;
	position: absolute;
	left: -96px;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 1;
}
}
.title h2 {
	position: relative;
	z-index: 99;
}
.title {
	padding: 13px 0;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.abt-pad {
	margin-top: 70px;
	margin-bottom: 48px;
}.company-address {
	position: relative;
	left: 18px;
}
.compny-name span {
	font-size: 29px;
}
.company-add p {
	font-size: 17px;
}.company-add {
	display: flex;
	align-items: start;
	margin-top: 30px;
	justify-content: center;
}
.compny-name {
	margin-top: 20px;
	text-align: center;
	position: relative;
	left: 43px;
}.abt-pad::after {
	position: absolute;
	content: "";
	background: url("../images/abt-wave-form.png") no-repeat;
	width: 100%;
	height: 483px;
	top: 0px;
	z-index: -1;
}
.plan-sec::after {
	position: absolute;
	content: "";
	background: url("../images/plan-wave-bg.png") no-repeat;
	width: 100%;
	height: 492px;
	bottom: 106px;
}
/********************************** about end **********************************/

.stat-list-head span {
	font-size: 157px;
	/* background: #00C7B3; */
	background: linear-gradient(to top, #00C7B3 0%, #DDD002 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	top: -27px;
}
/********************************** plan start **********************************/


.title.title-left::after {
	border: 5px solid #48f199;
	content: "";
	position: absolute;
	width: 70%;
	height: 70px;
	/* right: 0; */
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.title.title-left::before {
	background-color: #000;
	width: 5px;
	content: "";
	height: 36px;
	position: absolute;
	/* left: 0; */
	right: 94px;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 1;
}



.plan-title span {
	font-size: 20px;

}
.plan-detail thead tr th:last-child {
	text-align: end;
}
.plan-basics small {
	font-size: 25px;
}.plan-basics {
	background: rgb(51,249,146);
	background: linear-gradient(0deg, rgba(51,249,146,1) 0%, rgba(15,74,43,1) 100%);
	padding: 7px 0px;
}.plan-percentage sub {
	font-size: 25px;
	font-weight: 600;
}

.plan-detail {
	margin: 0 auto;
	background: transparent;
}
.plan-detail tr {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background: transparent;
}
.plan-detail thead tr th {
	color: #fffc3d;
	font-size: 16px;
	text-align: start;
	padding: 10px 8px;
	font-family: Brink !important;
	font-weight: normal;
}
.pln-sec {
	background: rgb(96,89,255);
	background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);
	margin: 8px;
	border-radius: 13px;
}.plan-title {
	padding: 10px 26px;
}
.pln-btn {
	position: relative;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -16px;
}
.plan-detail tbody tr td:last-child {
	text-align: end;
}
.plan-detail tbody tr td {
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	padding: 7px 6px !important;
	font-family: Gravity;
}
.plan-dates span {
	font-size: 22px;
}
.plan-detail tbody tr td:first-child {
	text-align: start;
}
.plan-dates {
	background: rgb(51,249,146);
	background: linear-gradient(0deg, rgba(51,249,146,1) 0%, rgba(15,74,43,1) 100%);
	padding: 10px 0px;
}
.plan-detail tbody tr:last-child {
	border-bottom: none;
}
.table-height {
	min-height: 164px;
	margin-top: 0px !important;
}
.plan-carousel {
	margin-top: 73px;
}
.owl-nav button {
	margin: 0 10px;
}
.owl-nav {
	text-align: center;
	margin: 20px 0px;
}
.owl-nav .nav-btn {
	background: rgb(0,199,179);
	background: linear-gradient(0deg, rgba(0,199,179,1) 0%, rgba(221,208,2,1) 100%);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 10px 0px;
	text-align: center;
}
.nav-btn.prev-slide i {
	color: #000 !important;
	font-size: 22px;
}
.owl-prev {
	background: transparent;
}
.owl-next {
	background: transparent;
}
.nav-btn.next-slide i {
	color: #000 !important;
	font-size: 22px;
}
.plan-height {
	height: 491px;
}
/********************************** plan end **********************************/

/********************************** statistics start **********************************/

.stat-list-head h1 {
	font-size: 41px;
}
.stat-list-head small {
	font-size: 117px;
}

.stat-list-head {
	text-align: center;
	margin-top: 30px;
}
.stat-wave-bg {
	margin-top: 38px;
}
.stat-title {
	position: relative;
	left: 22px;
}

.stat-wave-bg::after {
	position: absolute;
	content: "";
	background: url("../images/sta-wave-bg.png") no-repeat;
	width: 922px;
	height: 253px;
	top: 120px;
	left: 0px;
	z-index: -1;
}

.stat-wave-bg::before {
	position: absolute;
	content: "";
	background: url("../images/sta-bef.png") no-repeat;
	width: 1277px;
	height: 649px;
	top: -64px;
	z-index: -1;
}
/********************************** statistics end **********************************/

/********************************** why choose start **********************************/

.why-choose-head .title.title-left::before {
	right: 100px;
}
.why-choose-us {
	margin-top: 75px;
}
.why-choose-p {
	position: relative;
	left: -38px;
}
.how-it-ico {

	width: 107px;
	height: 92px;
	text-align: center;
	padding: 13px 0px;
	position: absolute !important;
	right: -31px;
	top: -20px;
}
.how-it-list {
	border-radius: 10px;
	padding: 39px 0px 14px 26px;
	position: relative;
	width: 317px;
	margin-bottom: 50px;
}
.how-it-list p {
	font-size: 17px;
}
.box-gradient1{
	background: rgb(96,89,255);
	background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);

}
.gradient1{
	clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0 50%);
	/* background: rgb(51,249,146); */
	background: linear-gradient(151deg, rgb(51, 249, 146) 0%, rgb(15, 74, 43) 100%);
	}
	
	.box-gradient2{
	/* background: rgb(51,249,146); */
	background: linear-gradient(151deg, rgb(51, 249, 146) 0%, rgb(15, 74, 43) 100%);

}
.gradient2{
	clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0 50%);
	background: rgb(96,89,255);
	background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);
	}
	
/********************************** why choose end **********************************/



/********************************** affiliate strat **********************************/

.affiliate-head .title.title-right::before {
	right: -4px;
}

.affiliate-head {
	margin-left: 65px;
}
.com-level li::after {
	position: absolute;
	background: #ffef02;
	content: "";
	width: 12px;
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -17px;
}
.ref-level-list span {
	font-size: 45px;
}
.rep-level-list span {
	font-size: 45px;
}
.ref-commission {
	background: url(../images/com-bg.png) no-repeat scroll center transparent;
	height: 250px;
	margin-top: 49px;
	width: 1096px;
	margin: 0 auto;
	margin-top: 50px;
}
.ref-list-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 0px;
}
.ref-btn .btn-info {
	padding: 7px 22px;
}
.rep-btn .btn-info {
	padding: 7px 22px;
}
.com-level p {
	line-height: 27px;
	font-size: 14px;
	font-weight: 600;
}
.rep-list-detail {
	display: flex;
	align-items: center;
	text-align: end;
	margin-left: 84px;
	margin-top: 0px;
}

.ref-title {
	padding: 13px 29px;
	position: relative;

	z-index: 2;
}
.rep-title {
	padding: 22px 39px;
	position: relative;

	z-index: 2;
}

.affiliate-sec::after {
	position: absolute;
	content: "";
	background: url("../images/affiliate-wave.png") no-repeat;
	width: 100%;
	height: 485px;
	top: 40px;
	z-index: -1;
}

.affiliate-sec {
	margin-bottom: 80px;
}
.mobile-view-ref {
	display: none;
}
/********************************** affiliate end**********************************/


/********************************** history start**********************************/


.history-title .title.title-left::before {
	right: 113px;
}
.last-dep .title.title-left::before {
	right: 101px;
}

.last-withdraw {
	padding: 15px 20px;
	caption-side: bottom;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	background: transparent;
	background: rgb(74,71,149);
	background: linear-gradient(0deg, rgba(74,71,149,1) 0%, rgba(18,15,44,1) 100%);
	white-space: nowrap;
}
.last-withdraw tbody tr td {
	color: #fff;
	font-size: 13px;
	border-bottom: 1px dotted rgba(72, 241, 153, 0.4);
	text-align: start;
	font-family: Brink;
}
.last-withdraw tbody tr td {
	padding: 5px 21px;
}
.last-withdraw tbody tr td:nth-child(2) {
	color: #fffc3d;
}

.last-dep, .last-with {
	margin-top: 50px;
	margin-bottom: 23px;
}

.last-with .title.title-left::before {
	right: 113px;
}

.history-pad {
	position: relative;
	left: -52px;
}
.last-withdraw tbody tr:last-child td {
	border-bottom: none;
}
.history-bg::after {
	position: absolute;
	content: "";
	background: url("../images/history-aft.png") no-repeat;
	width: 100%;
	height: 1000px;
	top: 67px;
	z-index: -1;
}
/********************************** history end**********************************/

/**********************************footer start**********************************/
.footer-pad {
	margin-top: 100px;
}.footer-nav-list li {
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
.footer-nav-list {
	margin-left: -51px;
	margin-top: 50px;
}
.footer-nav-list li a:hover {
	color: #48f199 !important;
}
.footer-nav-list li a {
	font-size: 16px;
	font-weight: 600;
}
.copy-rights span {
	font-size: 13px;
}
.copy-rights{
	margin-top: 45px;

}
 @media only screen and (min-width: 1198px) {
.footer-logo::after {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.4);
	width: 87px;
	height: 1px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: -45px;
}
.footer-logo::before {
	position: absolute;
	content: "";
	background: rgba(255,255,255,0.4);
	width: 87px;
	height: 1px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -45px;
}
}
.footer-logo {
	position: relative;
}
.copy-rights a:hover {
	color: #48f199 !important;
}
 @media only screen and (min-width: 1198px) {
.footer-nav-list li:not(:last-child)::after{
	position: absolute;
	content: "";
	background: #fff;
	right: -23px;
	top: 6px;
	bottom: 0px;
	margin: 0 auto;
	width: 2px;
	height: 20px;
}
}
/**********************************footer end**********************************/

/**********************************about page start**********************************/
.abt-page-content {
	padding-top: 50px;
}
.abt-footer-pad::after {
	position: absolute;
	content: "";
	background: rgba(95, 88, 252, 0.6);
	width: 138px;
	height: 592px;
	bottom: 0;
	filter: blur(100px);
	z-index: -1;
	border-radius: 50%;
	left: 0px;
}
.abt-footer-pad::before {
position: absolute;
  content: "";
  background: rgba(69, 225, 145, 0.5);
  width: 138px;
  height: 592px;
  filter: blur(100px);
  z-index: -1;
  border-radius: 50%;
  right: 0px;
  bottom:0px;
}

/**********************************about page end**********************************/
/*********************************innerpage start**********************************/
.inner-page-bg {
	background:url(../images/inner-page-bg.jpg) no-repeat;
	background-size: cover;
}
.innerpage-pad {
	padding: 60px 0px;
	position: relative;
	z-index: 2;
}
.form-block {
	margin-bottom: 20px;
}.form-link a:hover {
	color: #05c7af !important;
}
.form-ico {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	padding: 6px 13px;
	right: -9px;
	background: rgb(96,89,255);
	background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);
	border-radius: 50%;
	color: #fff;
}

.error-msg::after {
	position: absolute;
	content: "";
	left: -1px;
	background: #bd0700;
	width: 3px;
	height: 44px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.success-msg::after {
	position: absolute;
	content: "";
	left: -2px;
	background: #00fd2c;
	width: 3px;
	height: 44px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.input-msg {
	/* background: transparent; */
	border-radius: 0px;
	padding: 8px 13px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
	background: rgba(96, 89, 255,0.5);
}
.error-msg span {
	color: #bd0700;
	font-size: 14px;
}
.success-msg span {
	color: #0ba80b;
	font-size: 14px;
}
.copy-right a:hover {
	color: #05c7af !important;
}
.foot-bg1 {
background: rgb(96,89,255);
  background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);
	padding: 20px 0px;
}
.inner-page-bg::after {
	position: absolute;
	content: "";
	background: linear-gradient(0deg, rgb(96, 89, 255) 0%, rgb(18, 15, 44) 100%);
	width: 138px;
	height: 592px;
	top: -66px;
	filter: blur(100px);

	border-radius: 50%;
	left: 0px;
}header {
	position: relative;
	z-index: 2;
}
.inner-page-bg::before {

	position: absolute;
	content: "";
	background: linear-gradient(151deg, rgb(51, 249, 146) 0%, rgb(15, 74, 43) 100%);
	width: 138px;
	height: 592px;
	top: -66px;
	filter: blur(100px);

	border-radius: 50%;
	right: 0px;

}
.checkbox a:hover {
	color: #05c7af !important;
}
/*********************************innerpage end**********************************/

/********************************** Responsive **********************************/

 @media only screen and (max-width: 1345px) {
}
 @media only screen and (max-width: 1199px) {
 
 .wave-aft::after {
	content: "inherit";
	display: none;
}
.stat-wave-bg::before {
	content: "inherit";
	display: none;
}
.desktop-view {
	left: 0px;
	width: 550px;
	margin: 0 auto;
}

.banner-img {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	display: none;
}
.head-logo {
	text-align: center;
	margin-bottom: 15px;
}
.banner-sec {
	text-align: center;
}
.banner-pad {
	margin-top: 20px;
}
br {
	display: none;
}
.header-btn {

	justify-content: center;
	margin-top: 36px !important;
	margin-bottom: 20px;
}
.company-contnet {

	width: 100%;
	height: auto;
	padding: 15px;
	background: rgb(96,89,255);
	background: linear-gradient(0deg, rgba(96,89,255,1) 0%, rgba(18,15,44,1) 100%);
	border-radius: 25px;
	text-align: center;
}
.company-logo {
	position: relative;
	left: 0px;
}
.company-address {
	position: relative;
	left: 0px;
}
.title.title-left::after {
	content: "inherit";

	display: none;
}
.title.title-left::before {
	content: "inherit";

	display: none;
}
.ref-commission {

	height: auto;
	margin-top: 49px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	background: transparent;
}
.ref-list-detail {
	display: block;
	align-items: center;

	margin-top: 0px;
	text-align: center;
}
.rep-list-detail {
	display: block;
	align-items: center;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
}
.rep-title {
	padding: 0px;

}
.ref-left {
	text-align: center;
}
.ref-right {
	text-align: center;
}
.ref-title {
	padding: 0px;

}
.desktop-view-ref {
	display: none;
}
.mobile-view-ref {
	display: block;
}
.title {
	padding: 0px;

}
.compny-name {
	margin-top: 0px;
	left: 0px;
	text-align: end;
}
.company-address {

	left: 0px;
	text-align: end;
}
.how-it-list {

	width: 100%;
	margin-bottom: 50px;
}
.how-it-ico {
	text-align: center;
	padding: 13px 0px;
	position: relative !important;
	right: 0px;
	top: -20px;
}
.history-pad {
	position: relative;
	left: 0px;
}
.last-withdraw tbody tr td {
	padding: 5px 17px;
}
.footer-pad {
	margin-top: 50px;
}
.history-bg::after {

	top: -31px;
	z-index: -1;
}
.affiliate-p {
	text-align: center;
}
.affiliate-head {
	margin-left: 0px;
}
.abt-page-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.abt-page-content .banner-btn a {
	margin: 14px 7px;
}
}
 @media only screen and (max-width: 991px) {'

 .innerpage-pad {
	padding: 30px 0px;
}
  .head-nav-link {
	margin: 0px;
}
.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: 1px solid rgba(62, 62, 62, 0.2);
	margin: 0px;
}
.desktop-view {

	background: transparent;

	left: 0px;
}
.navbar-head {
	width: 100%;
	background: #6059ff;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 15px;
}
.head-nav-link li:last-child {
	border-bottom: none;
}
.navbar-head h4 {
	display: inline-block;
	font-size: 20px;
	margin-top: 8px;
	color: #fff;
	float: left;
}
.nav-head button {
	float: right;
}
.nav-head .navbar-toggler {
	background: #45e191;
	border: 0;
}
.head-nav-link li {
	width: 100%;
	text-align: center;
}
.head-nav-link {
	background: #8c88f2;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}
.Social-icons::after {
	right: 0px;
	display: none;
}


 .desktop-view {
	
	width: 100%;

}
.ref-commission {

	margin-top: 20px;
}
.mobile-view-ref {
	display: block;
	margin-top: 25px;
}
.ref-btn {
	margin-top: 20px !important;
}
.banner-sec a {
	margin: 10px;
}.banner-p p:first-child {
	font-size: 20px;
	margin-bottom: 0px;
	margin: 15px;
}
.footer-contact {
	text-align: center;
	margin-bottom: 20px;
}
.footer-email {
	text-align: center;
	margin-top: 20px;
}
.footer-nav-list li {
	display: inline-block;
	margin: 0 26px;
	position: relative;
}
.footer-nav-list {
	margin-left: 0px;
	margin-top: 26px;
}
.copy-rights {
	margin-top: 20px;
	margin-bottom: 0px;
}
.footer-pad {d
	margin-top: 0px;

}

.plan-heading {
	text-align: center;
}
.abt-btn {
	text-align: center;
}
.plan-carousel {
	margin-top: 0px;
}
.why-choose-us {
	margin-top: 0px;
}
.why-choose-head {
	text-align: center;
}
.why-choose-p {
	position: relative;
	left: 0px;
	text-align: center;
}
.stat-wave-bg {
	margin-top: 0px;
}
.stat-title {
	position: relative;
	left: 0p;
	text-align: center;
}
.how-it-list {
	width: 100%;
	margin-bottom: 20px;
}
.how-it-list {
	border-radius: 10px;
	padding: 20px 20px;

	margin-bottom: 20px;
	text-align: center;
}
.how-it-ico {
	text-align: center;
	padding: 13px 0px;
	position: relative !important;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.affiliate-sec {
	margin-bottom: 0px;
}
.last-dep, .last-with {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}
.company-add {
	display: block;
	align-items: start;
	margin-top: 0px;
	justify-content: center;
	text-align: center;
}
.compny-name {
	margin-top: 0px;
	left: 0px;
	text-align: center;
}
.company-address {
	text-align: center;
	margin-top: 25px;
}
.footer-pad {
	margin-top: 0px !important;
	background: #061811;
	padding: 20px;
}.history-bg::after {
	top: 148px;
	z-index: -1;
}
.stat-title {
	position: relative;
	left: 0px;
}
.head-pad {
	margin-top: 30px;
	margin-bottom: 30px;
}
.head-logo {

	margin-top: 20px;
}
 .abt-footer-pad {
	margin-bottom: 25px;
}
.innerpage-pad {
	padding: 30px 0px;

}
.form-back {
	margin-top: 20px;
}
}
 @media only screen and (max-width:767px) {
 .stat-wave-bg::after {

	width: 100%;

}
.footer-nav-list li {

	margin: 0 12px;

}
.history-bg::after {
	top: 171px;
	z-index: -1;
}
}
 @media only screen and (max-width: 575px) {
 .company-details {
	display: block;

	text-align: center;
}
.form-ico {

	right: 6px;

}
}
 @media only screen and (max-width: 424px) {
 .banner-sec h1 {
	font-size: 25px;
}
 .history-bg::after {
	top: 215px;

}
.footer-nav-list li a {
	font-size: 15px;

}
.company-contnet span {
	font-size: 25px;
}

.company-certificate-no small {
	font-size: 27px;
}
.certificate-btn .btn-info {
	padding: 11px 19px;
	border-radius: 8px;
}
.stat-list-head h1 {
	font-size: 23px;
}
.stat-list-head {
	text-align: center;
	margin-top: 0px;
}
.stat-list-head h1 {
	font-size: 23px;
}
.stat-list-head small {
	font-size: 65px;
}
.plan-height {
	height: 445px;
}
.footer-nav-list li {
	margin: 5px 12px;
}
.footer-nav-list {
	margin-left: 0px;
	margin-top: 15px;
}
.stat-list-head span {
	font-size: 86px;

	top: 0px;
}
}
