.page-template-location-page div#content-container {
  padding-top: 100px;
}
.page-template-location-page .modal-backdrop {
	display: none;
}
.location-modal-button-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.location-button {
	border: 3px solid #384557;
	color: #384557;
	border-radius: 100px;
	padding: 15px 30px;
	width: fit-content;
	font-size: 14px;
	line-height: .9;
	letter-spacing: .05;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
}
.location-button:hover,
.location-button.active {
	background-color: #384557;
	color: white;
}
.location-modal-button-wrapper a {
	max-width: 400px;
}
.page-template-location-page .popup-block {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9999;
}
.page-template-location-page .popup-block.hide-popup {
	height: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
	z-index: -1;
}
@media only screen and (max-width: 575px) {
	.page-template-location-page .popup-block .modal {
		background-color: transparent;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog {
	background-color: #fff;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%) !important;
	padding: 48px 32px 56px;
	border-radius: 10px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog {
		max-width: 520px;
		padding: 30px 15px;
	}
}
@media only screen and (max-width: 575px) {
	.page-template-location-page .popup-block .modal .modal-dialog {
		max-width: 420px;
		height: auto;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 140px;
		transform: translateY(0) !important;
		background-color: #fff;
	}
}
@media only screen and (max-width: 480px) {
	.page-template-location-page .popup-block .modal .modal-dialog {
		max-width: 380px;
	}
}
@media only screen and (max-width: 400px) {
	.page-template-location-page .popup-block .modal .modal-dialog {
		max-width: 380px;
		margin: 0 15px;
		width: auto;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body {
	padding: 0 0 36px 0;
	margin: 0 0 42px 0;
	border-bottom: 1px solid #6B6B6B;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body {
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body h1 {
	color: #384557;
	font-size: 40px;
	font-family: Montserrat;
	font-weight: 700;
	margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body h1 {
		margin: 0 0 30px 0;
		font-size: 36px;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body h2 {
	color: #384557;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 14.4px;
	letter-spacing: 0.8px;
	margin: 0 0 23px 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body h2 {
		margin: 0 0 22px 0;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body p {
	color: #384557;
	font-size: 20px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 27px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body p {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group form {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group form input {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
	border: 1px solid #6B6B6B;
	border-radius: 33px;
	padding: 13px 46px 13px 16px;
	height: auto !important;
	background-color: #fff;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group form input {
		font-size: 16px;
	}
}
@media only screen and (max-width: 575px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group form input {
		padding: 13px 40px 13px 16px;
		font-size: 14px;
	}
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group form input[type=submit] {
		background-size: 24px 24px;
		width: 30px;
		height: 30px !important;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-body .input-group form input[type=submit] {
	background-image: url(../images/location-img/location-search-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	font-size: 0;
	background-color: #8FDB43;
	width: 40px;
	height: 40px !important;
	line-height: normal;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	padding: 0;
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom h2 {
	color: #384557;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 14.4px;
	letter-spacing: 0.8px;
	margin: 0 0 23px 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom h2 {
		margin: 0 0 22px 0;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom p {
	color: #384557;
	font-size: 21px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 30.45px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom p {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom a {
	display: inline-block;
	vertical-align: middle;
	color: #1C1C1C;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	background-color: #8FDB43;
	padding: 20px 26px;
	border-radius: 50px;
	text-decoration: none;
	border: 2px solid #8FDB43;
}
@media only screen and (max-width: 575px) {
	.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom a {
		padding: 20px 16px;
		font-size: 12px;
	}
}
.page-template-location-page .popup-block .modal .modal-dialog .modal-content .modal-bottom a:hover {
	border-color: #4B9C0E;
	background-color: #4B9C0E;
	color: #1D2530;
}
.page-template-location-page .popup-block.location-popup {
	/*&:before {
			content: "";
			background-color: rgba(0,0,0,0.5);
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 3;
	}*/
}
.page-template-location-page .location-block {
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.5s linear;
	transform: translateX(-100%);
	opacity: 0;
	overflow: hidden;
}
.page-template-location-page .location-block.body-mobile-left-active {
	/*overflow-x: hidden;
	overflow-y: auto;*/
	overflow: inherit;
}
.page-template-location-page .location-block.body-mobile-left-active .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result {
	display: none;
}
.page-template-location-page .location-block.body-online-left-active {
	overflow: inherit;
}
.page-template-location-page .location-block.active-location {
	transform: translateX(0);
	opacity: 1;
	z-index: 1;
}
.page-template-location-page .location-block .container-fluid {
	padding: 0;
}
.page-template-location-page .location-block .container-fluid .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 36px 23px 24px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap {
		padding: 16px 8px 16px;
		justify-content: center;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .tab-text {
	margin: 0 80px 0 0;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .tab-text {
		margin: 0 20px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .tab-text {
		margin: 0 15px 0 0;
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .tab-text h3 {
	color: #384557;
	font-size: 28px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .tab-text h3 {
		margin-bottom: 0;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap {
	width: 100%;
	max-width: 448px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap {
		max-width: 330px;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav {
	width: 100%;
	max-width: 448px;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	border-radius: 36px;
	border: 1px solid #C3C3C3;
	background: #FFF;
	padding: 4px 4px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav {
		margin: 0 auto;
		max-width: 380px;
	}
}
@media only screen and (max-width: 480px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav {
		max-width: 330px;
		padding: 4px 4px;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	height: auto;
	user-select: none;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	border-radius: 50px;
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs:after {
	content: "";
	width: 50%;
	background: #8FDB43;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 250ms ease-in-out;
	border-radius: 50px;
	padding: 10px 16px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs:after {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs:after {
		width: 50%;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs.slide:after {
	left: 50%;
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger {
	padding: 16px 20px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	user-select: none;
	color: #6B6B6B;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 14.4px;
	letter-spacing: 0.8px;
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger {
		font-size: 14px;
		padding: 13px 15px;
	}
}
@media only screen and (max-width: 480px) {
	.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger {
		font-size: 12px;
		padding: 11px 7px;
	}
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger.active {
	color: #1D2530;
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger.active:hover {
	background-color: transparent;
	color: #1D2530;
}
.page-template-location-page .location-block .container-fluid .tab-wrap .ads-tab-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger:hover {
	background-color: #D8FFB1;
	color: #6B6B6B;
	border-radius: 50px;
}
.page-template-location-page .location-block .container-fluid .location-wrap {
	position: relative;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body {
	margin-bottom: 0;
	opacity: 1 !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel-map-wrap {
	/*display: flex;
	flex-wrap: wrap;*/
	clear: both;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel-map-wrap.panel-body-active .map-rander-wrap {
	transform: translate(0);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel {
	max-width: 450px;
	width: 100%;
	background-color: #F1F1F1;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	transition: transform 0.5s ease-in-out;
	will-change: transform;
	z-index: 2;
	left: 0;
	height: 75vh;
	padding: 0;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel {
		max-width: 385px;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel {
		max-width: 330px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel {
		right: 0;
		transform: translate(100%);
		max-width: 100%;
		transition: transform 0.5s ease-in-out;
		position: fixed;
		top: 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.mobile-left-active {
	transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.mobile-left-active {
		right: 0;
		max-width: 100%;
		transform: translate(0);
		z-index: 3;
		top: 0;
		position: fixed;
		transition: transform 0.5s ease-in-out;
		padding: 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.panel-active {
	transform: translate(-100%);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.panel-active .toggle-panel-button span {
	position: relative;
	top: 8px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.panel-active .toggle-panel-button span span {
	display: block;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.panel-active .toggle-panel-button span img {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.online-location {
	/*&.mobile-left-active {
			@media only screen and (max-width: 768px) {
					max-width: 100%;
					transform: translate(0%);
			}
	}
	@media only screen and (max-width: 1025px) {
			max-width: 320px;
	}
	@media only screen and (max-width: 768px) {
			max-width: 100%;
			transform: translate(100%);

	}*/
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location {
	/*@media only screen and (max-width: 768px) {
			position: fixed;
			top: 100px;
			padding-bottom: 120px;
			transform: translate(100%);
			/*overflow: auto;
			right: inherit;
			bottom: 0;
			transform: translateY(100%);
	}*/
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location.mobile-left-active {
	height: 100vh;
}


.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap {
	scrollbar-width: none;
	overflow: auto;
	overflow-x: hidden;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-heading {
	width: auto;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-heading {
		width: 100%;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-heading h4 {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #1D2530;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-heading h4 {
		margin-right: 6px;
		padding-right: 6px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-heading h4 {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-result {
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-result span {
	color: #fff;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	padding: 16px;
	background-color: #1D2530;
	border-radius: 40px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-result span:hover {
	background-color: #384557;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-result span:hover span {
	background-color: #384557;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-result span {
		padding: 12px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel.person-location .left-panel-wrap .search-form .filter-wrap .filter-result span span {
	padding: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .left-panel-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
/*.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .left-panel-wrap.active-person-wrap {
	overflow: inherit;
}*/
#in-person > div.left-panel.person-location > div.left-panel-wrap.active-person-wrap {
	overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .left-panel-wrap {
		overflow: inherit;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form {
	position: relative;
	padding: 23px 24px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form form {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form form {
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form form input {
	background: #fff;
	border-radius: 33px;
	border: 1px #6B6B6B solid;
	color: #6B6B6B;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 16.2px;
	letter-spacing: 0.18px;
	padding: 18px 16px;
	margin: 0;
	height: auto !important;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form form input {
		padding: 15px 65px 15px 16px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form form input[type=submit] {
	background-image: url(../images/location-img/location-search-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	font-size: 0;
	background-color: #8FDB43;
	width: 40px;
	height: 40px !important;
	line-height: normal;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	padding: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 35px 0;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap {
		padding: 20px 0 20px 0;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap {
		padding: 24px 0 20px 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-right-icon {
	display: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-right-icon {
		display: block;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 7px 0 0 0;
	justify-content: space-between;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading {
		justify-content: space-between;
		width: 100%;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading .filter-right-icon {
	display: none;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading .filter-right-icon {
		justify-content: space-between;
		display: block;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading h4 {
	color: #4B9C0E;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 21.6px;
	letter-spacing: 0.24px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading h4 {
		border: 0;
		padding: 0;
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading h4 {
		font-size: 18px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading a {
	display: inline-block;
	vertical-align: middle;
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 16.2px;
	letter-spacing: 0.18px;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .search-form .filter-wrap .filter-heading a {
		font-size: 15px;
	}
}
/* .page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	transform: translate(100%);
	z-index: 1;
	right: 0;
	top: 60px;
	transition: all 0.4s ease-in-out;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap.active-person-result {
	transform: translate(0%);
	right: 0;
	width: 100%;
	background-color: #F1F1F1;
	transition: all 0.5s ease-in;
	top: 61px;
	height: calc(100% - 61px);
} */
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap {
		font-size: 15px;
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .modify-filters {
	padding: 23px 24px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .modify-filters.bor-bottom {
	border-bottom: 1px solid #6B6B6B;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .modify-filters a {
	text-decoration: none;
	color: #1D2530;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list {
	padding: 23px 24px;
	position: relative;
	flex-direction: column;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane {
	order: -1 !important;
	background-color: #0a1b5f;
	color: white !important;
	background-image: url("/wp-content/themes/afc/images/location-img/wheel-icon-reversed.svg");
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane {
	order: -1 !important;
	background-color: #0a1b5f;
	color: white !important;
	background-image: url("/wp-content/themes/afc/images/location-img/wheel-icon-reversed.svg");
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane h2 {
	max-width: 80% !important;
    margin-bottom: 15px;
	color: white !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane .person-address {
	height: auto;
	max-height: fit-content;
	text-align: left;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane *, .page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane div ul li a {
	color: white !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane .location-button {
    background-color: white;
    color: #0e1b5b !important;
    margin-bottom: 12px !important;
    display: inline-block;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    padding: 5px 25px !important;
    cursor: pointer !important;
    border: 0 !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane .person-address p.location-registered {
    color: var(--AFC-Website-White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    display: block;
    vertical-align: middle;
    margin: 0;
    border-bottom: 1px dotted #fff;
    padding-bottom: 34px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane .person-address p.location-registered a {
    text-decoration-line: underline;
    display: inline-block;
    vertical-align: middle;
	padding: 0;
	color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane .afc-person-result-list .person-address a {
    display: table;
    color: #1D2530;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 26.1px;
    text-decoration: none;
    padding: 0;
}


.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane:before,
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane.person-active:before {
	opacity: 0 !important;
	background-color: #0a1b5f;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane *,
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane div ul li a {
	color: white !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane h2 {
	max-width: 80% !important;
	margin-bottom: 15px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list:before {
	content: "";
	background-color: #4B9C0E;
	width: 16px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	opacity: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list:hover:before {
	opacity: 1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.bor-bottom {
	border-bottom: 1px solid #6B6B6B;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.person-active:before {
	opacity: 1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list h2 {
	color: #1D2530;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 700;
	/*text-transform: capitalize;*/
	line-height: 30px;
	letter-spacing: 0.24px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.online-auction .person-address {
	max-height: fit-content;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane .person-address {
	max-height: fit-content;
}

@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address {
		text-align: left;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address.person-address-active {
	max-height: 400px;
	margin-bottom: 20px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address.person-address-active p {
	color: #1D2530;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane .person-address p.location-registered {
	color: var(--AFC-Website-White, #FFF);
	font-family: Montserrat;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height:26px;
	display: block;
	vertical-align: middle;
	margin: 0;
	border-bottom: 1px dotted #fff;
	padding-bottom: 30px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane .person-address p.location-registered a {
	text-decoration-line: underline;
	display: inline-block;
	vertical-align: top;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address.person-address-active p ul li a {
	color: #1D2530;
	text-decoration: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address p {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address span {
	display: block;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane .person-address ul {
	padding-bottom: 10px;
    margin-bottom: 30px;
    margin-right: 0;
    border-bottom: 1px dotted #fff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li {
	margin: 0 0 12px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li span {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li span img {
	margin: 0 5px 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li a {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
	text-decoration: underline;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li a {
		font-size: 16px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address ul li a img {
	margin: 0 5px 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address a {
	display: table;
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
	text-decoration: none;
	padding: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address .lobby-hours h4 {
	color: #6B6B6B;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
	margin: 0 0 15px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address .lobby-hours h4 img {
	margin: 0 4px 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-address .lobby-hours p {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
}


.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .location-button {
	background-color: #a0d95c;
    color: #6b6b6b !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    padding: 5px 25px !important;
	cursor: pointer !important;
	border: 0 !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane .location-button {
	background-color: white;
    color: #0e1b5b !important;
	margin-bottom: 12px !important;
	display: inline-block;
}

.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 23px 0 26px 0;
	padding-bottom: 0px;
	border-bottom: 1px dotted #6B6B6B;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list.is_openlane .person-category-list {
	border-bottom: 1px dotted #fff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .top-person-category-list {
	border-bottom: 0px dotted #6B6B6B !important;
	margin: 20px 0 20px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .location-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
	vertical-align: middle;
	display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;

}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .location-category span img {
	max-width: 12px;
	width: 100%;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .person-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .person-category span img {
	max-width: 12px;
	width: 100%;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .person-category span img.mobile-per-icon {
	display: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .person-affiliate-category {
	margin: 0 12px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-category-list .person-affiliate-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-view-details {
	margin: 0 0 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-view-details.address-active a {
	color: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-view-details.address-active a svg {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-view-details.address-active a svg path {
	fill: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-person-result-wrap .afc-person-result .afc-person-result-list .person-view-details a {
	color: #6B6B6B;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	text-decoration: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 26px 24px;
	transition: all 0.4s ease-in-out;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.bor-top {
	border-top: 1px solid #6B6B6B;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.bor-bottom {
	border-bottom: 1px solid #6B6B6B;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading a {
	transition: transform 0.3s;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading a {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-country-list {
		display: flex !important;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-location-toggle {
		display: flex !important;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-affiliate-list {
		display: flex !important;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.active-tab a {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.active-tab a svg path {
	fill: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading h3 {
	color: #1D2530;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 27.6px;
	letter-spacing: 0.24px;
	margin: 0;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading h3 {
		font-size: 21px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading .filter-list {
	display: none;
	width: 100%;
	margin: 25px 0 0px 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading .filter-list {
		display: block !important;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading .filter-list .filter-group {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-auctiontype-list .filter-list .filter-group {
	width: 100%;
	margin: 0 0 10px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-affiliate-list .filter-list .filter-group {
	width: 100%;
	margin: 0 0 10px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-affiliate-list {
	display: none;
	border-top: 1px solid #6B6B6B;
	border-bottom: 1px solid #6B6B6B;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-affiliate-list h3{
	margin-bottom: 25px;
}
.page-template-location-page .loc¸ation-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-affiliate-list .filter-list .filter-group {
	width: 100%;
	margin: 0 0 10px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .toggle-panel-button {
	align-items: center;
	border-radius: 0 4px 4px 0;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: flex;
	height: 120px;
	justify-content: center;
	position: absolute !important;
	top: 53px;
	width: 50px;
	transition: transform 0.3s;
	will-change: transform;
	right: -50px;
	background-color: #F1F1F1;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .toggle-panel-button {
		height: 110px;
		width: 40px;
		right: -40px;
		top: 44px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .toggle-panel-button {
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .toggle-panel-button span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .toggle-panel-button span span {
	width: auto;
	height: auto;
	transform: rotate(-90deg);
	color: #6B6B6B;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 23.2px;
	display: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .mobile-filter-result {
	display: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .mobile-filter-result {
		display: block;
		width: 100%;
		padding: 0 24px 15px;
		position: sticky;
		bottom: 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .mobile-filter-result span {
	color: #fff;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	padding: 16px;
	background-color: #1D2530;
	border-radius: 40px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .mobile-filter-result span span {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .map-rander-wrap {
	width: calc(100% - 450px);
	height: 75vh;
	float: right;
	transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .map-rander-wrap {
		width: calc(100% - 385px);
		transition: 0.5s all ease-in-out;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .map-rander-wrap {
		width: calc(100% - 330px);
		transition: 0.5s all ease-in-out;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .map-rander-wrap {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel-map-wrap.panel-body-active .map-rander-wrap {
	width: 100%;
}
#person-result {
	padding-bottom: 15px;
	overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .map-rander-wrap {
		height: 75vh;
	}
	
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result {
	bottom: 0;
	background: #F1F1F1;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	display: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}
.mobile-result .modify-filters.bor-bottom.mobile-result-down {
    top: 50px;
    z-index: 2;
}
.mobile-result .country-box.modify-filters.bor-bottom.mobile-result-down {
    top: 175px;
    z-index: 2;

}
.mobile-result span.border-bottom {
    background-color: #F1F1F1;
    height: 35px;
    position: fixed;
    width: 100%;
    left: 0;
	top: 100%;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mobile-result .mobile-result-wrap.mobile-result-down span.border-bottom {
	top: 141px;
	z-index: 2;
} 
.mobile-result span.border-bottom::before {
	content: "";
    border-bottom: 2px dotted #6B6B6B;
    max-width: 340px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}
.mobile-result .modify-filters.bor-bottom {
    position: fixed;
    height: auto;
	width: 100%;
	top: 100%;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	justify-content: center;
	background-color: #F1F1F1;
	padding-bottom: 20px;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	/*.mobile-result .modify-filters.bor-bottom {
		display: none;
	}*/
}
.mobile-result .modify-filters.bor-bottom.mobile-result-down .auction-type-group {
    justify-content: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap a svg {
	transform: rotate(180deg);
	top: -2px;
	position: relative;
}
/*.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap.mobile-result-down a.mob-result {
	position: fixed;
	top: 0;
	z-index: 2;
	font-size: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #F1F1F1;
}*/
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap.mobile-result-down a.mob-result {
	top: 0;
	font-size: 0;
	bottom: inherit;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap a.mob-result {
	position: fixed;
	top: 92.8%;
	bottom: 0;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #F1F1F1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap.mobile-result-down a svg {
	transform: rotate(0);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap a {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: lowercase;
	line-height: 16.2px;
	letter-spacing: 0.18px;
	text-decoration: none;
	padding: 16px;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap a {
		font-size: 16px;
		line-height: 23.2px;
		text-transform: capitalize;
	}
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .person-address ul li a {
		text-transform: inherit;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result {
	position: fixed;
	height: 100%;
	top: 100%;
	width: 100%;
	background-color: #F1F1F1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: auto;
	padding: 0 0 0 0;
	z-index: 1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap #mobile-online-result.mobile-person-result {
	padding: 250px 0 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap #mobile-person-result.mobile-person-result {
	padding: 160px 0 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap #mobile-person-result.result-active-padd {
	padding: 0 0 0 0;
}

.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result.active-mobile-result {
	top: 0;
	margin: 0 0 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list {
	padding: 23px 24px;
	position: relative;
	margin: 0 4px 8px;
	cursor: pointer;
}
@media only screen and (max-width: 576px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list {
		padding: 23px 15px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list:before {
	content: "";
	background-color: #4B9C0E;
	width: 16px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	opacity: 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list:before {
		width: 100%;
		height: 8px;
		position: absolute;
		right: 0;
		top: 0px;
		opacity: 0;
		right: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list:hover:before {
	opacity: 1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.bor-bottom {
	border: 1px solid #6B6B6B;
	border-radius: 8px;
	flex-direction: column;
	display: flex;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list h2 {
	color: #1D2530;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0.24px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list h2 {
		font-size: 21px;
		line-height: 26.25px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction .person-address {
	max-height: fit-content;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction .person-address ul li:last-child {
	margin: 0 0 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}

.afc-person-result-list .person-address ul {
	margin-top: 0 !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address.person-address-active {
	max-height: 300px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address a {
	display: table;
	padding: 0 0 20px 0;
}
@media only screen and (max-width: 576px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address a {
		padding: 0 0 5px 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address P {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address P {
		font-size: 16px;
		line-height: 23.2px;
		text-align: left;
	}
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address span {
		display: block;
	}
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane .person-address p.location-registered {
		padding-bottom: 25px;
	} 
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul {
	padding-bottom: 0;
	border-bottom: 0;
	margin-right: 0;
	margin: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.is_openlane .person-address ul {
	padding-bottom: 15px;
	border-bottom: 1px dotted #fff;
	margin-right: 0;
	margin: 0 0 25px 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul {
		text-align: left;
		margin-bottom: 15px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li {
	margin: 0 0 12px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li span {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li span img {
	margin: 0 5px 0 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li span {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li a {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
	text-decoration: none;
	padding: 0;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li a {
		font-size: 16px;
		line-height: 23.2px;
	}
}
@media only screen and (max-width: 481px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li a {
		word-break: break-all;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address ul li a img {
	margin: 0 5px 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address .lobby-hours h4 {
	color: #6B6B6B;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
	margin: 0 0 15px 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address .lobby-hours h4 {
	text-align: left;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address .lobby-hours h4 img {
	margin: 0 4px 0 0;
	height: 24px;
	width: 24px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address .lobby-hours h4 {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address .lobby-hours p {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-address .lobby-hours p {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list {
		margin: 20px 0 0 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .location-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .location-category span img {
	max-width: 12px;
	width: 100%;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .person-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .person-category span img.desktop-per-icon {
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .person-category span img.mobile-per-icon {
	display: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .person-category span img.mobile-per-icon {
		display: inline-block;
		vertical-align: bottom;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .person-affiliate-category {
	margin: 0 12px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-category-list .person-affiliate-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
	display: inline-block;
	vertical-align: middle;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-view-details {
	margin: 16px 0 0 0;
	text-align: left;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-view-details.address-active a {
	color: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-view-details.address-active a svg {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-view-details.address-active a svg path {
	fill: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list .person-view-details a {
	color: #6B6B6B;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	text-decoration: none;
	padding: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap {
	display: none;
	width: 100%;
	padding: 0 24px;
	position: absolute;
	top: 40px;
	z-index: 1;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap {
		display: flex;
		flex-wrap: wrap;
		padding: 0 8px;
		z-index: 2;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form {
	position: relative;
	padding: 0 8px 0 0;
	width: 100%;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form.online-search-form {
	position: relative;
	padding: 0 8px 0 0;
	width: 100%;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form form {
	position: relative;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form form input {
	background: #fff;
	border-radius: 33px;
	border: 1px #6B6B6B solid;
	color: #6B6B6B;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 16.2px;
	letter-spacing: 0.18px;
	padding: 18px 16px;
	margin: 0;
	height: auto !important;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form form input {
		color: #1D2530;
		font-size: 12px;
		font-family: Montserrat;
		font-weight: 500;
		text-transform: capitalize;
		line-height: 10.8px;
		letter-spacing: 0.12px;
		padding: 15px 12px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form form input[type=submit] {
	background-image: url(../images/location-img/location-search-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	font-size: 0;
	background-color: #8FDB43;
	width: 40px;
	height: 40px !important;
	line-height: normal;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form form input[type=submit] {
		background-size: 32px 32px;
		width: 32px;
		height: 32px !important;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form .filter-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0 35px 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form .filter-wrap {
		padding: 0 0 20px 0;
		display: flex !important;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form .filter-wrap .filter-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 7px 0 0 0;
	justify-content: space-between;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .search-form .filter-wrap .filter-heading {
		justify-content: space-between;
		width: 100%;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-filter-wrap .mobile-filter-btn a {
	display: inline-block;
	vertical-align: middle;
	background-color: #1D2530;
	padding: 16px;
	border-radius: 40px;
	color: #fff;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	text-decoration: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block {
	padding-left: 424px;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block {
		padding-left: 385px;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block {
		padding-left: 320px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block {
		padding-left: 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block {
	margin: 40px 0 30px 216px;
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
	width: 100%;
	justify-content: space-between;
}
@media only screen and (max-width: 1366px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block {
		margin: 0 0 30px 140px;
		max-width: 580px;
	}
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block {
		margin: 0 0 30px 100px;
		max-width: 520px;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block {
		margin: 0 0 25px 60px;
		max-width: 360px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block {
		margin: 0 auto 0;
		background-color: #F1F1F1;
		max-width: 100%;
		align-items: center;
		padding: 12px 24px;
		margin-bottom: 4px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .filter-result {
		display: none;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .filter-result span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 27.6px;
	letter-spacing: 0.24px;	
	display: flex;
	gap: 6px;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .filter-result span {
		font-size: 22px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .filter-result span span {
	padding: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block {
	position: relative;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block a {
	color: #1D2530;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 8px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block a img {
	top: -2px;
	position: relative;
	right: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block a.sort-icon-active img {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block span.sort-resualt {
	color: #1D2530;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 14.4px;
	letter-spacing: 0.64px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul {
	border: 0;
	background-color: #F1F1F1;
	padding: 8px;
	margin: 0;
	width: auto;
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	min-width: 140px;
	z-index: 1;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul {
		right: inherit;
		left: 0;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul.sort-active {
	display: block;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul li {
	text-align: right;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul li.active-sort a {
	background: rgba(107, 107, 107, 0.2);
	border-radius: 40px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul li a {
	color: #384557;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 14.4px;
	letter-spacing: 0.64px;
	padding: 12px 12px;
	text-decoration: none;
	margin: 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .sort-block ul li a:hover {
	background: rgba(107, 107, 107, 0.2);
	border-radius: 40px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .mobile-filters-btn {
	display: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .mobile-filters-btn {
		display: block;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .sort-post-block .mobile-filters-btn a {
	display: inline-block;
	vertical-align: middle;
	background-color: #1D2530;
	padding: 16px 24px;
	border-radius: 40px;
	color: #fff;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	text-decoration: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap {
	max-width: 640px;
	width: 100%;
	margin: 0 0 0 216px;
}
@media only screen and (max-width: 1366px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap {
		margin: 0 0 0 140px;
		max-width: 580px;
	}
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap {
		margin: 0 0 0 80px;
		max-width: 520px;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap {
		margin: 0 0 0 60px;
		max-width: 368px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap {
		margin: 0 auto;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main {
	border: 1px solid #6B6B6B;
	padding: 23px;
	border-radius: 10px;
	margin-bottom: 31px;
	position: relative;
	cursor: pointer;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main {
		padding: 20px 15px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main {
		margin-bottom: 8px;
	}
}
.address-active-main .online-address ul li a {
	color: white !important;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main {
	background-color: #0A1B5F;
	border-color: #0A1B5F;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main:before {
	content: "";
	display: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-address.online-address-active p {
	color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-address.online-address-active p.not-sign-text {
	font-style: italic;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-address.online-address-active ul li a {
	color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-location-heading img {
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-location-heading img {
		max-width: 40px;
		width: 100%;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-location-heading h2 {
	color: #ffffff;
	border-color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-category-list .online-auction-heading span {
	color: #ffffff;
	border-color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-category-list .online-affiliate-heading span {
	color: #ffffff;
	border-color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .online-category-list .online-country-heading span {
	color: #ffffff;
	border-color: #ffffff;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .view-details.address-active a {
	color: #D8FFB1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .view-details.address-active a svg {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .view-details.address-active a svg path {
	fill: #D8FFB1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .view-details a {
	color: #D8FFB1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.address-active-main .view-details a svg path {
	fill: #D8FFB1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main:before {
	content: "";
	background-color: #4B9C0E;
	width: 16px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	opacity: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main.online-active:before {
	opacity: 1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main:hover {
	/*background-color: #0A1B5F;
	border-color: #0A1B5F;
	.online-location-heading {
			img {
					opacity: 1;
					visibility: visible;
			}
			h2 {
					color: #ffffff;
					border-color: #ffffff;
			}
	}
	.online-category-list {
			.online-auction-heading {
					span {
							color: #ffffff;
							border-color: #ffffff;
					}
			}
			.online-affiliate-heading {
					span {
							color: #ffffff;
							border-color: #ffffff;
					}
			}
			.online-country-heading {
					span {
							color: #ffffff;
							border-color: #ffffff;
					}
			}	 
	}
	.view-details {
			a {
					color: #D8FFB1;
					svg {
							path {
									fill: #D8FFB1;
							}
					}
			}
	}*/
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main:hover:before {
	opacity: 1;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-location-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-location-heading img {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-location-heading img {
		max-width: 40px;
		width: 100%;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-location-heading h2 {
	color: #1D2530;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0.24px;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-location-heading h2 {
		font-size: 21px;
		line-height: 28px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address.online-address-active {
	max-height: 300px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address.online-address-active p {
	color: #1D2530;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address.online-address-active p ul li a {
	color: #1D2530;
	text-decoration: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address p {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 400;
	line-height: 26.1px;
	display: block;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address p:first-child {
	margin-top: 18px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address p {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address ul {
	margin: 18px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address ul li {
	margin-right: 15px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address ul li {
		margin: 0 0 10px 0;
		display: table;
		width: 100%;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address ul li a {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address ul li a {
		font-size: 16px;
		line-height: 23.2px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-address ul li a img {
	margin-right: 5px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list {
	display: flex;
	flex-wrap: wrap;
	margin: 21px 0 0 0;
	gap: 21px;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-auction-heading {
		margin: 0 0 10px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-auction-heading img {
	margin: 0 5px 0 0;
	width: 12px;
	height: 12px;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-auction-heading span {
	color: #384557;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	padding: 8px 8px;
	border-radius: 40px;
	display: flex;
	vertical-align: middle;
	height: 33px;
	flex-wrap: wrap;
	align-items: center;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-affiliate-heading {
	margin: 0 9px;
}
@media only screen and (max-width: 1200px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-affiliate-heading {
		margin: 0 5px;
	}
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-affiliate-heading span {
	color: #384557;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	padding: 8px 8px;
	border-radius: 40px;
	display: flex;
	vertical-align: middle;
	height: 33px;
	flex-wrap: wrap;
	align-items: center;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .online-category-list .online-country-heading span {
	color: #384557;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	padding: 8px 8px;
	border-radius: 40px;
	display: flex;
	vertical-align: middle;
	height: 33px;
	flex-wrap: wrap;
	align-items: center;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .view-details {
	margin: 16px 0 0 0;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .view-details.address-active a {
	color: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .view-details.address-active a svg {
	transform: rotate(180deg);
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .view-details.address-active a svg path {
	fill: #4B9C0E;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location .online-location-main .view-details a {
	color: #6B6B6B;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 12.6px;
	letter-spacing: 0.7px;
	text-decoration: none;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location h3 {
	color: #1D2530;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 27.6px;
	letter-spacing: 0.24px;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .online-location-block .online-location-wrap .online-location h3 {
		font-size: 21px;
		line-height: 26.25px;
	}
}
.page-template-location-page .active-location-popup div#googleMap {
	display: none;
}
.page-template-location-page div#googleMap {
	width: 100%;
	height: 1100px;
	top: -110px;
}

body.modal-open {
	height: 100vh;
}

body.modal-open #content-container {
	height: 100vh;
}

body.body-location-popup .navbar {
	z-index: 99999;
}
#modal-subscribe {
	position: relative;
}

@media only screen and (max-height: 820px) {
	.page-template-location-page .popup-block .modal .modal-dialog {
		top: 56%;
		transform: translateY(-50%) !important;
	}
}
@media only screen and (max-height: 735px) {

	.popup-block.location-popup, .popup-block.location-popup .modal {
		top: 0;
	}
	.page-template-location-page .popup-block .modal .modal-dialog {
		max-width: 460px;
		height: auto;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		position: relative;
		top: 140px;
		transform: translateY(0) !important;
		background-color: #fff;
		padding: 20px 20px;
	}
	.modal-bottom {
		margin-bottom: 25px;
	}
}
.page-template-location-page .acf-map {
	width: 100%;
	height: 75vh;
	border: #ccc solid 1px;
	margin: 0 0;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .acf-map {
		height: calc(100vh - 182px);
	}
}
.page-template-location-page .acf-map.no-map-found {
	position: absolute !important;
	z-index: 1;
	top: 0;
}
.page-template-location-page .acf-map .gm-style-iw {
	max-width: 360px !important;
	width: 100% !important;
	padding: 24px !important;
	box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	background-color: #fff;
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d {
	padding: 0 !important;
	max-height: inherit !important;
	overflow: inherit !important;
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d h3 {
	color: #1D2530;
	font-size: 28px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
	margin-bottom: 16px;
}
.page-template-location-page .acf-map .gm-style-iw-chr {
	display: none;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d h3 {
		font-size: 21px;
		line-height: 26.25px;
	}
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d .map-category-list {
	display: flex;
	flex-wrap: wrap;
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d .map-category-list .location-category span {
	padding: 8px;
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	border: 1px solid #6B6B6B;
	border-radius: 40px;
	display: inline-block;
	vertical-align: middle;
	display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d .map-category-list .location-category span img {
	max-width: 12px !important;
	width: 100%;
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d .map-category-list .map-affiliate-category {
	padding: 8px;
	border-radius: 40px;
	border: 1px solid #6B6B6B;
}
.page-template-location-page .acf-map .gm-style-iw .gm-style-iw-d .map-category-list .map-affiliate-category span {
	color: #6B6B6B;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 10.8px;
	letter-spacing: 0.6px;
	display: inline-block;
	vertical-align: middle;
}
.page-template-location-page .acf-map .gm-style-iw button {
	top: 4px !important;
	right: 4px !important;
}
.page-template-location-page .acf-map .gm-style-iw button span {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
}
.page-template-location-page .acf-map .gm-style-iw-tc:after {
	content: "";
	display: none;
}
.page-template-location-page .not-found {
	position: absolute;
	left: 424px;
	top: 30px;
	right: 0;
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	border: 1px rgba(107, 107, 107, 0.2) solid;
	backdrop-filter: blur(10px);
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .not-found {
		left: 385px;
	}
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .not-found {
		left: 370px;
		max-width: 400px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-location-page .not-found {
		left: 0;
		max-width: 355px;
		top: inherit;
		bottom: 60px;
		padding: 0 24px;
	}
}
.page-template-location-page .not-found h3 {
	color: #1D2530;
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 700;
	line-height: 26.1px;
	text-align: center;
	margin: 0;
	padding: 12px 12px 12px 45px;
}
@media only screen and (max-width: 1025px) {
	.page-template-location-page .not-found h3 {
		text-align: left;
		font-size: 16px;
	}
}
.page-template-location-page .not-found h3 img {
	position: absolute;
	left: 12px;
	top: 12px;
}
.page-template-location-page div.range {
	animation-name: load;
	animation-duration: 5s;
	background-color: #8FDB43;
	height: 16px;
	width: 0px;
	display: block;
	border-radius: 12px;
}
.page-template-location-page .ajax-loader-wrap {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 4px;
	background: white;
	border-radius: 12px;
	border: 1px #6B6B6B solid;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25%;
	transform: translateY(-50%);
}
.page-template-location-page .acf-map img {
	max-width: inherit !important;
}
.page-template-location-page .ajax-loader, .page-template-location-page .map-rander-ajax-loader {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(34,	49,	69, 0.85);
	width: 100%;
	height: 100%;
	left: 0;
}
.page-template-location-page .online-location-block {
	height: 1100px;
	overflow: hidden;
	overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
	.page-template-location-page .online-location-block {
		height: 700px;
	}
}

@keyframes load {
	0% {
		width: 0;
	}
	30% {
		width: 50%;
	}
	50% {
		width: 70%;
	}
	70% {
		width: 80%;
	}
	90% {
		width: 90%;
	}
	99% {
		width: 99%;
	}
	100% {
		display: none;
	}
}
@supports (-webkit-touch-callout: none) {
	.location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result {
		bottom: 40px;
	}
	.acf-map {
		height: calc(100vh - 259px);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1) and (max-width: 768px) {
	_:-webkit-full-screen, .acf-map {
		height: calc(100vh - 259px);
	}
	_:-webkit-full-screen, .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .mobile-result {
		bottom: 0;
	}
}
body.page-template-location-page.body-online-active {
	overflow-x: hidden;
}
body.page-template-location-page.mobile-active-mobile-result .tab-wrap {
	display: none !important;
}
body.page-template-location-page.modal-open #googleMap {
	z-index: 2;
}
body.page-template-location-page.modal-open .pac-container.pac-logo {
	z-index: 9999;
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:checked, .page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:checked + label, .page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	color: #384557;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 14px 16px;
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:checked + label:before, .page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
	border: 3px solid #384557;
	border-radius: 100%;
	border-radius: 40px;
	z-index: -1;
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:checked + label:after, .page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #384557;
	position: absolute;
	top: 0;
	color: #fff;
	left: 0;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: -1;
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.page-template-location-page .afc-country-list .filter-list .filter-group [type=checkbox]:checked + label {
	color: #fff;
}

/*Person Radio Css Start*/
.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:checked, .page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:checked + label, .page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	color: #384557;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 14px 16px;
}

.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:checked + label:before, .page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
	border: 3px solid #384557;
	border-radius: 100%;
	border-radius: 40px;
	z-index: -1;
}

.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:checked + label:after, .page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #384557;
	position: absolute;
	top: 0;
	color: #fff;
	left: 0;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: -1;
}

.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.page-template-location-page .afc-person-country-list .filter-list .filter-group [type=checkbox]:checked + label {
	color: #fff;
}

.page-template-location-page .online-location .filter-list .filter-group input[type=checkbox] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.page-template-location-page .online-location .filter-list .filter-group label {
	position: relative;
	cursor: pointer;
	color: #384557;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 14.4px;
	letter-spacing: 0.64px;
}

.page-template-location-page .online-location .filter-list .filter-group label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 3px solid #384557;
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	border-radius: 2px;
}

.page-template-location-page .online-location .filter-list .filter-group input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	background-image: url(../images/location-img/check-right.svg);
	width: 13px;
	height: 10px;
}

.page-template-location-page .online-location .filter-list .filter-group input:checked + label:before {
	content: "";
	background-color: #384557;
}

.page-template-location-page .online-location .afc-location-toggle input[type=checkbox] {
	position: relative;
	width: 64px;
	height: 32px;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	outline: none;
	border-radius: 2rem;
	cursor: pointer;
	border: 1px solid #384557;
}

.page-template-location-page .online-location .afc-location-toggle input[type=checkbox]::before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #6B6B6B;
	position: absolute;
	top: 4px;
	left: 6px;
	transition: 0.1s;
	border: 1px solid #384557;
}

.page-template-location-page .online-location .afc-location-toggle input[type=checkbox]:checked::before {
	transform: translateX(130%);
	background: #fff;
}

.page-template-location-page .online-location .afc-location-toggle input[type=checkbox]:checked {
	background: #8FDB43;
}

/**/
.page-template-location-page .person-location .filter-list .filter-group input[type=checkbox] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.page-template-location-page .person-location .filter-list .filter-group label {
	position: relative;
	cursor: pointer;
	color: #384557;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 14.4px;
	letter-spacing: 0.64px;
}

.page-template-location-page .person-location .filter-list .filter-group label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 3px solid #384557;
	padding: 7px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	border-radius: 2px;
}

.page-template-location-page .person-location .filter-list .filter-group input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	background-image: url(../images/location-img/check-right.svg);
	width: 13px;
	height: 10px;
}

.page-template-location-page .person-location .filter-list .filter-group input:checked + label:before {
	content: "";
	background-color: #384557;
}

.page-template-location-page .person-location .afc-location-toggle input[type=checkbox] {
	position: relative;
	width: 64px;
	height: 32px;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	outline: none;
	border-radius: 2rem;
	cursor: pointer;
	border: 1px solid #384557;
}

.page-template-location-page .person-location .afc-location-toggle input[type=checkbox]::before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #6B6B6B;
	position: absolute;
	top: 4px;
	left: 6px;
	transition: 0.1s;
	border: 1px solid #384557;
}

.page-template-location-page .person-location .afc-location-toggle input[type=checkbox]:checked::before {
	transform: translateX(130%);
	background: #fff;
}

.page-template-location-page .person-location .afc-location-toggle input[type=checkbox]:checked {
	background: #8FDB43;
}

.page-template-location-page .location-block .container-fluid .location-wrap .left-panel.panel-active + .location-map {
	padding-left: 0;
}

.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane:before, .page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .mobile-person-result .afc-person-result-list.online-auction.is_openlane.person-active:before {
	opacity: 0 !important;
    background-color: #0a1b5f;
}


.auction-type-group {
	display: flex;
	align-items: center;
  }
  
  .auction-type-radio {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
  }
  
  .auction-type-radio input[type="radio"] {
	display: none;
  }
  
  .auction-type-radio span {
	border: 3px solid #384557;
    color: #384557;
    border-radius: 100px;
    padding: 15px 30px;
    width: fit-content;
    font-size: 14px;
    line-height: .9;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
}
.auction-type-radio span:hover{
	background-color: #384557;
    color: white;
}
  .mobile-result-wrap .auction-type-radio input[type="radio"]:checked + span {
	background-color: #384557;
    color: white;
  }
  .auction-type-radio input[type="radio"]:checked + span {
	background-color: #384557;
    color: white;
  }
  

.country-box {
    border-top: 1px dotted #6B6B6B;
    padding-top: 28px;
    margin-top: 28px;
    width: 100%;
	flex-wrap: wrap;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-affiliate-list .country-box h3 {
    margin: 0 0 18px 0;
    color: #1D2530;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 23px */
    letter-spacing: 0.2px;
    text-transform: capitalize;
	width: 100%;
}
.page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .tab-slider--body .left-panel .afc-filter-heading.afc-person-affiliate-list .country-box .country-type-group .country-type-radio span + span, .page-template-location-page .location-block .container-fluid .location-wrap .location-map .tab-slider--container .mobile-result .mobile-result-wrap .country-box .country-type-group .country-type-radio span + span  {
	color: #384557;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 10.8px; 
	letter-spacing: 0.6px;
	text-transform: uppercase;
 }
.country-type-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	width: 100%;
}
  
.country-type-radio {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 7px;
}
  
.country-type-radio input[type="radio"] {
	display: none;
}
.country-type-radio span.radio-custom {
	position: relative;
	width: 14px;
	height: 14px;
	border: 1px solid #384557;
	border-radius: 7px;
}
.country-type-radio span.radio-custom:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2B8700;
	opacity: 0;
	transition: opacity 0.3s 
	ease;
}
.mobile-result-wrap .country-type-radio input[type="radio"]:checked + span.radio-custom {
	border-color: #2B8700;
}
.mobile-result-wrap .country-type-radio input[type="radio"]:checked + span.radio-custom::before {
	opacity: 1;
}
.country-type-radio input[type="radio"]:checked + span.radio-custom::before {
	opacity: 1;
}
.country-type-radio input[type="radio"]:checked + span.radio-custom {
	border-color: #2B8700;
}
.mobile-filtter-main {
    padding: 60px 0 0 0;
}


@media only screen and (max-width: 767px) {
    .country-box {
        padding: 0;
        margin: 0;
		border: 0;
    }
	.country-type-group { 
		justify-content: center;
		gap: 25px;
	}
	.mobile-result .mobile-result-wrap .modify-filters h3 { 
		color: #1D2530;
		font-size: 20px;
		font-family: Montserrat;
		font-weight: 500;
		text-transform: capitalize;
		line-height: 27.6px;
		letter-spacing: 0.24px;
		margin: 0 0 7px 0;
	}
	.auction-type-radio span { 
		padding: 14px 20px;
	}
	.mobile-result .mobile-filtter-main .modify-filters.bor-bottom { 
		position: relative;
		top: 0;
	}
	.mobile-result #mobile-online-result {
		flex-direction: column;
	}
	.mobile-result .mobile-filtter-main .country-box.modify-filters.bor-bottom.mobile-result-down { top: 0; }
	.mobile-result .mobile-result-wrap.mobile-result-down .mobile-filtter-main span.border-bottom { 
		top: inherit;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 35px;
        margin: -1px;	
	}
}