/* Main */
body {
	margin:0px;
	padding:0px;
	color:#333333;font-family: 'Ubuntu', sans-serif !important;
}
.container {
	margin:0px auto;
	padding:0px;
	position:relative;
	width:1100px
}
/* End Main */
/* Header */
/* Header */
#header {
	margin:0px;
	width:100%;
	height:82px;
	background:#0f1360;
	border-bottom: 2px solid #ffe556;
}

#logo {
	margin:0px;
	float:left;
	position:absolute
}
.list-group-item-primary{
	background: #0f1360 !important;
	border-bottom: 2px solid #ffe655 !important;
}
.list-group-item-primary a{
color: #ffe655;
font-weight: 500;
font-size: 16px;
}
.list-group-item-primary a:hover{
color: white!important;
text-decoration: none;
}
#logo img {
	margin-top:10px;
	height:60px;
}

#menubar {
	margin:0px;
	float:right;
	height: 74px;
}

#menubar ul {
	margin:0px;
	width:100%;
	height:77px;
	text-align: center;
}

#menubar ul li {
	margin:0px;
	padding:0px 15px;
	float:left;
	position:relative;
	list-style: none;
	background: linear-gradient(100deg, rgb(25, 31, 113) 0%, rgb(23, 26, 91) 100%);
	box-shadow: 0px 0px 1px #16161a;
	text-align: center;
}

#menubar ul li a {
	margin:0px;
	font-weight:400;
	font-size:13px;
	color:#fdfdfd;
	text-decoration:none;
	text-transform:uppercase;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#menubar ul li img{
	margin: auto;height:35px;
	position: relative;
	top: 5px;
	right: 9px;
}
#menubar ul li a:hover {
	color:#ffe556;
	transition:ease-in 0.15s;
	-webkit-transition:ease-in 0.15s;
	-moz-transition:ease-in 0.15s;
}

a.login-btn {
	margin-right:5px !important;
	padding:6px 18px !important;
	color:#ffffff !important;
	border-radius:4px;
	border: 2px solid #fbf9f9;
}

a.login-btn:hover {
	background:#8edba3;
	transition:ease-in 0.15s;
}

a.register-btn {
	border-radius: 4px;
	margin-right: 5px !important;
	padding: 6px 18px !important;
	border: 2px solid #fafcfd;
}

a.register-btn:hover {
	background:#2788b3;
	color:#ffffff !important;
	transition:ease-in 0.15s;
}

#menubar ul ul {
	position:absolute;
	top:79px;
	left:0px;
	margin:0px;
	padding:0;
	display:none;
	list-style-type:none;
}

#menubar ul ul li {
	margin:0px;
	float:none;
	background: none;
	padding: 0px;
}

#menubar ul li:hover ul{
	display:block;
	z-index:9999
}

#menubar ul li:hover ul li a {
	display:block;
	padding:0px 10px;
	font-weight:500;
	font-size:15px;
	background:#1e2374;
	color:white;
	line-height:35px;
	text-transform:initial;
	border:0px;
	border-bottom:1px solid #ffe556;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	min-width: 180px;
	text-align: left;
	padding-bottom: 0px !important;
}

#menubar ul li:hover ul li a:hover {
	background:#ffe556;
	transition:ease-in 0.12s;
	-webkit-transition:ease-in 0.12s;
	-moz-transition:ease-in 0.12s;
	color: #1e2374;
}
/* End Header */
/*************************
*******Home Page******
**************************/

#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

#main-slider .carousel .slide-margin {
    margin-top: 140px;
}

#main-slider .carousel h1 {
    font-size: 51px;
    font-weight: 900;
    margin: 0 0 20px;
    color: #FFE556;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 0px 5px #151f5e;
}

#main-slider .carousel .btn-slide {
    padding: 0 30px;
    line-height: 42px;
    background: #FFE556;
    color: #081560;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #F7F5F4;
}

#main-slider .carousel .btn-slide.white {
    border: 1px solid rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
}

#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 650px;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #FFE556;
    color: #1d247a;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #fbfbfb;
    color: #262625;
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators {
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 80px;
}

#main-slider .carousel-indicators li {
    width: 60px;
    height: 10px;
    background-color: transparent;
    margin: 0 5px;
    position: relative;
    border: 1px solid #fff;
}

#main-slider .carousel-indicators li.active {
    background-color: #FFE556;
    border: 1px solid #FFE556;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}
/* Home */
#wrapper {
	margin:0px;
	width:100%;
}

#slider {
	margin:0px;
	width:100%;
	height:530px
}

#slider .container {
	padding-top:110px;
	width:880px;
	text-align:center
}

#slider h2 {
	margin:0px;
	font-weight:700;
	font-size:42px;
	color:#f9f9f9;
	text-transform:uppercase;
	line-height:60px;
	text-shadow:0px 0px 10px #3b3d45;
	font-family: 'Kreon', serif;
}

#slider p {
	margin:0px auto;
	width:700px;
	padding-top:20px;
	font-weight:500;
	font-size:20px;
	color:#ffffff;
	line-height:42px;
	text-shadow:0px 0px 10px #3b3d45;
	font-family: 'Kreon', serif;
}

#slider a {
	margin:0px 20px;
	text-decoration:none;
	padding:12px 28px;
	font-weight:500;
	font-size:16px;
	color:#06815a;
	line-height:130px;
	text-transform:uppercase;
	background:#a3df97;
	border-radius:5px;
	box-shadow:0px 0px 10px #3b3d45;
	font-family: 'Kreon', serif;
}


#how-it-works {
	margin:0px;
	padding:30px;
	width:100%;
	height:540px;
}

#how-it-works h1 {
	margin:0px auto;
	padding-bottom:24px;
	font-weight:700;
	font-size:28px;
	color:#06815a;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Kreon', serif;
}

#working-border {
	margin:0px auto;
	width:380px;
	height:9px;
	border-top:3px solid #06815a;
	border-bottom:3px solid #51c2ae;
}

