/*
font-family: 'Arvo', serif;
font-family: 'Arvo', serif;
font-family: 'Arvo', serif;
font-family: 'Arvo', serif;
font-family: 'Arvo', serif;
font-family: 'BEBAS';

light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900
*/

@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');

@font-face {
  font-family: 'Arvo', serif;
  src: url('fonts/Gilroy-Lightd41dd41d.eot?#iefix') format('embedded-opentype'),  url('fonts/Gilroy-Light.otf')  format('opentype'),
	     url('fonts/Gilroy-Light.woff') format('woff'), url('fonts/Gilroy-Light.ttf')  format('truetype'), url('fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arvo', serif;
  src: url('fonts/Gilroy-ExtraBoldd41dd41d.eot?#iefix') format('embedded-opentype'),  url('fonts/Gilroy-ExtraBold.otf')  format('opentype'),
	     url('fonts/Gilroy-ExtraBold.woff') format('woff'), url('fonts/Gilroy-ExtraBold.ttf')  format('truetype'), url('fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'BEBAS';
    src: url('fonts/BEBAS.eot');
    src: url('fonts/BEBAS.eot') format('embedded-opentype'),
         url('fonts/BEBAS.woff2') format('woff2'),
         url('fonts/BEBAS.woff') format('woff'),
         url('fonts/BEBAS.ttf') format('truetype'),
         url('fonts/BEBAS.svg#BEBAS') format('svg');
}


body {
	font-family: 'Arvo', serif;
	color: #53504b;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.headerLevelOne {
	background: #feb729;
	min-height: 50px;
}
.headerLevelOne .timeSec {
	padding-top: 17px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-transform: uppercase;
}
.headerLevelOne .social {
	float: left;
	margin-left: 60px;
}
.headerLevelOne .social img {
	position: relative;
	bottom: -1px;
	display: inline-block;
	transform-origin: 100% 0;
}
.headerLevelOne .social img:hover {
	animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.headerLevelOne .login {
	float: left;
	margin-left: 40px;
}
.headerLevelOne .login img{
	
	display: inline-block;
	transform-origin: 100% 0;
}
.headerLevelOne .login img:hover{
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.headerLevelOne .signup {
	float: left;
	margin-left: 50px;
}
.headerLevelOne .signup img{
	
	display: inline-block;
	transform-origin: 100% 0;
}
.headerLevelOne .signup img:hover{
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.headerLevelOne button {
	border: none;
	background: transparent;
	padding: 0px;
	outline: none;
}


.headerLevelTwo {
	background: #ffffff;
	min-height: 100px;
}

.headerLevelTwo .logo {
	padding-top: 5px;
}

.headerLevelTwo .logo img {
	
	display: inline-block;
	transform-origin: 100% 0;
}

.headerLevelTwo .logo img:hover{
	
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}

/* Wobble Bottom */
@keyframes wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}
/* Wobble Bottom */
.headerLevelTwo .livePaymentBut {
	float: left;
	padding-top: 32px;
	margin-left: 10px;
}
.headerLevelTwo .livePaymentBut button {
	border: none;
	background: transparent;
	padding: 0px;
	outline:none;
}

.headerLevelTwo .livePaymentBut img{
	
	display: inline-block;
	transform-origin: 100% 0;
}
.headerLevelTwo .livePaymentBut img:hover{
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}

.topNav {
	float: left;
	padding: 37px 0px 10px;	
}
.topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topNav ul li {
	display: inline-block;
}
.topNav ul li a {
	text-decoration: none;
	font-family: 'Arvo', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	padding: 0px 25px 0px 0px;
	display: block;
	text-transform: uppercase;
	transition: 0.7s;
}
.topNav ul li a:hover {
	transition: 0.7s;
    color: #ef7009;
}
.topNav ul li:last-child a {
	padding: 0px 15px 0px 0px;
}
.mobileMenu {
	position: absolute;
	top: 0px;
	left: -49px;
	z-index: 999;
	display: none;
}
.mobileMenu a {
	display: block;
	float: right;
	color: #000000;
	text-align: center;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 17px;
	background-color: #ff8c00;
	border-radius: 7px 0 0 7px;
}

.bannerSection {
	background: #000000 url("images/bannerBg.jpg") no-repeat top center;
	background-size: cover;
	min-height: 700px;
	padding: 25px 0px;
}
.bannerSection .logo {
	text-align: left;
}
.bannerSection .bannerText {
	padding: 90px 0px 30px 0px;
}
.bannerSection .bannerText h1 {
	font-family: 'Arvo', serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 45px;
	color: #c09857;
	text-transform: uppercase;
	margin: 20px 0px 20px 0px;
	word-break: break-word;
	text-align:left;
}
.bannerSection .bannerText h1 > span {
	font-size: 40px;
	font-weight: 600;
}
.bannerSection .bannerText h2 {
	font-family: 'Arvo', serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 45px;
	color: #53504b;
	margin: 20px 0px 40px 0px;
	word-break: break-word;
}
.bannerSection .bannerText p {
	font-family: 'Arvo', serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #53504b;
	max-width: 600px;
	word-break: break-word;
}
.bannerSection .bannerButtons {
	padding: 60px 0px 0px;
}
.bannerSection .bannerButtons button {
	border: none;
	background: transparent;
	padding: 0px;
	margin-right: 20px;
}
.bannerSection .bannerButtons button:hover {
	position: relative;
	/*top: -2px;*/
}
.bannerSection .bannerButtons .signupBut {
	
	width: 200px;
    /*height: 42px;*/
    color: #fff;
    border: 0px;
    line-height:50px;
    /*margin: 24px 0px 20px 22px;*/
    border: 1px solid #423f3a;
	border-style: dashed;
    border-radius: 30px;
    background: #423f3a;
	outline: none;
	font-size:24px;
	font-family: 'Arvo', serif;
}

.bannerSection .bannerButtons .signupBut:hover {

	color: #000;
	border: 1px solid #feb729;
	transition: 0.7s;
	background:#feb729;

}

.bannerSection .bannerButtons .loginbut {

    width: 200px;
    /*height: 40px;*/
    color: #000;
    border: 0px;
    line-height: 48px;
    /*margin: 24px 0px 20px 22px;*/
    background:#feb729;
    border-radius: 30px;
    border: 1px solid #feb729;
	outline: none;
	font-size:24px;
	font-family: 'Arvo', serif;
}


.bannerSection .bannerButtons .loginbut:hover {

    color: #fff;
    background: #423f3a;
    transition: 0.7s;
    border: 1px solid #423f3a;
}

.planSection {
	background: #feb729 url("images/planSecBg.jpg") center;
	height: auto;
	padding: 60px 0px;
}
.planSection .plans {
	padding-left: 35px;
}
.planSection .plan {
	width: 220px;
	height: 500px;
	margin: 40px 0px 0px;
}
.planSection .plan1 {
	background: url("images/planBg2.jpg") no-repeat top center;
}
.planSection .plan2 {
	background: url("images/planBg2.jpg") no-repeat top center;
}
.planSection .plan3 {
	background: url("images/planBg2.jpg") no-repeat top center;
}
.planSection .plan .text1 {
	font-family: 'BEBAS';
	font-size: 60px;
	font-weight: 400;
	color: #ebebeb;
	text-align: center;
	line-height: 70px;
	padding: 10px 0px 5px;
}
.planSection .plan .text2 {
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: 400;
	color: #ebebeb;
	text-align: center;
}
.planSection .plan .text3 {
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: 400;
	color: #eceeee;
	margin-top: 100px;
	padding-left: 30px;
	margin-top: 171px;
    padding-left: 52px;
}
.planSection .plan .text3 p {
	margin-bottom: 0px;
}

.planSection .profitCalc {
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: 400;
	color: #53504b;
	padding-left: 70px;
}

.planSection .profitCalc > img {
	margin-bottom: 20px;
}
.planSection .profitCalc .selectPlan {
	width: 220px;
	height: 50px;
	background: url("images/planInputBg.png") no-repeat top left;
	overflow: hidden;
	margin-bottom: 20px;
}
.planSection .profitCalc .selectPlan select {
	border: none;
	background: transparent;
	padding: 12px 10px;
	width: 110%;
	cursor: pointer;
	color: #000000;
	outline:none;
}



.planSection .profitCalc .signupBut1 {
	
	width: 220px;
    /*height: 42px;*/
    color: #f8c52b;
    border: 0px;
    line-height:50px;
    /*margin: 24px 0px 20px 22px;*/
    border: 1px solid #000000;
	border-style: dashed;
    border-radius: 5px;
    background: #000000;
	outline: none;
	font-size:18px;
	font-family: 'Arvo', serif;
}

.planSection .profitCalc .signupBut1:hover {

	color: #fff;
    border: 1px solid #feb729;
    transition: 0.7s;
    background: #feb729;

}
.planSection .profitCalc input[type='text'] {
	width: 220px;
	height: 50px;
	border: none;
	background: transparent;
	background: url("images/amoutInputBg.png") no-repeat top left;
	padding: 10px 10px;
	color: #000000;
	margin-bottom: 20px;
	padding-right: 30px;
	outline:none;
}
.planSection .profitCalc button {
	border: none;
	background: transparent;
	padding: 0px;
	margin-top: 30px;
}





.aboutUsSection {
	background: #ffffff url("images/aboutUsImg.png") no-repeat 93% 100px;
	min-height: 300px;
	padding: 100px 0px;	
}
.aboutUsSection .aboutusContent {
	position: relative;
}
.aboutUsSection .aboutusContent .aboutus {
	max-width: 570px;
}
.aboutUsSection .aboutusContent .aboutus h2 {
	font-family: 'Arvo', serif;
	font-size: 24px;
	color: #252a37;
	margin: 20px 0px 0px;
}
.aboutUsSection .aboutusContent .aboutus h3 {
	font-family: 'Arvo', serif;
	font-size: 36px;
	color: #252a37;
	margin: 10px 0px 40px 0px;
}
.aboutUsSection .aboutusContent .aboutus p {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 16px;
	color: #53504b;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: justify;
}
.aboutUsSection .aboutusContent .aboutUsImg {
	position: absolute;
	top: -20px;
	right: -160px;
	display: none;
}
.aboutUsSection .aboutusContent button {
	border: none;
	background: transparent;
	padding: 0px;
	margin-top: 60px;
	outline:none;
}

.aboutUsSection .aboutusContent img{
	
	display: inline-block;
	transform-origin: 100% 0;
}
.aboutUsSection .aboutusContent img:hover{
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}



.ourSuccessSection {
	background: #080808 url("images/ourSuccessSecBg.jpg") no-repeat top center;
	min-height: 300px;
	padding: 80px 0px;	
}
.ourSuccessSection h2 {
	font-family: 'Arvo', serif;
	font-size: 36px;
	color: #f5f3f4;
	margin: 0px 0px 0px;
	text-align: center;
}
.ourSuccessSection h3 {
	font-family: 'Arvo', serif;
	font-size: 24px;
	color: #ffffff;
	margin: 20px 0px 0px;
	text-align: center;
	padding-bottom: 25px;
	background: url("images/ourSuccessTitleBorder.jpg") no-repeat bottom center;
}
.ourSuccessContent .statusBar {
	padding-top: 80px;
}
.ourSuccessContent .statusBar img {
	float: left;
	margin-right: 10px;
}
.ourSuccessContent .statusBar .report {
	float: left;
}
.ourSuccessContent .statusBar h4 {
	font-family: 'Arvo', serif;
	font-size: 30px;
	color: #ffffff;
	margin: 0px 0px 0px;
	background: url("images/statusBorder.jpg") no-repeat bottom left;
	padding-bottom: 23px;
}
.ourSuccessContent .statusBar h5 {
	font-family: 'Arvo', serif;
	font-size: 18px;
	color: #ffffff;
	margin: 17px 0px 0px;
}



.advantagesSection {
	background: url("images/offerSecBg.jpg") no-repeat top center;
	min-height: 300px;
	padding: 80px 0px;	
}
.advantagesSection h2 {
	font-family: 'Arvo', serif;
	font-size: 24px;
	color: #000000;
	margin: 0px 0px 0px;
}
.advantagesSection h3 {
	font-family: 'Arvo', serif;
	font-size: 36px;
	color: #000000;
	margin: 5px 0px 0px;
}
.advantagesSection .advantagesContent .offers .offer {
	margin: 40px 0px 30px;
	padding-left: 83px;
	min-height: 155px;
}
.advantagesSection .advantagesContent .offers .offer h4 {
	font-family: 'Arvo', serif;
	font-size: 18px;
	color: #0d0d0d;
	margin: 0px 0px 20px 0px;
	background: url("images/offerTitleBorder.png") no-repeat bottom left;
	padding-bottom: 18px;
}
.advantagesSection .advantagesContent .offers .offer p {
	font-family: 'Arvo', serif;
	font-size: 14px;
	line-height: 24px;
	color: #393e44;
	margin: 0px 0px 20px 0px;
}
.advantagesSection .advantagesContent .offers .offer1 {
	background: url("images/offerIcon1.png") no-repeat top left;
}
.advantagesSection .advantagesContent .offers .offer2 {
	background: url("images/offerIcon2.png") no-repeat top left;
}
.advantagesSection .advantagesContent .offers .offer3 {
	background: url("images/offerIcon3.png") no-repeat top left;
}
.advantagesSection .advantagesContent .offers .offer4 {
	background: url("images/offerIcon4.png") no-repeat top left;
}
.advantagesSection .advantagesContent .offers .offer5 {
	background: url("images/offerIcon5.png") no-repeat top left;
}
.advantagesSection .advantagesContent .offers .offer6 {
	background: url("images/offerIcon6.png") no-repeat top left;
}


.contactSection {
	background: #423f3a;
	padding: 50px 0px;
}
.contactSection .contactSecLogo {
	text-align: left;
}
.contactSection  h4 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
	margin: 25px 0px 0px;
	text-transform: uppercase;
}
.contactSection button {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 15px auto 0px;
	outline:none;
}
.contactSection .checkNow {
	
	width: 200px;
    /*height: 42px;*/
    color: #000000;
    border: 0px;
    line-height:55px;
    /*margin: 24px 0px 20px 22px;*/
    border: 1px solid #e5a525;
    border-radius: 5px;
    background: #e5a525;
	outline: none;
	font-size:18px;
	font-family: 'Arvo', serif;
	font-weight:bold;
}

.contactSection .checkNow:hover {

    color: #000;
    border: 1px solid #f76e03;
    transition: 0.7s;
    background: #f76e03;

}

.referralSection {
	background: #ffffff;
	padding: 100px 0px;
}
.referralSection .referral {
	border: 5px solid #000000;
	position: relative;
	min-height: 170px;
	padding-left: 290px;
}
	
.referralSection .referral img {
	position: absolute;
	left: 5px;
    bottom: -13px;
}
.referralSection .referral .percentage {
	float: left;
	font-family: 'Arvo', serif;
	font-weight: 700;
	font-size: 80px;
	color: #423f3a;
	letter-spacing: 0.09em;
	margin: 63px 0px 0px; 
}
.referralSection .referral .percentage span {
	font-size: 60px;
}
.referralSection .referral .referralCommission {
	float: left;
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #777777;
	max-width: 200px;
	margin: 40px 0px 0px 10px;
}
.referralSection .referral .referralContent {
	float: left;
	width: 469px;
        margin-left: 350px;
        margin-top: -111px;
        text-align: justify;
}





.footerSection {
	background: #151719 url("images/footerBg.png") no-repeat top center;
	min-height: 300px;
	padding: 30px 0px 70px;	
}
.footerSection .footerFirstRow {
	padding-bottom: 30px;
}

.footerSection .footerFirstRow img {
	
	display: inline-block;
	transform-origin: 100% 0;
}

.footerSection .footerFirstRow img:hover{
	
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.footerSection .footerFirstRow .pay {
	text-align: right;
	padding-top: 15px;	
}
.footerSection .footerFirstRow .pay img {
	margin-left: 12px;
}
.footerSection .footerSecondRow {
	background: url("images/footerBorder.png") repeat-x top center;
	padding: 50px 0px 60px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
.footerSection .footerSecondRow img.certificate {
	float: left;
	margin-top: 15px;
}
.footerSection .footerSecondRow .contacts {
	float: left;
	padding-left: 30px;
	padding-top: 15px;
}
.footerSection .footerSecondRow .contacts p {
	margin-bottom: 15px;
}
.footerSection .footerSecondRow .contacts a {
	text-decoration: none;
	color: #e5a525;
}
.footerSection .footerSecondRow .contacts span {
	color: #e5a525;
}
.footerSection .footerSecondRow .contacts img {
	margin: 15px 0px 0px 0px;
	display:block;
}

.footerSection .footerSecondRow .contacts img:hover {
	animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal {
	16.65% {
		transform: translateX(8px);
	}

	33.3% {
		transform: translateX(-6px);
	}

	49.95% {
		transform: translateX(4px);
	}

	66.6% {
		transform: translateX(-2px);
	}

	83.25% {
		transform: translateX(1px);
	}

	100% {
		transform: translateX(0);
	}
}
.footerSection .footerSecondRow .footerSocialLinks {
	margin-left: -25px;
}
.footerSection .footerSecondRow .footerSocialLinks img {
	margin: 0px 0px 5px 0px;
	display: inline-block;
	transform-origin: 100% 0;
}

.footerSection .footerSecondRow .footerSocialLinks img:hover{
	
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.footerSection .footerSecondRow .footerButtons {
	text-align: right;
}
.footerSection .footerSecondRow .footerButtons img {
	margin: 0px 0px 20px 25px;
}

.footerSection .footerSecondRow .footerButtons img:hover {
	animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.footerSection .footerThirdRow {
	background: url("images/footerBorder.png") repeat-x top center;
	font-family: 'Arvo', serif;
	font-weight: 300;
	font-size: 16px;
	color: #fefefe;
	padding-top: 20px;
}
.footerSection .footerThirdRow img {
	margin-left: 30px;
}





@media only screen and (min-width: 1200px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 130% 100px;
	}
}
@media only screen and (min-width: 1250px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 120% 100px;
	}
}
@media only screen and (min-width: 1300px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 110% 100px;
	}
}
@media only screen and (min-width: 1350px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 105% 100px;
	}
}
@media only screen and (min-width: 1400px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 100% 100px;
	}
}
@media only screen and (min-width: 1450px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 95% 100px;
	}
}
@media only screen and (min-width: 1550px) {
	.aboutUsSection {
		background: #ffffff url("images/aboutUsImg.png") no-repeat 90% 100px;
	}
}
@media only screen and (min-width: 1660px) {
	.aboutUsSection {
		background: none;
	}
	.aboutUsSection .aboutusContent .aboutUsImg {
		display: block;
	}
}





@media only screen and (max-width: 1199px) {	
	.topNav {
		margin-right: 0px;
	}
	.topNav ul li a {
		padding: 0px 20px 0px 0px;
	}
	.topNav ul li a {
		padding: 0px 12px 0px 0px;
		font-size: 15px;
	}
	.topNav ul li:last-child a {
		padding: 0px 10px 0px 0px;
	}
	.headerLevelTwo .livePaymentBut {
		margin-left: 10px;
	}
	.planSection .plans {
		padding-left: 0px;
	}
	.planSection .profitCalc {
		padding-left: 10px;
	}
	.aboutUsSection {
		background: none;
	}
	.aboutUsSection .aboutusContent .aboutUsImg {
		display: block;
		position: relative;
		left: 0px;
		top: 0px;
	}
	.aboutUsSection .aboutusContent .aboutus {
		max-width: none;
	}
	.ourSuccessContent .statusBar img {
		float: none;
		margin-bottom: 20px;
	}
	.ourSuccessContent .statusBar .report {
		float: none;
	}
	.advantagesSection .advantagesContent .offers .offer {
		margin-bottom: 0px;
	}
	.contactSection .contactSecLogo {
		margin-top: 10px;
	}
	.referralSection .referral {
		float: left;
		padding-bottom: 40px;
		padding-left: 320px;
	}
	.footerSection .footerFirstRow .pay {
		text-align: left;	
	}
	.footerSection .footerSecondRow .footerButtons {
		clear: both;
		text-align: left;
		padding-top: 100px;
	}
	.footerSection .footerSecondRow .footerButtons img {
		margin: 0px 25px 15px 0px;
	}
}


@media only screen and (max-width: 1023px) {
	
	.mobileMenu {
		display: block;
	}
	.topNav {
		position: fixed;
		right: -270px;
		top: 30px;
		background-color: #ff8c00;
		width: 270px;
		padding-left: 30px;
		z-index: 999;
		padding: 10px 0px 10px;
	}
	.topNav.mobileNav {
		right: 0px;
	}
	.topNavLinks {
		border: none;
	}
	.topNavLinks ul li {
		display: block;
	}
	.topNavLinks ul li a, .topNavLinks ul li a:hover {
		border: none;
	}
	.topNavLinks ul li a, .topNavLinks ul li:last-child a {
		padding: 10px 0px 10px 25px;
		color: #000000;
		font-weight: 400;
	}
	.headerLevelTwo .livePaymentBut {
		float: right;
		text-align: right;
	}
	
}
@media only screen and (max-width: 991px) {
	.headerLevelOne .social {
		margin-left: 10px;
	}
	.headerLevelOne .signup {
		float: right;
	}
	.headerLevelOne .login {
		margin-left: 35%;
	}
	.headerLevelTwo .livePaymentBut {
		float: right;
		text-align: right;
	}
	.planSection .profitCalc {
		padding-left: 0px;
		padding-top: 40px;
	}
	.planSection .profitCalc .sec1, .planSection .profitCalc .sec2, .planSection .profitCalc .sec3, .planSection .profitCalc .sec4 {
		float: left;
		width: 45%;
	}
	.planSection .profitCalc button {
		clear: both;
	}
	.ourSuccessContent .statusBar img {
		float: left;
		margin-bottom: 0px;
	}
	.ourSuccessContent .statusBar .report {
		float: left;
		margin-bottom: 60px;
	}
	.advantagesSection .advantagesContent .offers .offer {
		min-height: auto;
	}
	.contactSection {
		text-align: center;
	}
	.contactSection .contactSecLogo img {
		margin: auto;
	}
	.contactSection h4 {
		margin: 50px 0px 20px;
	}
	.contactSection button {
		margin: 40px auto 0px;
	}
	.referralSection .referral {
		padding-bottom: 220px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.referralSection .referral .referralContent {
		width: auto;
	}
	.referralSection .referral img {
		left: 50px;
	}
	.footerSection .footerFirstRow .pay img {
		margin: 10px 10px 15px 0px;
	}
	.footerSection .footerSecondRow .footerSocialLinks {
		margin-left: 0px;
		padding-top: 60px;
	}
	.footerSection .footerSecondRow .footerButtons {
		padding-top: 60px;
	}
	.footerSection .footerThirdRow img {
		margin-top: 30px;
		margin-right: 30px;
		margin-left: -10px;
	}
}
@media only screen and (max-width: 767px) {
	.headerLevelOne .social {
		display: none;
	}
	.headerLevelOne .login {
		margin-left: 15px;
	}
	.headerLevelOne .signup {
		float: left;
	}
	.headerLevelTwo .livePaymentBut {
		float: left;
	}
	.bannerSection .bannerText h1 {
		font-size: 30px;
	}
	.bannerSection .bannerText h1 > span {
		display: block;
		font-size: 35px;
	}
	.bannerSection .bannerText h2 {
		font-size: 25px;
	}
	.bannerSection .bannerText p {
		font-size: 17px;
	}
	.planSection .plan {
		margin: 40px auto;
	}
	.planSection .profitCalc .sec1, .planSection .profitCalc .sec2, .planSection .profitCalc .sec3, .planSection .profitCalc .sec4 {
		float: left;
		width: 100%;
	}
	.planSection .profitCalc {
		text-align: center;
	}
	.planSection .profitCalc > img {
		margin: 0px auto 30px;		
	}
	.planSection .profitCalc .selectPlan {
		margin: 0px auto 20px;
	}
}
@media only screen and (max-width: 639px) { 
	.bannerSection .bannerText {
		padding: 60px 0px 30px 0px;
	}
	.bannerSection .bannerText h1 {
		font-size: 32px;
	}	
	.bannerSection .bannerButtons button {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 570px) { 
	.headerLevelTwo .livePaymentBut {
		display: none;
	}
	.headerLevelTwo .col-xs-8 {
		width: 90%;
	}
	.bannerSection .bannerButtons {
		padding: 40px 0px 0px;
	}
}
@media only screen and (max-width: 430px) { 	
	.headerLevelOne .signup {
		margin-left: 20px;
	}
	.referralSection .referral img {
		left: 10px;
	}
	.footerSection .footerSecondRow img.certificate {
		float: none;
		margin-top: 15px;
	}
	.footerSection .footerSecondRow .contacts {
		float: none;
		padding-left: 0px;
		padding-top: 35px;
	}
}













/********** registration part Media query **********/

 

@media (max-width:992px) {

.box6 , .box6 p , .box6 a  {
width:100%;
font-family: 'Arvo', serif;
font-size:100%;
line-height:24px;
color: #4d4d4d;
padding-bottom:15px;
}

#formname_main {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
	font-weight:bold;
    text-align: center;
    background: #feb729;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    margin: 30px 0px 20px 0px;
    font-family: 'Arvo', serif;
    outline: 2px solid #000;
    outline-offset: 5px;
}

input, select, textarea {
width:auto;
height:auto;
}

/*input[type=submit] {
width: auto;
background: #eaa22f;
border: 1px solid #eaa22f;
color:#fff;
}

input[type=submit]:hover {

transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
background:#fff;    color: #2074c9;
    box-shadow: inset 100px 0px 0px 0px #003399;
	    border: 1px solid #2074c9;
}*/
input[type=submit]{
    background: #ef6c04;
    color: #fff;
    border: 1px solid #f16c05;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #feb729;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    font-weight: bold;
}
input[type=submit]:hover
{
    background: #feb729;
    color: #000000;
    box-shadow: inset 100px 0px 0px 0px #feb729;
    border: 1px solid #feb729;
}

}



/********** account-main page **********/


@media (max-width:420px) {

 
.member_detail , .member_detail table {
font-size:100%;
}


}

.menu ul li a {
padding:20px;
}

.tik , .users{
width:100%;
}

.menu ul li a {
padding:20px;
}

.tik , .users{
width:100%;
}

.tik .contents1 p {
	    position: relative;
    width: 100%;
	color:#000;
	font-size: 18px;
}
.tik .contents1 span {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
left: 40px;
	}
	.tik .contents1 span img {
	padding:15px 0;
	}
.tik .contents1 {
padding:20px 0px;
text-align:center;
line-height:45px;
position:relative;
background-color:#feb729;
width: 180px;
margin:10px;
    display: inline-block;
}

.member_detail {
    font-family: 'Arvo', serif;
    /* background: #212424; */
    border-radius: 5px;
}

.member_detail .left , .member_detail .rightmembox{
    height: auto;
    background: rgba(255, 255, 255, 0.25);
	margin-bottom:30px;
}

.member_detail .left .boxcontent , .member_detail .rightmembox .boxcontent{
border: 2px solid #f57200;
	    box-sizing: border-box;
    padding: 15px;
	    border-radius: 5px;
width:100%;
    background: #f572002e;
}
.member_detail .left .memtitlebox , .member_detail .rightmembox .memtitlebox{
    background: #000;
    color: #feb729;
    padding: 13px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.member_detail .left .boxcontent .usimg {
    text-align: center;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.member_detail table tr td {
    border-bottom: 1px solid #000;
    /* border-left: 1px solid #ffcc00; */
    color: #000;
    line-height: 32px;
}

.member_detail table tr td b {
	
	 color: #f57200;
}

/********** registration part **********/


table {
    border: 6px solid transparent;
    border-collapse: initial;
}

button, input, select, textarea {
color:#000;
}

@media (min-width:1200px) {

.navigation .menutxt
{
    font-size: 16px;
    width: 240px;
    float: left;
    text-decoration: none !important;
    line-height: 50px;
    color:#fff;
	background-color: #f57200;
	margin-bottom:5px;
	transition:0.7s;

}
.navigation .menutxt:hover
{
color:#feb729;
transition:0.7s;
background-color: #000;
}

.dropdownnav {
display:none;
}

}


@media (max-width:1200px) {


.dropdownnav {
display:block;
}

.fullnav{
display:none;
}

 .accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*.accordion li:last-child .link {
	border-bottom: 0;
}*/

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #f16e0a;
}

.accordion li.open i {
	color: #f16e0a;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #000;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
	background: #feb729;
    color: #000;
	transition:0.7s;
 }



}


@media (min-width:992px) {

.box6{
width:100%;
font-family: 'Arvo', serif;
font-size:14px;
line-height:24px;
color: #4d4d4d;
padding-bottom:30px;
}


#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #09b719;
	}
#formname_main
{
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
	font-weight:bold;
    text-align: center;
    background: #feb729;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    margin: 30px 0px 20px 0px;
    font-family: 'Arvo', serif;
    outline: 2px solid #000;
    outline-offset: 5px;
}

input.sbmt{
    background: #ef6c04;
    color: #fff;
    border: 1px solid #f16c05;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #feb729;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    font-weight: bold;
}
input.sbmt:hover
{
    background: #feb729;
    color: #000000;
    box-shadow: inset 100px 0px 0px 0px #feb729;
    border: 1px solid #feb729;
}


}


.form-control {
    display: block;
    width: 96%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    margin: 0 auto;
}


#formname_sub
{
color:#222;
text-transform:uppercase;
font-size:18px;
text-align:center;
/*background:#D1A703;*/
padding: 10px;
width:400px;
border-bottom: 5px solid #222;
margin:5px 0px;
font-family: 'Arvo', serif;
}

.alls{
height:auto !important;
}
span#menu-icon{
height: 51px;
float: left;
width: 55px;
/*border-right: 5px solid #FFFFFF;*/
margin-right: 10px;
}
table.account_table{
    font-size: 16px;
    width: 100%;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin-left: 6px;
    margin-top: 6px;
}
table.account_table img
{
max-width:100%;
border-radius: 7px;
}
table.account_table img a
{
opacity:0.4;
filter:alpha(opacity=40);
}
table.account_table img a:hover
{
opacity:1.0;
filter:alpha(opacity=100);
text-decoration:none;
}
.account_table img
{
max-width:100%;
}
.account_table img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}



table.make_deposit td.second{
background:#242e35;
    color: #fff;
    padding: 10px;
}
table.make_deposit td.first{
background:#242e35;
    color: #fff;
    padding: 10px;
		font-family: 'Arvo', serif;
	
}
.memberuser
{
float:left;
width:100%;
  /*  background: #D1A703;*/
	height:100px;
}
.memberuser table tr td
{
color:#FF0000;
font-family: 'Arvo', serif;
font-size:16px;
}


.left-navigation .navigation ul , .register , 
.right-navigation {
    padding: 0;
}

.left-navigation .navigation ul li {
	
	list-style:none;
}

.navigation
{
opacity:1;
margin-top:20px;
    padding: 0;
}
.navigations td
{
font-family: 'Arvo', serif;
    color: #E7BA04;
    font-size: 18px;
    border: 1px solid;
    border-color: #fff;
    padding: 0;
    background-color:#1f1f1f;
	   /* box-shadow: inset 0 0 0 0 #003399;*/
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
	/*    border-radius: 7px;*/
}
.navigations th
{
font-family: 'Arvo', serif;
    color: #FFFFFF;
    font-size: 20px;
    border-color: #666a6b;
    background-color:#7545b4;
}
.navigations td:hover
{
	font-family: 'Arvo', serif;color:#E7BA04;font-style: Narrow;
	font-size: 18px;padding-left:20px;border:1px solid #fff; /*border-color:#666a6b;*/     color: #08072b;
	/* box-shadow: inset 0 0 0 0 #003399;*/
	background-color:#eaa22f;
}

	.register table tr td
	{
    font-family: 'Arvo', serif;
    font-size: 16px;
    background: #000;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 10px 0px;
    border: 1px solid #fff;
text-align: center;
	}
/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r
{
width:100%;
height:auto;
}
.table_r .table_r1
{
width: 64.5%;
height: 200px;
background:#fff;
float: left;
font-family: 'Arvo', serif;
border-radius: 0px;
 margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .left
{
float:left;
width:44%;
    margin: 10px 0px 0px 0px;
}
.table_r .table_r1 .left img
{
max-width:100%;
}
.table_r .table_r1 .right
{
float:left;
width:50%;
    margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .right .text1
{
color: #fff;
font-family: "Open Sans",sans-serif;
font-size: 25px;
text-transform: uppercase;
padding: 55px 0px 0px 0px;
font-weight: bold;
}
.table_r .table_r1 .right .text2
{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
    padding: 13px 0px 0px 20px;
    font-weight: bold;
}
.table_r .table_r1 .reg
{
    float: left;
    width: 50%;
    background: #3f78ea;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
	    margin: 20px 0px 0px 0px;
}
.table_r .table_r1 .reg .title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 16px 0px 0px 0px;
}
.table_r .table_r1 .reg .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 2px 0px 0px 0px;
}
.table_r .table_r1 .last
{
    float: left;
    width: 50%;
    background: #003399;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
	    margin: 20px 0px 0px 0px;
}
.table_r .table_r1 .last .title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 16px 0px 0px 0px;
}
.table_r .table_r1 .last .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 2px 0px 0px 0px;
}
.table_r .table_center
{
float:left;
width:20%;
}
.table_r .table_r2
{
    width: 30%;
/*height: 235px;
background: #212424;*/
    float: left;
font-family: 'Arvo', serif;
	border-radius: 5px;
	    margin: -10px 0px 0px 7px;
}
.table_r .table_r2 .button
{
float:left;
width:100%;
}
.table_r .table_r2 .button .but1
{
text-align:center;
width:100%;
margin: 0px 0px 0px 0px;
}
.table_r .table_r2 .button .but1 a
{
text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 20px;
    color: #fff;
    background: #3f78ea;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #003399;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but1 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #003399;
}
.table_r .table_r2 .button .but2
{
text-align:center;
width:100%;
margin: 71px 0px 0px 0px;
}
.table_r .table_r2 .button .but2 a
{
text-decoration: none;
    text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 20px;
    color: #ffffff;
    background: #003399;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3f78ea;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but2 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #3f78ea;
}
.table_r .table_r2 .button .but3
{
text-align:center;
width:100%;
margin: 141px 0px 0px 0px;
}
.table_r .table_r2 .button .but3 a
{
    text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 20px;
    color: #fff;
    background: #3f78ea;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #003399;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but3 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #003399;
}
.table_r .table_r2 .button .but4
{
text-align:center;
width:100%;
margin: 213px 0px 0px 0px;
}
.table_r .table_r2 .button .but4 a
{
text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 20px;
    color: #fff;
    background: #003399;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3f78ea;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but4 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #3f78ea;
}
.table_r .table_r3
{
width: 30%;
height: 235px;
background: #212424;
float: left;
font-family: 'Arvo', serif;
border-radius: 5px;
 margin: 0px 0px 0px 7px;
}
.table_rr1
{
width:100%;
float:left;
height:auto;
}
.valids td
{
	font-family: Arial, Helvetica, sans-serif;color:#606362;font-style: Narrow;/*border:1px solid;*/
	font-size: 20px;padding-left:17px;/*border-color:#000000;*//*border-radius:10px;*/
/*	background:#18BD9B;*/
}
.valids td.plan
{
	background:url('images/plan_bg.html') no-repeat;
	height:93px;
}
.valids td.plan1
{
	    background: #CFD6E6;
	height:50px;
}
.valids td.plan b{
    font-size: 20px;
    color: #1B1B1B;
    text-transform: uppercase;
}
.valids b
{
font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:18px;color:#2BB8DA;
}
.valids a
{
color::#2BB8DA;font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:16px; text-decoration:none;
}
.maketb
{
float:left;
width:100%;
}
.maketb .tb1
{
width:50%;
float:left;
}
.maketb .tb1
{
width:50%;
float:right;
}
.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #e82b25;
    /*-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;*/
    border-radius: 0px 0 0 0px;
}
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #10e1d5;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
	
	
.signupalign
{
width:100%;
}
.signupalign .tab1
{
float:left;
width:50%;
}	
.signupalign .tab2
{
float:right;
width:40%;
}		
	
	
	.supportcon
	{
	float:left;
	width:100%;
	}
	.supportcon .sup1
	{
	float:left;
	width:50%;
}
	.supportcon .sup2
	{
	float:left;
	width:45%;
}
    
	
	/*************login redirect style **************/
	.loginrebg
	{
	background:#000000;
	height:700px;
	}
	.loginrecontainer
	{
	float:left;
	width:100%;
	}
	
	
		/*************login redirect style **************/
		
		
/*****poput calc***********************/
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #000;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  opacity:0.8;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #369223;
}
.popup .close:hover {
  color:#000;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
/*****poput calc***********************/