/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Bebas';

*/

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


body {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #222222;
	font-size: 16px;
}

.bannerWrapper {
	min-height: 820px;
	background: url("images/banner.jpg") no-repeat top center;
	background-size: cover;
	/*position: relative;
	overflow: hidden;*/
}
.bannerWrapper .header {
	min-height: 150px;
	background: url("images/headerBg.png") no-repeat top center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.bannerWrapper .header .logo {
	padding-top: 40px;
}
.bannerWrapper .header .logo img {
	
	display: inline-block;
	transform-origin: 100% 0;
}

.bannerWrapper .header .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 */
.bannerWrapper .header .firstNav {
	padding: 10px 0px;
	float: left;
	width: calc(100% - 20px);
	border-bottom: 1px solid #05b9bf;
	margin-left: 20px;
}
.bannerWrapper .header .firstNav .socialLinksHeader {
	float: left;
	min-width: 320px;
	padding-top: 10px;
}
.bannerWrapper .header .firstNav .socialLinksHeader > a > img {
	margin: 0px 20px 0px 2px;	
}
.bannerWrapper .header .firstNav .socialLinksHeader > a > img {
	
	display: inline-block;
	transform-origin: 100% 0;
}

.bannerWrapper .header .firstNav .socialLinksHeader > a > img:hover{
	
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.bannerWrapper .header .firstNav .socialLinksHeader > a:hover {
	position: relative;
}
.bannerWrapper .header .firstNav .signupHeader {
	margin: 4px 10px;
	float: left;
}
.bannerWrapper .header .firstNav .signupHeader button {
	border: none;
	padding: 0px;
	outline:none;
}
.bannerWrapper .header .firstNav .signupHeader .signupBut {
	
    width:160px;
    color: #15278c;
    line-height: 50px;
    border: 1px solid #2bbdc4;
    border-radius:0px;
    background: #2bbdc4;
    outline: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
	outline: 1px solid #15278c;
    outline-offset: -5px;
}

.bannerWrapper .header .firstNav .signupHeader .signupBut:hover {

	color: #f4fbff;
	border: 1px solid #2bbdc4;
	transition: 0.7s;
	background:transparent;
	border-style: dashed;
	outline:none;
}

.bannerWrapper .header .firstNav .signinHeader .loginbut {

    width: 160px;
    color: #f4fbff;
    line-height:50px;
    background:transparent;
    border-radius:0px;
    border: 1px solid #2bbdc4;
	outline: none;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	border-style: dashed;
}


.bannerWrapper .header .firstNav .signinHeader .loginbut:hover {

    color: #15278c;
    background:#2bbdc4;
    transition: 0.7s;
    border: 1px solid #2bbdc4;
	outline: 1px solid #15278c;
    outline-offset: -5px;
}


.bannerWrapper .header .firstNav .signupHeader button > img {
	margin-right: 14px;
}
.bannerWrapper .header .firstNav .signinHeader {
	margin:3px 10px;
	float: left;
}
.bannerWrapper .header .firstNav .signinHeader button {
	border: none;
	padding: 0px;
	margin-top: 2px;
	outline:none;
}
.bannerWrapper .header .firstNav button:hover {
	position: relative;
	/*top: 1px;*/
}
.bannerWrapper .header .secondNav {
	width: calc(100% - 20px);
	margin-left: 20px;
}
.bannerWrapper .header .secondNav li a {
	padding: 0px 13px 22px;
	text-decoration: none;
	transition:0.7s;
}
.bannerWrapper .header .secondNav li a:hover {
	border-bottom: 3px solid #30cfd0;
	transition:0.7s;
	color:#04df90
}
.bannerWrapper .header .secondNav li a.active {
	border-bottom: 3px solid #30cfd0;
}



.bannerWrapper .banner {
	padding: 40px 0px;
}
.bannerWrapper .banner .bannerContent {
	padding: 100px 0px 0px;
	max-width: 600px;
}
.bannerWrapper .banner .bannerContent h1 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
	text-align:left;
}
.bannerWrapper .banner .bannerContent h5 {
	margin: 5px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}
.bannerWrapper .banner .bannerContent button {
	border: none;
	padding: 0px;
	outline:none;
	margin: 100px 0px 170px;
}
.bannerWrapper .banner .bannerContent .signupBut1 {
	
    width:220px;
    color: #000d52;
    line-height: 55px;
	border-radius:5px;
    border: 1px solid #2bbdc4;
    background: #2bbdc4;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.bannerWrapper .banner .bannerContent .signupBut1:hover {

	color: #f4fbff;
	border: 1px solid #2bbdc4;
	transition: 0.7s;
	background:transparent;
}
.bannerWrapper .banner .payOptions {
	padding-top: 15px;
	text-align: center;
}
.bannerWrapper .banner .payOptions img {
	margin: 0em 0.175em;
}

.topNav {
	float: left;
	padding: 22px 0px 0px;
}
.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: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	padding: 0px 30px 0px 0px;
	display: block;
}
.topNav ul li a:hover {
	text-decoration: underline;
}
.topNav ul li:last-child a {
	padding-right: 0px;
}
.mobileMenu {
	position: absolute;
	top: 0px;
	left: -49px;
	z-index: 999;
	display: none;
}
.mobileMenu a {
	display: block;
	float: right;
	color: #ffffff;
	text-align: center;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 17px;
	background-color: #3068ae;
	border-radius: 7px 0 0 7px;
}



