.category-head1 {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
 /**	background: var(--chalk); **/
	 /**	background:#dffbff; **/
		background:#fff;
	border: 1px solid var(--border);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	
	
  height:auto;	
}

.category-head1:hover {
	background: var(--white);
	box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1)
}

.category-head {
	position: relative
}

.category-head img {
	display: block;
  margin-left: auto;
  margin-right: auto;
 /** width: 55%; **/
  width: 55%;
}

.category-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(rgba(0, 69, 187, 0.5), rgba(8, 2, 41, 0.5))
}

.category-content h4 {
	text-transform: capitalize;
	color: var(--chalk);
	margin-bottom: 5px;
	font-weight: 500;
	opacity: 1
}

.category-content p {
	font-size: 14px;
	line-height: 14px;
	color: var(--chalk)
}

.category-list {
	/** padding: 12px 20px **/
	padding: 2px 0px
}

.category-list li {
	border-bottom: 1px solid var(--border)
}

.category-list li:last-child {
	border-bottom: none
}

.category-list li a {
 /**	padding: 12px 0px; **/
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
 /**	justify-content: space-between **/
}

.category-list li a:hover h6,
.category-list li a:hover p {
	color: var(--primary)
}

.category-list li a h6 {
 /**	font-size: 15px; **/
	font-size: 12px;
	text-transform: capitalize;
	/**  text-align: right; **/
	   text-align: center;
	   
}

.category-list li a p {
	font-size: 14px;
	line-height: 14px;
	color: var(--heading)
}

@media (min-width: 350px) and (max-width: 575px) {
	.category-head1 {
	/**	width: 320px; **/
	/**	margin: 0px auto 30px; **/
		margin: 0px auto 10px;
		height:90px;
		

	}
}
