
.location_filter .container{
	max-width: 1150px;
	margin: 0 auto;
}
.all_locations .item{margin-bottom: 60px;}
.all_locations .offices{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.location_filter .filter{
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 25px 0;
	border-top: 1px solid #d0d3d5;
	border-bottom: 1px solid #d0d3d5;
}
.location_filter .dropdown{
	border: 1px solid #bababd;
	padding: 10px 15px;
	border-radius: 60px;
	flex: 0 0 300px;
	position: relative;
	cursor: pointer;
}
.location_filter .dropdown:after{
	content: "";
	position: absolute;
	right: 17px;
	top: 14px;
	width: 10px;
	height: 10px;
	border-right: 1.5px solid #003375;
	border-bottom: 1.5px solid #003375 ;
	transform: rotate(45deg);
	transition: 0.3s linear all;
}
.location_filter .dropdown > span{
	color: #1A1A22;
	font-size: 16px;
}
.location_filter .dropdown.active:after{
	transform: rotate(-135deg);
	top: 19px;
}
.location_filter .dropdown ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s linear all;
	transform-origin: 50% 0;
	transform: scaleY(0);
}
.location_filter .dropdown.active ul{
	max-height: 300px;
	opacity: 1;
	transform: scaleY(1);
}
.location_filter .dropdown li{
	padding: 15px 20px;
}
.location_filter .dropdown li:hover{
	background: #032345;
	color: #fff;
}
.location_filter .filter h2{
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 24px;
	color: #032345;
}
.location_filter .search{flex: 0 0 350px;}
.location_filter .search input{
	border-radius: 50px;
	padding: 10px 15px;
	border: 1px solid #bababd;
	width: 100%;
	background: url('/wp-content/uploads/search-icon.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
	background-size: 20px;
	font-size: 16px;
	color: #1A1A22;
}
.location_filter .search input::placeholder{
	opacity: 1;
	color: #1A1A22;
}
.all_locations{
	color: #032345;
	padding-top: 50px;
}
.all_locations h4{
	font-weight: 500;
	margin: 0 0 15px;
	font-family: "Helvetica Neue", Oxygen-Sans, Ubuntu;
}
.all_locations h4 a{
	color: #032345;
	font-size: 28px;
	font-weight: 500;
}
.all_locations address{
	font-style: normal;
	color: #12212E;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	font-family: "Helvetica Neue", Oxygen-Sans, Ubuntu;
}
.all_locations .direction_link{
	font-size: 16px;
	font-weight: 500;
	color: #23AFAE;
	font-family: "Helvetica Neue", Oxygen-Sans, Ubuntu;
}
.all_locations .direction_link img{
	width: 12px;
	margin-left: 5px;
}
.all_locations ul{
	margin: 0;
	padding: 15px 0;
	list-style: none;
	font-size: 14px;
	width: 100%;
}
.all_locations ul li:not(:last-child){margin-bottom: 10px;}
.all_locations li a{
	color: #032345;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Helvetica Neue", Oxygen-Sans, Ubuntu;
}
.all_locations li a:hover{color: #23afae;}
.all_locations li a img{
	width: 30px;
	height: 30px;
}
.all_locations .office{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	width: calc((100% - 45px) / 4);
	padding: 30px;
	border-radius: 12px;
}
.all_locations .office > p{margin-bottom: 25px;}
.all_locations .btn{
	display: block;
	background: #23afae;
	padding: 12px 20px;
	border-radius: 9px 9px 9px 0px;
	color: #fff;
	margin-top: auto;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: "Helvetica Neue", Oxygen-Sans, Ubuntu;
}
.all_locations h3{
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: 500;
	color: #032345;
	font-family: "Helvetica Neue", Oxygen-Sans, Ubuntu;
	margin: 0 0 30px;
}
.location_filter .map iframe{
	border: 0;
	border-radius: 12px;
}
#other_location .elementor-icon-list-item{align-items: flex-start;}
#other_location .elementor-icon-list-item .elementor-icon-list-icon{margin-top: 12px;}
@media(max-width: 1100px){
	.location_filter .filter{
		flex-wrap: wrap;
	}
	.location_filter .dropdown{flex: 0 0 200px;}
	.all_locations .office{flex: 0 0 calc((100% - (2 * 15px)) / 3);}
}
@media(max-width: 980px){
	.location_filter .filter h2{
		flex: 0 0 100%;
	}
	.location_filter .dropdown,
	.location_filter .search{flex: 1;}
	.all_locations .office{
		flex: 0 0 calc((100% - 15px) / 2);
	}
}
@media(max-width: 640px){
	.location_filter .dropdown,
	.location_filter .search{flex: 0 0 100%;}
	.location_filter .filter{gap: 15px;}
	.all_locations h3{font-size: 30px;}
	.all_locations .office{flex: 0 0 100%;}
}