.navElem a {
    display: block;
    text-decoration: none;
    padding: 32px 10px;
    color: #483737;
    font-weight: 600;
    color: #333;
    font-family: tahoma, helvetica, sans-serif;
}
.navElem a:hover{
	background-color: #dedede;
}
.navWrap{
	padding: 0px;
	height: auto;
}
.navElem {

    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px;
}

.slide{
	height: 450px;
	background-position: center;
}

.sliderheading{
	font-size: 40px;
	
}
.bannertext{
	padding-top: 130px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.rech-container{
	position: absolute;
	margin-top: 30px;
	width: 300px;
	min-height: 200px;
	background-color: #fff;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}

.sub-header{
	background-color: #2e8ae6;
	margin-bottom: 15px;
}

.sub-nav{
	font-family: tahoma, helvetica, sans-serif;
	float: left;
	font-weight: 600;
}

.sub-nav a{
	display: block;
	padding: 17px;
	text-decoration: none;
	color: #fff;
}

.rechElem{
	padding: 7px 0px;
	border-bottom: 1px solid #ccc;
}

.inputBox{
	width: calc(100% - 32px);
	padding: 12px 15px;
	border: 0;
	background-color: #fff;
}
.selectList{
	padding: 11px 10px;
	width: 100%;
	background-color: #fff;
	border: 0;
}

.inputBtn{
	font-family: tahoma, helvetica, sans-serif;
	width: 100%;
	font-weight: 600;
	border: 0px;
	background-color: #e3714d;
	color: #fff;
	padding: 10px;
}
:focus{
	outline: 0px;
}

.loginBtnsWrap{
	display: none;
	position: absolute;
	background-color: #fff;
	margin-top: 81px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
}

.loginNav a{
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 16px;
	display: block;
}
.loginNav a:hover{
	background-color: #dedede;
}
.noticeInfo{
	margin-top: 50px;
}
.walletElem{
	margin-bottom: 30px;
}
.walletDescWrap{
	font-family: tahoma, helvetica, sans-serif;
}
.wHeading{
	font-size: 16px;
	font-weight: 600;
	color: #444;
	width: calc(100% - 60px);
	padding: 7px;
	float: left;
}
.wIcon{
	padding: 5px;
	border-radius: 100%;
	float: left;
	border: 2px solid #666;
	background-color: #fff;
}
.textContent{
	font-size: 13px;
	margin-top: 5px;
	font-weight: 500;
	max-width: 360px;
}
.walletElemWrap{
	background-color: #E8E41A;
	width: 100%;
	left: 0px;
	padding: 40px 0px 30px 0px;
}