.advantageWrapper {
	    padding: 40px 0px 0px;
    background: #fff;
}
.advantageWrapper .grayBorderTitle {
	padding: 10px 0px 40px;
	margin-bottom: 20px;
	text-align: center;
	background: url("images/titleBorder1.png") no-repeat center bottom;
}
.advantageWrapper .grayBorderTitle h2 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #0f57d2;
}
.advantageWrapper .advantages {
	padding: 20px 0px
}
.advantageWrapper .advantages .advantage {
	text-align: center;
	padding: 10px 10px;
	min-height: 270px;
}
.advantageWrapper .advantages .advantage > img {
	margin-bottom: 10px;
}
.advantageWrapper .advantages .advantage > h3 {
	margin: 0px 0px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #15278c;
}
.advantageWrapper .advantages .advantage > p {
	margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	line-height: 27px;
}






.aboutUsWrapper {
    min-height: 652px;
    background: url(images/aboutUsBg.jpg) no-repeat center;
    padding-top: 28px;
    padding-bottom: 40px;
}
.aboutUsWrapper .aboutUsContent {
	padding-left: 20px;
}
.aboutUsWrapper .aboutUsContent .grayHalfBorderTitle {
	padding: 10px 0px 27px;
	margin-bottom: 20px;
	background: url("images/titleBorder3.png") no-repeat left bottom;
}
.aboutUsWrapper .aboutUsContent .grayHalfBorderTitle h2 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #0f57d2;
}
.aboutUsWrapper .aboutUsContent p {
	margin: 10px 0px 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #585656;
	text-align: justify;
}
.aboutUsWrapper .aboutUsContent .secureSection {
	padding: 10px 0px;
}
.aboutUsWrapper .aboutUsContent .secureSection .certificate {
	float: left;
	min-width: 220px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.aboutUsWrapper .aboutUsContent .secureSection .address {
	float: left;
	padding: 35px 0px 40px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #343434;
}
.aboutUsWrapper .aboutUsContent .secureSection .address a {
	text-decoration: none;
	color: #343434;
}
.aboutUsWrapper .aboutUsContent .secureSection .registrationNo {
	float: left;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	color: #1464f7;
	text-transform: uppercase;
}
.aboutUsWrapper .aboutUsContent .secureSection .registrationNo .regNO {
	font-size: 30px;
}
.aboutUsWrapper .aboutUsContent .secureSection .secureUrl {
	float: left;
	margin: 10px 30px 30px;
}
.aboutUsWrapper .aboutUsContent .secureSection button {
	float: left;
	border: none;
	padding: 0px;
	outline:none;
	margin: 10px 0px 0px 190px;
}
.aboutUsWrapper .aboutUsContent .secureSection button:hover {
	position: relative;
	/*top: 1px;*/
}
.aboutUsWrapper .aboutUsContent .secureSection .about {
	
	width: 200px;
    color: #fff;
    line-height: 60px;
    background: #15278c;
    border: 1px solid #15278c;
    outline: none;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    outline: 2px solid #fff;
    outline-offset: -9px;
	transition: 0.7s;
}

.aboutUsWrapper .aboutUsContent .secureSection .about:hover {
	
    color: #ffffff;
    background: #2bbdc4;
    transition: 0.7s;
    border: 1px solid #2bbdc4;
    outline: 2px solid #15278c;
    outline-offset: -9px;
}

.tariffWrapper {
	min-height: 670px;
	background: url("images/tariffBg.jpg") no-repeat center bottom;
	background-size: cover;
	padding: 40px 0px 50px;
}
.tariffWrapper .blueBorderTitle {
	padding: 10px 0px 40px;
	margin-bottom: 20px;
	text-align: center;
	background: url("images/titleBorder2.png") no-repeat center bottom;
}
.tariffWrapper .blueBorderTitle h2 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #ffffff;
}