#working {
	margin:0px 17px;
	margin-top:40px;
	width:320px;
	height:350px;
	float:left;
	text-align:center;
	background:#181e17;
	border:2px solid #a3df97;
	border-radius:10px;
	overflow:hidden
}

#working i {
	margin:0px;
	width:300px;
	height:130px;
	font-size:60px;
	background:#a3df97;
	color:#ffffff;
	line-height:130px
}

#working i:before {
	background:#92ce86;
	height:130px;
	width:130px;
	line-height:130px;
	margin-top:20px;
	display:block;
	border:8px solid #06815a;
	border-radius:100%
}

#working h3 {
	margin:0px;
	padding-top:44px;
	font-weight:400;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:26px;
	font-family: 'Kreon', serif;
}

#workingh2-border {
	margin:0px auto;
	margin-top:10px;
	width:80px;
	height:1px;
	border-top:1px solid #2cf0b2;
	border-bottom:1px solid #2cf0b2
}

#working p {
	margin:0px auto;
	width:280px;
	padding-top:15px;
	font-weight:600;
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	font-family: 'Krub',sans-serif;
}

/* End Home */
/* Footer */
#featuredd {
    clear: both;
    margin:px;
    padding-top: 25px;
    padding-bottom: 15px;
    height: 340px;
    width:100%;
    background: #3b3d45;
    border-top: 1px solid #06815a;
}

#total-bannerrs {
	margin:0px;
	float:left;
	margin-left: 20px;
}

#bannerrs {
	margin:10px 0px;
	width:468px;
	height:60px;
	display:flex;
}

#featuredd {
	margin:0px;
	padding:40px 0px;
	height:280px;
	width:100%;
	background:#a3df97;
}

#total-bannerrs {
	margin:0px;
	margin-top:-15px;
	float:left;
	margin-left:10px
}

#bannerrs {
	margin:10px 0px;
	width:468px;
	height:60px;
	display:flex;
	background:#ffffff
}

#featuredads {
	margin:0px;
	margin-top:10px;
	margin-right:20px;
	float:left;
	display:block;
	width:265px;
	height:190px;
	background:#ffffff
}

#featuredads h2 {
	margin:0px;
	margin-top:-20px;
	padding:8px 18px;
	font-weight:500;
	font-size:18px;
	background:#ffffff;
	color:#06815a;
	border-bottom:2px solid #3b576b;
	font-family: 'Kreon', serif;
}

#featuredlinks {
	margin:0px;
	margin-top:10px;
	float:right;
	width:265px;
	height:190px;
	background:#ffffff
}

#featuredlinks h2 {
	margin:0px;
	margin-top:-20px;
	padding:8px 18px;
	font-weight:500;
	font-size:18px;
	background:#ffffff;
	color:#06815a;
	border-bottom:2px solid #13354d;
	font-family: 'Kreon', serif;
}

#processors {
	margin:0px;
	width:100%;
	height:130px;
	background:#f8f9f8;
	border-bottom:3px solid #15bc87;
}

#processors img {
	margin:30px 4px;
	height:65px;
	padding:8px 0px;
	background: #06815a;
}

#footer {
	margin:0px auto;
	padding:15px 0px;
	width:100%;
	height:90px;
	background:#a3df97;
}

#left-footer {
	margin:0px;
	float:left;
	margin-left:20px;
	position:absolute
}

#left-footer p {
	margin:0px;
	padding-top:15px;
	font-weight:400;
	font-size:18px;
	color:#06815a;
	line-height:26px;
	font-family: 'Kreon', serif;
}

#left-footer a {
	text-decoration:none;
	color:#e5e9ed
}

#right-footer {
	margin:0px;
	float:right
}

#right-footer ul {
	margin:0px;
	list-style:none;
	float:right
}

#right-footer li {
	margin:0px;
	float:left;
	margin:0px 12px
}

#right-footer a {
	text-decoration:none;
	padding:6px 16px;
	color:black;
	font-size:14px;
	line-height:60px;
	font-weight:400;
	border:1px dashed white;
	border-radius:4px;
	font-family: 'Kreon', serif;
}

#right-footer a:hover {
	border:1px solid #06815a;
	color:#06815a;
	transition:ease-in 0.2s;
	-webkit-transition:ease-in 0.2s;
	-moz-transition:ease-in 0.2s
}
/* End Footer */
/* Register */
#register-page {
	width:100%;
}

#register-page form {
	margin:0px auto;
	width:520px;
	margin-top:40px;
	margin-bottom:40px;
	padding:40px 0px 0px 0px;
	background: #3b3d45;
	color:#ffffff;
	border: 5px solid #06815a;
}

#register-page h5 {
	margin:0px;
	padding-top:4px;
	font-weight:500;
	font-size:24px;
	font-family:'Krub',sans-serif;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:8px
}

#register-page input,textarea {
	width: 370px;
	padding:11px 15px;
	border: 1px solid #a3df97;
	background: #419e80;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-weight:500;
	font-size: 13px;
	font-family:'Krub',sans-serif;
	margin-top:15px;
	color: #ffffff;
	box-shadow: 0px 2px 10px #a3df97;
}

#register-page input:focus {
	box-shadow:0px 0px 3px #37ABD5;
	-webkit-box-shadow:0px 0px 3px #37ABD5;
	-moz-box-shadow:0px 0px 3px #37ABD5	
}

#register-page input::-webkit-input-placeholder {
	color: #293f4a !important
}
 
#register-page input::-moz-placeholder {
	color: #293f4a !important
}

#register-page #submit {
	margin-top:24px;
	width: 150px;
	cursor:pointer;
	background: #a3df97;
	color:#ffffff;
	font-weight:500;
	font-size: 14px;
	font-family:'Krub',sans-serif;
	border: 1px solid #06815a;
	margin-bottom:35px;
	padding: 9px 0px;
	text-transform:uppercase;
}
/* End Register */
/* Account Page */
#account-bar {
margin:0px;
padding: 10px;
border: 1px solid #e6e6e6;
margin-top: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}


