.services_list_box-container {
	z-index: 1000;
	background: url(//cdn.bakemorepies.com/wp/avg_lineberger/uploads/2019/05/services-dropdown-bkd.png) top left no-repeat;
	background-size: contain;
	padding: 55px 0px;
}

.services_list_box-background_image {
	width: 100%;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

.services_list_box-inner_container {
	width: 100%;
	z-index: 101;
}

.services_list_box-title {
	color: #2b4360;
}

.service_list_box-item {

}

.service_list_box-item i {
	margin-right: 10px;
}

.services_list_box-menu {
	min-height: 0px !important;
	width: 90% !important;
	padding: .78571429em 0 .78571429em 1em
}

.services_list_box-menu input.search {
	width: 70% !important;
}

.services_list_box-view_all_button {
	margin-top: 10px;
	color: #fff !important;
	background: #2b4360 !important;
}

@media all and (max-width:767px){

}

@media all and (min-width:768px){

}

@media all and (max-width:999px){
	.services_list_box-menu {
		width: 50% !important;
	}

	.services_list_box-menu input.search {
		width: 50% !important;		
	}
	.services_list_box-container {
		padding: 55px 30px;
		background: url('//cdn.bakemorepies.com/wp/avg_lineberger/uploads/2019/05/services-dropdown-bkd-mobile-1.png') top left no-repeat;
		background-size: contain;
	}
}

@media all and (min-width:1000px){

}