body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #3b3947;
    background: #dcdae8;
    font-size: 18px;
    font-weight: 500;
}

.investment .plans-title h2  {
	color:#22202d;
}


.investment .plans-title h4 {
    color: #724ad5;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #268ecb;
    border-color: #268ecb;
}

.lds-ripple {
  /* change color here */
  color: #ffffff;
}
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}



.market-container {
    background: white;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.home-middle {
    background: url(../images/bg1.png) no-repeat center top;
    background-size: cover;
    padding: 30px 0px;
}

a {
    color: #1e5ed3;
    text-decoration: none;
}

.crypto {
	background:#01154a;
	border-bottom:1px solid #052194;
}

.crypto img {margin-right:5px;}


.header {

	 font-family: "Plus Jakarta Sans", sans-serif;
}
.header2 {
    padding-bottom: 30px;
}

.top-wrapper {
   	background:url(../images/banner-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.img1 {
    position: absolute;
    top: 3px;
    left: 0px;
 }

.img2 {
    position: absolute;
    top: 381px;
    right: 0px;
}

.img4 {
    position: absolute;
    top: 90px;
    left: -20px;
}

.img3 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.img3 img, .img4 img {max-width:80%;}

.img1 img {max-width:90%;}

.currencies {
	padding:10px 0px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}

.currencies span {
	color:#23b1ee;
}

.bannerright p {
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 36px;
}

.banners-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

.currency-prices {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#08397a+0,15c09e+100 */
	background: rgb(8,57,122); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(8,57,122,1) 0%, rgba(21,192,158,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(8,57,122,1) 0%,rgba(21,192,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(8,57,122,1) 0%,rgba(21,192,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08397a', endColorstr='#15c09e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius:16px;
	box-shadow: 0px 10px 10px #0d0e1052;
	padding:30px 20px;
	margin-top:60px;
	width:85%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem 0.6rem;
    border-radius: 4px;
    margin: 4px 2px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar-nav {
    border: 2px solid #b79cf29e;
    border-radius: 36px;
    padding: 10px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {color:#4ed8fe; }


.member-menu .navbar-expand-lg .navbar-collapse {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-toggler i {color:white;}



.navbar .btn-outline-primary {
    border: 2px solid white;
    padding: 9px 26px;
    color: white;
}

.tabs-plans img {
    max-width: 32px;
    margin-right: 5px;
}

.tabs-plans .btn {
padding: 5px 10px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 36px;
    background: #574174;
    border: 2px solid #ffffff2b;
    font-size: 16px;
    text-transform: none;
}

.withdraw-table .btn {width:100%; text-align:left;}

.withdraw-table .wrd-but {
    border-radius: 36px;
    padding: 5px 10px;
}

.withdraw-table .btn img {width:32px;}

.page-link {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background-color: #433a89;
    border: 1px solid #433a89;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn, input[type="submit"], input[type="button"]  {
    font-weight: 600;
    border: 0px;
    border-radius: 36px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 16px;
    }




.btn-outline-primary {
    color: #13C5A1;
    border: 2px solid #13C5A1!important;
}

.openacc {
    padding: 20px 65px;
    text-transform: uppercase;
    font-size: 20px;
}

.btn-warning, input[type="submit"], input[type="button"]  {
    color: #ffffff;
    background: linear-gradient(to right, #87e0fd 0%, #784bdc 0%, #9b4fed 100%);
}


.btn-warning:hover, input[type="submit"]:hover, input[type="button"]:hover  {
	background: linear-gradient(to right, #87e0fd 0%,#8052ed 0%,#ad62ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:white;
}


.btn-primary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,784bdc+0,9b4fed+100 */
	background: linear-gradient(to right,  #87e0fd 0%,#784bdc 0%,#9b4fed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#ffffff;
}

.btn-primary:hover, .btn-primary:focus {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,8052ed+0,ad62ff+100 */
	background: linear-gradient(to right, #87e0fd 0%,#8052ed 0%,#ad62ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}



.about_block figure {
	margin-top:30px;
}


.about_block figure.evossl {
	background:white;
	border-radius:6px;
	padding:2px 5px;
	text-align:center;
	margin-top:10px;
}

.about_block figure img {max-width:100%;}

.security h1 {
    color: white;
    font-size: 30px;
    text-align: right;
    margin-top: 10px;
}

.security figure {margin-top:0px; padding-left:10px;}

.bannerright {padding-top:30px;}


.bannerinide {
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
}



.btn.openacc  span {
    background: #f1f2f9;
    background: -moz-linear-gradient(top, #f1f2f9 0%, #d5d8ed 100%);
    background: -webkit-linear-gradient(top, #f1f2f9 0%,#d5d8ed 100%);
    background: linear-gradient(to bottom, #f1f2f9 0%,#d5d8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f9', endColorstr='#d5d8ed',GradientType=0 );
    padding: 13px 10px 17px;
    margin-left: 15px;
    border-radius: 0px 4px 4px 0px;
}

.plans-container {
    position: relative;
}

.account-container .plans-container {
    margin-bottom: 20px;
    }
.flip-box {
    background-color: transparent;
    height: 180px;
    perspective: 1000px;

}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {

}

/* Style the back side */
.flip-box-back {
color: white;
    transform: rotateX(180deg);
    background: #2b1d51;
    border-radius: 6px;
    padding: 10px;
}

.plan-info .flip-box-back ul li {font-size:13px;     line-height: 24px;}

.security-buttons {
	background: rgb(255,152,5);
    background: -moz-linear-gradient(45deg, rgba(255,152,5,1) 0%, rgba(255,194,42,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,152,5,1) 0%,rgba(255,194,42,1) 100%);
    background: linear-gradient(45deg, rgba(255,152,5,1) 0%,rgba(255,194,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9805', endColorstr='#ffc22a',GradientType=1 );
    color:white;
    border-radius:6px;
    margin-bottom:10px;
}

.security-buttons figure {
	margin:15px;
}



.security-buttons p {
	text-transform: none;
    font-weight: 500;
    font-size: 26px;
    padding: 15px;
    border-radius: 0px 4px 4px 0px;
    line-height: 30px;
    padding-top: 20px;

}

.company {
    border: 2px solid #3570A5;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    margin: 0px 5px;
    border-bottom:0px;
}

.company figure {margin-bottom:0px;}

.company h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:10px;
	margin-left:10px;
}

.company h2 span {
	color:#33f385;
	font-weight:700;
	font-size:22px;
	display:block;
}

.bannerwrap {
    padding: 20px 0 70px;
}

.bannerwrap_sub {padding:0px;}


.bannerwrap h1 {
    font-weight: 900;
    color: #ffffff;
    font-size: 82px;
    margin-bottom: 40px;
    line-height: 86px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}


.bannerwrap h1 span {
    color: #3df48b;
}


.bannercontent {
    position: relative;
    width: 100%;
}

.bannerwrap_sub .bannercontent {padding-bottom:0px;} 

.bannerwrap_sub .stat-bg {    margin-top: -90px;}

.plans-title {
    font-size: 48px;
    text-align: center;
    color: white;
    padding: 20px 0px 0px;
    font-weight: 300;
    text-transform:uppercase;



}

.plans-title h2 {
    font-size: 36px;
    font-weight: 400;
    padding: 10px 0px 20px;
}

.plans-title h2 span {
	font-size:36px;
	font-weight:700;
}

.plans-title h4 {
	font-size:16px;
	font-weight:400;
	color:#a999d1;
}

.plan {
    border: 2px solid #7f7696;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1042+0,4c3e6f+100&1+0,0.7+0,0.7+100 */
	background: linear-gradient(to bottom, rgba(30,16,66,0.7) 0%,rgba(76,62,111,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-bottom: 170px;
}

.plan-info figure {
    margin-top: -40px;
    text-align: center;
}
.plan-before {
	background:url(../images/plan-style1.html) no-repeat center top;
	width:24px;
	height:123px;
	position:absolute;
	left:-23px;
	top:20px;
}


.plan-after {
    background: url(../images/plan-style2.html) no-repeat center top;
    width: 24px;
    height: 123px;
    position: absolute;
    right: -23px;
    bottom: 20px;
}

.plan-before2 {
	background:url(../images/plan-style1.html) no-repeat center top;
	width:24px;
	height:123px;
	position:absolute;
	left:-23px;
	top:20px;
}


.plan-after2 {
    background: url(../images/plan-style2.html) no-repeat center top;
    width: 24px;
    height: 123px;
    position: absolute;
    right: -23px;
    bottom: 20px;
}

.contracts {
    background: #1f0b52;
    color: white;
    padding: 30px 0px 100px;
}

.security-block {
	background: linear-gradient(to right, rgba(31, 17, 104, 1) 0%, rgba(70, 31, 147, 1) 100%);
    padding: 20px 15px;
    border-radius: 6px;
    color: white;
    margin-top: 20px;
}

.security-block figure {margin-top:10px;}

.security-block h2 {
    color: #dcdae8;
    font-size: 20px;
    text-transform: uppercase;
    min-width: 45%;
    padding-left: 10px;
    line-height: 36px;
}

.security-block h2 span {
    display: block;
    font-size: 28px;
}

.security-block p {
    border-left: 1px solid white;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 400;
        margin-bottom: 0px;
}

.about_block .security-block p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}
.about_block .plans-title {
	font-size: 30px;
    text-align: left;
    color: #22202d;
    padding-top:0px;
}
    
.about_block p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}   

.plans-title-small {
    font-size: 36px;
    text-align: center;
    color: white;
    padding: 20px 0px 30px;
    font-weight: 300;



}

.about_block .plans-title-big {
	font-size:48px;
}

.what-do {
    background: rgb(4,49,107);
    background: -moz-linear-gradient(left, rgba(4,49,107,1) 0%, rgba(3,70,156,1) 96%);
    background: -webkit-linear-gradient(left, rgba(4,49,107,1) 0%,rgba(3,70,156,1) 96%);
    background: linear-gradient(to right, rgba(4,49,107,1) 0%,rgba(3,70,156,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04316b', endColorstr='#03469c',GradientType=1 );
	padding:30px 0px 160px;
}

.cert-bg {
	background:url(../images/company-bg.png) repeat-x center top;
}

.cert-bg img {max-width:100%;}

.cert-left {

	position:relative;
	
}

.cert-left figure {
	margin-top:-40px;
}

.info {
    background: #4850AC;
    color: white;
    border-radius: 100%;
    position: absolute;
    top: 100px;
    right: 20px;
    width: 130px;
    height: 130px;
    border: 0px;
    box-shadow: 0px 0px 0px 10px #3756cc63;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align:center;
}

.info:hover {  color: white;}

.info p {margin-top:5px;}

.info p b {display:block;}

.plans-title span {font-weight: 700; }




.why-box {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d2767+0,122355+100 */
	background: rgb(29,39,103); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(29,39,103,1) 0%, rgba(18,35,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(29,39,103,1) 0%,rgba(18,35,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(29,39,103,1) 0%,rgba(18,35,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2767', endColorstr='#122355',GradientType=0 ); /* IE6-9 */
    text-align: center;
    border-radius: 16px;
    padding: 20px;
    filter: drop-shadow(-4px 16px 10px rgba(6, 19, 63, 0.7));
    margin-bottom: 10px;
}

.why-box h3 {
    font-weight: 400;
    font-size: 22px;
}


.why-box figure {
    margin: 0 0 0.2rem;
}



.info-banner {
    text-transform: uppercase;
    margin-top: 20px;
}


.last-stat {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;

}

.login-box {
	border:2px solid #8d6ad0;
	border-radius:16px;
	padding:30px;
}

.login-box .stat-content {text-align:left;}

.login-box .stat-content h2 {
    color: #5a36c9;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px;
}

.commission {
    background: rgb(23,194,162);
    background: -moz-linear-gradient(top, rgba(23,194,162,1) 0%, rgba(46,144,195,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,194,162,1) 0%,rgba(46,144,195,1) 100%);
    background: linear-gradient(to bottom, rgba(23,194,162,1) 0%,rgba(46,144,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17c2a2', endColorstr='#2e90c3',GradientType=0 );
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.stat-content {

}

.stat-before {
	background:url(../images/stat-bg1.html) no-repeat center top;
	width:54px;
	height:312px;
	position:absolute;
	left:-52px;
	bottom:30px;
}


.stat-after {
    background: url(../images/stat-bg2.html) no-repeat center top;
	width:54px;
	height:312px;
    position: absolute;
    right: -52px;
    top: 30px;
}




.calculator-container {
    background: linear-gradient(to bottom, rgba(67, 50, 108, 1) 0%, rgba(39, 25, 75, 1) 100%);
    border-radius: 16px;
    border: 1px solid #7f7696;
    padding: 20px 20px 10px;
    margin-top: -100px;
}

.calculator-container  figure {
    margin-left: -120px;
    margin-right: 10px;
    margin-bottom:0px;
}

.calculator-block {
	    background: rgb(23,194,162);
    background: -moz-linear-gradient(top, rgba(23,194,162,1) 0%, rgba(46,144,195,1) 100%);
    background: -webkit-linear-gradient(top, rgba(23,194,162,1) 0%,rgba(46,144,195,1) 100%);
    background: linear-gradient(to bottom, rgba(23,194,162,1) 0%,rgba(46,144,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17c2a2', endColorstr='#2e90c3',GradientType=0 );
    border-radius: 16px;
    padding: 10px 30px;
    margin:30px 0px;
}

.user {
    background: #4850AC;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 36px;
    margin-right:-25px;
        width: 40%;
}

.price {
	border:2px solid #69C6C8;
	border-radius:10px;
	padding:20px 15px;
	margin-bottom:10px;
}

.price img {width:28px; height:auto;}

.price-left h3 {
	font-size:22px;
	font-weight:700;
	margin-bottom:0px;
}

.price-left p {margin-bottom:5px; text-transform:uppercase; font-size:14px; font-weight:600;}

.price-left p span {
	background:#051D4C;
	padding:4px 7px;
	border-radius:36px;
	font-size:13px;
	font-weight:600;
}

.price-right {
	position:relative;
}


.price-left p span.greenup {
    background: #007c4f;
}

.price-left p span.purpledown {
	background:#F53063;
}


.user {
    background: #1F7097;
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 36px;
}

.last-stat .price {
padding: 5px 15px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    border: 0px;
}

.last-stat .price span {
	display:block;
	color:#17cfa4;
	font-size:13px;
}



.greenup1 {
	background:url(../images/greenup.html) no-repeat center;
	width:22px;
	height:22px;
	position:absolute;
	top:10px;
	right:-10px;
}

.purpledown1 {
	background:url(../images/purpledown.html) no-repeat center;
	width:22px;
	height:22px;
	position:absolute;
	top:10px;
	right:-10px;
}

.stat-title {
    background: url(../images/stat-top.html) no-repeat center;
    padding: 5px 0px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.stat-title span {font-weight:700;}

.btn-info {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,32a3ef+0,35d8fb+100 */
	background: linear-gradient(to right, #87e0fd 0%,#32a3ef 0%,#35d8fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 0px;
    color:white;
}

.btn-info:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,1ea5fc+0,51d9fb+100 */
	background: linear-gradient(to right, #87e0fd 0%,#1ea5fc 0%,#51d9fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:white;
}


.amount {

    padding: 0px;
    border-radius: 4px;
}


.amount label {
color: white;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: left;
    padding: 8px;
}

.amount input {
    background: white;
    width: 100%;
    border: 0px;
    border-radius:36px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color:#272B8D;
}

.profit {padding-top:10px; padding-left:3px;}

.calc-foot {
    background: rgb(31,26,121);
    background: -moz-linear-gradient(top, rgba(31,26,121,1) 0%, rgba(23,8,100,1) 100%);
    background: -webkit-linear-gradient(top, rgba(31,26,121,1) 0%,rgba(23,8,100,1) 100%);
    background: linear-gradient(to bottom, rgba(31,26,121,1) 0%,rgba(23,8,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1a79', endColorstr='#170864',GradientType=0 );
    padding: 15px;
    border-radius: 16px;
    margin-top: 10px;
	}

.calc-foot h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #6D7DB9;
    padding-top: 10px;
    line-height: 20px;
    margin-bottom: 0rem;
}

.calc-foot h4 span {
	font-weight:700;
	color: #E99904;
}

.calc-foot h4 span.bigger {
	font-size: 30px;
}

.calc-foot h4 span.bigger b {font-size:20px;}


.feedback-block {
    background: -moz-linear-gradient(top, rgba(2,10,74,0.6) 0%, rgba(2,10,74,0.6) 1%, rgba(23,39,154,0.6) 51%, rgba(13,25,121,0.6) 98%, rgba(13,25,121,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(2,10,74,0.6) 0%,rgba(2,10,74,0.6) 1%,rgba(23,39,154,0.6) 51%,rgba(13,25,121,0.6) 98%,rgba(13,25,121,0.6) 100%);
    background: linear-gradient(to bottom, rgba(2,10,74,0.6) 0%,rgba(2,10,74,0.6) 1%,rgba(23,39,154,0.6) 51%,rgba(13,25,121,0.6) 98%,rgba(13,25,121,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99020a4a', endColorstr='#990d1979',GradientType=0 );
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom:10px;
}

.feedback-top {
    background: url(../images/feedback-bg.html) no-repeat center;
    padding: 25px;
    font-size: 26px;
    margin-top: -50px;
    margin-bottom: 10px;
}

.feed-links a {
    background: #2A57FE;
    color: white;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 36px;
    display: inline-block;
    margin: 6px;
}

.profit p span {
	color:white;
	font-size:18px;
	font-weight:600;
	display:block;
}



.benefits h1 {
	font-size:33px;
	font-weight:300;
}

.benefits h1 span {font-weight:700;}

.benefits p {font-size:20px; color:#329FF3; border-left:1px solid #329FF3; padding-left:20px;}

.benefits p span {font-size:16px; color:white;}


.company-block {
    background: linear-gradient(to right, #2d1677 0%, #461f93 100%);
    border-radius: 10px;
    margin-top: -100px;
}

.company-top figure {margin-bottom:0px;}

.company-inner {
	 background: url(../images/company-bg.png) no-repeat left bottom;
	padding:20px;	 
	min-height: 340px;
}

.company-inner h2 {
font-size: 18px;
    padding-top: 20px;
    margin-left:10px;
}

.company-top a img {
    display: inline;
    margin-left: 20px;
}

.company-inner img {
	max-width: 100%;
    border-radius: 10px;}

.company-inner p {font-size:16px;}

.company-top {margin-bottom:10px;}

.company-top .btn {
    padding: 12px 16px 12px 26px;
    border: 2px solid white;
    border-radius: 36px;
    color: white;
    margin-left: 20px;
    max-height: 56px;
    margin-top: 15px;
}


.company-inner h2 b {
    color: #35dbfb;
    font-size: 26px;
    font-weight: 700;
    display: block;
}

.about_block {
    padding-bottom: 80px;
    padding-top: 70px;
    background: url(../images/bg-about.png) no-repeat center top;
    background-size: cover;
    margin-top: -40px;

}

.about_block ul li {
	background: url(../images/check.png) no-repeat left center;
	padding-left:30px;
	list-style:none;
	line-height:30px;
}

.about_block ul {padding-left:0px; }

.about_block h4 {
	color:#45434f;
	text-transform:uppercase;
	font-size:16px;
}

@media (min-width: 1200px) {
#footer {
    margin-left: 360px;
}

}

.about_block img {
	max-width:100%;
}

.about-bg h2 {
	font-size:30px;
	color:#27b3fc;
	font-weight:800;
	text-transform:uppercase;
	line-height:70px;
}

.about-top p {font-size:26px; font-weight:300;}

.about-bg  h2 span {
	color:#ffb531;

}

.about-top {text-align:center;}

.text-block {
	padding:30px 0px 10px;
}


.sectigo {background:white; border-radius:6px; text-align:center; padding:10px; }

.legality h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}
.text-block h4 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 36px;
}

.text-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.features_block {
    padding: 50px 0px 20px;
    background: #0b1e3a url(../images/feature-bg.html) no-repeat center;
}

.features-top h2 {
    font-size: 48px;
    font-weight: 400;
    padding-right: 0px;
    line-height: 50px;
    margin-top:30px;
}


.features-top h2 span {
	color:#be4eff;
}

.about-info {
	background: #0f4c7487;
    padding: 20px 30px 0px;
    margin-top: 50px;
    border-radius: 10px 0px 0px 10px;
    margin-bottom: 60px;
    text-align: right;
}

.login-container .about-info {
    background: rgb(30,79,154);
    background: -moz-linear-gradient(top, rgba(30,79,154,1) 0%, rgba(20,51,101,1) 47%, rgba(30,79,154,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,79,154,1) 0%,rgba(20,51,101,1) 47%,rgba(30,79,154,1) 100%);
    background: linear-gradient(to bottom, rgba(30,79,154,1) 0%,rgba(20,51,101,1) 47%,rgba(30,79,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4f9a', endColorstr='#1e4f9a',GradientType=0 );
    padding: 20px 30px 40px;
    margin-top: 50px;
    border-radius: 10px;
    margin-bottom: 60px;
    text-align: right;
}


.about-info h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 42px;
}

.about-info p {
	text-transform:uppercase;
	color:#4cc2f5;
	font-size:16px;
	padding-left:20px;
}

.about-info p  span {
	color:#ffc420;
	font-size:60px;
	display:block;
	line-height: 60px;
}

.about-info p  span.address {
		color:#ffffff;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	display:block;
	text-transform:none;
	line-height: 24px;
}


.feature {
    width: 441px;
    height: 440px;
    background: url(../images/feature-bg1.html) no-repeat center;
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 145px;
    line-height:36px;
    position:absolute;
    top:-30px;
    left:0px;
}

.feature1 {
	width:362px;
	height:378px;
	background: url(../images/feature-bg2.html) no-repeat center;
	top:213px;
	left:207px;
	padding-top: 110px;
}

.feature2 {
	width:362px;
	height:378px;
	background: url(../images/feature-bg2.html) no-repeat center;
	top:247px;
	left:0px;
	    padding-top: 110px;
}

.security2 {
	border-radius:6px;
	border:2px solid #56b9d5;
	padding:6px;
	background: -moz-linear-gradient(top, rgba(15,28,60,0.86) 0%, rgba(8,48,102,0.86) 50%, rgba(15,28,60,0.86) 100%);
    background: -webkit-linear-gradient(top, rgba(15,28,60,0.86) 0%,rgba(8,48,102,0.86) 50%,rgba(15,28,60,0.86) 100%);
    background: linear-gradient(to bottom, rgba(15,28,60,0.86) 0%,rgba(8,48,102,0.86) 50%,rgba(15,28,60,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0f1c3c', endColorstr='#db0f1c3c',GradientType=0 );
    margin-top:30px;
}

.security2 h3 {
    color: white;
    font-size: 26px;
    padding-top: 15px;
}

.security2 figure {
	background:white;
	padding:10px;
	border-radius:6px;
	margin-bottom:0px;
	margin-right:20px;
	
	}

.welcomewrap {
	padding: 0 0 50px;
}

.cert {text-align:center;}

.cert a {
    background: rgb(40,157,254);
    background: -moz-linear-gradient(top, rgba(40,157,254,1) 0%, rgba(43,71,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(40,157,254,1) 0%,rgba(43,71,254,1) 100%);
    background: linear-gradient(to bottom, rgba(40,157,254,1) 0%,rgba(43,71,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289dfe', endColorstr='#2b47fe',GradientType=0 );
    border-radius: 16px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
    padding: 15px 20px;
    margin: -50px 30px 10px 60px;
    display: block;
    width: 350px;
    position: relative;
}


.cert img {max-width:100%;}

.about-buttons a.btn {
    color: white;
    font-size: 20px;
    text-align: center;
    display: block;
    width: 48%;
}

.about-buttons img {
	display: block;
    margin: 0px auto;
}

.statwrap {
    border-radius: 6px;
    border: 2px solid #56b9d5;
    padding: 0px;
    background: -moz-linear-gradient(top, rgba(15,28,60,0.86) 0%, rgba(8,48,102,0.86) 50%, rgba(15,28,60,0.86) 100%);
    background: -webkit-linear-gradient(top, rgba(15,28,60,0.86) 0%,rgba(8,48,102,0.86) 50%,rgba(15,28,60,0.86) 100%);
    background: linear-gradient(to bottom, rgba(15,28,60,0.86) 0%,rgba(8,48,102,0.86) 50%,rgba(15,28,60,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0f1c3c', endColorstr='#db0f1c3c',GradientType=0 );


}

.card-info {padding:20px 0px;}

.start-block .card-info h2 {
font-size: 30px;
    text-align: left;
    color: white;
    padding: 20px 0px;
    font-weight: 700;
    text-transform: none;
}

.card-info ul li {
	list-style:none;
	background: url(../images/check.png) no-repeat left center;
	padding-left:30px;
	margin-bottom:5px;
	line-height:24px;
}

.card-info ul {padding-left:0px;}

.start-block .card-info h4 {
font-size: 26px;
    text-align: left;
        color: #f7ba3c;
    padding: 20px 0px;
    font-weight: 600;
    text-transform: none;
}


.statwrap h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.statwrap p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: none;
    line-height: 24px;
    padding: 10px 20px 20px;
}

.statwrap p span {
    display: block;
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    padding: 0px 20px;

}

.statwrap figure {
	padding: 0px;
	margin-bottom:0px;
}
.statwrap h4 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 15px;
}

.step {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
        background: #2d1191;
    background: -moz-linear-gradient(top, #2d1191 0%, #230c7b 100%);
    background: -webkit-linear-gradient(top, #2d1191 0%,#230c7b 100%);
    background: linear-gradient(to bottom, #2d1191 0%,#230c7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1191', endColorstr='#230c7b',GradientType=0 );
    border: 1px solid #11004F;
    border-radius:4px;
    margin-bottom:10px;

}


.step figure {margin:0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3417a2+0,271080+100 */
	background: #3417a2; /* Old browsers */
	background: -moz-linear-gradient(top, #3417a2 0%, #271080 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3417a2 0%,#271080 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3417a2 0%,#271080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3417a2', endColorstr='#271080',GradientType=0 ); /* IE6-9 */
	padding:10px;
	 border-right: 1px solid #11004F;
	 border-radius:4px 0px 0px 4px;
}

.step p {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 0px;
}

.step span {
	font-size: 48px;
    color: #482DAD;
    font-weight: 800;
    padding: 0px 10px;
}

.statistics {
	padding:30px 0px;
	background: #4c2d8e url(../images/stats-bg.jpg) no-repeat center top;
	background-size:cover;
}


.top {
    border-radius: 6px;
    border: 2px solid #56b9d5;
    padding: 0px;
    background: -moz-linear-gradient(top, rgba(15,28,60,0.86) 0%, rgba(8,48,102,0.86) 50%, rgba(15,28,60,0.86) 100%);
    background: -webkit-linear-gradient(top, rgba(15,28,60,0.86) 0%,rgba(8,48,102,0.86) 50%,rgba(15,28,60,0.86) 100%);
    background: linear-gradient(to bottom, rgba(15,28,60,0.86) 0%,rgba(8,48,102,0.86) 50%,rgba(15,28,60,0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0f1c3c', endColorstr='#db0f1c3c',GradientType=0 );
    margin-bottom: 10px;
    text-transform:uppercase;
}


.tab-content {
	padding:20px 0px;
}

.last-stat {
border: 2px solid #8a5ce5;
    border-radius: 16px;
    padding: 15px;
    background: linear-gradient(to right, rgb(31 17 104 / 48%) 0%, rgb(70 31 147 / 52%) 100%);
    margin-top: 20px;
}

.stat-top {margin-bottom:20px;}

.stat-top h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.stat-top figure {margin-bottom:0px;}

.stat-top figure img {max-width:100%;}

.stat-top h2 span {font-weight:700;}

.affiliates-figure img {
	max-width:100%;
}

.affiliates-container {
    padding: 20px 30px;
    background: #e6e4f1 url(../images/affiliate-bg.png) no-repeat right bottom;
    border-radius: 16px;
    box-shadow: 0px 10px 20px #00000054;
    margin-top: -50px;
    padding-bottom: 0px;
}

.affiliates-container h4 {
	font-size:20px;
	text-transform:uppercase;
	color:#817f8c;
	text-align:center;
}

.affiliates-container h3 {
	color:#604bb9;
	font-size:36px;
	margin-bottom:20px;
}

.affiliates-container p {
	color:#22202d;
	font-size:18px;
	line-height:30px;
}

.affiliates-container p.bold {
	color:#1d0e5d;
	font-weight:700;
	margin-top:10px;
}

.stat-left {
	background: linear-gradient(to bottom, #87e0fd 0%, #5230a1 0%, #2a1362 100%);
    border-radius: 16px;
    padding: 12px 15px;
    border: 2px solid #a88cf9;
    margin-bottom: 10px;
    box-shadow: 10px 10px 0px #09032673;
}

.stat-left  h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 4px;;
}


.stat-left  h1 span {
	display:block;
	font-size:20px;
	font-weight:700;
}

.stat-left p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #35d8fb;
    text-transform: uppercase;
}

.stat-left p span {
	color:white;
	font-size:14px;
	display:block;
}

.subpage_account .stat-left p {
	font-size:16px;
	color:white;
	text-transform: none;
}

.subpage_account .stat-left p b {
	display: block;
    color: #32a3ef;
    font-size: 20px;
    margin-bottom: 5px;
}


.stat-left figure {
    margin-bottom: 0px;
    z-index: 10000;

}

.stat-right {
    background: rgb(20,36,88);
    background: -moz-linear-gradient(left, rgba(20,36,88,1) 0%, rgba(39,44,121,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,36,88,1) 0%,rgba(39,44,121,1) 100%);
    background: linear-gradient(to right, rgba(20,36,88,1) 0%,rgba(39,44,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142458', endColorstr='#272c79',GradientType=1 );
    text-align: right;
    padding: 10px 25px;
    font-size: 30px;
    font-weight: 800;
    border-radius: 0px 66px 66px 0px;
    padding-top: 20px;
	
}

.stat-right span {
	color:#CF7934;
}

.pay-info span {
	font-size:14px;
	color:#EFA81D;
	font-weight:600;
}

.pay-info span.date {display:block; color:#8872E6;}

.pay-amount {
	font-weight:700;
	font-size:16px;
	padding-top:15px;
}

.pay-amount img {width:20px;}



.member_info p {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.top figure {
    margin-bottom: 0px;
    background: rgb(52,164,192);
    background: -moz-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(21,126,152,1) 46%, rgba(79,189,217,1) 100%);
    background: -webkit-linear-gradient(top, rgba(52,164,192,1) 0%,rgba(21,126,152,1) 46%,rgba(79,189,217,1) 100%);
    background: linear-gradient(to bottom, rgba(52,164,192,1) 0%,rgba(21,126,152,1) 46%,rgba(79,189,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a4c0', endColorstr='#4fbdd9',GradientType=0 );
    padding: 6px 10px;
    margin-right: 20px;
    min-width: 80px;
    text-align: center;
	
	}

.top span {
    display:block;
    font-size: 26px;
    margin-top: 0px;
    color:#f0c752;
        font-family: 'Koulen', sans-seri
    
}

.top p {
	margin-bottom:0px;
	line-height:24px;
	padding-top:16px;
}


.affiliate_text {padding-left:30px;}

.affiliate_text img {max-width:100%;}

.affiliate_area {
background: #200f60 url(../images/stats-bg.jpg) no-repeat center top;
    padding: 50px 0px 50px;
    background-size: cover;
}

.affiliate_area h1 {
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 60px;

}

.affiliate_area h4 {
	color:#dcdae8;
	font-size:20px;
	text-transform:uppercase;
	
}

.affiliate_area h2 {
    color: #dcdae8;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
	
}
.affiliate_area h2 span {font-weight:700;}



.affiliate_text p {
	font-size:18px;
	line-height:28px;
}

.affiliate_text a {
	    background: #ffe500;
    background: -moz-linear-gradient(top, #ffe500 0%, #ffc908 100%);
    background: -webkit-linear-gradient(top, #ffe500 0%,#ffc908 100%);
    background: linear-gradient(to bottom, #ffe500 0%,#ffc908 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe500', endColorstr='#ffc908',GradientType=0 );
    color:#132048;
    font-size:18px;
    font-weight:600;
    padding:20px 30px;
    display:inline-block;
    border-radius:6px;
    text-transform:uppercase;
    text-decoration:none;
}

.affiliate_text a:hover {background: #ffe500;}

.affiliate_area h1 span {
	color:#feb300;
}

.affiliate_image {
    position: relative;
    padding: 0px 0px;
    text-align: center;

	
}

.stat-row {
    margin-bottom: 10px;
    background: #1a0449;
    color: #ffffff;
    padding: 10px;
    border-radius: 6px;
}

.stat-row figure {margin-bottom:0px;}
.stat-row figure img {max-width:34px;}

.stat-row h2 {
	font-size:16px;
	text-transform:none;
	font-weight:600;
	text-align:left;
	margin-bottom:0px;
}

.stat-row h2 span {
	color:#c089fd;
	font-size:20px;
	display:block;
}

.affiliate_area .plans-title  {
	text-align:left;
	font-size:36px;
}


.affiliate_area .plans-title span {
	color:#18c0a3;
	font-size:36px;
}

.affiliate_image  .aff-bottom {
	text-align:center;
}
.affiliate_image img {
    max-width: 100%;
    margin-bottom: -150px;
}
.payment-processors {
    padding: 20px 0px 0px;
    text-align: left;
    margin-top: 20px;
}
.payment-processors p {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}

.payment-processors p a {color:#2a46fa;}

.payment {
    display: inline-block;
    margin: 3px;
    background: white;
    border-radius: 36px;
    min-width: 130px;
    text-align: right;
    padding-right: 15px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px #00000029;
    font-size: 15px;

}

.payment img {
	float: left;
    margin-left: -10px;}

.payment-processors h4 {
	font-size:20px;
	text-align:left;
}


.footer-middle {
	background: linear-gradient(to right, rgba(31, 17, 104, 1) 0%, rgba(70, 31, 147, 1) 100%);
    padding: 20px 15px;
    border-radius: 16px;
    color: white;
}

.footer-copy img {max-width: 231px;}


.percent {
    color: white;
    background: rgb(52,164,192);
    background: -moz-linear-gradient(top, rgba(52,164,192,1) 0%, rgba(21,126,152,1) 46%, rgba(79,189,217,1) 100%);
    background: -webkit-linear-gradient(top, rgba(52,164,192,1) 0%,rgba(21,126,152,1) 46%,rgba(79,189,217,1) 100%);
    background: linear-gradient(to bottom, rgba(52,164,192,1) 0%,rgba(21,126,152,1) 46%,rgba(79,189,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a4c0', endColorstr='#4fbdd9',GradientType=0 );
	padding:15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius:6px;
    margin-top:10px;
    text-align:center;
}

.percent2 {
	    background: rgb(240,199,82);
    background: -moz-linear-gradient(top, rgba(240,199,82,1) 0%, rgba(228,165,9,1) 46%, rgba(251,197,90,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,199,82,1) 0%,rgba(228,165,9,1) 46%,rgba(251,197,90,1) 100%);
    background: linear-gradient(to bottom, rgba(240,199,82,1) 0%,rgba(228,165,9,1) 46%,rgba(251,197,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c752', endColorstr='#fbc55a',GradientType=0 );
}

.percent3 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e4f9a+0,143365+47,1e4f9a+100 */
background: rgb(30,79,154); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,79,154,1) 0%, rgba(20,51,101,1) 47%, rgba(30,79,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,79,154,1) 0%,rgba(20,51,101,1) 47%,rgba(30,79,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,79,154,1) 0%,rgba(20,51,101,1) 47%,rgba(30,79,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4f9a', endColorstr='#1e4f9a',GradientType=0 ); /* IE6-9 */
}

.percent figure {
    width: 97px;
    height: 100px;
    background: url(../images/aff-icon-bg.html) no-repeat center;
    display: block;
    font-size: 36px;
    text-align: center;
    line-height: 102px;
    margin: 0px auto;
    font-weight: normal;
    margin-top: -40px;
}


.percent h2 {
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 50px;
}

.percent h2 span {font-size:36px;}

.percent p {
    font-weight: 400;
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
    }

.aff-bottom {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
.nav-pills .nav-link {
    border: 0px;
    color: white;
    font-size: 16px;
    margin-right: 10px;
    padding: 0.8rem 1rem;
	background: linear-gradient(to right, #87e0fd 0%, #784bdc 0%, #9b4fed 100%);
    font-weight: 600;
    border-radius: 36px;
    text-transform: uppercase;
    z-index: 0;
    position: relative;
    text-align:center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: linear-gradient(to right, #87e0fd 0%, #32a3ef 0%, #35d8fb 100%);
	color:#ffffff;
	 z-index:10000;
}

.nav-pills .nav-link img {margin-left:10px;}

.nav-pills .nav-link span {font-weight:700;}


.tabs-plans {
    background: linear-gradient(to bottom, rgba(30, 16, 66, 1) 0%, rgba(76, 62, 111, 1) 100%);
    border-radius: 10px;
    padding: 18px 15px;
       border: 2px solid #7f7696;
	
}

.plan-top {

}



.plan-name {
    background: url(../images/plan1.png) no-repeat left center;
    padding: 10px 10px 20px 25px;
    margin-left: -28px;
    
}

.plan-name2 {
	 background: url(../images/plan2.png) no-repeat left center;
}

.plan-name3 {
	 background: url(../images/plan3.png) no-repeat left center;
}


.plan-name h2 {
	font-weight:800;
	font-size:48px;
}

.plan-name h2 span {
	font-size:36px;
}

.plan-name p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 6px;
}

.plan-name p span {
	font-size:26px;
	font-weight:bold;
	display:block;
}

.plan-group {
    padding: 0px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 16px;
}

.plan-group h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0px 10px;
}

.plan-group h4 span {
	color:#7bd952;
}


.last-row .plan-group {margin-bottom: 0px;}

.plan-group figure {
	margin: -50px auto 0px;
    text-align: center;
}


.plan-number {
    padding-bottom: 10px;
}


.plan-number h2 {
    font-size: 46px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 26px;
    padding: 0px 8px;
    margin-top: 11px;
}

.plan-number h2 span {font-size:36px;}

.plan-number h2 span.daily {
	    font-size: 22px;
    display: block;
}


.plan-number p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 6px;
    padding: 6px 15px;
    border-left: 2px solid #FFC23F;
}

.plan-number p b {
	font-size:30px;
	font-weight:normal;
	display:block;
}

.number-inner p {
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}

.number-inner p.percent_after {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -5px;
}

.number-inner h2 span {
    font-size: 26px;
    margin-top: 0px;
    margin-left: 5px;
}

.plan-terms {
	font-size:20px;
	text-align:center;
	text-transform:uppercase;

}

.plan-terms span {font-weight:700; font-size:26px; display:block;}

.conditions {
   text-align:center;
	}

.conditions ul {
    padding: 0px 0.6rem;
    text-align: center;

}

.conditions ul li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    border-bottom: 2px dotted #6B73CE;
    text-align: center;
    line-height: 24px;
	  
}
.account-container .conditions ul li {
    font-size: 13px;
    line-height: 14px;
    padding: 6px;

}

.account-container .plans-content {
    padding: 26px 0px 10px;
}

.account-container .conditions {
    text-align: center;
    margin-top: -16px;
}


.account-container .plan-bottom .btn-warning {
    margin: -60px auto 10px;
    padding: 10px 30px;
    font-size: 14px;
}

.account-container .plan-top h2 {
    font-size: 56px;
    }
.account-container .plan-top h2 span {
    font-size: 30px;
    margin-top: 5px;
}    

.conditions ul li span {
    color: #f3a91f;
}

.calc-button {
    background: rgb(38,170,249);
    background: -moz-linear-gradient(left, rgba(38,170,249,1) 0%, rgba(7,229,157,1) 100%);
    background: -webkit-linear-gradient(left, rgba(38,170,249,1) 0%,rgba(7,229,157,1) 100%);
    background: linear-gradient(to right, rgba(38,170,249,1) 0%,rgba(7,229,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26aaf9', endColorstr='#07e59d',GradientType=1 );
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: 180px;
    margin: -30px auto 0px;
    z-index: 10000;
    position: relative;
    text-align: center;
}

.plan-bottom {
    padding-bottom: 10px;
    text-align: center;


}


.plan-bottom .btn-warning {
    margin: 0px auto 10px;
    padding: 10px 30px;
}

.calculator_block {
    
}

.calculator_block h1 {
	text-align:center;
	font-size:60px;
	font-weight:normal;
}

.calculator_block h1 span {
	color:#ffc741;
}

.carousel-indicators {
	    margin-bottom: 0rem;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #100546;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-radius: 100%;
}



.calculator_block h1 {
    text-align: left;
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 24px;
    text-transform: uppercase;
}

.calculator_block h1 b {font-weight:700;}

.calculator_block h1 span {
	color:#ffc741;
}


.calculator-left {
	color: #464548;
    padding: 30px 20px 10px 0px;
    position: relative;
}

.calc-icon {
    position: absolute;
    background: #FEE500;
    padding: 29px;
    top: 50px;
    right: -60px;
    box-shadow: -15px 15px 0px 0px #243a78f2;
}


.calculator-left h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 20px;
}

.calculator-left .col-form-label {font-size:26px;}

.calculator-left h1 span {
	color:#ba49ff;
}

.calculator-left  p {
	font-size:14px;
}

.calculator-right {
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.plan-select {
    margin-bottom: 10px;
    margin-top: 30px;
}

.plan-range {
    position: relative;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.plan-range output {
	position: absolute;
    left: 0px;
    top: -10px;
}

.calculator-left input#money {

	font-size: 26px;
    color: #3b4347;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    border: 2px solid #b746ff;
    padding: 0px 10px;

}

.input-group-text {
	background: linear-gradient(to right, #87e0fd 0%, #784bdc 0%, #9b4fed 100%);
    color: white;
    border: 0px;
}

.plan-range input#money:focus {
	outline:none;
	border:0px;
}

.plan-range input {width:100%;}

.plan-drop {

}

.plan-drop label {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.plan-drop select {
    background: #160938;
    color: #8f889f !important;
    border: 0px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 6px;
    text-transform: none;
}


.plan-drop span {
    background: #ffe500;
    background: -moz-linear-gradient(top, #ffe500 0%, #ffc908 100%);
    background: -webkit-linear-gradient(top, #ffe500 0%,#ffc908 100%);
    background: linear-gradient(to bottom, #ffe500 0%,#ffc908 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe500', endColorstr='#ffc908',GradientType=0 );
    padding: 14px;
    margin-left: 14px;
    position: absolute;
    right:0px;
    top:0px;
}

.plan-drop option {
	background:#160938;
	color:white;
	border:0px;
	padding:5px;
}

.account-container {
	    background: rgb(16,34,82);
    background: -moz-linear-gradient(left, rgba(16,34,82,1) 0%, rgba(40,44,122,1) 100%);
    background: -webkit-linear-gradient(left, rgba(16,34,82,1) 0%,rgba(40,44,122,1) 100%);
    background: linear-gradient(to right, rgba(16,34,82,1) 0%,rgba(40,44,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102252', endColorstr='#282c7a',GradientType=1 );
    border-radius: 16px;
    border-top: 10px solid #AA5F14;
    padding: 20px;
    filter: drop-shadow(-4px 16px 10px rgba(6, 19, 63, 0.7));

}

input[type="range"]::-webkit-slider-thumb {
     -webkit-appearance: none;
      background: rgb(24,96,190);
    background: -moz-linear-gradient(top, rgba(24,96,190,1) 0%, rgba(9,60,127,1) 100%);
    background: -webkit-linear-gradient(top, rgba(24,96,190,1) 0%,rgba(9,60,127,1) 100%);
    background: linear-gradient(to bottom, rgba(24,96,190,1) 0%,rgba(9,60,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1860be', endColorstr='#093c7f',GradientType=0 );
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius:100%;
}



.resultbox {
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 46px;
    margin-bottom:0px;
}
.resultbox p {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.resultbox h3 {
    margin-bottom: 0px;
    font-weight: 700;
    color: #894de5;
    font-size: 30px;
    text-align: center;
}

.resultbox .form-control {
    margin-bottom: 0px;
    font-weight: 700;
    background: #160938;
    color: #8f889f !important;
    font-size: 20px;
    text-align: center;
    padding: 5px 10px;
    border: 0px;
    line-height: 1rem;
    margin: 0px;
    border-radius: 4px;
}

.amount p {
 margin-bottom: 0px;
    margin-top: 10px;
}


.block-container {
background: #20438E;
    box-shadow: 20px 20px 0px 0px #1e377b8c;
    margin-left: -60px;
    z-index: 0;
    padding-left: 90px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 40px;
}

.cert-info figure{
    position: relative;
    z-index: 1000000;
}

.cert-info figure img {max-width:100%;}

.cert-info {
    z-index: 1000;
    position: relative;
    }

.divider {
    height: 2px;
    background: #ffc741;
}
.calculateresults {
    padding: 10px 0px;
}

.right_info h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 60%;
}

.right_info h1 span {font-weight:700;}

.right_info  a {
    background: #2C8FC5;
    color: white;
    text-decoration: none;
    padding: 22px 30px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.right_info {padding-left:20px; position:relative; z-index:1000;}

.right_info  a:hover {background:#2F9EDA;}

.about-right-image {
    position: absolute;
    z-index: 0;
    right: 0px;
    bottom: -202px;
}

.block p {
	color:#79a5e9;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:0px;
	margin-top:10px;
}

.block h4 {
	font-weight:600;
	font-size:16px;
	
}


.loading-form {
	padding-top:40%;
}

.loader {
  width: 8px;
  height: 48px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  color: #FFF;
  box-sizing: border-box;
  animation: animloader 0.6s linear infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
  25% {
    box-shadow: 20px 0px, 40px  0px, 60px 10px;
  }
  50% {
    box-shadow: 20px 10px, 40px -10px, 60px 0px;
  }
  75% {
    box-shadow: 20px 0px, 40px 0px, 60px -10px;
  }
  100% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
}
    
    


.company_info h2 {
	background: url(../images/feat_dots.html) no-repeat right center;
	padding-right:30px;
	font-size:26px;
	font-weight:600;
	text-transform:uppercase;
	padding:20px 30px 20px 20px;
}

.company_info h2 span {
	font-weight:700;
	color:#ffe100;
	display:block;
	font-size:30px;
}

.company_info .block h2 {
	font-size:36px;
	font-weight:800;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	background:transparent;
}

.stats_title {
	background: url(../images/stats_title_bg.html) no-repeat left center;
	padding:20px 0px;
}

.stats_title h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: white;
}




.footer {
	padding-top:30px;
    padding-bottom: 30px;
    font-size:20px;
    font-weight:600;
    background: url(../images/footer-bg1.html) no-repeat left center;

}

.footer-bottom {
	height:30px;
    background: url(../images/footer-bg2.html) no-repeat left center;

}

.processors p {
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
}


.wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 22px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}



.border-top {
	border-top:1px solid #13CEC1!important;
}



.footer ul li {
    list-style: none;
    padding-left: 0px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-left: 24px;
    background:url(../images/list-bg.png) no-repeat left center;
	
}

.footer-copy {
    padding-left: 30px;
    margin-top: 20px;
}

.footer-copy p {
    text-transform: uppercase;
    font-size: 16px;
}

.footer ul {
	    padding-left: 0px;
    margin-top: 20px;
}

.footer ul li {display:block;}


.footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    text-align:right;

}


.footer ul li a.mail {
	color:#2f8fc4;
	text-transform:none;
}

.footer-menu h2 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-top: 25px;
}

.footer-menu {
	padding-right:30px;
}

.footer-address {
	text-align:right;
	font-size:16px;
}

.footer-menu p {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-menu span {margin-right:5px;}

.footer-menu p a {color:#34cff9;}

/*slider*/


.plan-out {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f1a79+0,170864+100 */
	background: rgb(31,26,121); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(31,26,121,1) 0%, rgba(23,8,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(31,26,121,1) 0%,rgba(23,8,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(31,26,121,1) 0%,rgba(23,8,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1a79', endColorstr='#170864',GradientType=0 ); /* IE6-9 */
	border-radius:16px;
}

.plan-top {
    text-align: center;

}

.plan-info {
    border-radius: 10px;
    padding: 5fpx;
}


.plan-info2 {
	display:none;
	
}

.plan-info:hover .plan-info2 {display:block;}


.plan-info a {
text-align: center;
    padding: 10px 15px;
    border-radius: 36px;
    display: block;
    margin: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.plan-info ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:16px;
}
.plan-info ul li {
    border-bottom: 1px solid #60557d;
    line-height: 36px;
    color:#e7f3fa;
    font-weight:400;
}

.plan-info ul  li span {
	float:right;
	font-weight:600;

}

.plan-info ul  li span.bold {
	float:right;
	color:#af37dc;
	font-weight:700;

}

.carousel-control-prev {
    left: -140px;
}

.carousel-control-next {
    right: -140px;
}

.plan-active {
    border: 3px solid #ffb228;
    border-radius: 20px;
    margin-top: -30px;
    box-shadow: 0px 10px 10px #0d0e1052;
}

.plan-active .plan-top {
    background: url(../images/plan-bg-active.html) no-repeat left center;
    padding-top: 20px;
    padding-bottom: 50px;
    background-size: cover;
}


.plan-top h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 65px;
    padding-top: 0px;
}

.plan-top h2 span {font-size:36px; margin-top:10px;}

.plan-top h3 {
	color: #F3B107;
	font-size:30px;
	font-weight:800;
	text-transform:uppercase;
	    margin-bottom: 0px;
	        margin-top: -5px;
}

.plan-top p {
    color: #c986e3;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.plan-active .plan-bottom .btn-warning {
	    margin: 0px auto 10px;
}

.investment .plan {
	    background: linear-gradient(to bottom, rgba(30, 16, 66, 1) 0%, rgba(76, 62, 111, 1) 100%);
}

.investment .plan-top h2 {color:white;}

.footer ul li span {
	color:#b846ff;
	font-size:26px;
	display:block;
}

.invesment .plans-title h2  {
	color:#22202d;
}

.footer figure {
    border: 2px solid #e7e6f4;
    border-radius: 6px;
    padding: 10px 5px;
    text-align: center;
}

.footer-info {
    text-transform: uppercase;
    font-size: 20px;
    border-top: 1px dashed #FFCF51;
    padding-top: 30px;

}

.footer-info span {color:#b543ff;}

.banner-atm  {padding-bottom:20px;}

.banner-atm h2 {
	font-size:24px;
	font-weight:700;
	text-align:center;
}

.btn-primary-inverse {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1875+0,100547+100 */
	background: rgb(30,24,117); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(30,24,117,1) 0%, rgba(16,5,71,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30,24,117,1) 0%,rgba(16,5,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30,24,117,1) 0%,rgba(16,5,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1875', endColorstr='#100547',GradientType=1 ); /* IE6-9 */
}

.btn-primary-inverse:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1875+0,1c0d67+100 */
	background: rgb(30,24,117); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(30,24,117,1) 0%, rgba(28,13,103,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30,24,117,1) 0%,rgba(28,13,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30,24,117,1) 0%,rgba(28,13,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1875', endColorstr='#1c0d67',GradientType=1 ); /* IE6-9 */
}

/*Subpages*/




.refinfos {
	background: linear-gradient(to bottom, #87e0fd 0%, #5230a1 0%, #2a1362 100%);
    border-radius: 3px;
    padding: 15px;
    margin-bottom:10px;
}
.refinfos h2 {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0px;
    border: 2px solid #ffffff47;
    border-radius: 6px;
}


.login-container h2 {
	color:#5968BE;
	font-size:1.5rem;
}


.login-container .about-info h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 42px;
    color:white;
}

.page-title {
font-size: 36px;
    text-align: center;
    color: #22202d;
    padding: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.page-title.smaller {font-size:30px; text-align:left;}

.page-title span {
    font-weight: 700;
}
.login-container2 img {max-width:100%;}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: white;
    text-align: left;
    border: 0;
    background: linear-gradient(to right, rgba(31, 17, 104, 1) 0%, rgba(70, 31, 147, 1) 100%);
    border-radius: 36px;
    box-shadow: 0px 5px 5px #0d0e102b;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;

}

.accordion-body {
    padding: 1rem 1.25rem;
    font-weight: 400;
    line-height: 24px;
}

.accordion-item {
    background: #e6e5ee;
    box-shadow: 0px 5px 5px #0d0e1052;
    border: 0px;
    margin-bottom: 7px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
    font-size: 15px;
}

.accordion-button i {
	color: #3CACC8;
	margin-right:6px;
}

.accordion-button:not(.collapsed) {
    color: #bec3ff;
    background-color: #0e2c57;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.start-block {
	background:#2d1677 url(../images/company-bg.png) no-repeat left bottom;
    padding: 20px;
    border-radius:16px;
    margin-bottom:15px;
    color:white;
        min-height: 350px;
}

.start-block h2 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 20px;
}

.start-top {
	border: 2px solid #b79cf29e;
    border-radius: 10px;
    padding: 6px 15px;
    margin-bottom:20px;
}

.start-block p {
line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

.start-block h2 b {
    color: #18BEA4;
}

.investment img {max-width:100%;}

.form-footer {
    background: linear-gradient(to right, #87e0fd 0%, #784bdc 0%, #9b4fed 100%);
    color: #ffffff;
    padding:10px;
    margin-top: 20px;
    text-align: center;
    border-radius:36px;
}

.form-footer a {color:white;}

.card, .login-container {
    background: -moz-linear-gradient(top, rgba(2,10,74,0.6) 0%, rgba(2,10,74,0.6) 1%, rgba(23,39,154,0.6) 51%, rgba(13,25,121,0.6) 98%, rgba(13,25,121,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(2,10,74,0.6) 0%,rgba(2,10,74,0.6) 1%,rgba(23,39,154,0.6) 51%,rgba(13,25,121,0.6) 98%,rgba(13,25,121,0.6) 100%);
    background: linear-gradient(to bottom, rgba(2,10,74,0.6) 0%,rgba(2,10,74,0.6) 1%,rgba(23,39,154,0.6) 51%,rgba(13,25,121,0.6) 98%,rgba(13,25,121,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99020a4a', endColorstr='#990d1979',GradientType=0 );
    border-radius: 16px;
    box-shadow: 0px 0px 20px #0000004d;
    border: 0px;
    padding:30px;
}

.login-title {
	    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 70px;

}

.login-title p {
    font-size: 20px;
    text-transform: none;
    line-height: 30px;
}

.form-control, input[type="text"], input[type="password"], input[type="email"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #001661;
    background-color: white;
    background-clip: padding-box;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    border-radius: 36px;
    border: 2px solid #abb0e7;
}

select {
    padding: 0.375rem 0.55rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0B1355;
    background-color: white;
    background-clip: padding-box;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #b98bf5;
}

.form-control:focus {
    color: #001661;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #c6abf9;
}


.card-top figure {margin-bottom:0px;}

.login-title span {
	    color:#07e69a;
}

.account-table {padding:10px;}
 

.table td.inheader {
    color: white;
    border-bottom: 1px solid #612291;
    font-weight: 600;
    background: rgb(57,28,133);
    background: -moz-linear-gradient(45deg, rgba(57,28,133,1) 0%, rgba(122,38,153,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(57,28,133,1) 0%,rgba(122,38,153,1) 100%);
    background: linear-gradient(45deg, rgba(57,28,133,1) 0%,rgba(122,38,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#391c85', endColorstr='#7a2699',GradientType=1 );

}

table {width:100%;}

table td, table tr {
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: 1px solid #38598b54;
}

table td.inheader {
    font-size: 16px;
    color: #4b4089;
    font-weight: 600;
}

.btn-secondary {
    color: #fff;
    background-color: #6c4e95;
    border-color: #312f97;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #32a3ef;
    border-color: #32a3ef;
}

.account-table table {margin-bottom:10px;}

.account-table h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}


.subpage_account .plan-terms{
	font-size:16px;
}

.subpage_account .return img {
    display: inline-block;
    margin: 0px;
}

.subpage_account .plan-number {
	padding:0px;
	margin:0px;
	padding-top:8px;
}

.subpage_account .plan-number h2 {
	font-size:26px;
}


.subpage_account .subpage_wrap {
     background: transparent;
    border-radius: 6px;
    padding: 20px;
    border: 2px solid #b79cf29e;
}
.subpage_account .subpage_wrap .account-table h3 {color:#784bdc;}

.member-menu {

}




.account-block1 {
    background: -moz-linear-gradient(top, rgba(2,10,74,0.6) 0%, rgba(2,10,74,0.6) 1%, rgba(23,39,154,0.6) 51%, rgba(13,25,121,0.6) 98%, rgba(13,25,121,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(2,10,74,0.6) 0%,rgba(2,10,74,0.6) 1%,rgba(23,39,154,0.6) 51%,rgba(13,25,121,0.6) 98%,rgba(13,25,121,0.6) 100%);
    background: linear-gradient(to bottom, rgba(2,10,74,0.6) 0%,rgba(2,10,74,0.6) 1%,rgba(23,39,154,0.6) 51%,rgba(13,25,121,0.6) 98%,rgba(13,25,121,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99020a4a', endColorstr='#990d1979',GradientType=0 );
    border-radius: 6px;
    padding: 30px;
    filter: drop-shadow(-4px 16px 10px rgba(6, 19, 63, 0.7));
}

.account-block2 {
	background: linear-gradient(to bottom, rgba(67, 50, 108, 1) 0%, rgba(39, 25, 75, 1) 100%);
    border: 1px solid #7f7696;
    border-radius: 6px;
    padding: 20px;
    margin: 0px 0px 30px;
    font-size: 16px;
    color:white;

}

.account-block h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


.block-info p {
    margin-bottom: 0px;
}

.account-block2 span {
    color: #c6abf9;
    font-size: 20px;
    display: block;
    font-weight: 700;
}

.account-block {
    padding: 12px 0px;
}


.mem-block {
    border-radius: 6px;
    margin-bottom: 20px;
    border-top: 0px;
    background: linear-gradient(to bottom, #87e0fd 0%, #5230a1 0%, #2a1362 100%);
    padding: 10px 15px;
    color: white;
}


.mem-block figure {margin-bottom:0px;}

.mem-block p {margin-bottom:0px;}

.mem-block span {
    display: block;
    color: #32a3ef;
    font-size: 16px;
    font-weight: 600;
}

.account-block3 {
    line-height: 36px;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 12px 0px;
    border: 2px solid #7f769678;
}



.account-block3 figure {
    margin: 10px auto;
    text-align: center;
}

.block-but a {
    border-radius: 36px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    background: linear-gradient(to right, #87e0fd 0%, #32a3ef 0%, #35d8fb 100%);
    color:white;
    min-width:140px;
}


.block-but a:hover {
	background: linear-gradient(to right, #87e0fd 0%,#1ea5fc 0%,#51d9fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.account-block3 p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}
.account-block3 p span {
    float: right;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    background: linear-gradient(to bottom, #87e0fd 0%, #5230a1 0%, #2a1362 100%);
    width: 30%;
    text-align: right;
    padding: 0px 10px;
    border-radius: 6px;
}
.select-button .radio {
    color: white;
    width: auto;
    padding: 10px 6px;
    background: linear-gradient(to right, #87e0fd 0%, #784bdc 0%, #9b4fed 100%);
    margin: 10px;
    display: block;
    border-radius: 36px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    cursor:pointer;
}

.select-button input[type=radio] {
	display: none;
}
.select-button  input[type="radio"]:checked + .radio {
    color: white;
    width: auto;
    padding: 10px 6px;
       background: linear-gradient(to right, #87e0fd 0%, #32a3ef 0%, #35d8fb 100%);
    margin: 10px;
    display: block;
    border-radius: 36px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.alert-info {
    color: #ffffff;
    background-color: #485ba1;
    border-color: #485ba1;
}

.subpage_wrap {
background: #e7e6ef url(../images/bg3.png) no-repeat center top;
    padding: 70px 0px 70px;
    background-size: cover;
}

.subpage_account {
    background: url(../images/bg1.png) no-repeat center top;
    padding-top: 40px;
    padding-bottom: 20px;
}

.login-container img {max-width:100%;}

.cert-image {
padding: 0px;
    border: 2px solid #e7e6f4;
    margin: 0px 30px;
    background: white;
    text-align:center;
}

.nav-menu {padding-left:0px; margin-bottom:0px;}

.nav-menu  a{
    background: linear-gradient(to right, #87e0fd 0%, #784bdc 0%, #9b4fed 100%);
    text-align: left;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 36px;
    color: white;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 36px;
}

.nav-menu  a:hover {
    background: linear-gradient(to right, #87e0fd 0%, #361878 0%, #9b4fed 100%);
}

.nav-menu li {
    list-style: none;
    display: inline-block;
}


.welcome {
    padding: 20px 0px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

.welcome span {
    color: #1fdbbe;
    font-weight: 600;
}

.welcome i {
    color: white;
    background: rgb(240,199,82);
    background: -moz-linear-gradient(top, rgba(240,199,82,1) 0%, rgba(228,165,9,1) 46%, rgba(251,197,90,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,199,82,1) 0%,rgba(228,165,9,1) 46%,rgba(251,197,90,1) 100%);
    background: linear-gradient(to bottom, rgba(240,199,82,1) 0%,rgba(228,165,9,1) 46%,rgba(251,197,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c752', endColorstr='#fbc55a',GradientType=0 );
    padding: 7px 7px;
    border-radius: 6px;
    font-size: 22px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
	
}

.breadcrumbs {
	text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-top: 1px solid #20b5e87d;
    padding-top: 10px;
}


@media (max-width:1025px) {


.calculator_block {
    display: block !important;
    text-align: center;
}

.calculator_block h1 {text-align:center;}

.calculator-container figure {margin-left:0px;}

.img3 img, .img4 img {
    max-width: 30%;
}

.img1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.features, .page-title.smaller {text-align:center;}

.features img {margin-bottom:10px;}

.payment {
    display: inline-block;
    margin: 3px;
    background: white;
    border-radius: 36px;
    min-width: 132px;
    text-align: right;
    padding-right: 15px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px #00000029;
    font-size: 15px;
}

.security-block {display:block !important;}

.img1 img {max-width:80px;}

.img3 {
    position: absolute;
    top: 0px;
    right: -370px;
            display: none;
}

.company-top {
    margin-bottom: 20px;
    display: block !important;
    text-align: center;
}

.bannercontent img {max-width:100%;}

	.nav-tabs > li > a {
		font-size: 22px;
		line-height: 40px;
	}
	.useractivitywrap .heading {
		margin: 0 0 40px;
	}
	.tabwrap {
		padding: 0;
	}
	.helpcenter a, .support a {
		font-size: 12px;
	}
	.lastwrap .head ul li, .lastwrap .infos ul li {
		padding: 5px;
		font-size: 14px;
	}
	.lastwrap .infos ul li {
		font-size: 14px;
	}

.headblk img {max-width: 100px;}
	
.headblk.two {
    right: 0px;
    top: 40px;
    left: 20px;
}

.headblk.four {
    left: 0px;
    top: 200px;
}

	.bannerwrap {
		padding: 0px 0 30px;
	}
	.bannerleft h1 {
		font-size: 42px;
		line-height: 42px;
	}
	.bannerleft p {
		font-size: 18px;
		line-height: 27px;
		margin: 0 0 30px;
	}
	.calvalbox .infos h4 {
		font-size: 40px;
		line-height: 40px;
	}
	.calvalbox .infos h4 span {
		font-size: 28px;
	}
	.calvaluewrap {
		padding: 30px 25px;
		border-radius: 15px;
	}
	.planbox {
		padding: 15px 15px 30px;
		margin: 0 0 20px;
	}
	.plantop .val {
		font-size: 52px;
		line-height: 52px;
	}
	.plantop .daily {
		font-size: 20px;
		line-height: 24px;
	}
	.plantop .daily br {
		display: none;
	}
	.planbox .minmax ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.planbox .minmax ul li {
		padding: 0 0 0 24px;
		margin: 0 0 5px;
		border-right: none;
		width: 100%;
	}
	.welsomemsg h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.welsomemsg p {
		font-size: 18px;
		line-height: 28px;
	}
	.statwrap h4 {
		font-size: 28px;
	}
	.statwrap p {
		font-size: 18px;
	}
	.benefitswrap,.useractivitywrap,.welsomemsg {
		padding: 50px 0;
	}
	.benefitswrap .heading {
		margin: 0 0 40px;
	}
	.benefitswrap .heading h2,.useractivitywrap .heading h2 {
		font-size: 50px;
	}
	.benefitswrap .heading p,.useractivitywrap .heading p {
		font-size: 22px;
		line-height: 32px;
	}
	.benwrap {
		padding: 20px 0 0 0;
	}
	.bentext h3 {
		font-size: 28px;
		padding: 0 0 15px;        display: none;
	}
	.bentext p {
		font-size: 18px;
		line-height: 26px;
	}
	.affiright h2, .affiright h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.affiright p {
		font-size: 18px;
		line-height: 24px;
	}
	.affiplan h3 {
		font-size: 38px;
	}
	.affiplan p {
		font-size: 22px;
	}
	.flinkbox h3 {
		font-size: 26px;
	}
	.flinkbox a.viewcomp {
		font-size: 14px;
	}
}
@media (max-width:992px) {
}
@media (max-width:812px) {
.about_block .plans-title-big {
    font-size: 26px;
}

.about_block .plans-title {padding-top:20px;}

.carousel-control-next {
    right: 0px;
}

.carousel-control-prev {
    left: 0px;
}

.security img {max-width:100%;}

.page-title {font-size:26px;}

.currency-prices {width:100%;}

.stat-after {display:none;}

.footer {background: url(../images/footer-bg1.html) no-repeat center;
}
  
.plan-out, .plan-active {margin-top:10px;}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    background-color: #1907a8;
    padding: 10px;
    border-radius: 10%;
}

.affiliate_image img {
    max-width: 100%;
    margin-bottom: 20px;
}

.stat-right {
    background: rgb(20,36,88);
    background: -moz-linear-gradient(left, rgba(20,36,88,1) 0%, rgba(39,44,121,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,36,88,1) 0%,rgba(39,44,121,1) 100%);
    background: linear-gradient(to right, rgba(20,36,88,1) 0%,rgba(39,44,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142458', endColorstr='#272c79',GradientType=1 );
    text-align: right;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 0px 66px 66px 0px;
    padding-top: 30px;
}

.stat-left h1 {
	    font-size: 22px;
}

.plans-title {
    font-size: 40px;

}

.stat-bg, .bannerwrap_sub .stat-bg  {

    margin-top: 0px;
    padding: 60px 20px 80px;
}

.currency {
	font-size:14px;
	text-align:center;
}

.about_block {padding-top:0px;}

.plan-group h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -10px;
    padding: 0px 10px;
    text-align: center;
}

.calc-foot h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}


.last-row .plan-group {  margin-bottom: 50px;}

.features-top .d-flex {
	display:block!important;
}

.security h1 {font-size:22px;}

.coins-container {
	position: relative;
    padding-top: 600px;
    overflow:hidden;
}

.coins-container-top {
    padding-top: 400px;
}

.navbar-toggler {
    padding: 0.55rem 0.65rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #a364f7;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    margin-right: 20px;
}

.home-but {display:none;}

.navbar-expand-lg .navbar-collapse {
    margin-top: 10px;
}




.top-wrapper {
    background: url(../images/banner-bg.png) no-repeat centerf;
    background-size: cover;
    position:relative;
}



.bannercontent {
    position: relative;
    width: 100%;
    padding: 20px;
}

.about-right-image {
    position: absolute;
    z-index: 0;
    right: 0px;
    bottom: 0px;
}

.about-bg h2 {
font-size: 40px;
    line-height: 50px;
    margin-top:0px;
}

.right_info h1 { margin-top: 20%;}

.stats_title h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

.features-top h2 {
    font-size: 40px;
    }

.about-bg {
	background: url(../images/about_img.html) no-repeat center bottom;
    padding-bottom: 0px;
}




 .affiliate_text {
    padding-left: 0px;
    padding-top: 20px;
}       


.nav-pills .nav-link {border-radius: 16px; margin-right:0px;}

.nav-pills .nav-link2 {
    margin-left: 0px;
}

.plans-container {
    margin-top: 0px;
}



.calculator-left {

}

.feedback-top {
	font-size: 20px;
}

.cert a {
    background: rgb(40,157,254);
    background: -moz-linear-gradient(top, rgba(40,157,254,1) 0%, rgba(43,71,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(40,157,254,1) 0%,rgba(43,71,254,1) 100%);
    background: linear-gradient(to bottom, rgba(40,157,254,1) 0%,rgba(43,71,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289dfe', endColorstr='#2b47fe',GradientType=0 );
    border-radius: 16px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    padding: 15px 20px 10px;
    margin: -30px 30px 10px 10px;
    display: block;
    width: 300px;
    position: relative;
}


.calc-icon {top:30px;}


.calculator-right {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    padding-bottom: 20px;
}

.resultbox p {
    margin-bottom: 0px;
}

.plan-range {
    position: relative;
    padding-top: 10px;
}

.plan-range output {top:-5px;}

.text-block {
	padding: 0px 15px;
}


	.d-flex-mob {display: block!important;}



.top-logo-container p {text-align:center; margin-right:0px;}

	.profit {padding-top:0px; padding-left:3px;}
	

.bannerwrap h1 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0px;
                margin-bottom: 20px;
}

.bannerright p {
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 30px;
}

.img2 img {max-width: 100px;}

.navbar-brand img {
    max-width: 150px;
}
	
.feature {
    width: 300px;
    height: 280px;
    background: url(../images/feature-bg1.html) no-repeat center;
    color: white;
    font-size: 28px;
    text-align: center;
    padding-top: 70px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100%;
}
		
.about-buttons a.btn {
    width: 100%;
    margin: 0px!important;
    margin-bottom:5px!important;
}	
	
.about-info {text-align:center;}
	
.security2 {text-align:center;}	
.security2 figure {
	    width: 82px;
    margin: 0px auto;
}	

.why-box {padding:10px;}
	
.feature1 {
    width: 280px;
    height: 280px;
    background: url(../images/feature-bg2.html) no-repeat center;
    top: 150px;
    left: 79px;
    padding-top: 70px;
    background-size: 100%;
}

.feature2 {
    width: 322px;
    height: 378px;
    background: url(../images/feature-bg2.html) no-repeat center;
    top: 257px;
    left: 0px;
    padding-top: 120px;
    background-size: 100%;

}

.footer-copy {text-align:center;}

	.min h2 span {
    font-size: 16px;
    }
    
    .plan-term p {
    font-size: 16px;
    font-weight: 400;
    }

	.bannerleft h1 {
		font-size: 34px;
		line-height: 32px;
	}
	
	.processors img {max-width:100%;}
	
	
	.bannerright {
    flex-direction: column;
    text-align: center;
    padding-top:0px;
	}
	.calwrap {
		border-radius: 15px 15px 0 0;
		width: 100%;
		margin: 30px 0 0 0;
	}
	.calvaluewrap {
		width: 100%;
		background: #001d68bf;
		border-radius: 0 0 15px 15px;
	}
	.benwrap {
		flex-direction: column;
		margin: 15px 0;
	}
	.bentext {
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}
	.benthumb {
		width: 100%;
	}
	.benwrap.odd {
		flex-direction: column;
	}
	.benwrap.odd .bentext {
		text-align: center;
	}
	.affileft {
		text-align: center;
	}
	.affiplan {
		position: relative;
	}
	.affiplan1,.affiplan2,.affiplan3,.affiplan4 {
		left: auto;
		top: auto;
		width: 100%;
		bottom: auto;
		right: auto;
	}
	.affiright {
		padding: 40px 0 0;
	}
	.benefitswrap .heading h2, .useractivitywrap .heading h2 {
		font-size: 40px;
	}
	.flogo {
		width: 100%;
		text-align: center;
		padding: 0 0 15px;
	}
	.faddrs {
		display: flex;
		justify-content: center;
		margin: 0 0 15px;
	}
	.flinkswrap {
		padding: 30px 0 0;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flinkswrap ul {
		margin: 0 0 15px;
	}
	.copyright p,.copyright h4,.social {
		text-align: center;
	}
	.statwrap {
		margin: 15px 0;
	}
	.welcomewrap {
		padding: 0 0 35px;
	}
}
@media (max-width:415px) {




.calculator-left h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
}



.calculator-left {    padding: 20px;}

	.lastwrap .infos ul li p {
		display: block;
		background: #ffed21;
		padding: 5px;
		margin: 0 0 10px;
		color: #03298b;
		font-weight: 600;
		text-transform: uppercase;
	}
	.benefitswrap .heading {
		margin: 0;
	}
	.benefitswrap .heading h2, .useractivitywrap .heading h2 {
		font-size: 30px;
		margin: 0 0 20px;
	}
	.benefitswrap .heading p, .useractivitywrap .heading p {
		font-size: 18px;
		line-height: 26px;
	}
	.benefitswrap .heading p br, .useractivitywrap .heading p br {
		display: none;
	}
	.benefitswrap .heading, {
		margin: 0 0 20px;
	}
	.affiright h2, .affiright h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.nav {
		flex-direction: column;
	}
	.nav-tabs > li {
		border-bottom: 3px solid #002ea7;
		width: 100%;
	}
	.nav-tabs > li.active {
		border-bottom: 3px solid #ffed21;
	}
	.lastwrap .head {
		display: none;
	}
	.lastwrap .infos ul {
		flex-direction: column;
	}
	.lastwrap .infos ul li {
		width: 100% !important;
		padding: 10px;
		text-align: center;
	}
	.faddrs {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.helpcenter,.support {
		margin: 5px 0;
		width: 100%;
	}
	.affiplan h3 {
		font-size: 28px;
	}
	.affiplan h3 span {
		font-size: 24px;
	}
	.affiplan p {
		font-size: 18px;
	}
	.header .button {
		margin: 10px 0 0 0;
		text-align: right;
		width: 100%;
	}
	.welsomemsg p {
		font-size: 17px;
		line-height: 25px;
	}
}
@media (max-width:321px) {
	.bannerleft h1 {
		font-size: 30px;
	}
	.calvalbox .infos h4 {
		font-size: 30px;
		line-height: 30px;
	}
	.planbox .investnow {
		position: relative;
		float: left;
		margin: 20px 0 0 0;
		text-align: center;
		width: 100%;
	}
	.planbox .investnow a {
		border-radius: 0 0 15px 15px;
		width: 100%;
	}
	.welsomemsg h1 {
		font-size: 26px;
	}
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
}

}