.accountMid{
	width: 272px;
	background: #3b3d45;
	border: 3px solid #f4a734;
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
}
table td {padding: 3px;}

.accountMid .widget-title{
	font-size: 16px;
	color: #fff;
	height: 34px;
	background: #f4a734;
	margin-bottom: 1px;
	line-height: 34px;
	border: 0;
	font-weight: 600;
}
.accountMid .information >div{
	width: 100%;
	height: 16px;
	margin-top: 1px;
}
.accountMid .information >div >a{
	display: inline-block;
	float: left;
}
.accountMid .information >div >p{
	float: right;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	color: white;
	font-weight: bold;
}
.accountMid .information >div >p>span{
	color: #f4a734;
}
.accountMid .information >div >span{
	width: 20px;
	height: 20px;
	background:#363636;
	display: inline-block;
	float: right;
	margin-left: 2px;
}

.accountMid .information >div:first-child >a{
	display: inline-block;
	width: 100px;
	height: 20px;
	border-radius: 3px;
	line-height: 20px;
	color: white;
	float: left;
	text-align: center;
}
.accountMid .information >div.expires >a:first-child{
	display: inline-block;
	float: left;
	width: 100px;
	height: 20px;
	border-radius: 3px;
	line-height: 20px;
	color: #000;
	text-align: center;
}
.accountMid .information >div a{
	background: #363636;
	line-height: 21px;
	text-align: center;
	color: white;
	display: inline-block;
	float: right;
	padding: 0 10px;
	border-radius: 3px;
	background: rgb(137,149,163);
	background: -moz-linear-gradient(top, rgba(137,149,163,1) 2%, rgba(124,136,150,1) 51%, rgba(108,120,134,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(137,149,163,1)), color-stop(51%,rgba(124,136,150,1)), color-stop(99%,rgba(108,120,134,1)));
	background: -webkit-linear-gradient(top, rgba(137,149,163,1) 2%,rgba(124,136,150,1) 51%,rgba(108,120,134,1) 99%);
	background: -o-linear-gradient(top, rgba(137,149,163,1) 2%,rgba(124,136,150,1) 51%,rgba(108,120,134,1) 99%);
	background: -ms-linear-gradient(top, rgba(137,149,163,1) 2%,rgba(124,136,150,1) 51%,rgba(108,120,134,1) 99%);
	background: linear-gradient(to bottom, rgba(137,149,163,1) 2%,rgba(124,136,150,1) 51%,rgba(108,120,134,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8995a3', endColorstr='#6c7886',GradientType=0 );
	border: 1px solid #666f7a;
	box-shadow: inset 0px 1px 0px 0px #e0ddde;
	font-weight: bold;
}
.accountMid .information >div p span{
	float: right;
	line-height: 26px;
}
.accountMid div div a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.accountMid .tbl_account{
	margin-bottom: 20px;
}
.accountMid .tbl_account >div{
	width: 100%;
	display: inline-block;
	border: 0;
height:26px
}
.accountMid .tbl_account span{
	float: left;
	display: inline-block;
	line-height: 45px;
}
.accountMid .tbl_account a{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #28af24;
	color: white;
	float: left;
	line-height: 10px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 8px;
	padding: 0;
}
.accountMid .tbl_account p{
	display: inline-block;
	margin-bottom: 0;
	float: right;
	text-align: right;
	line-height: 25px;
}

.upgrade-title {background: #212123;line-height: 21px;text-align: center;color: white;display: inline-block;padding: 0 10px;border-radius: 3px;border: 1px solid #f4a734;font-weight: bold;}

#account-links {
  float: right;
  margin-top: -430px;
}
#account-links a {padding:6px 16px;color: #f4a734;display: inline-block;width: 47%;float: right;text-align: center;background: #3b3d45;border: 2px solid #f4a734;}

#account-links a:hover {
opacity:0.9;
transition:ease-in 0.2s;
-webkit-transition:ease-in 0.2s; 
-moz-transition:ease-in 0.2s; 
-o-transition:ease-in 0.2s; 
-ms-transition:ease-in 0.2s;
}


.accountNew,.your_refal{
	overflow: hidden;
	padding: 10px;
	background: white;
	border: 1px solid #e4e4e4;
	margin-top: -330px;
	float:right;
	width: 420px;
}
.widget-main-title{
	background: #fff;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #06815a;
	border-bottom: 2px solid #06815a;
	margin-bottom: 0px;
}
.cnt_your_refal{
	background: url(images/bg_account.png);
	width: 100%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.cnt_your_refal >a{
	color: #000;
}

#stat-charts {
  float: right;
  margin-right: 40px;
  margin-top: -230px;
}

#stat-charts a {
  color: #ffffff;
  background: #f4a734;
  text-transform: uppercase;
  padding: 8px 20px;
  display: block;
  width: 340px;
  text-align: center;
  font-size: 18px;
  border-radius:4px;
}

#stat-charts a:hover {background: #3b3d45;transition:ease-in 0.2s;-webkit-transition:ease-in 0.2s;-moz-transition:ease-in 0.2s;-o-transition:ease-in 0.2s;-ms-transition:ease-in 0.2s;}

/* End Account Page */
/* Login */
/*login*/
.ctn-login-page{
	padding-top: 20px;
}
.img h3{
	width: 100%;
	color: #f6f6f6;
	font-size: 29px;
	margin: 0;
	font-weight: 400;
	text-align: center;
	padding: 35px 10px;
	text-transform: uppercase;
	font-family: 'Krub',sans-serif;
}
.login-page{
	border: 15px solid #06815a;
	padding: 0px 20px;
	border-radius: 4px;
	padding-bottom:30px;
	margin-bottom:50px !important;
	background: url(images/slider-bg1.jpg) transparent repeat-x center top;
}

.login-page form{
	padding: 10px 50px 0;
}

