.home-banner-banner-outer {
	left: 55%;
	margin: 0;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.home-banner-banner-inner {
	width: 100%;
}

.partner--img-width {
	width:100px;
	height: 47px;
	object-fit: contain;
}

/* common footer social links */

.social-icons-width {
	height: 15px;
	width: 15px;
}

.home-radio-con {
	margin-right: 25px;
}

@media only screen and (max-width: 991px) {
	.home-banner-banner-outer {
		left: 50%;
		width: 90%;
	}
}

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

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

#signup-form-popup {
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

#signup-form-popup::-webkit-scrollbar {
	display: none;
}

.signup-login-popup-outer .modal-content {
	height: auto;
}

.spacer {
	height: 70px;
}

#react_header_wrap {
	position: absolute;
}

#index_search h1:after {
	content: '|';
	visibility: hidden;
}

.coworker-home-validate-inner p:first-of-type {
	color: #464c4b;
	float: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.top-coworker-right-con > p {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #464c4b;
}

.top-coworker-right-con > p a {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #464c4b;
}

.coworker-newest-bottom-content > p {
  flex: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #00927c;
}

.coworker-newest-bottom-content > p span {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #464c4b;
}

.top-coworking-offices-outer span {
	display: inline-block;
}

.top-coworking-cities-inner a {
	width: auto;
}

.top-coworker-left-con img {
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .coworker-newest-bottom-content > p {
    width: 69%;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coworker-home-validate-inner p:first-of-type {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 13px;
		padding-bottom: 13px;
	}

  .coworker-newest-bottom-content > p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
	.coworker-home-validate-inner p:first-of-type {
		font-size: 18px;
		line-height: 16px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
  .coworker-newest-bottom-content > p {
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .top-coworker-right-con > p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0;
  }
  .coworker-newest-bottom-content > p {
    font-size: 16px;
    line-height: 21px;
    float: unset;
    width: unset;
  }
}