

a {
    color: #f4a641;
    text-decoration: none;
}

.crypto {
	background:#01154a;
	border-bottom:1px solid #052194;
}

.crypto img {margin-right:5px;}


.header {

	font-family: 'Montserrat', sans-serif;
}
.header2 {
    border-bottom: 3px solid #5DAFE1;
}

.top-wrapper {
    background: #0a0400 url(../images/bg-image.png) top 200px center;
    background-size: cover;
    position:relative;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 20px;
  aspect-ratio: 1;
  background: #25b09b;
  box-shadow: 0 0 60px 15px #25b09b;
  transform: translate(-80px);
  clip-path: inset(0);
  animation:
    l4-1 0.5s ease-in-out infinite alternate,
    l4-2 1s   ease-in-out infinite;
    margin: 10% auto;
}
@keyframes l4-1 {
  100% {transform: translateX(80px)}
}
@keyframes l4-2 {
   33% {clip-path: inset(0 0 0 -100px)}
   50% {clip-path: inset(0 0 0 0)     }
   83% {clip-path: inset(0 -100px 0 0)}
}


.currencies {
	padding:10px 0px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

.currencies span {
	color:#23b1ee;
}

.bannerright p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
}

.banners-bottom {margin-top: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%;
}


.tabs-plans img {
    max-width: 22px;
    margin-right: 5px;
}

.tabs-plans .btn {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}

.withdraw-table .btn {width:100%; text-align:left;}

.withdraw-table .wrd-but {
    padding: 5px 10px;
}

.withdraw-table .btn img {width:32px;}

.page-link {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background-color: #163672;
    border: 1px solid #163672;
    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-outline-primary {
    color: #13C5A1;
    border: 2px solid #13C5A1!important;
}

.openacc {
	    padding: 15px 35px;
    text-transform: uppercase;
    font-size: 16px;
}




.btn-primary {
    background: #0d9b66;
        display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    background: var(--accent-color);
    color: var(--primary-color);
    border-radius: 6px;
    padding: 12px 26px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.btn-primary:hover, .btn-primary:focus {

background: #d78e30;

}

.middle-account label {
	color:white;
}


.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: #0A446B;
    border-radius: 6px;
    padding:10px;
}

.plan-info .flip-box-back ul li {font-size:11px;     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: 24px;
    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:14px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:10px;
	margin-left:10px;
}

.company h2 span {
	color:#33f385;
	font-weight:700;
	font-size:20px;
	display:block;
}

.bannerwrap {
    padding: 20px 0 0px;
}
.bannerwrap_sub {padding:0px;}


.bannerwrap h1 {
font-weight: 700;
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 40px;
    line-height: 70px;
    text-transform: uppercase;
    margin-top: 20px;
}


.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;



}



.plan {
	border:2px solid #15C69F;
	padding:20px;
	background:url(../images/plan-bg1.html) no-repeat center top;
	background-size:cover;
	position:relative;
	margin-bottom:20px;
}

.plan2 {
	background:url(../images/plan-bg2.html) no-repeat center top;
	border:2px solid #68B9EB;
}


.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;
}

.banner-bottom {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04316b+0,03469c+96 */
	background: rgb(4,49,107); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(4,49,107,1) 0%, rgba(3,70,156,1) 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(4,49,107,1) 0%,rgba(3,70,156,1) 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(4,49,107,1) 0%,rgba(3,70,156,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04316b', endColorstr='#03469c',GradientType=1 ); /* IE6-9 */
	padding:150px 0px 0px;
	    margin-top: -200px;
}

.security {
	    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 20px;
}

.about_block .security-block p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0px;
}

.about_block .plans-title {
    font-size: 36px;
    text-align: left;
    color: #ffffff;
    padding-top:0px;
    }
    
.about_block p {
    font-size: 14px;
    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.html) 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: 14px;
    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; color:#3df48b;}




.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: 20px;
}


.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;
    margin-top:-180px;
}

.login-box .stat-content {text-align:left;}

