@charset "utf-8";
/* CSS Document */
.navbar-brand img {
  width: 170px;
}
body {
	font-family: 'Nunito', sans-serif;
	color: #fff;
	background: #041e5b;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 400;
	color: inherit;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}
p {
	text-align: justify;
	margin: 0 0 20px
}
p:last-child {
	margin: 0 !important
}
a {
	color: #fff;
	outline: none;
	text-decoration: none;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #f9c202;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%
}
label {
	font-weight: normal
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    height: 39px;
    border: 0px;
    background: white;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #190049;
}
textarea {
    width: 100%;
    height: 100px;
    border: 0px;
    padding: 10px;
    border-radius: 6px;
    resize: none;
    font-size: 15px;
    background: white;
        color: #190049;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, .form-container textarea:focus {
	border: 1px solid #f9c202
}
input[type="submit"], input[type="button"],.btn {
    background: #efa121;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 0 25px;
    color: #fff;
    border: 0px;
}
input[type="submit"]:hover, input[type="button"]:hover,.btn:hover {
	color: #fff;
	background: #F7AA22;
}
select {
	font-size: 13px;
	border: 0px;
	height: 39px;
	width: auto;
	background:white;
	 padding: 4px 10px;
    border-radius: 4px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
header, main, footer, section {
	width: 100%;
	float: left;
	display: block;
}
.bannerwrap {
	background: url(images/bannerbg.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.navwrap {
	margin: 35px 0 0 0;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav {
	float: right;
	background: #1b53cd85;
	border-radius: 50px 0 0 50px;
	padding:12px 10px 12px 30px;
	position: relative;
}
.navbar-nav::after {
	content: "";
	background: #1b53cd85;
	position: absolute;
	height: 100%;
	width: 800px;
	top: 0;
	left: 100%;
}
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 38px;
	text-transform: capitalize;
	font-weight: 600;
}
.navbar-nav > li.login {
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 0 15px;
}
.navbar-nav > li.login a {
	line-height: 34px;
}
.navbar-nav > li.signup {
	background: #0f3381;
	border-radius: 30px;
	padding: 0 15px;
	margin: 0 0 0 10px;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}
.bannerbox {
	padding: 100px 0;
}
.bannerinfo {
	width: 100%;
	float: left;
}
.bannerinfo h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	margin: 0 0 30px;
}


.bannerinfo_sub h1 {
	margin-bottom:0px;
}

.bannerinfo h1 span {
	color: #f9c202;
}
.bannerinfo h3 {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 20px;
}
.bannerinfo h2 {
	font-size: 56px;
	line-height: 66px;
	font-weight: 700;
	color: #f9c202;
	margin: 0 0 10px;
}
.bannerinfo p {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 30px;
	text-align: left;
}
.bannerinfo a {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
	width: 166px;
	color: #2a72ee;
}
.bannerboxwrap {
	padding: 60px 0 0 0;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.banbox {
	width: 200px;
	background: #103a96;
	padding: 15px;
	border-radius: 6px;
	margin: 30px 25px 15px 0;
	position: relative;
}
.banbox .icon {
	position: absolute;
	right: 15px;
	top: -25px;
}
.banbox h4 {
	color: #ffca4d;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: 700;
	padding: 35px 0 10px;
}
.banbox h4 span {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
.investmentwrap {
	background: rgb(5,37,123);
	background: linear-gradient(270deg, rgba(5,37,123,1) 0%, rgba(13,63,175,1) 100%);
	padding: 65px 0 0 0;
	text-align: center;
}
.investmentwrap .heading {
	margin: 0 0 40px;
}
.investmentwrap .heading h2 {
	margin: 0;
	font-weight: 300;
	font-size: 42px;
}
.investmentwrap .heading h2 span {
	font-weight: 700;
}
.planwrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}
.planbox {
	max-width: 33.3%;
}
.planarea {
	background: #1e52ca;
	padding: 20px;
	border-radius: 15px;
	margin: 0 0 20px;
	box-shadow: 0 0 10px #0003;
}
.planarea .min {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
	color: #2a72ee;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	width: 120px;
}
.planarea .months {
	padding: 15px 0;
	font-weight: 600;
}
.planarea .value {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
}
.planarea .value span {
	font-size: 36px;
	line-height: 36px;
}
.planarea .minmax {
	padding: 10px 0 0 0;
}
.planarea .minmax ul {
}
.planarea .minmax ul li {
	border-top: 1px solid #ffffff26;
}
.planbox:nth-child(even) .planarea {
	background: #efa121;
}
.planbox:nth-child(even) .planarea .min {
	color: #efa121;
}
.calculatorarea {
	background: #002762;
	padding: 20px;
	border-radius: 15px;
	overflow: hidden;
}
.calculatorinput {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,234,244,1) 100%);
	border-radius: 50px;
}
.calculatorinput input {
	padding: 0 34px 0 15px;
	color: #002762;
}
.calculatorinput input {
	padding: 0 34px 0 20px;
	color: #002762;
	background: transparent;
	border: none;
	font-weight: 600;
}
.calculatorinput input:focus {
	border: none;
}
.calculatorinput .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	text-align: center;
	color: #fff;
	height: 100%;
	background: #efa121;
	border-radius: 0 50px 50px 0;
	font-weight: 700;
	line-height: 38px;
}
.calculatorarea .output {
	padding: 15px 0 0 0;
	overflow: hidden;
	text-align: left;
}
.calculatorarea .output .left, .calculatorarea .output .right {
	width: 50%;
	float: left;
	font-weight: 300;
	color: #fab33f;
	font-size: 16px;
	padding: 0 10px;
}
.calculatorarea .output .right {
	border-left: 1px solid #0d479f;
}
.calculatorarea .output .left span,.calculatorarea .output .right span {
	font-size: 12px;
	font-weight: 600;
	display: block;
	color: #fff;
}
.calculatorarea .output .full {
	font-weight: 300;
	color: #fab33f;
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
}
.calculatorarea .output .full span {
	font-size: 12px;
	font-weight: 600;
	display: block;
	color: #fff;
}
.planstat {
	padding: 40px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.planstat .statbox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.planstat .statbox figure {
	padding: 0 15px 0 0;
}
.planstat .statbox p {
	font-size: 20px;
	font-weight: 600;
}
.planstat .statbox p span {
	color: #fab33f;
}
.aboutwrap {
	background: url(images/aboutbg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0;
}

.pb-big {
	padding-bottom:120px;
}


.aboutinfos {
	width: 100%;
	float: left;
}
.aboutinfos h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px;
	color: #fab33f;
}
.aboutinfos h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 0 20px;
}
.aboutinfos a {
	width: 252px;
	font-size: 16px;
}
.aboutthumb {
	width: 100%;
	float: left;
}
.affiliatewrap {
	padding:60px 0;
	background: rgb(5,37,123);
	background: linear-gradient(90deg, rgba(5,37,123,1) 0%, rgba(7,49,145,1) 100%); 
}
.affiwrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: url(images/affiliatedott.png) no-repeat center right;
}
.affithumb {
	width: 42%;
	float: left;
}
.affiinfos {
	width: 58%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.affiinfos .value {
	background: #0bc1e8;
	color: #fff;
	border: 5px solid #fff;
	border-radius: 50%;
	width: 205px;
	height: 205px;
	font-size: 72px;
	font-weight: 700;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-left: -100px;
	float: left;
}
.affiinfos .value span {
	font-size: 48px;
}
.affiinfos .infos {
	width: 75%;
	float: right;
}
.affiinfos .infos h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 25px;
}
.affiinfos .infos h2 span {
	color: #fab33f;
}
.affiinfos .infos p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}
.howtowrapmain {
	padding: 60px 0 160px;
	background: url(images/howtobg.jpg) no-repeat top center;
	background-size: cover;
}
.howtowrap {	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.howtoleft {
	width: 45%;
}
.howtoleft h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 30px;
}
.howtoleft p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 40px;
	font-weight: 600;
	text-align: left;
}
.howtoleft p a {
	color: #fab33f;
}
.howtoleft .action {
}
.howtoleft .action a {
	font-size: 24px;
	width: 320px;
	height: 72px;
	line-height: 72px;
}
.stepswrap {
	width: 50%;
	background: #002660;
	padding: 30px;
	border-radius: 20px;
}
.stepswrap .stepbox {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.stepswrap .stepbox figure {
	width: 90px;
	float: left;
}
.stepswrap .stepbox .infos {
	width: calc(100% - 90px);
	padding: 0 0 0 20px;
	float: left;
	font-weight: 600;
}
.stepswrap .stepbox .infos h4 {
	color: #fab33f;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}
.stepswrap .stepbox .infos p {
	font-size: 16px;
	line-height: 24px;
}
.addresswrap {
	margin: -80px 0 0 0;
}

.m-top-20 {
	margin-top:40px;
}

.addresswrap_sub {
	    margin: -120px 0 30px 0;
    overflow: hidden;
}

.addresswrap .infobox {
	background: #1e52ca;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 10px #0003;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	min-height: 178px;
}
.addresswrap .infobox figure {
	float: left;
	padding: 0 30px 0 0;
}
.addresswrap .infobox .infos {
	float: left;
	width: calc(100% - 94px);
	font-size: 16px;
	font-weight: 600;
}
.addresswrap .infobox .infos h5 {
	font-weight: 600;
	color: #65cdfe;
	margin: 0 0 10px;
	font-size: 18px;
}
.addresswrap .infobox .infos p {
	text-align: left;
}
.addresswrap .infobox .infos .certificate {
	background: #f6573d;
	border-radius: 50px;
	text-align: left;
	line-height: 42px;
	padding: 0 0 0 30px;
}
.addresswrap .infobox .infos .certificate a {
	display: block;
	padding: 0 0 0 40px;
	background: url(images/pdf.png) no-repeat left center;
	display: inline-block;
}
.addresswrap .infobox .infos p span {
	color: #f9ab2a;
}
.addresswrap .infobox .infos p a {
	text-decoration: underline;
}
.paymentwrap {
	padding: 40px 0;
	border-bottom: 1px solid #ffffff30;
	overflow: hidden;
}
.weaccept {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
}
.weaccept h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 30px 0 0;
}
.weaccept .allicons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
}
.weaccept .allicons figure {
	padding: 0 10px;
}
.securedby {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}
.securedby h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 30px 0 0;
}
.securedby .allicons {
}
.securedby .allicons figure {
}
.copyrightwrap {
	padding: 40px 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
}
.copyright {
}
.footerlinks {
	text-align: right;
}
.footerlinks a {
	padding: 0 10px;
}
 @media screen and (max-width: 1024px) {
	.planbox {
		max-width: 175px;
	}
	.calculatorarea .output .left, .calculatorarea .output .right {
		padding: 0 5px;
	}
	.bannerinfo h1 {
		font-size: 44px;
		line-height: 48px;
		margin: 0 0 20px;
	}
	.bannerinfo h3,.bannerinfo p {
		font-size: 22px;
		line-height: 34px;
		margin: 0 0 10px;
	}
	.bannerinfo h2 {
		font-size: 50px;
	}
	.planstat .statbox p {
		font-size: 16px;
		text-align: left;
	}
	.aboutinfos {
		padding: 0 0 40px;
		text-align: center;
	}
	.aboutinfos h2 br {
		display: none;
	}
	.howtoleft h2 {
		font-size: 32px;
	}
	.aboutinfos p {
		text-align: center;
	}
	.howtoleft .action a {
		font-size: 20px;
		width: 280px;
		height: 56px;
		line-height: 56px;
	}
	.addresswrap .infobox {
		flex-direction: column;
		min-height: 260px;
	}
	.addresswrap .infobox figure {
		float: left;
		padding: 0 0 15px;
		width: 100%;
	}
	.addresswrap .infobox .infos {
		width: 100%;
		font-size: 15px;
	}
	.weaccept {
		justify-content: center;
		padding: 0 0 15px;
	}
	.securedby {
		justify-content: center;
	}
	.aboutthumb {
		text-align: center;
	}
}
 @media screen and (max-width: 812px) {
	.navbar-brand {
		width: 100%;
		text-align: center;
	}
	.navbar-brand > img {
		display: inline-block;
		padding: 0 0 15px;
	}
	.bannerbox {
		padding: 50px 0;
	}
	.bannerinfo h1 {
		font-size: 40px;
		line-height: 48px;
	}
	.bannerinfo h3, .bannerinfo p {
		font-size: 20px;
		line-height: 30px;
	}
	.bannerinfo h2 {
		font-size: 48px;
	}
	.bannerboxwrap {
		padding: 40px 0 0 0;
		float: left;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.banbox {
		width: 335px;
	}
	.planwrap {
		flex-direction: column;
	}
	.planbox {
		max-width: inherit;
		margin: 0 0 25px;
	}
	.planstat {
		padding: 20px 0;
	}
	.aboutwrap {
		padding: 40px 0;
	}
	.investmentwrap {
		padding: 40px 0 0 0;
	}
	.affiliatewrap {
		padding: 40px 0;
	}
	.affiwrap {
		flex-direction: column;
	}
	.affithumb {
		width: 100%;
		padding: 0 0 40px;
		text-align: center;
	}
	.affiinfos {
		width: 100%;
	}
	.affiinfos .value {
		margin-left: 0;
	}
	.affiinfos .infos {
		padding: 0 0 0 30px;
	}
	.howtowrap {
		flex-direction: column;
	}
	.howtoleft {
		width: 100%;
		padding: 0 0 40px;
	}
	.stepswrap {
		width: 100%;
		padding: 20px;
	}
	.howtowrapmain {
		padding: 40px 0;
	}
	.addresswrap {
		margin: 40px 0 0 0;
	}
	.addresswrap .infobox {
		flex-direction: row;
		min-height: inherit;
		margin: 10px 0;
	}
	.addresswrap .infobox figure {
		padding: 0 25px 0 0;
		width: 64px;
	}
	.addresswrap .infobox .infos {
		width: calc(100% - 80px);
		font-size: 15px;
	}
	.copyright {
		text-align: center;
		padding: 0 0 10px;
	}
	.footerlinks {
		text-align: center;
	}
	.calculatorarea .output .left, .calculatorarea .output .right {
		text-align: center;
	}
	.howtoleft h2 br {
		display: none;
	}
}
 @media screen and (max-width:767px) {
	.banbox {
		width: 325px;
	}
	.investmentwrap .heading h2 {
		font-size: 34px;
	}
	.planarea .value {
		font-size: 38px;
		line-height: 38px;
	}
	.planarea .value span {
		font-size: 26px;
		line-height: 26px;
	}
	.affiinfos .value {
		font-size: 62px;
	}
	.affiinfos .value span {
		font-size: 38px;
	}
	.affiinfos .infos h2 {
		font-size: 32px;
		margin: 0 0 15px;
	}
	.affiinfos .infos p,.howtoleft p {
		font-size: 16px;
	}
	.howtoleft h2 {
		font-size: 28px;
	}
	.navbar-collapse.in {
		float: left;
		width: 100%;
		overflow: hidden;
	}
	.navbar-nav {
		float: left;
		width: 100%;
		padding: 15px;
	}
	.navbar-nav {
		margin: 7.5px 0;
		border-radius: 15px;
	}
	.navbar-nav::after {
		display: none;
	}
	.navbar-nav > li.signup {
		margin: 10px 0 0 0;
	}
	.navbar-toggle {
		float: none;
		background-color: #f9c202;
		margin: 0 auto;
	}
	.nav_inside {
		text-align: center;
	}
}
 @media screen and (max-width: 668px) {
	.weaccept,.securedby {
		flex-direction: column;
		align-items: center;
	}
	.howtoleft .action a {
		font-size: 18px;
		width: 240px;
	}
	.affiinfos .value {
		width: 185px;
		height: 185px;
		font-size: 52px;
	}
	.affiinfos .value span {
		font-size: 28px;
	}
	.investmentwrap .heading h2 {
		font-size: 30px;
	}
	.banbox {
		width: 285px;
	}
	.bannerinfo h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.bannerinfo h3, .bannerinfo p {
		font-size: 18px;
		line-height: 28px;
	}
	.bannerinfo h2 {
		font-size: 38px;
		line-height: 48px;
	}
	.bannerinfo p {
		padding: 0 0 20px;
	}
	.aboutinfos h2 {
		font-size: 28px;
	}
	.aboutinfos h3 {
		font-size: 22px;
		margin: 0 0 10px;
	}
}
 @media screen and (max-width: 569px) {
	.banbox {
		width: 240px;
	}
	.affiinfos .value {
		font-size: 52px;
		width: 150px;
		height: 150px;
	}
	.bannerbox {
		padding: 20px 0;
	}
}
 @media screen and (max-width: 415px) {
	.bannerinfo h2 {
		font-size: 34px;
		line-height: 44px;
	}
	.banbox {
		width: 100%;
		margin-right: 0;
	}
	.affiinfos {
		flex-direction: column;
	}
	.affiinfos .infos {
		padding: 30px 0 0 0;
		width: 100%;
		text-align: center;
	}
	.affiinfos .infos p,.stepswrap .stepbox .infos, .stepswrap .stepbox .infos p {
		text-align: center;
	}
	.stepswrap .stepbox figure {
		width: 90px;
		float: none;
		margin: 0 auto 15px;
	}
	.stepswrap .stepbox .infos {
		width: 100%;
		padding: 0;
		float: left;
		font-weight: 600;
		text-align: center;
	}
	.howtoleft .action a {
		font-size: 16px;
	}
}
 @media screen and (max-width: 376px) {
	.bannerinfo p br,.bannerinfo h1 br,.bannerinfo h3 br {
		display: none;
	}
	.bannerinfo h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.aboutinfos h2,.affiinfos .infos h2,.howtoleft h2,.howtoleft h2,.investmentwrap .heading h2,.bannerinfo h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.addresswrap .infobox {
	padding: 15px;
	min-height: inherit;
	}
	.affiinfos .value {
		font-size: 42px;
	}
	.affiinfos .value span {
		font-size: 18px;
	}
	.planstat .statbox p {
		font-size: 14px;
	}
}
 @media screen and (max-width: 321px) {
}


/*custom*/

  @-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.orb {
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 20px 5px #07e69a;
  animation: orb 1.8s infinite;
}
/* animates orb glow */
@keyframes orb {
	0%,100% {
		box-shadow: 0 0 5px 2px #8FFFCF;
	}
	50% {
		box-shadow: 0 0 24px 4px #8FFFCF;
	}
}
/* rotates shine */
@keyframes shine {
	0% {
		opacity: 0;
	}
	34% {
		opacity: 0;
		transform: rotate(15deg);
	}
	40% {
		opacity: 0.6;
		transform: rotate(620deg);
	}
	48%,100% {
		opacity: 0;
		transform: rotate(635deg);
	}
}
/* moves light reflection */
@keyframes sheen2 {
	0%,100% {
		top: -75%;
		left: 15%;
		opacity: 0;
		width: 2px;
	}
	1% {
		opacity: 1;
	}
	10% {
		width: 24px;
	}
	11%,18% {
		top: 75%;
		left: 50%;
		width: 2px;
		opacity: 0;
	}
	20% {
		top: -75%;
		left: 15%;
		opacity: 0;
		width: 1px;
	}
	21% {
		opacity: 0.75;
	}
	30% {
		width: 6px;
	}
	31%,98% {
		top: 75%;
		left: 50%;
		width: 2px;
		opacity: 0;
	}
}
.lastbox {
  background: #002660;
  padding: 10px;
  border-radius: 4px;
  width: 48%;
  margin: 6px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.lasttenbox {
  margin: 10px 0 20px 0;
  background: #1e52ca;
  box-shadow: 0 0 5px #0005;
  width: 100%;
  float: left;
  padding: 40px;
}

.lasttenbox .infowrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}


@media (max-width: 415px) {
  
 .lasttenbox .infowrap {
  flex-direction: column;
}
  .lastbox {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.lastbox .txt {
  text-align: center;
}
lastbox .icon figure {
  margin: 0 0 10px;
}
}

.lastbox .txt {
  line-height: 18px;
  font-weight: 700;
}
.lastbox .txt .user {
  font-size: 12px;
  text-transform: uppercase;
}
.lastbox .txt .price {
  color: #fa9b33;
}
.lasttenbox .heading {
  border-bottom: 2px solid #fec92d;
  padding: 0 0 10px;
  margin: 0 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}