.header{    
	width: 100%;
	height: 80px;
    /* position: absolute; */
    left: 0;
    top: 0;
	margin: 0px;
    z-index: 999;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	/* background-color: blue; */
}
.logo {
	margin: 20px;
	/* margin-top: 13px; */
	
	width: 133px;
	height: 33px;
}
ul.inheader{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	color: #373D41;
	height: 7px;
	margin: 0px;
	text-align: center;

}
li.inheaderul{
	margin-left: 34px;
	margin-top: 32px;
	/* padding-top: 20px; */
}

li.login{
	height: 79px;
	width: 95px;
	background-color: chartreuse;
}
li.login>div{
	margin: 0px;
	height: 79px;
	width: 95px;
	font-size: 16px;
	background-color: white;
	border: 0px;
	text-align: center;
	line-height: 79px;
	
}
li.login>button{
	margin: 0px;
	height: 79px;
	width: 95px;
	font-size: 16px;
	background-color: white;
	border: 0px;
	
	/* box-shadow: 0px; */
	/* padding: 14px 32px; */
}
li.login>button:hover
{
	background-color: #346FEE;
	color: #FFFFFF;
}
li.login>div:hover
{
	background-color: #346FEE;
	color: #FFFFFF;
}


.breadcrumb-item  {
    display: inline-block;
    color: #6c757d;
	
    /* content: "/"; */
}

.height-100 a{

	height:60px !important;   
	text-align: center;
		
	
}
.height-100{
	position: relative;
	/* top:-26px; */
	
	height:79px !important;
	width: 80px;
	text-align: center;
	line-height: 60px;
		
}
.a-red li:hover{
	color:white;
	background-color: #346FEE;
}
/* .a-red a:hover{
	color:white;
	background-color: #346FEE;
} */

.breadcrumb-item  a{
    display: inline-block;
    color: #6c757d;	
	/* padding: 32px; */
	/* padding-right: 32px; */
	/* padding-left: 32px; */
    /* content: "/"; */
}
    
/* .breadcrumb-item+ ::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "|";
	padding-left: .5rem;
} */

	
