/* legacy inline start */
.space-breadcrumbs-inner .breadcrumb-item:last-child a {
	pointer-events: none;
	cursor: default;
}

.arrow {
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 5px;
}

#sidebar .quickQuoteButton {
	background: #F28C3D !important;
}

.modal-open {
	overflow: hidden !important;
}

.modal-open .modal {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.spacer {
	height: 70px;
}

#react_header_wrap {
	position: absolute;
}

/* no scroll for particular pages (CWRK-340)! */
#signup-form-popup .modal-content {
	max-height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
}

.modal-content::-webkit-scrollbar {
	display: none;
}

/* legacy inline end */

/* add position fixed as in figma file (easy to remove) */
/* .space-breadcrumbs-outer-panel {
	position: fixed;
	top: 70px;
	z-index: 1;
	background: white;
}

.spacer {
	height: 118px;
}

#react_header_wrap {
	position: fixed;
} */
/* add position fixed end */

/* breadcrumbs start */
.space-breadcrumbs-outer-panel {
	display: flex;
	align-items: center;
	padding: 4px 38px;
}

.space-breadcrumbs-outer-panel>.container {
	max-width: none;
}

.space-breadcrumbs-outer-panel .breadcrumb {
	padding: 13px 0;
}

.space-breadcrumbs-outer-panel .back-to-listing,
.space-breadcrumbs-outer-panel .breadcrumb-item,
.space-breadcrumbs-outer-panel .breadcrumb-item a {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #41474D;
}

.space-breadcrumbs-outer-panel .breadcrumb-item:last-of-type {
	font-weight: 400;
	font-size: 12px;
	color: #737980;
}

.space-breadcrumbs-outer-panel .breadcrumb-item:before {
	background: url(../../img/arrow.svg) left top no-repeat;
	transform: rotate(180deg);
	top: -3px;
	left: 8px;
}

.space-breadcrumbs-outer-panel .back-to-listing {
	border: 1px solid #CED3D9;
	border-radius: 4px;
	text-transform: uppercase;
	background: white;
	width: 164px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.space-breadcrumbs-outer-panel .arrow-left {
	margin-right: 6px;
	margin-left: -6px;
}

.space-breadcrumbs-outer-panel .divider {
	border-right: 1px solid #CED3D9;
	margin-left: 16px;
	height: 24px;
}

.space-banner-outer {
	border: none;
}

@media only screen and (max-width:1019px) {
	.space-breadcrumbs-outer-panel {
		padding: 4px 26px;
	}
}

@media only screen and (max-width:767px) {
	.space-breadcrumbs-outer-panel .breadcrumb-item:before {
		top: -3px;
		left: 4px;
	}
}

@media only screen and (max-width:680px) {
	.space-breadcrumbs-outer-panel {
		padding: 2px 10px;
	}
}

@media only screen and (max-width:573px) {
	.space-breadcrumbs-outer-panel .back-to-listing span {
		display: none;
	}

	.space-breadcrumbs-outer-panel .back-to-listing {
		width: 38px;
	}

	.space-breadcrumbs-outer-panel .back-to-listing img {
		margin: 0;
	}

	.space-breadcrumbs-outer-panel .breadcrumb-item {
		line-height: 17px;
	}

	.space-breadcrumbs-outer-panel .breadcrumb-item:before {
		top: -2px;
	}
}

/* breadcrumbs end */

/* content start */
.space-banner-lightbox-outer {
	height: 50px;
}

#header {
	font-family: 'Work Sans';
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
}

@media only screen and (max-width: 810px) {
	#header {
		font-size: 22px;
		line-height: 32px;
	}
	.reviews-count-outer {
		margin-top: 4px!important;
	}
	.space-banner-lightbox-outer {
		height: 30px!important;
	}
	.title-reviews-outer {
		margin-bottom: 30px!important;
	}
}

@media only screen and (max-width: 767px) {
	.space-main-left-outer #header {
		margin: 0;
	}
}

@media only screen and (max-width: 460px) {
	.title-reviews-outer {
		flex-direction: column;
		margin-bottom: 20px!important;
	}
	.title-reviews-outer .space-name-outer {
		width: 100%;
	}
	.title-reviews-outer .space-name-outer #header {
		font-size: 18px;
		line-height: 28px;
	}
	.reviews-count {
		margin-left: 5px;
	}
	.space-banner-lightbox-outer {
		height: 20px!important;
	}
}

.space-main-left-outer {
	flex: 0 0 70%;
	max-width: 70%;
}