.tariffWrapper .tariff {
	padding: 30px 0px 20px;
}
.tariffWrapper .tariff .tariff1 {
	background: url("images/planBg1.png") no-repeat top center;
	background-size: contain;
	max-width: 282px;
	min-height: 475px;
	margin: auto;
}
.tariffWrapper .tariff .tariff2 {
	background: url("images/planBg1.png") no-repeat top center;
    background-size: contain;
	max-width: 282px;
	min-height: 475px;
	margin: auto;
}
.tariffWrapper .tariff .tariff3 {
	background: url("images/planBg1.png") no-repeat top center;
	background-size: contain;
	max-width: 282px;
	min-height:475px;
	margin: auto;
}
.tariffWrapper .tariff .tariff4 {
	background: url("images/planBg2.png") no-repeat top center;
	background-size: contain;
	max-width: 282px;
	min-height:475px;
	margin: auto;
}

.tariffWrapper .tariff .tariff-img {

	padding: 3px 0px;
	text-align: center;
}
.tariffWrapper .tariff .text1 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #400da5;
    padding: 7px 0px;
    text-align: center;
    text-transform: uppercase;
}
.tariffWrapper .tariff .text2 {
	padding: 4px 0px;
	overflow: hidden;
}
.tariffWrapper .tariff .text2 .percentage {
	width: 130px;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #19114f;
	padding-left: 15px;
    padding-top: 0px;
	letter-spacing: -0.02em;
}
.tariffWrapper .tariff .text2 .percentage span {
	font-weight: 400;
	font-size: 40px;
	color: #19114f;
	position: relative;
    top: -17px;
    left: -2px;
}
.tariffWrapper .tariff .text2 .minMax {
	width: 130px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #15278c;
	padding-top: 15px;
    padding-left: 20px;
    line-height: 25px;
}
.tariffWrapper .tariff .text3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:18px;
	color: #f1f1f1;
    padding: 34px 0px 10px 0px;
    text-align: center;
}
.tariffWrapper .tariff .text3 span {
	font-weight: 600;
}
.tariffWrapper .tariff .text4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:18px;
	color: #f1f1f1;
    padding:20px 0px 10px 0px;
    text-align: center;
}
.tariffWrapper .tariff .text4 span {
	color: #01ef63;
}
.tariffWrapper .tariff .text5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size:18px;
	color: #f1f1f1;
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.tariffWrapper .tariff .text5 span {
	color: #01ef63;
}
.tariffWrapper .tariff button {
	border: none;
	padding: 0px;
	float: right;
    margin-right: 25px;
    margin-top: 10px;
	outline:none;
}

.tariffWrapper .tariff .text-55 {
	
	text-align:center;
	padding:40px 0px 0px 0px;
}
.tariffWrapper .tariff .text-55 a {
	
    color: #fbfaf7;
    font-size: 24px;
    font-weight: bold;
	transition: 0.7s;
	text-decoration:none;
    font-family: 'Rajdhani', sans-serif;
}

.tariffWrapper .tariff .text-55 a:hover {

	color: #04df90;
	transition: 0.7s;
	letter-spacing:1px;
}

.tariffWrapper .tariff .text11 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000044;
    padding: 7px 0px;
    text-align: center;
    text-transform: uppercase;
}

