.office-location-tabbing-wrap {
	border-radius: var(--radius-default);
	box-shadow: 0 -10px 50px 0 rgba(55, 18, 60, 0.10);
	background-image: linear-gradient(0deg,rgba(110, 126, 133, 0.17) 0%, rgba(110, 126, 133, 0.2) 100%);
}
.office-map-tab-content {
	padding: 1.5px;
}
.office-map-tab-item {
	display: none;
	padding-top: 35.8%;
	min-height: 270px;
}
.office-map-tab-item.active {
    display: block;
}
.office-map-tab-item iframe {
	position: absolute;
	inset: 0;
	border-radius: 10px 10px 0 0;
}
.office-location-list-wrap {
	border-radius: 0 0 10px 10px;
	background: linear-gradient(0deg, #4B2A50 0%, #38143E 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.00);
}
.office-location-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.office-location-item {
	max-width: 33.33%;
	width: 100%;
}
.office-location-label, .office-location-name {
	cursor: pointer;
}
.office-location-tab-menu.active {
	background-color: var(--color-secondary);
}
.office-location-tab-menu {
	padding: 44px 40px 37px 40px;
	cursor: pointer;
}
.office-location-label {
	line-height: 1.38;
}
.office-location-tab-menu .office-phone {
	padding-left: 0;
	background-image: unset;
	line-height: 1.4;
}

.office-location-inner-box {
	max-width: 325px;
	padding-left: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='31' viewBox='0 0 25 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.0294 12.8636C24.0294 22.0909 12.5147 30 12.5147 30C12.5147 30 1 22.0909 1 12.8636C1 9.7172 2.21315 6.69964 4.37258 4.47478C6.53201 2.24992 9.46082 1 12.5147 1C15.5686 1 18.4974 2.24992 20.6568 4.47478C22.8163 6.69964 24.0294 9.7172 24.0294 12.8636Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.514 17.2071C14.6338 17.2071 16.3523 15.2978 16.3523 12.9424C16.3523 10.5871 14.6338 8.67773 12.514 8.67773C10.3942 8.67773 8.67578 10.5871 8.67578 12.9424C8.67578 15.2978 10.3942 17.2071 12.514 17.2071Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top 0.3em left;
	background-size: 24px;
}
.office-locations-sec-title {
	margin-bottom: var(--space-45);
}
.office-location-tab-menu .office-location-name {
	margin-bottom: var(--space-5);
}
.office-location-map-accordion {
	display: none;
}
@media screen and (max-width: 991px) {
  .office-location-tabbing-wrap {
      display: block;
  }
  .office-location-tab-menu {
	padding: 30px 20px 30px 20px;
	cursor: pointer;
}
.office-location-label br {
	display: none;
}
.office-location-label {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
}
.office-location-inner-box {
	padding-left: 28px;
	background-size: 16px;
}
.office-location-tab-menu .office-location-name {
	margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
.office-location-item {
	max-width: 50%;
}
.office-location-item:last-child {
	max-width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
}
@media screen and (max-width: 640px) {
.office-location-item {
	max-width: 100%;
    	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.office-location-inner-box {
	max-width: inherit;
}
}
@media screen and (max-width: 480px) {
.office-location-tab-menu {
	padding: 25px 15px 25px 15px;
}
}