.register-page form{
	padding: 20px 40px;
}

.form-group{
	margin: 0;
}
.login-page .form-group label{
	font-size: 14px;
	color: #fcf8f8;
	line-height: 42px;
	margin-bottom: 0;
	width: 30%;
	float: left;
	text-align: left;
}
.login-page .form-group input[type="text"],.login-page .form-group input[type="password"]{
    line-height: 34px;
    border: 1px solid #a3df97;
    background: #419e80;
    font-weight: 400;
    font-size: 14px;
    color: #faf8f5;
    border-radius: 3px;
    padding: 0;
    float: right;
    padding-left: 10px;
    width: 60%;
}
.login-page .form-group{
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.login-page .captcha div{
	padding: 0 !important;
	float: left;
	margin-bottom: 10px;
}
#captcha_login{
	width: 26%;
	margin-left: 12px;
	float: left;
}
.login-page .form-group input[type="submit"]{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	padding: 9px 30px;
	text-align: center;
	border-radius: 4px;
}
.login-page .sm-register input[type="submit"]{
	float: left;
	margin-top: 15px;
}
.login-page .form-group input[type="submit"].login-btt1{
	border: 1px solid #a3df97;
	background: #06815a; /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin-left: 130px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158cd6', endColorstr='#0f7cbf',GradientType=0 ); /* IE6-9 */
}
.login-page .form-group input[type="submit"].login-btt1:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca917+0,f6a313+46,f09e0e+61,e69507+100 */background: #a3df97; /* Old browsers */ /* FF3.6-15 */%,#f09e0e 61%,#e69507 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microso;border: 1px solid #da8e09;border: 1px solid #f6f8fa;}
.login-page .form-group input[type="submit"].login-btt2{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca917+0,f6a313+46,f09e0e+61,e69507+100 */
	background: #fca917; /* Old browsers */
	background: -moz-linear-gradient(top,  #fca917 0%, #f6a313 46%, #f09e0e 61%, #e69507 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fca917 0%,#f6a313 46%,#f09e0e 61%,#e69507 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fca917 0%,#f6a313 46%,#f09e0e 61%,#e69507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca917', endColorstr='#e69507',GradientType=0 ); /* IE6-9 */
	border: 1px solid #da8e09;
}
.login-page .form-group input[type="submit"].login-btt2:hover{
	border: 1px solid #0a69a4; 
	background: #158cd6; /* Old browsers */
	background: -moz-linear-gradient(top,  #158cd6 0%, #1388d0 46%, #1283c9 60%, #0f7cbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #158cd6 0%,#1388d0 46%,#1283c9 60%,#0f7cbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #158cd6 0%,#1388d0 46%,#1283c9 60%,#0f7cbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158cd6', endColorstr='#0f7cbf',GradientType=0 ); /* IE6-9 */
}

.sm-login a{
	float: right;
    padding-top: 19px;
	color: #fffefb;
	font-size: 14px;
}
.form-bot-ft{
	background: #e7eef3;
	margin-left: -50px;
	padding: 25px 0;
	border-top: 1px solid #1e86c7;
	text-align: center;
	margin-right: -50px;
	margin-top: 25px;
}
.form-bot-ft a{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e9980a;
}

.form-bot-ft span{
	padding: 0 10px;
	color: #e9980a;
}
/* End Login */
/*acout*/
.ctn-acc-member{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.ctn-acc-member-left{
    width: 49%;
    float: left;
    padding: 21px;
    background: url(images/stt-ic2.png) #06815A;
    padding-left: 10px;
    min-height: 111px;
    border-radius: 4px;
    border-left: 100px solid #455442;
}
.ctn-acc-member-left h3{
    font-size: 20px;
    color: #48FCE9;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Kreon', serif;
}
.ctn-acc-member-left p{
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.ctn-acc-member-right{
    width: 49%;
    float: right;
    border: 2px solid #575a5f;
    padding: 21px;
    background: url(ima) #06815A;
    min-height: 111px;
    border-radius: 4px;
    border-left-color: rgb(69, 84, 66);
    border-left-style: solid;
    border-left-width: 90px;
}
.ctn-acc-member-right p{
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-family: 'Kreon', serif;
}
.ctn-acc-member-right p span{
	color: #FDD293;
}
.ctn-acc-member-right a{
	background: #fbddb1;
    background: -moz-linear-gradient(top, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    background: -webkit-linear-gradient(top, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    background: linear-gradient(to bottom, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbddb1', endColorstr='#e0dfe5',GradientType=0 );
    color: #FFF;
    border: 1px solid #A3DF97;
    display: inline-block;
    border-radius: 3px;
	padding: 2px 10px;
	line-height: 20px;
	font-family: 'Kreon', serif;
	font-size: 15px;
	margin-left: 30px;
}
.ctn-acc-member-right a:hover{
	background: #06815A;
	color: #fff;
}
.ctn-acc-btt{
    width: 100%;
    min-height: 30px;
    margin-bottom: 20px;
    padding: 5px 0px;
    text-align:center;
}
.ctn-acc-btt ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ctn-acc-btt>ul>li{
    background: #fbddb1;
    background: -moz-linear-gradient(top, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    background: -webkit-linear-gradient(top, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    background: linear-gradient(to bottom, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbddb1', endColorstr='#e0dfe5',GradientType=0 );
    color: #F0F2F8;
    border: 1px solid #606060;
	display:inline-block;
	border-radius: 3px;
	margin-right: 8px;
	text-align: center;
	padding:4px 5px;
}
.ctn-acc-btt>ul>li:hover{
	background: #06815A;
}
.ctn-acc-btt>ul>li>a{
	font-size: 16px;
	text-decoration: none;
	color: #fefefe;
	padding: 2px 20px;
	line-height: 25px;
	font-family: 'Kreon', serif;
}
.ctn-acc-btt>ul>li>a.ctn-dropdown{
	background: url(images/icon-acc.html) transparent no-repeat center right 7px;
	padding-right: 27px;
}

.dropdown-menu{
    min-width: 160px !important;
    background: #FED08E;
    top: 126%;
}
.dropdown-menu>li>a{
    color: #525D7D !important;
    text-align: left;
    font-size: 14px;
    text-transform: none;
}
.dropdown-menu>li>a:hover{
	background-color: #f7c98e;
	color: #583c18!important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: transparent;
}
.ctn-acc-reft{
    width: 100%;
    font-size: 16px;
    color: #06815a;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #06815A;
    background: #FEFEFE;
    border-radius: 3px;
}
.ctn-acc-reft a{
	color: #FDD396;
}
.ctn-acc-left{
    width: 55%;
    float: left;
    background: #F7F7F9;
}
.ctn-acc-left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ctn-acc-left > ul > li > div.title-acc{
	padding: 7px 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
    background: #fbddb1;
    background: -moz-linear-gradient(top, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    background: -webkit-linear-gradient(top, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    background: linear-gradient(to bottom, #048d62 0%,#099c6d 40%,#129269 66%,#06a16f 100%,#e0dfe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbddb1', endColorstr='#e0dfe5',GradientType=0 );
    color: #FAFBFE;
    border: 1px solid #424242;

	font-family: 'Kreon', serif;
}
.ctn-acc-left > ul > li > ul > li:last-child{
	border-bottom: 0;
	padding-bottom: 5px;
}
.ctn-acc-left > ul > li{
    margin-bottom: 5px;
    border: 1px solid #06815a;
    padding: 2px;
}
.ctn-acc-left > ul > li > ul > li{
    padding: 4px 5px;
    margin: 0px 10px;
    color: #06815a;
    font-size: 14px;
    border-bottom: 1px solid #0f946a;
    font-family: 'Kreon', serif;
}
.ctn-acc-left > ul > li > ul > li > span{
	float: right;
}

.ctn-acc-right{
	width: 45%;
	float: right;
	padding-left: 20px;
}

.ctn-acc-right-bot{
	width: 100%;

}
.amk_block {overflow:hidden;}

.amk_box {
    width: 230px;
    float: left;
    margin-left: 10px;
    background: #fbd49d;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #FDC16B;
    padding-top: 0px;
}

.amk_box span {font-size:18px;}

#statistics {
	margin:0px;
	padding:10px 0px;
	width:100%;
	height:300px;
	background:url("images/stats-bg.png");
	background:url("images/stats-bg.png") no-repeat scroll center center/cover rgba(11, 12, 11, 0.8);
	padding-left: 70px;
}

#statistics h1 {
	margin:0px;
	text-align:center;
	font-weight:500;
	font-size:32px;
	font-family:'Montserrat',sans-serif;
	color:#daf3f3
}

#statistics .divider {
	width:220px
}

#stats {
	margin:0px;
	width:250px;
	float:left;
	text-align:center
}

#stats img {
	margin:0px;
	margin-top:50px;
	margin-bottom:22px;
	height:80px
}

#stats h2 {
	margin:10px;
	font-weight:500;
	font-size:28px;
	color:#51c2ae;
	font-family: 'Staatliches', cursive;
}

#stats h3 {
	margin:0px;
	padding-top:14px;
	font-weight:700;
	font-size:28px;
	color:#a3df97;
	font-family: 'Kreon', serif;
}
.upgrade-table {
 margin-bottom:10px;
 border-collapse:initial;
 border-spacing:3px;
}
.upgrade-table td {
 text-align:center;
 border:1px solid #c6e0ec
}
.upgrade-table td.left {
 text-align:left;
 background:#ecf2f5;
 border:1px solid #c6e0ec
}
.upgrade-table tr.titles td.standard {
 background:#06815a;
 padding:10px 15px;
 font-family: 'Krub',sans-serif;
 color: white;
}
.upgrade-table tr.titles td.silver {
 background:#06815a;
 padding:20px 5px;
 font-family: 'Krub',sans-serif;
 color: white;
}
.upgrade-table tr.titles td.gold {
 background:#06815a;
 padding:20px 5px;
 font-family: 'Krub',sans-serif;
 color: white;
}
.upgrade-table tr.titles td.platinum {
 background:#06815a;
 padding:30px 5px;
 font-family: 'Krub',sans-serif;
 color: white;
}
.upgrade-table tr.titles td.diamond {
 background:#f5311a;
 padding:20px 5px;
 font-family: 'Krub',sans-serif;
 color: white;
}
.upgrade-table tr.titles td {
 border:1px solid #fff;
}
.upgrade-table tr.price td {
 background:#06815a;
 color:#fff;
 border:1px solid #fff;
 font-size:16px;
 font-weight:600;
	}

#main-slider .carousel .item2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 650px;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	background: #0c0d644f !important;;
}
.home-beni{
	margin: auto;background: #f8f8f8 url(images/bgb.png);width: 100%;
	display: inline-block;
}
#home-part1{
margin: auto;width: 100%;
display: inline-block;
}
#home-part1 h2{
margin: auto;text-align: center;padding:12px;
font-weight: 400;
font-size: 15px;
background: #fff;
width: 99%;
margin-top: 20px;
margin-bottom: 30px;
text-transform: uppercase;
border: 1px dashed #ffe556;
line-height: 32px;
}

#home-part-1ch{
margin: auto;padding: 10px;
height: 180px;
}
#hom-sid{
	margin: auto;float: left;width: 24%;margin-right: 10px;
}
#hom-sid img{
margin: auto;height: 100px;position: relative;
margin-bottom: 15px;
}
#hom-sid h3{
margin: auto;text-align: center;padding: 10px;
font-weight: 500 !important;
font-size: 15px;
color: #1a2b63;
font-family: 'Ubuntu', sans-serif;
text-transform: capitalize;
}

