.custome-btn{
	background-color: #0022aa !important;
	width: 100%;
}
.custome-btn:hover{
	border: 2px solid #0022aa;
}
.header-right{
	padding-right: 10px;
}
a{
	text-decoration: none !important;
}
.category-cardd{
	    width: 150px;
    height: 120px;
}

.category-head a{
	font-size: 13px;
}
.category-contentt {
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}
.category-contentt h4 {
	    margin: 0 0 16px;
    padding: 0;
    font-size: 16px;
    letter-spacing: normal;
    color: #2b2d2e;
    font-weight: 700;
}

.category-contentt p {
	font-size: 14px;
	line-height: 14px;
	color: var(--chalk)
}
.category-headd img{
	padding-top:5px;
	margin-top: 10px;
	width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    margin-bottom: 16px;
}