.tariffWrapper .tariff .text6 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.tariffWrapper .tariff .text7 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding: 18px 0px 0px 30px;
    overflow: hidden;
    width: 230px;
    text-align: center;
}
.tariffWrapper .tariff .text7 select {
	background: transparent;
	border: none;
	outline: none;
	width: 110%;
	cursor: pointer;
	color:#fff;
}
.tariffWrapper .tariff .text7 select option {
	color: #000000;
}
.tariffWrapper .tariff .text8 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
    padding:22px 0px 0px 0px;
	text-align:center;
}
.tariffWrapper .tariff .text9 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #f6b61b;
    padding:11px 0px 10px 0px;
}
.tariffWrapper .tariff .text9 input {
	background: transparent;
    border: none;
    outline: none;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #f6b61b;
	width:100%;
	text-align:center;
}
.tariffWrapper .tariff .text10 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000022;
    padding: 5px 0px 0px 30px;
	text-align:center;
}
.tariffWrapper .tariff .text10 span {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #f0f0f0;
    padding: 0px;
}
.tariffWrapper .tariff .text10 span input {
	background: transparent;
    border: none;
    outline: none;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #f0f0f0;
	width:100%;
	text-align:center;
}


.benefitsWrapper {
	min-height: 450px;
	padding: 50px 0px;
	background: #ffffff;
}
.benefitsWrapper .benefitsContent {
	padding: 10px 0px 50px;
}
.benefitsWrapper .benefitsContent .grayBorderTitle {
	padding: 10px 0px 30px;
	margin-bottom: 50px;
	text-align: center;
	background: url("images/titleBorder1.png") no-repeat center bottom;
}
.benefitsWrapper .benefitsContent .grayBorderTitle h2 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #0f57d2;
}
.benefitsWrapper .benefitsContent .benefits {
	text-align: center;
}
.benefitsWrapper .benefitsContent .benefits .benefit {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
	padding: 20px 20px;
	margin-bottom: 30px;
	min-height: 260px;
}
.benefitsWrapper .benefitsContent .benefits .benefit > img {
	margin-bottom: 5px;
}
.benefitsWrapper .benefitsContent .benefits .benefit > h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
}
.benefitsWrapper .benefitsContent .benefits .benefit > p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #494949;
}


