.eit-partners .eit-filter-form {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.eit-partners .eit-filter-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.eit-partners .eit-filter-form form .filter-dropdown {
	display: flex;
	flex-direction: column;
	width: 234px;
}

.eit-partners .eit-filter-form form .filter-dropdown select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height: 40px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: normal;
	border: solid 1px #333333;
	color: #58595b;
	padding-left: 5px;
	background-image: url("../../images/svg-icons/chevron-down.svg");
	background-size: 24px 24px;
	background-position: calc(100% - 7px) center;
	background-repeat: no-repeat;
	position: relative;
}


.eit-partners .eit-filter-form form .filter-dropdown select::-ms-expand {
	display: none;
}

.eit-partners .eit-filter-form form .filter-dropdown label {
	height: 23px;
	color:#6BB745;
	margin-bottom: 10px;
}

.eit-partners .eit-filter-form .eit-filters-buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 24px;
}

.eit-partners .eit-filter-form .eit-filters-buttons a {
	height: 23px;
	letter-spacing: 0.4px;
	color: #004494;
}

.eit-partners .eit-filter-form .eit-filters-buttons svg {
	width: 15px;
	height: 15px;
	object-fit: contain;
	transition: all .2s;
}

.eit-partners .eit-filter-form .eit-filters-buttons input {
	width: 117px;
	height: 40px;
	line-height: 1;
	border-radius: 10px 0;
	box-shadow: 0 0 4px 0 rgba(87, 88, 90, 0.15);
	border: solid 2px #004494;
	background-color: #004494;
	color: #ffffff;
	padding: 8px 18px;
	cursor: pointer;
}

.eit-partners .eit-filter-form .eit-filters-buttons input:hover {
	border-radius: 10px 0;
	box-shadow: 0 0 4px 0 rgba(87, 88, 90, 0.15);
	border: solid 2px #004494;
	background-color: #ffffff;
	color: #004494;
	padding: 8px 18px;
}