.location-top_bar {
	max-width: 100%;
	padding-top: 0.4em;
	padding-right: 1rem;
	padding-bottom: 0.4em;
	padding-left: 1rem;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	background-color: #F4F2EF;
	position: relative;
	border-top: 1px solid rgba(45, 45, 45, 0.10);
	border-bottom: 1px solid rgba(45, 45, 45, 0.10);
	width: 100%;
	column-gap: 3rem;
	row-gap: 1.5rem;
}

.location-top_bar:before {
	background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.6), rgba(255, 255, 255, 0.6), rgba(250, 250, 250, 0.6));
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 2;
}

.location-top_bar .page-center.full_width {
	position: relative;
	z-index: 99;
}

.location-top_bar .bar_row {
	display: grid;
	align-items: initial;
	grid-gap: 1rem;
	grid-template-columns: auto 1fr;';
	align-items: initial;
	align-items: initial;
}

.location-top_bar .left_col {
	position: relative;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.location-top_bar .left_col .card_wrp {
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	display: grid;
	align-items: initial;
	grid-gap: 1em;
	grid-template-columns: 20px 1fr;
	align-items: center;
	border-radius: 12px;
	border: 1px solid rgba(45, 45, 45, 0.20);
	background: #FFF;
	width: auto;
}

.location-top_bar .left_col .card_wrp i.brxe-icon {
	font-size: 36px;
	line-height:1;
}

.location-top_bar .left_col .card_wrp i.brxe-icon:before {
	content: "\f1e5";
	font-family: Ionicons;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-rendering: auto;
	text-transform: none;
}

.location-top_bar .location_group {
	row-gap: 0px;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.location-top_bar .location_group .curnt_loctn {
	font-size: 0.8rem;
	color: #737373;
}
.location-top_bar .crnt_loc {
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 29px;
	align-items: center;
	font-size: .9rem;
	display: flex;
}

.location-top_bar .crnt_loc .curnt_loctn_text {
	font-size: 0.9rem;
	font-weight: 600;
}

.location-top_bar  .left_menu_wrapper {
	visibility: hidden;
}


.location-top_bar .left_menu_wrapper {
	opacity: 0;
}

.location-top_bar  .menu_inner {
	padding-top: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	background: #2d2d2d;
	bottom: 0;
	height: 100vh;
	height: calc(var(--bricks-vh, 1vh) * 100);
	left: 0;
	right: auto;
	top: 0;
	transform: translate(-100%);
	width: 300px;
	--bricks-vh: 1vh;
	display: flex;
	overflow-x: hidden;
	position: fixed;
	transition: transform .2s cubic-bezier(.25, 0, .25, 1);
	z-index: 999;
	flex-direction: column;
	align-items: flex-start;
}

.location-top_bar .chenge_text {
	color: #4056f4;
	fill: #4056f4;
	FONT-WEIGHT: 600;
	margin: 0;
	overflow: visible;
	text-transform: none;
	transition-duration: .15s;
	transition-property: opacity, filter;
	transition-timing-function: linear;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.location-top_bar .chenge_text i.fas.fa-angle-right {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	/*     font-family: Font Awesome\ 6 Solid;
	FONT-WEIGHT: 900; */
}

.location-top_bar .chenge_text i.fas.fa-angle-right:before {
	content: "\f105";
}


.location-top_bar .right_col {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	column-gap: 1.25rem;
	display: flex;
	font-size: .9rem;
	width: 100%;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul {
	flex-direction: row;
	justify-content: flex-end;
	column-gap: 2em;
	row-gap: 2em;
	position: relative;
	font-size: 0.9rem;
	align-items: flex-start;
	display: flex;
	width: 100%;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li {
	margin: 0;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a {
	font-weight: 600;
	transition: all 0.2s;
	align-items: center;
	display: inline-flex;
	font-size: 0.9rem;
}

.location-top_bar .right_col .right_btn>a {
	white-space: pre;
	font-weight: 600;
	gap: 8px;
	font-size: 0.9rem;
	align-items: center;
	display: inline-flex;
}

.location-top_bar .right_col .right_btn .icon {
	width: 36px;
	height: 36px;
	background-color: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vw;
	transition: all 0.3s;
	flex-shrink: 0;
}

.location-top_bar .right_col .right_btn .icon svg {
	height: 1em;
	fill: #2d2d2d;
	transition: all 0.3s;
}

.location-top_bar .right_col .right_btn .icon svg path {
	fill: inherit;
}

.location-top_bar .right_col .right_btn>a:hover .icon {
	background-color: #4056f4;
}

.location-top_bar .right_col .right_btn>a:hover .icon svg {
	fill: #fff !important;
}

.location-menu-open .location-top_bar .menu_inner {
	transform: translate(0) !important;
}

.location-menu-open .location-top_bar .left_menu_wrapper {
	visibility: visible;
	opacity:1;
}

.location-top_bar .menu_inner .menu-top_text {
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-bottom: 0;
	font-weight: 700;
	color: #fff;
}

.location-top_bar .menu_inner  .left_menu .hs-menu-wrapper ul {
	row-gap: 9px;
	column-gap: 3rem;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.location-top_bar .menu_inner .left_menu .hs-menu-wrapper ul>li {
	margin-bottom: 0;
	display: block;
	line-height: 1.6;
	font-size: .9rem;
}

.location-top_bar .menu_inner .left_menu .hs-menu-wrapper ul>li>a {
	display: block;
	font-size: 0.875rem;
	transition: all 0.2s;
	color: #fff;
}

.location-top_bar {
	z-index: 999;
}


.location-top_bar  .backdrop {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
	z-index: -1;;
}

.location-menu-open .location-top_bar  .backdrop {
	opacity: 1;
	pointer-events: auto;
	z-index: 998;
}
.location-top_bar .menu_inner .left_menu .hs-menu-wrapper ul>li>a:hover {
	opacity: 0.7;
}
.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a:hover {
	color: #4056f4;
}

.topbar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a:hover .icon svg ,
.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a:hover .icon svg path {
	color: #fff;
	fill: #fff;
}
/* .location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li:first-child>a {
color: #4056f4;
} */
.location-top_bar .left_menu .hs-menu-item.active.active-branch {
	display: none;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a .icon svg {
	height: 1em;
	fill: #2d2d2d;
	transition: all 0.3s;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a .icon  {
	width: 36px;
	height: 36px;
	background-color: #F0F0F0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vw;
	transition: all 0.3s;
	flex-shrink: 0;
	margin-right: 8px;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li>a .icon svg path {
	fill: #2d2d2d;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul {align-items: center;}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li {
	margin-right: 28.8px;
	gap: 0;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li:last-child {
	margin-right: 0;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li:nth-child(7) {
	margin-right: 20px;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li:last-child>a:hover .icon {
	background: #4056f4;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li:last-child>a:hover {
	color: #0a0d2d;
}
.location-top_bar .right_col .menu_item .hs-menu-wrapper ul {gap: 0;}
.location-top_bar {
	z-index: 99;
}

.location-top_bar .left_menu_wrapper {
	z-index: 2000;
}

.location-top_bar .menu_inner {
	z-index: 2001;
}

.location-top_bar .backdrop {
	z-index: 1999;
}

.location-top_bar{
	visibility: hidden;
}
.location-top_bar.ready{
	visibility: visible;
}

.location-top_bar .right_col .menu_item .hs-menu-wrapper ul>li.active>a {
	color: #4056f4;
}
.location-menu-open .location-top_bar {
	z-index: 99999;
}
@media (min-width:992px){
	.location-top_bar .left_menu_wrapper {
		opacity: 0;
		transition:all .3s;
	}
}


@media (max-width:991px){
	.location-top_bar .bar_row {
		flex-direction: row;
		grid-template-columns: 1fr;
	}

	.location-top_bar .left_col .card_wrp {
		width: 100%;
	}

	.location-top_bar .crnt_loc {
		width: 100%;
	}

	.location-top_bar .right_col {
		justify-content: space-between;
		overflow: scroll;
		padding-block: 0.5rem 1rem;
		display: block;
		white-space: nowrap;
	}

	.location-top_bar .right_col .menu_item .hs-menu-wrapper ul {
		justify-content: flex-start;
	}
	.location-top_bar .menu_inner {
		width: 250px;
	}

	.location-top_bar .left_menu_wrapper {
		transition:all .3s;
	}
}