@media only screen and (min-width: 1350px) {
	#space-navbar {
		width: 895px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
	#space-navbar {
		width: 67vw;
	}
}

@media only screen and (max-width:1010px) {
	.space-main-left-outer {
    flex: 0 0 95%;
    max-width: 95%;
  }

	.container #sidebar.fixed {
		position: fixed!important;
    bottom: 0!important;
    top: unset!important;
	}

  #sidebar {
    position: fixed!important;
    bottom: 0;
    left: 0;
    right: 0;
		top: unset!important;
    width: 100%!important;
		z-index: 10;
  }

	#sidebar > div {
		margin: 0;
		display: flex;
		justify-content: space-between;
	}

	#sidebar .space-left-prices-outer {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#sidebar hr {
		display: none;
	}

	#sidebar .price_container {
		margin: 0!important;
	}

	#sidebar .price_container p {
		/*margin-left: 10px;*/
	}

	#sidebar .space-right-buttons-outer {
		display: flex;
    flex-direction: row-reverse;
    flex: 0 0 35%;
	}

	#sidebar .space-right-buttons-outer a {
		margin: 0;
		font-size: 14px;
	}
	#sidebar a {
		min-width: 135px;
	}
	#sidebar a:first-child {
		margin-left: 10px;
	}
	#sidebar a:nth-child(3) {
		margin-right: 10px;
	}
	#sidebar h5 {
		margin-left: 10px;
	}

	.meeting-rooms-near-you-panel .container {
		max-width: 90vw;
	}

	footer {
		padding-bottom: 120px;
	}
}

@media only screen and (max-width:791px) {
	#sidebar .space-price-right-outer {
		flex-direction: column;
	}

	#sidebar .price_container {
		justify-content: flex-start!important;
	}
}

@media only screen and (max-width:514px) {
	#sidebar a {
		min-width: 80px;
		font-size: 12px!important;
	}
	#sidebar .quickQuoteButton .arrow {
    margin-left: 2px!important;
	}
}

.title-reviews-outer {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.space-name-outer {
	width: 75%;
}

.reviews-count-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 24%;
	min-width: fit-content;
	margin-top: 10px;
	cursor: pointer;
}

@media only screen and (max-width: 460px) {
	.reviews-count-outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		min-width: fit-content;
		margin-top: 10px;
		cursor: pointer;
	}

	.space-member-review-rating {
		flex: 0 0 25%!important;
	}
}

.space-member-review-rating {
	flex: 0 0 50%;
	min-width: fit-content;
}

.reviews-count {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #4D4F53;
}

.space-main-right-outer {
	flex: 0 0 30%;
	max-width: 30%;
}

.space-price-right-outer {
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	box-shadow: none;
	padding: 15px 20px;
}

#sidebar {
	width: 100%;
	max-width: 351px;
}

#sidebar .space-right-buttons-outer>a {
	border-radius: 4px;
}

#sidebar a {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 700;
}

#sidebar .quickQuoteButton .arrow {
	margin-left: 18px;
}

#sidebar.fixed {
	width: 27%;
}

#sidebar .space-border-green-button {
	border-color: #D9D9D9;
	color: #737980!important;
}

#sidebar .price_container {
	display: flex;
	justify-content: space-between!important;
	align-items: center;
	margin: 10px 0;
	flex-wrap: wrap;
}

#sidebar .price_container > span {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 14px;
	color: #41474D;
}

#sidebar .price_container > div {
	display: flex;
	align-items: center;
	width: fit-content;
}

#sidebar .price_container > div > p {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #00927C;
}

#sidebar .price_container > div > p {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #00927C;
}

#sidebar .price_container > div > span {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #41474D;
}

#space-navbar:not(.space-fixed) {
	display: none;
}

.space-right-buttons-outer {
	margin-top: 10px;
}

.highlighted {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
	background: #F5F6F7;
	outline: 15px solid #F5F6F7;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1350px;
	}
}

/* content end */