.activePartnersWrapper {
	min-height: 570px;
	background: url("images/activePartnersBg.jpg") no-repeat center bottom;
	background-size: cover;
	padding: 40px 0px 50px;
}
.activePartnersWrapper .blueBorderTitle {
	padding: 10px 0px 40px;
	margin-bottom: 20px;
	text-align: center;
	background: url("images/titleBorder2.png") no-repeat center bottom;
}
.activePartnersWrapper .blueBorderTitle h2 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #ffffff;
}
.activePartnersWrapper .activePartnersContent {
	padding: 20px 0px;
}
.activePartnersWrapper .activePartnersContent .activePartnersDescription {
	padding: 50px 0px;
}
.activePartnersWrapper .activePartnersContent .activePartnersDescription >  p {
	margin: 0px 0px 50px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.activePartnersWrapper .activePartnersContent .activePartnersDescription > button {
	border: none;
	padding: 0px;
	margin: 10px 0px;
	outline:none;
}
.activePartnersWrapper .activePartnersContent .activePartnersDescription > button:hover {
	position: relative;
	/*top: 1px;*/
}

.activePartnersWrapper .activePartnersContent .activePartnersDescription .learn {
	
	width: 200px;
    color: #fff;
    line-height: 60px;
    background: #15278c;
    border: 1px solid #15278c;
    outline: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    outline: 2px solid #30cfd0;
    outline-offset: -9px;
	transition: 0.7s;
}

.activePartnersWrapper .activePartnersContent .activePartnersDescription .learn i {
	
	color: #04df90;
}

.activePartnersWrapper .activePartnersContent .activePartnersDescription .learn:hover {
	
    color: #ffffff;
    background: #2bbdc4;
    transition: 0.7s;
    border: 1px solid #2bbdc4;
    outline: 2px solid #15278c;
}

.factsAndGoalWrapper {
	min-height: 250px;
	background: #e5e5e5;
	padding: 50px 0px;
}
.factsAndGoalWrapper .factsAndGoalsContent {
	padding: 10px 0px;
}
.factsAndGoalWrapper .factsAndGoalsContent .grayBorderTitle {
	padding: 10px 0px 30px;
	margin-bottom: 20px;
	text-align: center;
	background: url("images/titleBorder1.png") no-repeat center bottom;
}
.factsAndGoalWrapper .factsAndGoalsContent .grayBorderTitle > h2 {
	margin: 10px 0px 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #0f57d2;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper {
	text-align: left;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper h3 {
	margin: 0px 0px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #0077ff;
	letter-spacing: 0.1em;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper p {
	margin: 0px 0px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper .status1 {
	background: url("images/statusBar1.jpg") no-repeat left bottom;
	padding-left: 30px;
	margin-bottom: 30px;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper .status2 {
	background: url("images/statusBar2.jpg") no-repeat left bottom;
	padding-left: 30px;
	margin-bottom: 30px;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper .status3 {
	background: url("images/statusBar3.jpg") no-repeat left bottom;
	padding-left: 30px;
	margin-bottom: 30px;
}
.factsAndGoalWrapper .factsAndGoalsContent .statusWrapper .status4 {
	background: url("images/statusBar4.jpg") no-repeat left bottom;
	padding-left: 30px;
	margin-bottom: 30px;
}

.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper {
	padding: 40px 0px;
	text-align: center;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper h4 {
	margin: 0px 0px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #4411a6;
	width: 95%;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper h4 span {
	color: #0077ff;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable {
	width: 501px;
	height: 268px;
	background: url("images/depositBg.jpg") no-repeat center top;
	text-align: left;
	padding-top: 19px;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table {
	width: 95%;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table th {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #4411a6;
	padding-left: 50px;
	height: 40px;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table td {
	padding-left: 50px;
	height: 40px;
}
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table th:last-child,
.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table td:last-child {
	text-align: center;
}


.footerWrapper {
	min-height: 460px;
	background: #011d4c url("images/footerBg.jpg") no-repeat center top;
	padding: 20px 0px 100px;
}
.footerWrapper .footerSocialLinks {
	padding: 35px 0px 50px;
	border-bottom: 1px solid #068de9;
	text-align: center;
}
.footerWrapper .footerSocialLinks > a {
	text-decoration: none;
	display: inline-block;
}
.footerWrapper .footerSocialLinks > a > img { 
	margin: 0px 7px;
}
.footerWrapper .footerSocialLinks > a:hover {
	position: relative;
	/*top: 1px;*/
}
.footerWrapper .footerSocialLinks img {
	
	display: inline-block;
	transform-origin: 100% 0;
}

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


.footerWrapper .footerNav {
	padding: 35px 0px;
}
.footerWrapper .footerNav  ul {
	margin: 0px;
	padding: 0px;
}
.footerWrapper .footerNav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	padding: 20px 25px 20px 10px;
}
.footerWrapper .footerNav ul li:last-child {
	padding-right: 0px;
}
.footerWrapper .footerNav ul li a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #30cfd0;
}
.footerWrapper .footerNav ul li a:hover {
	color: #ffffff;
	 -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.footerWrapper .footerNav button {
	border: none;
	outline:none;
	padding: 0px;
	margin: 0px 30px 0px 15px;
}
.footerWrapper .footerNav button:hover {
	position: relative;
	/*top: 1px;*/
}
.footerWrapper .footerNav .signupBut-1 {
	
    width: 180px;
    color: #fff;
    line-height:55px;
    border: 1px solid #15278c;
    border-radius: 0px;
    background: #15278c;
    outline: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    outline: 1px solid #2bbdc4;
    outline-offset: -7px;
}

.footerWrapper .footerNav .signupBut-1:hover {

	color: #f4fbff;
	border: 1px solid #2bbdc4;
	transition: 0.7s;
	background:transparent;
	border-style: dashed;
	outline:none;
}

.footerWrapper .footerNav .loginbut-1 {

    width: 180px;
    color: #fff;
    line-height:55px;
    background:transparent;
    border-radius:0px;
    border: 1px solid #2bbdc4;
	outline: none;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	border-style: dashed;
}


.footerWrapper .footerNav .loginbut-1:hover {

    color: #fff;
    background: #15278c;
    transition: 0.7s;
    border: 1px solid #15278c;
    outline: 1px solid #2bbdc4;
    outline-offset: -7px;
}
.address {
	padding: 20px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #f4fbff;
	font-weight:500;
}

.address p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #aaacad;
	font-weight:400;
	margin: 20px 0px 0px 0px;
	line-height: 30px;
}

.address p span{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight:400;
}

.address p i {
    font-size:20px;
    color: #04df90;
}
.copyRights {
	padding:60px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #f4fbff;
	text-align:center;
}

.copyRights .footlogo {
	
	    padding: 30px 0px 0px 0px;
}

.copyRights .footlogo img {
	
	display: inline-block;
	transform-origin: 100% 0;
}

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

@media only screen and (max-width: 1199px) {
	.bannerWrapper .header .firstNav {
		margin-top: 20px;
	}
	.bannerWrapper .header .firstNav .socialLinksHeader {
		min-width: 55%;
	}
	.bannerWrapper .header .secondNav li a {
		padding: 0px 24px 22px;
	}
	.bannerWrapper .header .secondNav li a:hover {
		    border-bottom: none;
			color:#04df90;
	}
	.bannerWrapper .banner .payOptions img {
		margin-bottom: 10px;
	}
	.aboutUsWrapper {
		background: #fff;
		padding-top: 0px;
	}
	.aboutUsWrapper .aboutUsContent {
		padding-left: 0px;
	}
	.aboutUsWrapper .aboutUsContent .grayHalfBorderTitle {
		background: url(images/titleBorder1.png) no-repeat center bottom;
	}
	.aboutUsWrapper .aboutUsContent .grayHalfBorderTitle h2 {
		text-align: center;
	}
	.aboutUsWrapper .aboutUsContent .aboutUsImg img {
		margin: auto;
	}
	.aboutUsWrapper .aboutUsContent .secureSection .address {
		min-width: 450px;
	}
	.aboutUsWrapper .aboutUsContent .secureSection .secureUrl {
		margin: 50px 0px 30px;
	}
	.aboutUsWrapper .aboutUsContent .secureSection button {
		margin: 10px 0px 50px 220px;
	}
	.tariffWrapper .tariff .text2 {
		padding: 5px 0px;
	}
	.tariffWrapper .tariff .text2 .minMax {
		padding-top: 17px;
		padding-left: 25px;
	}
	.tariffWrapper .tariff .text6 {
		padding-top: 5px;
	}
	.tariffWrapper .tariff .text7 {
		padding-top: 15px;
	}
	.tariffWrapper .tariff .text8 {
		padding-top: 25px;
	}
	.tariffWrapper .tariff .text9 {
		padding-top: 15px;
	}
	.tariffWrapper .tariff .tariff1,
	.tariffWrapper .tariff .tariff2,
	.tariffWrapper .tariff .tariff3,
	.tariffWrapper .tariff .tariff4 {
		margin-bottom: 20px;
	}
	.benefitsWrapper .benefitsContent .benefits .benefit {
		min-height: 290px;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable {
		margin: 0px auto 40px;
	}
	.footerWrapper .footerNav ul {
		margin-bottom: 30px;
		text-align: center;
	}
	.footerWrapper .footerNav .signUpButtons {
		text-align: center;
	}
}

@media only screen and (max-width: 1023px) {
	.mobileMenu {
		display: block;
	}
	.topNav {
		position: fixed;
		right: -270px;
		top: 45px;
		background-color: #3068ae;
		width: 270px;
		padding-left: 30px;
		z-index: 999;
	}
	.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 {
		padding: 10px 0px 10px;
		color: #ffffff;
		font-weight: 400;
	}
	.bannerWrapper .header .secondNav li a.active {
		border-bottom: none;
	}
	.bannerWrapper .header .firstNav {
		border-bottom: 0px;
	}
}
@media only screen and (max-width: 991px) {
	.bannerWrapper .header .firstNav .socialLinksHeader {
		min-width: auto;
	}
	.aboutUsWrapper .aboutUsContent .secureSection .address {
		min-width: auto;
	}
	.activePartnersWrapper .activePartnersContent .activePartnersImg {
		display: none;
	}
	.aboutUsWrapper .aboutUsContent .secureSection .registrationNo {
		min-width: 340px;
	}
}

@media only screen and (max-width: 767px) {
	.bannerWrapper .header .firstNav .socialLinksHeader {
		display: none;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable {
		width: 412px;
		height: 268px;
		background: url(images/depositBgTab.jpg) no-repeat center top;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table {
		width: 90%;
	}
	.grayBorderTitle, .grayHalfBorderTitle, .blueBorderTitle   {
		padding-bottom: 20px !important;
	}
	.grayBorderTitle h2, .grayHalfBorderTitle h2, .blueBorderTitle h2 {
		font-size: 30px !important;
	}
	.advantageWrapper .advantages .advantage {
		min-height: auto;
	}
	.aboutUsWrapper .aboutUsContent .aboutUsImg {
		padding: 0px 30px;
	}
	.benefitsWrapper .benefitsContent .benefits .benefit {
		min-height: auto;
		padding-bottom: 30px;
	}
	.footerWrapper .footerNav ul li {
		padding: 10px 25px 10px 12px;
		display: block;
	}
	.footerWrapper .footerNav button {
		margin-bottom: 20px;
	}
	.copyRights {
		font-size: 14px;
		padding:20px 0px;
		text-align:left;
	}
}

@media only screen and (max-width: 640px) { 
	.aboutUsWrapper .aboutUsContent .secureSection .address,
	.aboutUsWrapper .aboutUsContent .secureSection .registrationNo,
	.aboutUsWrapper .aboutUsContent .secureSection .secureUrl,
	.aboutUsWrapper .aboutUsContent .secureSection button	{
		clear: both;
	}
	.aboutUsWrapper .aboutUsContent .secureSection button {
		margin-left: 0px;
	}
	.aboutUsWrapper .aboutUsContent .secureSection .registrationNo {
		min-width: auto;
	}
}

@media only screen and (max-width: 499px) { 
	.bannerWrapper .header .firstNav .signupHeader,
	.bannerWrapper .header .firstNav .signinHeader {
		display: none;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable {
		width: 310px;
		height: 268px;
		background: url(images/depositBgMob.jpg) no-repeat center top;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table {
		width: 95%;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table th,
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable table td {
		padding-left: 15px;
	}
	.aboutUsWrapper .aboutUsContent .secureSection button {
		margin-left: 0px;
	}
}
@media only screen and (max-width: 370px) { 
	.bannerWrapper .banner .payOptions img {
		display: block;
		margin: 5px auto;
	}
	.factsAndGoalWrapper .factsAndGoalsContent .depositWrapper .depositTable {
		width: 290px;
		height: 268px;
		background: url(images/depositBgMob.jpg) no-repeat center top;
	}
}































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

 

@media (max-width:992px) {

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

#formname_main {
    color: #00082c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #2bbdc4;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

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: #2bbdc4;
    color: #fff;
    border: 1px solid #2bbdc4;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #211676;
    -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: #15278c;
    color: #04df90;
    box-shadow: inset 100px 0px 0px 0px #15278c;
    border: 1px solid #15278c;
}


}



/********** 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: #fff;
    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: #ff5600;
    width: 180px;
	margin: 10px 0px 30px 10px;
    display: inline-block;
}

.member_detail {
    font-family: 'Roboto', sans-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 #542abe;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    background: #542abe38;
}
.member_detail .left .memtitlebox , .member_detail .rightmembox .memtitlebox{
    background: #000;
    color: #ff5600;
    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: #ff5600;
}

/********** 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: #542abe;
	margin-bottom:5px;
	transition:0.7s;

}
.navigation .menutxt:hover
{
color:#ff5600;
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: #ff5600;
}

.accordion li.open i {
	color: #ff5600;
}
.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: #4b1ead;
    color: #fff;
	transition:0.7s;
 }



}


@media (min-width:992px) {

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


#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #09b719;
	}
#formname_main
{
    color: #00082c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #2bbdc4;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

input.sbmt{
    background: #2bbdc4;
    color: #fff;
    border: 1px solid #2bbdc4;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #211676;
    -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: #15278c;
    color: #04df90;
    box-shadow: inset 100px 0px 0px 0px #15278c;
    border: 1px solid #15278c;
}


}


.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: 'Roboto', sans-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: 'Roboto', sans-serif;
	
}
.memberuser
{
float:left;
width:100%;
  /*  background: #D1A703;*/
	height:100px;
}
.memberuser table tr td
{
color:#FF0000;
font-family: 'Roboto', sans-serif;
font-size:16px;
}

.left-navigation .navigation ul {
	
	margin-bottom:0px;
}

.left-navigation .navigation ul , .register , 
.right-navigation {
    padding: 0;
	margin-bottom:15px;
}

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

.navigation
{
opacity:1;
margin-top:0px;
    padding: 0;
	margin-bottom:40px;
}
.navigations td
{
font-family: 'Roboto', sans-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: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    border-color: #666a6b;
    background-color:#7545b4;
}
.navigations td:hover
{
	font-family: 'Roboto', sans-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: "Roboto",sans-serif;
    font-size: 16px;
    background: #073a54;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 10px 20px;
    border: 1px solid #fff;
	}
/*
.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: 'Roboto', sans-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: 'Roboto', sans-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: 'Roboto', sans-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: 'Roboto', sans-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: 'Roboto', sans-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: 'Roboto', sans-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: 'Roboto', sans-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***********************/