.login-box .stat-content h2 {
	color: #3df48b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.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: 26px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.stat-content {
    background: rgb(6,40,104);
    background: -moz-linear-gradient(top, rgba(6,40,104,1) 0%, rgba(4,23,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    background: linear-gradient(to bottom, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062868', endColorstr='#04173b',GradientType=0 );
    border-radius: 0px;
    padding: 12px 15px;
    border: 2px solid #2D8AC2;
    border-top:0px;
    position: relative;
    min-height:350px;
}

.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;
}


.stat-row {margin-bottom:10px; border:1px solid #a7e7ed;}

.stat-row figure {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: 18px;
    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:20px;
	font-weight:700;
	margin-bottom:0px;
}

.price-left p {margin-bottom:5px; text-transform:uppercase; font-size:12px; font-weight:600;}

.price-left p span {
	background:#051D4C;
	padding:4px 7px;
	border-radius:36px;
	font-size:11px;
	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: 18px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 36px;
}

.last-stat .price {
padding: 5px 15px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    border: 0px;
}

.last-stat .price span {
	display:block;
	color:#17cfa4;
	font-size:11px;
}



.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: 12px;
    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/#17c2a2+0,2e90c3+100 */
	background: rgb(23,194,162); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(23,194,162,1) 0%, rgba(46,144,195,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(23,194,162,1) 0%,rgba(46,144,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(23,194,162,1) 0%,rgba(46,144,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17c2a2', endColorstr='#2e90c3',GradientType=0 ); /* IE6-9 */
    border: 0px;
    color:white;
}

.btn-info:hover {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1fedc6+0,2e90c3+100 */
background: rgb(31,237,198); /* Old browsers */
background: -moz-linear-gradient(top, rgba(31,237,198,1) 0%, rgba(46,144,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(31,237,198,1) 0%,rgba(46,144,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(31,237,198,1) 0%,rgba(46,144,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fedc6', endColorstr='#2e90c3',GradientType=0 ); /* IE6-9 */
color:white;
}


.amount {

    padding: 0px;
    border-radius: 4px;
}


.amount label {
color: white;
    font-size: 16px;
    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: 18px;
    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: 14px;
    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:18px;}


.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: 24px;
    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:16px;
	font-weight:600;
	display:block;
}



.benefits h1 {
	font-size:33px;
	font-weight:300;
}

.benefits h1 span {font-weight:700;}

.benefits p {font-size:18px; color:#329FF3; border-left:1px solid #329FF3; padding-left:20px;}

.benefits p span {font-size:14px; color:white;}


.about_block {
    padding-bottom: 40px;
    padding-top: 40px;
    background: url(../images/about-bg2.html) no-repeat center bottom;
    background-size: cover;

}

@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:24px; 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: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}
.text-block h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 36px;
}

.text-block p {
    font-size: 16px;
    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:14px;
	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:14px;
	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: 24px;
    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: 24px;
    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: 18px;
    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.html) 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: 24px;
    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: 16px;
    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: 14px;
    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: 14px;
    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.html) 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;
}

.stat-top {
	    background: rgb(6,40,104);
    background: -moz-linear-gradient(top, rgba(6,40,104,1) 0%, rgba(4,23,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    background: linear-gradient(to bottom, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062868', endColorstr='#04173b',GradientType=0 );
    border-radius: 0px;
    padding: 18px 15px;
    border: 2px solid #2D8AC2;
}


.stat-top h2 {
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:0px;
}

.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%;
}

.stat-left p {
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.subpage_account .stat-left p {
	font-size:16px;
}


.stat-left figure {
    margin-bottom: 0px;
    z-index: 10000;

}

.stat-block {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #0a0401 0%, #321e0f 50%, #0a0401 100%);
    text-align:center;
}

.stat-block img {
    max-width:64px!important;
}

.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:12px;
	color:#EFA81D;
	font-weight:600;
}

.pay-info span.date {display:block; color:#8872E6;}

.pay-amount {
	font-weight:700;
	font-size:14px;
	padding-top:15px;
}

.pay-amount img {width:20px;}



.member_info p {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 18px;
    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: 24px;
    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: url(../images/about-bg2.html) no-repeat center top;
    padding:30px 0px 50px;
}

.affiliate_area h1 {
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 60px;

}


.affiliate_text p {
	font-size:16px;
	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:16px;
    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;

	
}


.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: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}

.payment-processors p a {color:#2a46fa;}

.payment {
    display: inline-block;

    margin: 3px;

}
.payment-processors h4 {
	font-size:18px;
	text-align:left;
}



.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: 14px;
    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: 18px;
    margin-bottom: 0px;
    }

.aff-bottom {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}
.nav-pills .nav-link {
    border: 0px;
    color: white;
    font-size: 14px;
    margin-right: 10px;
    padding: 0.6rem 1rem;
    background:#f4a641;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    z-index: 0;
    position: relative;
    text-align:center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #0d9b66;
	color:#ffffff;
	 z-index:10000;
}

.nav-pills .nav-link img {margin-left:10px;}

.nav-pills .nav-link span {font-weight:700;}


select option {
  margin: 40px;
  background: rgb(28 26 24);
  color: #fff;

}

.plan-details p {
	font-size:12px;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #eba152;
    border-color: #eba152;
}

.disabled>.page-link, .page-link.disabled

{
	background:#302008;
	border:1px solid #302008;
	color:white;
}


select option:hover {

  background:#f4a641;


}


.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: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 6px;
}

.plan-name p span {
	font-size:24px;
	font-weight:bold;
	display:block;
}

.plan-group {
    padding: 0px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 16px;
}

.plan-group h4 {
    font-size: 24px;
    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: 20px;
    display: block;
}


.plan-number p {
    font-size: 18px;
    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:14px;
	font-weight:500;
	text-transform:uppercase;
}

.number-inner p.percent_after {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -5px;
}

.number-inner h2 span {
    font-size: 24px;
    margin-top: 0px;
    margin-left: 5px;
}

.plan-terms {
	font-size:18px;
	text-align:center;
	text-transform:uppercase;

}

.plan-terms span {font-weight:700; font-size:24px; display:block;}

.conditions {
   text-align:center;
	}

.conditions ul {
    padding: 0px 0.6rem;
    text-align: center;

}

.conditions ul li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    border-bottom: 2px dotted #6B73CE;
    text-align: center;
    line-height: 24px;
	  
}
.account-container .conditions ul li {
    font-size: 11px;
    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: 12px;
}

.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: 12px;
    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:24px;}

.calculator-left h1 span {
	color:#ba49ff;
}

.calculator-left  p {
	font-size:12px;
}

.calculator-right {
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.plan-select {
	margin-bottom: 10px;
    margin-top: 10px;
}


.plan-range {
    position: relative;
    padding-top: 10px;
}

.plan-range output {
	position: absolute;
    left: 0px;
    top: -10px;
}

.calculator-left input#money {

	font-size: 24px;
    color: #3b4347;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    border: 2px solid #b746ff;
    padding: 0px 10px;

}

.input-group-text {
background: rgb(71,149,237);
    background: -moz-linear-gradient(left, rgba(71,149,237,1) 0%, rgba(83,210,254,1) 100%);
    background: -webkit-linear-gradient(left, rgba(71,149,237,1) 0%,rgba(83,210,254,1) 100%);
    background: linear-gradient(to right, rgba(71,149,237,1) 0%,rgba(83,210,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4795ed', endColorstr='#53d2fe',GradientType=1 );
    color: white;
    border: 1px solid #5795ec;
}

.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: 14px;
}

.plan-drop select {
    background: #051D4C;
    color: white;
    border: 0px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 6px;
    text-transform: uppercase;
}


.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:#0B234B;
	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: 22px;
    line-height: 46px;
    margin-bottom:0px;
}
.resultbox p {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 0px;
    
    text-align: center;
    line-height: 24px;
}

.resultbox h3 {
    margin-bottom: 0px;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    text-align: center;

}

.resultbox .form-control {
    margin-bottom: 0px;
    font-weight: 700;
    color: #2D90C2;
    font-size: 24px;
    text-align: center;
    padding: 5px 10px;
    background: white;
    border: 0px;
    line-height: 1rem;
    margin: 0px;
    border-radius: 36px;
}

.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: 14px;
}

.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:14px;
	margin-bottom:0px;
	margin-top:10px;
}

.block h4 {
	font-weight:600;
	font-size:14px;
	
}


.loading-form {
	padding-top:40%;
}



.company_info h2 {
	background: url(../images/feat_dots.html) no-repeat right center;
	padding-right:30px;
	font-size:24px;
	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:18px;
    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:14px;
	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: 20px;
    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: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
    padding-left: 24px;
	
}

.footer-copy {
	padding-left:30px;
}

.footer-copy p {
    text-transform: uppercase;
    font-size: 14px;
}

.footer ul {padding-left:0px;}

.footer ul li {display:block; text-align:right;}


.footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    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:#3df48b;
	font-size:14px;
	text-transform: uppercase;
	font-weight:600;
	text-align:right;
}

.footer-menu {
	padding-right:30px;
}

.footer-address {
	text-align:right;
	font-size:14px;
}

/*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 {
    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;
}


.plan-info2 {
	display:none;
	
}

.plan-info:hover .plan-info2 {display:block;}


.plan-info a {
text-align: center;
    border: 2px solid white;
    padding: 6px 10px;
    border-radius: 36px;
    display: block;
    margin: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.plan-info ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:14px;
}
.plan-info ul li {
    border-bottom: 1px solid #ffffff85;
    line-height: 30px;
}

.plan-info ul  li span {
	float:right;
	font-weight:600;
}

.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: #ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}


.plan-active .plan-bottom .btn-warning {
	    margin: 0px auto 10px;
}

.footer ul li span {
	color:#b846ff;
	font-size:24px;
	display:block;
}

.footer figure {
    border: 2px solid #e7e6f4;
    border-radius: 6px;
    padding: 10px 5px;
    text-align: center;
}

.footer-info {
    text-transform: uppercase;
    font-size: 18px;
    border-top: 1px dashed #FFCF51;
    padding-top: 30px;

}

.footer-info span {color:#b543ff;}

.banner-atm  {padding-bottom:20px;}

.banner-atm h2 {
	font-size:22px;
	font-weight:700;
	text-align:center;
}



/*Subpages*/



.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: 50px;
    text-align: center;
    color: white;
    padding: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.page-title span {
    color: #18BEA4;
    font-weight: 700;
}
.login-container2 img {max-width:100%;}

.accordion-body {
    padding-right: 50px;
    padding-bottom: 30px;
}

.start-block {
    background: rgb(6,40,104);
    background: -moz-linear-gradient(top, rgba(6,40,104,1) 0%, rgba(4,23,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    background: linear-gradient(to bottom, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062868', endColorstr='#04173b',GradientType=0 );
    border-radius: 0px;
    padding: 15px;
    border: 2px solid #2D8AC2;
    position:relative;
}

.start-block h2 {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

.start-block p {
    line-height: 24px;
    font-size: 13px;
}

.start-block h2 b {
    color: #18BEA4;
}

.investment img {max-width:100%;}

.form-footer {
    border-top: 1px solid #f4a64138;
    padding: 20px 0px 0px;
    margin-top: 20px;
    text-align: center;
}



.card, .login-container {
	background: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding:20px;
}

.card-header {
	color:white;
	font-size:20px;
	font-weight:700;
}

.login-title {
	    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 70px;

}

.login-title p {
    font-size: 18px;
    text-transform: none;
    line-height: 30px;
}

input[type="text"], input[type="password"], input[type="email"] {
    font-size: 18px;
    letter-spacing: 0.02em;
    background: #000;
    border: 1px solid #000;
    padding: 15px 20px;
    color: var(--primary-color);
}

select {
    font-size: 18px;
    letter-spacing: 0.02em;
    background: var(--background-color);
    border: 1px solid var(--border-color);
    padding: 15px 20px;
    color: var(--primary-color);
}



.card-top figure {margin-bottom:0px;}

.login-title span {
	    color:#07e69a;
}

.account-table {padding:10px;}

.table td {
    text-align: left;
    color: #008000;
}

.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: 14px;
    padding: 10px 5px;
    border: 1px solid #3c3b27;
}

table td.inheader {
    font-size: 16px;
    color: #db9310;
    font-weight: 600;
}

.btn-secondary {
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    background:#4a3920;
    color: var(--primary-color);
    border-radius: 6px;
    padding: 14px 26px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #56b56f;
    border-color: #56b56f;
}

.account-table table {margin-bottom:10px;}

.account-table h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


.subpage_account .plan-terms{
	font-size:14px;
}

.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:24px;
}


.subpage_account .subpage_wrap {
    background: #0B1355;
    border-radius: 6px;
    padding: 20px;
}


.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: #0d9b66;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0px 30px;
    text-transform: uppercase;
    font-size: 14px;

}

.account-block h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-info p {
    margin-bottom: 0px;
    color: white;
    margin-top:8px;
}

.account-block2 span {
    color: #ffffff;
    font-size: 26px;
    display: block;
    font-weight: 700;
}
.account-block, .refinfos {
    background: linear-gradient(to right, #0a0401 0%, #321e0f 50%, #0a0401 100%);
    border-radius: 6px;
    padding: 20px;
    border: 1px solid var(--border-color);
    margin-top: 10px;
}

.block-but {
	margin-top:6px;
}

.block-info img {max-width:80px; margin-right:10px;}


.mem-block {
    background: linear-gradient(to right, #0a0401 0%, #321e0f 50%, #0a0401 100%);
    border-radius: 6px;
    padding: 20px;
    border: 1px solid var(--border-color);
    margin-top: 10px;
    margin-bottom:20px;
}


.mem-block figure {margin-bottom:0px;}

.mem-block p {margin-bottom:0px;}

.mem-block span {
    display: block;
    color: #ffc048;
    font-size: 14px;
    font-weight: 600;
}

.account-block3 {
    line-height: 36px;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 12px 0px;
    filter: drop-shadow(-2px 5px 5px rgba(6, 19, 63, 0.7));
    border: 2px solid #f4a641;
}



.account-block3 figure {
    margin: 10px auto;
    text-align: center;
}

.block-but a {
    border-radius: 6px;
    padding: 14px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    background: linear-gradient(to right, #0a0401 0%, #321e0f 50%, #0a0401 100%);
    color:white;
    border:0px;
        margin-top: 10px;
}


.block-but a:hover {
	background: linear-gradient(to right, #0a0401 0%, #321e0f 50%, #0a0401 100%);
	background: linear-gradient(to right, #0a0401 0%, #321e0f 50%, #0a0401 100%);
}
.account-block3 p {
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
}
.account-block3 p span {
    float: right;
    color: #f4a641;
    font-weight: 700;
    font-size: 18px;
    width: 30%;
    text-align: right;
    padding: 0px 10px;
}
.select-button .radio {
    color: white;
    width: auto;
    padding: 6px;
    background: rgb(6,40,104);
    background: -moz-linear-gradient(top, rgba(6,40,104,1) 0%, rgba(4,23,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    background: linear-gradient(to bottom, rgba(6,40,104,1) 0%,rgba(4,23,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062868', endColorstr='#04173b',GradientType=0 );
    margin: 10px;
    display: block;
    border-radius: 36px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.select-button input[type=radio] {
	display: none;
}
.select-button  input[type="radio"]:checked + .radio {
    color: white;
    width: auto;
    padding: 6px;
    background:#FFAF45;
    margin: 10px;
    display: block;
    border-radius: 36px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.alert-info {
    color: #ffffff;
    background-color: #268763;
    border-color: #268763;
}


.subpage_account {
    background: url(../images/about-bg.html) no-repeat center;
}

.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{
border: 2px solid #f4a641;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 36px;
    color: white;
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
}

.nav-menu  a:hover {
    background: #f4a641;
}

.nav-menu li {
    list-style: none;
    display: inline-block;
    margin: 0px 4px;
}


.welcome {
    padding: 20px 0px;
    text-align: center;
    font-size: 24px;
    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: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -6px;
	
}

.breadcrumbs {
	text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-top: 1px solid #20b5e87d;
    padding-top: 10px;
}


@media (max-width:1025px) {


.bannercontent img {max-width:100%;}

	.nav-tabs > li > a {
		font-size: 20px;
		line-height: 40px;
	}
	.useractivitywrap .heading {
		margin: 0 0 40px;
	}
	.tabwrap {
		padding: 0;
	}
	.helpcenter a, .support a {
		font-size: 10px;
	}
	.lastwrap .head ul li, .lastwrap .infos ul li {
		padding: 5px;
		font-size: 12px;
	}
	.lastwrap .infos ul li {
		font-size: 12px;
	}

.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: 16px;
		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: 18px;
		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: 16px;
		line-height: 28px;
	}
	.statwrap h4 {
		font-size: 28px;
	}
	.statwrap p {
		font-size: 16px;
	}
	.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: 20px;
		line-height: 32px;
	}
	.benwrap {
		padding: 20px 0 0 0;
	}
	.bentext h3 {
		font-size: 26px;
		padding: 0 0 15px;
	}
	.bentext p {
		font-size: 16px;
		line-height: 26px;
	}
	.affiright h2, .affiright h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.affiright p {
		font-size: 16px;
		line-height: 24px;
	}
	.affiplan h3 {
		font-size: 38px;
	}
	.affiplan p {
		font-size: 20px;
	}
	.flinkbox h3 {
		font-size: 24px;
	}
	.flinkbox a.viewcomp {
		font-size: 12px;
	}
}
@media (max-width:992px) {
}
@media (max-width:812px) {
.about_block .plans-title-big {
    font-size: 24px;
}

.currency-prices {width:100%;}

.stat-after {display:none;}

.footer {background: url(../images/footer-bg1.html) no-repeat center;
}

table td, table tr {display:block;} 
.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: 18px;
    font-weight: 800;
    border-radius: 0px 66px 66px 0px;
    padding-top: 30px;
}

.stat-left h1 {
	    font-size: 20px;
}

.plans-title {
    font-size: 40px;

}

.stat-bg, .bannerwrap_sub .stat-bg  {

    margin-top: 0px;
    padding: 60px 20px 80px;
}

.currency {
	font-size:12px;
	text-align:center;
}

.about_block {padding-top:0px;}

.plan-group h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -10px;
    padding: 0px 10px;
    text-align: center;
}

.calc-foot h4 {
    font-size: 14px;
    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:20px;}

.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: #21AAB1;
    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: #0a0400 url(../images/hero.jpg) no-repeat left center;
    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: 18px;
}

.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: 20px;
    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: 14px;
    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: 50px;
    line-height: 60px;
}
.navbar-brand img {
    max-width: 150px;
}
	
.feature {
    width: 300px;
    height: 280px;
    background: url(../images/feature-bg1.html) no-repeat center;
    color: white;
    font-size: 26px;
    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: 14px;
    }
    
    .plan-term p {
    font-size: 14px;
    font-weight: 400;
    }

	.bannerleft h1 {
		font-size: 34px;
		line-height: 32px;
	}
	
	.processors img {max-width:100%;}
	
	
	.bannerright {
    flex-direction: column;
    text-align: center;
	}
	.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: 26px;
    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: 16px;
		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: 24px;
		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: 22px;
	}
	.affiplan p {
		font-size: 16px;
	}
	.header .button {
		margin: 10px 0 0 0;
		text-align: right;
		width: 100%;
	}
	.welsomemsg p {
		font-size: 15px;
		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: 24px;
	}
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}

}
