/*# sourceMappingURL=style.css.map */

* {
	padding: 0;
	margin: 0;
}

.top_tabs {
	margin-bottom: 2.5rem;
}

.top_tabs form {
	display: flex;
	gap: .625rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_tabs form .filters {
	display: flex;
	gap: 10px;
	width: 75%;
}

.top_tabs form .filters label {
	position: relative;
	display: inline-block;
	padding: .875rem 1rem;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: .375rem;
	line-height: 25px;
}

.top_tabs form .filters label input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.top_tabs form .filters label input[type=radio]::before {
	content: " ";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	border-radius: .375rem;
	z-index: -1;
}

.top_tabs form .filters label input[type=radio]:checked {
	color: #fff;
}

.top_tabs form .filters label input[type=radio]:checked::before {
	background: #f86e2d;
}

.top_tabs form .filters label input[type=radio]:checked + span {
	color: #fff;
}

.top_tabs form .filters label input[type=radio] + span {
	color: #000;
}

.top_tabs form .form-group input[type=text] {
	display: flex;
	width: 100% !important;
	height: 3.1875rem;
	padding: 0px 1.025rem 0 40px;
	align-items: center;
	gap: 1.25rem;
	color: #565656;
	border: none;
	outline: none;
	background: #fff url("https://cdn-ilbcohb.nitrocdn.com/qrDNDBwxWNTPPpVwnrdTQpfVmbNXbYTg/assets/images/optimized/rev-293ef75/fidelissecurity.com/wp-content/plugins/custom-partner-search/images/search.png") no-repeat 10px center;
	color: #565656;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-radius: .375rem;
	border: 1px solid #eee;
}

.top_tabs form .form-group input[type=text].nitro-lazy {
	background: none !important;
}

.top_tabs form .form-group select {
	display: flex;
	height: 3.1875rem;
	width: 17.375rem;
	padding: 0px 2.5rem 0 1.025rem;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	gap: 1.25rem;
	color: #565656;
	border: none;
	outline: none;
	background: #fff url("https://cdn-ilbcohb.nitrocdn.com/qrDNDBwxWNTPPpVwnrdTQpfVmbNXbYTg/assets/images/optimized/rev-293ef75/fidelissecurity.com/wp-content/plugins/custom-partner-search/images/black_triangel_down.png") no-repeat calc(100% - 10px) center;
	color: #565656;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-radius: .375rem;
	border: 1px solid #eee;
}

.top_tabs form .form-group select.nitro-lazy {
	background: none !important;
}

.top_tabs form .form-group.src-sec {
	width: 24%;
}

.top_tabs form .form-group.Country-sec {
	width: 100%;
}

.top_tabs form select#firstSelector {
	width: 100% !important;
}

.element-item {
	width: calc(12.5% - 20px);
	height: 9.0625rem;
	max-height: 9.0625rem !important;
	overflow: hidden;
	margin: .625rem;
}

.element-item > * {
	margin: 0 10px;
	padding: 0 10px;
}

.element-item .all_logo_item {
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.element-item .all_logo_item a {
	display: block;
}

.element-item .all_logo_item a img {
	mix-blend-mode: multiply;
}

.element-item .all_logo_item .invisible-txt {
	display: none;
}

.single-content img {
	width: 290px;
	height: 100%;
	margin: 10px;
}

@media screen and (max-width: 1200px) {
	.top_tabs form {
		flex-wrap: wrap;
	}
	
	.top_tabs form .filters {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.top_tabs form .filters label {
		flex: 1 0 auto;
		text-align: center;
	}
	
	.top_tabs form .form-group {
		flex: 1 0 auto;
	}
	
	.top_tabs form .form-group input[type=text] {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.element-item {
		width: calc(25% - 20px);
	}
	
	.element-item .all_logo_item {
		padding: 10px;
	}
}

@media screen and (max-width: 639px) {
	.top_tabs form .form-group {
		flex: 1 0 100%;
	}
	
	.element-item {
		width: calc(50% - 20px);
	}
}