/* amenities start */
#amenities {
	display: flex;
	flex-direction: column;
}
#amenities .space-overview-outer {
	margin: 0;
}
.space-amenities-outer-panel {
	display: flex;
}
@media only screen and (max-width: 679px) {
	.space-amenities-outer-panel {
		flex-direction: column;
	}
	.space-amenities-inner {
		margin-bottom: 0!important;
	}
	.space-amenities-inner li {
		margin-bottom: 0!important;
	}
	.show-more:not(.reviews) {
		margin-top: -20px!important;
	}
}
.space-main-left-outer .amenities-title, .overview-title {
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

.space-amenities-inner li {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 8px;
}

.space-amenities-inner li img {
	margin-right: 10px;
}

.show-more {
	color: #00927C;
	cursor: pointer;
	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	text-align: end;
	display: block;
	float: right;
	margin-top: -16px;
	margin-right: 26px;
	border: none;
	background: none;
	position: relative;
}

.show-more:after {
	content: "";
	background: url(../../img/arrow.svg) left top no-repeat;
	transform: rotate(180deg);
	position: absolute;
	height: 15px;
	width: 10px;
	top: -3px;
	right: -15px;
	filter: invert(42%) sepia(58%) saturate(5935%) hue-rotate(153deg) brightness(92%) contrast(101%);
}

#amenitiesModal, #reviewsModal {
	display: none;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

#amenitiesModal .modal-content,
#reviewsModal .modal-content {
	border: none;
	position: absolute;
	width: 80vw;
	max-width: 1000px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 80vh;
	position: relative;
	border-radius: 4px;
}

#amenitiesModal .modal-content-header,
#reviewsModal .modal-content-header {
	display: flex;
	padding: 15px 30px;
	height: 57px;
	border-bottom: 1px solid #dddddd;
	position: fixed;
	left: 0;
	right: 0;
	background: white;
	border-radius: 4px;
}

#amenitiesModal .modal-content-header h4,
#reviewsModal .modal-content-header h4 {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}

#amenitiesModal .modal-content-header .close,
#reviewsModal .modal-content-header .close {
	cursor: pointer;
}

#amenitiesModal .modal-content-container,
#reviewsModal .modal-content-container {
	padding: 20px 30px;
	overflow: auto;
	margin-top: 53px;
}

#amenitiesModal .modal-content-container h5,
#amenitiesModal .modal-content-container li,
#reviewsModal .modal-content-container h5,
#reviewsModal .modal-content-container li {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}

#amenitiesModal .modal-content-container li,
#reviewsModal .modal-content-container li {
	font-weight: 400;
	display: flex;
}

#amenitiesModal .modal-content-container li img,
#reviewsModal .modal-content-container li img {
	margin-right: 15px;
}

#amenitiesModal .modal-content-container ul:not(:last-of-type),
#reviewsModal .modal-content-container ul:not(:last-of-type) {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* amenities end */

/* reviews start */
.space-reviews-right-con p {
  word-wrap: break-word;
  max-height: 100px;
  min-height: 100px;
  overflow: auto;
  padding-right: 10px;
  margin: 0;
}

.space-reviews-right-con p::-webkit-scrollbar,
.modal-content-container::-webkit-scrollbar {
	width: 5px;
}

.space-reviews-right-con p::-webkit-scrollbar-track,
.modal-content-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.space-reviews-right-con p::-webkit-scrollbar-thumb,
.modal-content-container::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 10px;
}

.space-reviews-right-con p::-webkit-scrollbar-thumb:hover,
.modal-content-container::-webkit-scrollbar-thumb:hover {
	background: #979797;
}

#review_results .tab-content {
	background: none;
}

#nav-review {
	display: flex;
	justify-content: space-between;
}

#nav-review .space-reviews-main-tq {
	width: 49%;
}

#nav-review .space-membership-fees-headings {
	display: flex;
	flex-direction: column;
	background: white;
}

#nav-review .space-membership-fees-headings>div {
	width: 100%;
	padding: 0;
	border: none;
}

#nav-review .space-reviews-left-con {
	display: flex;
}

#nav-review .space-reviews-pic {
	max-width: fit-content;
	margin-right: 15px;
}

#nav-review .space-reviews-pic img {
	width: 50px;
	height: 50px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#nav-review .space-reviews-title h5 {
	text-align: left;
}

#nav-review .space-reviews-right-title {
	display: flex;
	justify-content: space-between;
}

#nav-review .space-reviews-right-title {
	display: flex;
	justify-content: space-between;
	min-height: 46px;
}

#nav-review .space-reviews-right-title h5 {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #4D4F53;
	word-wrap: break-word;
	max-width: 70%;
	overflow: hidden;
	margin-bottom: 10px;
}

#nav-review .space-reviews-right-title span {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #8D959D;
}

#nav-review .space-review-rating-con {
	margin: 0;
}

#nav-review .space-membership-fees-headings {
	padding: 15px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
}

#review_results .show-more {
	margin-top: 5px;
	background: none;
}

#review_results .space-reviews-right-outer {
	border: none;
	width: 50%;
}

#review_results .reviews_overall_info_container {
	display: flex;
}

#review_results .overall_rating_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

