ul {
	padding-left: 30px !important;
}

.hm_service_top_menu_link {
	text-transform: uppercase;
	font-family: Mark, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	color: white;
	padding-left: 0;
	margin-top: 4px;
}

.hm_service_top_menu_link:hover {
	cursor: pointer;
}

.hm_service_top_menu_link::before {
	content: "";
	height: 2px;
	width: 0px;
	opacity: 0;
	display: inline-block;
}

.hm_service_top_menu_link:hover::before {
	height: 2px;
	width: 40px;
	vertical-align: middle;
	background-color: white;
	opacity: 1;
	transition: all 0.3s linear 0s;
}

.hm_service_top_menu_link_active {
	color: #96C121;
	cursor: pointer;
}

.hm_service_top_menu_link_active::before {
	background-color: white;
	height: 2px;
	opacity: 1 !important;
	transition: all 0.3s linear 0s;
	vertical-align: middle;
	width: 40px !important;
}


.hm_services_tab {
	background-color: #fff6;
	backdrop-filter: blur(10px);
	margin-left: 60px;
	width: 21rem;
	height: 21rem;
	/* height: auto; */
}

.hm_services_tab_2 {
	background-color: #fff6;
	backdrop-filter: blur(10px);
	margin-left: 60px;
	width: 21rem;
	height: auto;
	padding-top: 20px;
	padding-bottom: 2px; 
}

.hm_btn_service_margin {
	margin-left: auto;
	margin-right: 0px;
	float:right;
}

.hm_services_tab_ul {
	color: white;
	list-style-type: disc;
	padding-right: 4px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.hm_services_tab_ul li {
	padding-top: 10px !important;
}

.hm_services_tab_ul a {
	font-family: Mark Book, sans-serif;
	font-size: 1.15rem;
	line-height: 1.15rem;
	color: white;
	text-decoration: none;
	text-underline-offset: 0.3rem !important;
}

.hm_services_tab_ul a:hover {
	color: whit;
	font-weight: bold;
	/* text-decoration: underline;		 */
}

.hm_service_icon {
	background-color: #96C121;
	width: 60px;
	height: 60px;
}

@media (max-width:1250px) {
	.hm_service_top_menu_link {
		font-size: 1.8rem;
	}

	.hm_service_top_menu_link_active::before {
		width: 20px !important;
	}

	.hm_services_tab {
		width: 20rem;
		height: 20rem;
	}

.hm_services_tab_2 {
		width: auto;
		height: auto;
		padding-top: 10px;
		padding-bottom: 0px; 
	}

	.hm_btn_service_margin {
		margin-left: 20rem;
	}
}

@media (max-width: 991px) {

	.hm_services_tab {
		width: auto;
		max-width: 15rem;
		height: 15rem;
	}

	.hm_btn_service_margin {
		margin-left: 15rem;
	}

	.hm_service_top_menu_link {
		font-size: 1.2rem;
		padding-bottom: 2px;
	}

	.hm_services_tab_ul li {
		padding-top: 5px !important;
	}

	.hm_services_tab_ul a {
		font-size: 0.9rem;
		/* line-height: 0rem; */
		background-color: transparent;
		line-height: normal;
	}

	.hm_service_top_menu_link:hover::before {
		width: 10px;
	}

	.hm_service_top_menu_link_active::before {
		width: 10px !important;
	}
	.hm_services_top_menu{
		height: auto !important;
	}


}

@media (max-width: 340px) {
	
	.hm_service_top_menu_link {
		font-size: 1rem;
	}
	
	.hm_btn_service_margin {
		margin-left: auto;
		margin-right: auto;
		float: right;
	}
}