#hom-sid p{
margin: auto;font-size: 15px;text-align: center;
font-family: 'Ubuntu', sans-serif;
}
#home-part-2ch{
	margin: auto;
	background: url(images/z5.jpg);
	display: inline-flex;
	width: 100%;
	margin-top: 30px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#home-part-3ch{
	margin: auto;
	background: #0d10f44f !important;
	display: inline-flex;
	width: 100%;
	margin-top: 0px;
	padding: 40px 0px;
}
#stats-b{
	margin: auto;float: left;
	width: 24.5%;
	margin-right: 5px;
}
#stats-b h1{
	margin: auto;text-align: center;line-height: 50px;
	color: white;
	padding: 10px;
}
#stats-b h2{
	margin: auto;font-weight: 600;
	text-align: center;
	color: #ffe556;
	font-size: 27px;
	line-height: 40px;
	padding: 5px;
	font-family: 'Ubuntu', sans-serif;
}
#stats-b h3{
margin: auto;text-align: center;
font-weight: 400;
font-size: 20px;
color: white;
font-family: 'Ubuntu', sans-serif;
}
#home728{
	margin: auto;width: 728px;height: 90px;padding: 2px;background: #eaeaea;
	text-align: center;
	line-height: 90px;
	font-size: 20px;
	color: #5e5d5d;
	margin-top: 15px;
	border: 1px dashed #afb0bb;
}
.home-2{
margin: auto;
background: url(images/bgb.png);
width: 100%;
display: inline-block;
padding-bottom: 20px;
background-attachment: fixed;
}
#ban-3{
	margin: auto;height: 90px;width: 100%;background: #ffe556;
	margin-top: 20px;
}
#ban-3 img{
	margin: auto;height: 26px;margin-left: 9px;position: relative;top: 34px;
}
#ban-1{
margin: auto;height: 331px;