#review_results .progress-bar-container {
	display: flex;
	align-items: center;
}

#review_results .space-progressbar-outer {
	margin: 0;
}

#review_results h3 {
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

#review_results h3.are_you_a_member {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
  margin-bottom: 7px;
	margin-right: 15px;
}
#review_results .space-review-more-info-outer {
	margin: 0!important;
}

#review_results .space-review-rating-con span:first-of-type {
	font-family: 'Work Sans';
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	color: #00927C;
}

#review_results .space-review-rating-con span:last-of-type {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #808080;
}

#review_results .space-review-rating-con i {
	font-size: 17px;
}

#review_results .space-review-rating-con {
	margin: 8px 0 8px;
}

#review_results .space-review-more-info-outer h4,
#review_results .review-tips-qa-outer > h4 {
  font-family: 'Helvetica';
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #60605F;
  margin: 0 0 7px;
}

#review_results .space-review-moreinfo-ratings {
  margin-bottom: 6px;
}

#review_results .space-review-moreinfo-ratings > span {
  font-family: 'Work Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #60605F;
}

#review_results .space-review-moreinfo-ratings div span {
	margin-left: 20px;
  font-weight: 700;
}

#review_results .progress-bar {
  background-color: #00927C;
}

#review_results .space-reviews-right-outer a {
  width: 158px;
  height: 38px;
  border-radius: 4px;
  font-family: 'Work Sans';
  font-size: 14px;
  font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

#review_results .review-tips-qa-outer {
  margin: 22px 0 10px;
}

#review_results .review-tips-qa-outer > h4{
  margin: 0 0 15px;
}

#review_results #nav-review .space-review-rating-con {
  margin: 0 0 8px;
}

#review_results #nav-review .space-reviews-left-con {
  margin-bottom: 15px;
}

#review_results .progress {
  height: 8px;
}

#reviewsModal .modal-content {
	border: none;
	position: absolute;
	width: 80vw;
	max-width: 454px;
	top: 0;
	border-radius: 4px;
	right: 0;
	height: 100vh;
	max-height: none;
	transform: none;
	left: auto;
}

#reviewsModal .modal-content-header {
	max-width: 454px;
	left: auto;
	right: 0;
	width: 100%;
	justify-content: space-between;
}

#reviewsModal .reviews_overall_info_container {
  flex-direction: column;
}

#reviewsModal .space-reviews-right-outer {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

#reviewsModal .space-review-rating-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

#reviewsModal .space-review-rating-con span {
  margin: 0 10px;
}

#reviewsModal .space-review-more-info-outer {
  margin: 15px 0 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

#reviewsModal .overall_rating_inner {
	grid-template-columns: repeat(1, 1fr);
}

#reviewsModal .space-review-moreinfo-ratings > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

#reviewsModal #nav-review {
  flex-direction: column;
}

#reviewsModal #nav-review .space-reviews-main-tq {
  width: 100%;
}

#reviewsModal .modal-content #review_results .space-review-rating-con {
	flex-direction: row;
}

#reviewsModal .modal-content #review_results .tab-content .space-review-rating-con {
	flex-direction: row;
	justify-content: flex-start;
}



@media only screen and (max-width:1200px) {
	#review_results .reviews_overall_info_container {
    flex-direction: column;
	}

  #review_results .space-reviews-right-outer > div {
    display: flex;
  }

  #review_results .space-review-more-info-outer {
    margin: 35px 0 0;
  }
}

@media only screen and (max-width:991px) {
	.space-main-outer-panel-not-reverse > .container > .row {
		justify-content: center;
	}

	#review_results .reviews_overall_info_container {
		display: flex;
	}

	#review_results .reviews_overall_info_container .space-reviews-right-outer {
		padding: 0;
	}
}

@media only screen and (max-width:571px) {
	#reviewsModal .modal-content {
		width: 100vw;
    max-width: none;
	}

	#reviewsModal .modal-content-header {
		max-width: none;
	}
}

@media only screen and (max-width:491px) {
	#review_results .space-reviews-right-outer {
    width: 100%;
	}

	#review_results .space-review-rating-con {
		width: auto;
	}

	#review_results .space-reviews-right-outer > div:first-of-type {
    flex-direction: column;
    align-items: center;
	}

	#review_results .space-reviews-right-outer > div:first-of-type > div:last-of-type {
    display: flex;
		flex-direction: column;
		align-items: center;
	}

	#review_results .overall_rating_inner {
		grid-template-columns: repeat(1, 1fr);
	}

	#nav-review {
		flex-direction: column;
	}

	#nav-review .space-reviews-main-tq {
		width: 100%;
	}

	#review_results .space-review-moreinfo-ratings {
		margin: 0;
	}

	#review_results .space-review-moreinfo-ratings > span {
		font-size: 14px;
	}
}
/* reviews end */

