
body{
font-family: 'Open Sans', sans-serif;
position:relative;
overflow: hidden;

}
/*** Log In ***/
#sectionLogin{
margin-top:40px;
}
.loginOuter h1{
color:#3a3a3c;
font-size:130px;
}
.loginOuter h5{
font-family:19px;
color:#3a3a3c;
font-family: 'futura_bk_btbook';
}
.loginOuter ul{
list-style:none;
padding:0;
}
.loginOuter ul li{
display:inline-block;
position:relative;
padding:0 10px;
}
.loginOuter ul li:after{
position:absolute;
content:url(../images/vertical-line.png);
right:0;
top:3px;
}
.loginOuter ul li:last-child:after{
display:none;
}
.loginOuter ul li a{
color:#b31e30;
font-size:12px;
font-family: 'futura_bk_btbook';
margin-bottom:0;
}
.loginOuter img{
margin-bottom:30px;
}
.loginOuter p{
font-family: 'futura_bk_btbook';
font-size:16px;
color:#3a3a3c;
margin-bottom:10px;
}
.loginOuter a{
font-size:12px;
color:#ec1c24;
margin-bottom:15px;
display:inline-block;
}
.loginBtn{
background:#003672;
font-size:14px;
color:#fff;
border:none;
margin-bottom:8px;
}
.goBack{
background:#b31e30;
font-size:14px;
display:block;
padding:8px 10px;
color:#fff!important;
margin-bottom:0!important;
margin-top:5px;
}
.loginBtn:hover{
background:#003672;
}
.yearWells{
font-size:12px;
color:#3a3a3c;
}
/*** Form Validation css ***/
.commonValid{
position:relative;
margin-bottom: 30px;
}
.help-block{
color:#FF0004;
font-size:13px;
font-style:normal;
text-align:left;
display:block;
position:absolute;
}
#resetpassword h5{
color:#3a3a3c;
font-size:22px;
font-family: 'futura_bk_btbook';
}
#resetpassword .modal-header{
border-bottom:none;
}
#resetpassword a{
font-size:15px;
color:#b31e30;
}
#resetpassword .modal-footer{
border-top:none;
}
.searchKotak{
	border-radius:30px;
	height:50px;
	padding: 0 20px;
}
.landList{
	list-style: none;
	text-align: right;
}
.landList li{
	display: inline-block;
	padding:10px 10px 0 10px;
}
.landList li a{
	font-size: 14px;
	color: #1e4779;
	font-weight:600;
}
.landBtn{
	background: #f2f2f2;
	color: #5F6368;
	border: 0;
}
.landBtn:hover{
	background: #1e4679;
	border: 0;
}
.searchBy{
	list-style: none;
}
.searchBy li{
	display: inline-block;
	font-size: 15px;
	padding:5px 10px;
}
.searchBy li a{
	cursor: pointer;
	color: #1e4779;
	font-weight:600;
	font-size: 14px;
}
.searchBy li a.active{
	color: red!important;
}







/*** Responsive ***/
@media(max-width:768px){
.highlightInfo{
text-align:center;
}
.highlightInfo h5{
font-size:11px;
}
.highlightInfo h2{
font-size:16px;
}
.dashboardprofileImg{
width: 100%;
}
.datestarEndStyle{
float: none!important;
}
.footer .copyRight{
text-align: center;
}
.footer ul{
list-style: none;
padding: 0;
text-align: center;
}

}
@media(max-width:320px){
.mainChat {
width: 228px;
}
}