margin-top: 23px;
box-shadow: 0px 0px 2px #b3b3b3;
overflow: hidden;
background: #3d417e url(images/mbm.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
#ban-1ch{
	width: 33%;height: 331px;float: left;margin: auto;margin-right: 5px;
	overflow: hidden;
	background: white;
}
#ban-1ch img{
	margin: auto;height: 220px;
	
	width: 352px;
	position: relative;
	top: 52px;
}
#ban-2ch{
	width: 65%;height: 310px;padding: 10px;float: right;margin: auto;
}
#chban{
width: 471px;height: 65px;margin: auto;background: #eaeaea;

border: 1px dashed #afb0bb;
margin-top: 5px;
text-align: center;
line-height: 60px;
}
#ban-2ch h2{
margin: auto;height: 30px;font-weight: 400;font-size: 25px;

color: #ffe556;
}
#ban-2ch p{
	margin: auto;font-size: 15px;text-align: left;padding: 5px;line-height: 30px;
	color: #fdfdfd;
}
#ban-2ch ul{
	margin: auto;padding: 7px;width: 98%;
	display: inline-block;
}
#ban-2ch ul li{
	margin: auto;float: left;width: 49%;padding: 0px;line-height: 30px;
	list-style: none;
	text-transform: capitalize;
	font-size: 17px;
	color: #fbfbfb;
}
#ban-2ch ul li:before{
	content: "\f054";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: #ffe556;
font-weight: 900;
font-size: 14px;
right: 5px;
margin: auto;
}
#ban-2{
margin: auto;
padding-top: 10px;
margin-top: 5px;
display: inline-block;
}
#adver-t{
	margin: auto;float: left;width: 49%;background: #3d417e url(images/ad.jpg);
	padding-bottom: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 2px #b3b3b3;
}
#adver-t a{
	color: yellow;
}
#com-t a{
	color: yellow;
}
#ban-2ch a{
	color: yellow;
}
#adver-t h3{
	margin: auto;height: 75px;
	background: #ffe556;
	line-height: 75px;
	padding-left: 10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #202372;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
#adver-t p{
	margin: auto;padding: 10px;line-height: 30px;
	font-size: 16px;
	color: white;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
#adver-t ul{
	margin: auto;padding-left: 15px;
	display: inline-block;
	padding-bottom: 15px;
}
#adver-t ul li{
	margin: auto;line-height: 30px;font-size: 17px;list-style: none;
	float: left;
	width: 80%;
	text-transform: capitalize;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	padding-left: 5px;
}
#adver-t ul li:before{
	content: "\f054";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: #ffe556;
font-weight: 900;
font-size: 14px;
right: 5px;
margin: auto;
}
#com-t{
	margin: auto;float: right;width: 49%;background: #3d417e url(images/co.jpg);
	padding-bottom: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 2px #b3b3b3;
}

#com-t h3{
	margin: auto;height: 75px;
	background: #ffe556;
	line-height: 75px;
	padding-left: 10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #202372;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
}
#com-t p{
	margin: auto;padding: 10px;line-height: 30px;
	font-size: 16px;
	color: white;
	font-weight: 400;
}
#com-t ul{
margin: auto;
padding-left: 15px;
display: inline-block;
padding-bottom: 15px;
}
#com-t ul li{
	margin: auto;
line-height: 30px;
font-size: 17px;
list-style: none;
float: left;
width: 96%;
	text-transform: capitalize;
	color: white;
	padding-left: 5px;
}
#com-t ul li:before{
content: "\f054";
font-family: "Font Awesome\ 5 Free";
position: relative;
color: #ffe556;
font-weight: 900;
font-size: 14px;
right: 5px;
margin: auto;}
.new-footer{
	margin: auto;width: 100%;
}
#new-foo{
	margin: auto;float: left;background: #0d10f44f !important;
	width: 100%;
	padding: 20px;
}
#new-foo1{
	margin: auto;