/* nearby spaces start */
#nearby-spaces {
	max-width: 67%;
	padding-right: 30px;
	margin-top: 30px;
}

#nearby-spaces > h2,
#nearby-spaces > h3 {
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}

#nearby-spaces .space-meeting-rooms-slide-outer > div {
	width: 100%;
}

#nearby-spaces .space-meeting-rooms-redesign-outer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

#nearby-spaces .space-meeting-rooms-slide-outer {
	display: block;
	border: none;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
}

#nearby-spaces h5 {
	font-family: 'Work Sans';
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 5px;
}

#nearby-spaces .space-meetingroom-price span {
	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #4D4F53;
}

#nearby-spaces .space-meetingrooms-right {
	padding: 10px 15px;
}

#nearby-spaces .space-meetingrooms-right h5 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#nearby-spaces .space-meetingrooms-right > span {
	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #737980;
}


@media only screen and (max-width:1280px) {
	#nearby-spaces .space-meeting-rooms-redesign-outer {
			grid-template-columns: repeat(2, 1fr);
	}

	#nearby-spaces .space-meeting-rooms-slide-outer {
			display: none;
	}

	#nearby-spaces .space-meeting-rooms-slide-outer:nth-child(-n+2) {
			display: block;
	}
}

@media only screen and (max-width:991px) {
	#nearby-spaces {
		max-width: 97%;
		padding: 0 17px;
	}
}

@media only screen and (max-width:469px) {
	#nearby-spaces .space-meeting-rooms-redesign-outer {
		grid-template-columns: repeat(1, 1fr);
	}

	#nearby-spaces .space-meeting-rooms-slide-outer {
			display: block;
	}
}
/* nearby spaces end */

/* navbar */
#space-navbar {
	border-color: #d7d7d7;
}
@media only screen and (max-width: 767px) {
	#space-navbar.space-fixed.content {
		position: fixed!important;
		display: block!important;
	}
	#space-navbar .mCSB_inside {
		overflow-x: scroll;
	}
}
.space-sub-navbar-main {
	padding: 0 35px;
}
.space-sub-navbar-main li a {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 400;
	color: #41474D;
	text-transform: unset;
}
.space-navbar-active {
	color: #212529!important;
	font-weight: 700!important;
}
@media only screen and (min-width: 1010px) and (max-width: 1200px) {
	.space-sub-navbar-main {
		width: 63vw!important;
	}
}
@media only screen and (max-width: 1010px) {
	.space-sub-navbar-main {
		width: 85vw!important;
	}
	#sidebar {
		max-width: unset!important;
	}
}

@media only screen and (max-width: 581px) {
	.space-sub-navbar-main {
		width: 100vw!important;
		left: 0;
		padding: 3px 0;
	}
}

/* navbar end */

/* overview, location, pricing plans */
#pricing_plans {
	margin-bottom: 50px;
}
@media only screen and (min-width:576px) and (max-width: 1199px) {
	.space-main-outer-panel-not-reverse .container {
		max-width: 95vw;
	}
}
.custom-marker:before {
	content: '';
	width: 6px;
	height: 6px;
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 201;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
#overview {
	margin: 0;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
#overview .space-description-left-con {
	width: 100%;
	max-width: 100%;
}
.overview-title {
	margin-bottom: 10px!important;
}
.overview-title, #location > h2 {
	font-size: 18px!important;
}
#overview .more-read, #overview .less-read {
	color: #00927C;
	cursor: pointer;
	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	margin-right: 26px;
	border: none;
	background: none;
	position: relative;
}
#overview .more-read:after {
	content: "";
	background: url(../../img/arrow.svg) left top no-repeat;
	transform: rotate(180deg);
	position: absolute;
	height: 15px;
	width: 10px;
	top: -3px;
	right: -15px;
	filter: invert(42%) sepia(58%) saturate(5935%) hue-rotate(153deg) brightness(92%) contrast(101%);
}
#overview .space-see-more {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}
#overview .space-see-more a {
	text-decoration: none;
}


#location {
	z-index: 8;
	margin-top: 15px;
}
#location > h2 > span > img {
	width: 15px;
	filter: invert(165%) sepia(101%) saturate(431%) hue-rotate(120deg) brightness(86%) contrast(99%);
}

.space-language-con {
	display: inline-block;
	width: fit-content;
}