background: url(images/z5.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
display: inline-flex;
width: 100%;
background-position: center;
background-repeat: no-repeat;
	background-size: cover;
}
#foot-1{
margin: auto;float: left;height: 250px;overflow: hidden;width: 300px;background: #eaeaea;
margin-left: 5px;
}
#foot-2{
margin: auto;float: left;height: 250px;overflow: hidden;width: 245px;background: #ffe556;
padding: 10px;
margin-right: 7px;
}
#foot-2 a{
	margin: auto;font-weight: 300;
	color: #1f2372;
}
#foot-2 h2{
    margin: auto;
    font-weight: 300;
    font-size: 17px;
    background: #fff;
    height: 35px;
    color: #242778;
    line-height: 35px;
    padding-left: 10px;
    font-family: 'Ubuntu', sans-serif;
}
#foot-3{
margin: auto;float:right;height: 250px;overflow: hidden;width: 240px;background: #ffe556;
padding: 10px;
}
#foot-3 li{
	list-style: none;
}
#foot-2 li{
	list-style: none;
}
#foot-3 a{
	margin: auto;color: #1e2374;
	list-style: none;
	text-decoration: none;
}
#foot-3 h2{
    margin: auto;
    font-weight: 300;
    font-size: 17px;
    background: #fff;
    height: 35px;
    color: #232879;
    line-height: 35px;
    padding-left: 10px;
    font-family: 'Ubuntu', sans-serif;
}
.foend{
	margin: auto;width: 100%;padding-top: 5px;
	padding-bottom: 20px;
	background: #ffe556;
	margin-top: -7px;
}
.foend p{
	margin: auto;text-align: center;color: #4a4949;font-size: 16px;;
	padding: 20px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
.foend p a{
	margin: auto;color: #1e2373;
}
#fot-l{
	margin: auto;text-align: center;width: 100%;padding-bottom:10px;padding-top: 10px;
}
#fot-l a{
	margin: auto;color: #1e2374;text-decoration: none;
	margin: 5px;
	font-size: 16px;
}
.form-group button{
	background: #0f1360;border: none;
}
.form-group button:hover{
background: #11178e;}
.login-main{
margin: auto;
width: 100%;
display: inline-block;background: white;padding: 30px;
box-shadow: 0px 0px 2px #b0afaf;
}
#login-st{
	margin: auto;width: 94%;
}
#login-left{
	float: left;width: 50%;background: #0f1360;
}
#login-right{
	float: right;width: 50%;background: url(images/log-p.jpg);height: 439px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 2px #0f1360;
	margin-top: 2px;
}
#login-left-ti{
	margin: auto;width: 100%;height: 60px;background: #ffe556;
}
#login-left-ti a{
margin:auto;
width: 21%;float: left;height: 60px;

line-height: 60px;
text-align: center;
background: #ffe556;
font-size: 38px;
color: #0f1360;
}
#login-left-ti h2{
	margin: auto;font-size: 20px;font-weight: 400;line-height: 60px;width: 100%;position: relative;left: 5px;
	color: #0f1360;
	padding-left: 12px;
}
#loginfrm{
	margin: auto;width: 90%;padding: 10px;
}
#login-bt{
margin: auto;
height: 50px;width: 100%;
}
#login-bt a{
margin: auto;width: 50%;
float: left;background: #0a0d4d;
display: block;
text-align: center;
height: 50px;
line-height: 50px;
color: #ffe556;
}
#loginfrm h3{
	margin:auto;font-size: 15px;color: #ffe556;line-height: 40px;text-transform: uppercase;
}

#loginfrm input{
	margin: auto;border-radius: 0px;
}
#loginfrm img{
	margin: auto;margin-top: 10px;
}
#loginfrm button{
margin: auto;background: #FFE556;color: #0f1360;
border-radius: 0px;
border: 0px;
width: 200px;
}
#banners{
margin: auto;width: 100%;
display: inline-block;
margin-top: 20px;
}
#ban1{
margin: auto;float: left;
width: 473px;
height: 65px;
background: #ddd;
padding: 2px;
margin-right: 5px;
position: relative;
left: 5px;
}
#register-left{
margin: auto;float: left;width: 60%;background: #0f1360;padding:5px}
#register-right{
margin: auto;float: right;width: 40%;}
#reg-c{
margin: auto;float: left;width: 49%;
margin-right: 4px;position: relative;left: 3px;
height: 68px;
margin-bottom: 5px;
}
#reg-c h4{
	margin: auto;font-weight: 400;
	height: 30px;
	line-height: 30px;
	padding-left: 2px;
	font-size: 15px;
color: #ffe556;

}
#reg-c input{
	border-radius: 0px;
	background: #0f1360;
	border: 1px solid #f9e47557;
	color: white;
}
#register-left p{
	margin: auto;
font-size: 18px;
font-weight: 400;
line-height: 45px;
width: 100%;
position: relative;
color: #0f1360;
border-left: 2px solid #0f1360;
padding-left: 12px;background: #ffe556;
	margin-bottom: 10px;
}

#recap{
	margin: auto;background: #ececec;height: 131px;display: inline-block;width: 100%;margin-top: 10px;
	margin-bottom: 10px;
}
#recap h4{
	margin: auto;
font-size: 18px;
font-weight: 400;
line-height: 35px;
width: 100%;
position: relative;
color: #0f1360;
padding-left: 12px;
background: #ffe556;
margin-bottom: 10px
}
#recap img{
margin: auto;float: left;margin-left: 60px !important;
margin-top: 6px;
float: left;width: 30%;}
#recap input{
margin: auto;float:left;width: 50%;
margin-left: 5px;
border-radius: 0px;
}
#re-t{
margin: auto;
width: 100%;height: 79px;background: white;
}
#re-t h4{
	margin: auto;
font-size: 18px;
font-weight: 400;
line-height: 35px;
width: 100%;
position: relative;
color: #0f1360;
padding-left: 12px;
background: #ffe556;
margin-bottom: 10px}
#rett{
margin: auto;width: 90%;
}
#rett h3{
	margin: auto;font-size: 16px;text-align: center;float: left;
	width: 93%;
}
#rett input{
	margin: auto;float: right;position: relative;top: 3px;width:7%;
}

#reb{
margin: auto;width: 100%;height: 50px;}
#reb button{
	margin: auto;width: 200px;border-radius: 0px;margin-top: 15px;display: inherit;
	background: #ffe556;
	color: #0f1360;
	border: 0px;
	box-shadow: 0px 0px 3px #f9f6f6;
}

#retm{
    margin: auto;width: 100%;
	background: url(images/ter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
    box-shadow: 0px 0px 0px 4px #0f1360;
}
/* Upgrade */
#upgrade-page {
	max-width:940px;
	margin:0 auto;
	font-size:13px;
	text-align:center;
	padding:10px;
}

#upgrade-page table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-bottom:1px solid #CCC;
}

#upgrade-page td, #upgrade-page th {
	border-right: 1px solid #fefeff;
	empty-cells: show;
	padding:10px;
	color: #1d2c49;
}

.compare-heading {
	font-size:18px;
	font-weight:bold !important;
	border-bottom:0 !important;
	padding-top:10px !important;
}

#upgrade-page .compare-row {
	background:#F5F5F5;
}
#upgrade-page th {
	font-weight:normal;
	padding:0;
	border-bottom:1px solid #CCC;
}

#upgrade-page th.compare-heading {
	background:#1e2374;
	font-size:18px;
	color:#ffe655;
	padding:10px 0px
}

#upgrade-page tr td {
	background:#1e2374;
	color:#ffffff;
	border-color:#fdfdfc;
	border-bottom: 1px solid white;
}

#upgrade-page tr td:first-child {
	text-align:left;
	font-weight: 600;
	background:none;
	color:#1d2c49;
}
  
#upgrade-page .qbse, #upgrade-page .qbo, #upgrade-page .tl {
	color:#FFF;
	padding:10px;
	font-size: 16px;
	font-weight: 600;
	border-right:1px solid #CCC;
	border-bottom:0;width:250px;
}

#upgrade-page .tl2 {
	border-right:0;
}

#upgrade-page .qbse {
	background: #ffe655;
	color: #1d2c49;
	border-top-left-radius: 3px;
	border-left:0px;
}

#upgrade-page .qbo {
	background: #fbfbfb;
	border-top-right-radius: 3px;
	border-right:0px;
	color: #1e2374;width:420px;;
}

#upgrade-page .price-info {
	padding:5px 5px 5px 5px;
	background: #ffe655;
}

#upgrade-page .price-now, #upgrade-page .price-now span {
	color: #1d2c49;
	font-weight: 700;
}

#upgrade-page .price-now span {
	font-size:32px;
}

#upgrade-page .price-small {
	font-size: 18px !important;
	position: relative;
	top: -11px;
	left: 2px;
}

#upgrade-page .heading-upg {
	background:#ffe655 !important;
	color:#1e2374 !important;
	font-size:16px;
	position:relative
}


/* End Upgrade */
.account-main{
margin: auto;background: white;padding: 5px;
box-shadow: 0px 0px 3px 1px #d2d2d2;
}
#act{
margin: auto;
width: 100%;display: inline-block;padding-top: 5px;
}
#actch{
margin: auto;float: left;width: 32%;
background: #0f1360;height: 121px;margin-left: 7px;
margin-bottom: 10px;
}
#actch:hover{
text-decoration: none;
transform: scale(1.02);
}
#actch a{
	color: white;
}
#actch a:hover{
text-decoration: none;
transform: scale(1.03);
}
#actch h2{
margin: auto;font-size: 16px;text-align: center;height: 30px;background: #ffe655;width: 90%;
color: black;
line-height: 30px;
}
#actch h3{
margin: auto;font-size: 22px;text-align: center;height: 60px;
line-height: 60px;
background: #0f1360;font-weight: 500;
}
#actch h3 .fas{
	color: #ffe655;
}
#actch h4{
margin: auto;
font-weight: 400 !important;font-size: 17px;text-align: center;width: 90%;height: 30px;background: #070a3e;

line-height: 30px;
}
#refln{

	margin: auto;width: 98%;position: relative;
	right: 2px;
	margin-bottom: 7px;
}
#refln p{
	margin: auto;background: #ffe655;padding: 10px;
	text-align: center;
	border-bottom: 2px solid #0f1360;
	color: #0f1360;
}
#accn{
	
	margin: auto;
	width: 100%;padding-left:7px;display: inline-block;
	
	padding-right: 11px;
}
#accnch{
margin: auto;float: left;width: 49.8%;	
border-right: 3px solid white;
margin-left: 1px;
}
#accnch p{
	margin:auto;
	line-height: 35px;
	background: #0f1360;
	border-bottom: 3px solid #070a3e;
	color: white;
	text-transform: capitalize;
	padding-left: 8px;
}
#acchil{
	margin: auto;height:35px; 
	background: #ffe556;
	margin-bottom: 1px;
}
#acchil h2{
	margin: auto;
	width: 50%;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	padding-left: 10px;
	font-weight: 400;
	color: #403f3f;
}
#acchil h5{
	margin: auto;
	float: right;
	width: 48%;
	line-height: 35px;
	text-align: right;
	padding-right: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #403f3f;
}
#acchil h5 a{
	margin: auto;color: #0f63ce;
	font-size: 15px;
}
#offerimg{
	padding: 0px;background: #ffe556;width: 97%;margin: auto;display: inline-block;
	padding-bottom: 5px;
	position: relative;
	left: 8px;
}
#offerimg p{
	
	margin: auto;
	line-height: 35px;
	background: #0f1360;
	border-bottom: 3px solid #070a3e;
	color: white;
	text-transform: capitalize;
	padding-left: 8px;
	text-align: center;
}
#offerimg img{
	margin: auto;width: 24%;float: left;height: 50px;margin-right: 7px;margin-top: 5px;position: relative;left: 5px;
	background: white;
	border: 1px solid #bdbdbd;
}
#tele{
margin: auto;
margin-top: 20px;
}
#tele a{
	margin: auto;display: inherit;
}
#tele img{
margin: auto;height: 40px;}